@aws-sdk/client-resiliencehub 3.289.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 (53) hide show
  1. package/dist-types/commands/AddDraftAppVersionResourceMappingsCommand.d.ts +25 -0
  2. package/dist-types/commands/CreateAppCommand.d.ts +29 -0
  3. package/dist-types/commands/CreateAppVersionAppComponentCommand.d.ts +29 -0
  4. package/dist-types/commands/CreateAppVersionResourceCommand.d.ts +29 -0
  5. package/dist-types/commands/CreateRecommendationTemplateCommand.d.ts +29 -0
  6. package/dist-types/commands/CreateResiliencyPolicyCommand.d.ts +26 -0
  7. package/dist-types/commands/DeleteAppAssessmentCommand.d.ts +25 -0
  8. package/dist-types/commands/DeleteAppCommand.d.ts +20 -0
  9. package/dist-types/commands/DeleteAppInputSourceCommand.d.ts +25 -0
  10. package/dist-types/commands/DeleteAppVersionAppComponentCommand.d.ts +25 -0
  11. package/dist-types/commands/DeleteAppVersionResourceCommand.d.ts +25 -0
  12. package/dist-types/commands/DeleteRecommendationTemplateCommand.d.ts +19 -0
  13. package/dist-types/commands/DeleteResiliencyPolicyCommand.d.ts +25 -0
  14. package/dist-types/commands/DescribeAppAssessmentCommand.d.ts +19 -0
  15. package/dist-types/commands/DescribeAppCommand.d.ts +19 -0
  16. package/dist-types/commands/DescribeAppVersionAppComponentCommand.d.ts +25 -0
  17. package/dist-types/commands/DescribeAppVersionCommand.d.ts +19 -0
  18. package/dist-types/commands/DescribeAppVersionResourceCommand.d.ts +25 -0
  19. package/dist-types/commands/DescribeAppVersionResourcesResolutionStatusCommand.d.ts +19 -0
  20. package/dist-types/commands/DescribeAppVersionTemplateCommand.d.ts +19 -0
  21. package/dist-types/commands/DescribeDraftAppVersionResourcesImportStatusCommand.d.ts +19 -0
  22. package/dist-types/commands/DescribeResiliencyPolicyCommand.d.ts +19 -0
  23. package/dist-types/commands/ImportResourcesToDraftAppVersionCommand.d.ts +25 -0
  24. package/dist-types/commands/ListAlarmRecommendationsCommand.d.ts +19 -0
  25. package/dist-types/commands/ListAppAssessmentsCommand.d.ts +19 -0
  26. package/dist-types/commands/ListAppComponentCompliancesCommand.d.ts +19 -0
  27. package/dist-types/commands/ListAppComponentRecommendationsCommand.d.ts +19 -0
  28. package/dist-types/commands/ListAppInputSourcesCommand.d.ts +19 -0
  29. package/dist-types/commands/ListAppVersionAppComponentsCommand.d.ts +25 -0
  30. package/dist-types/commands/ListAppVersionResourceMappingsCommand.d.ts +19 -0
  31. package/dist-types/commands/ListAppVersionResourcesCommand.d.ts +25 -0
  32. package/dist-types/commands/ListAppVersionsCommand.d.ts +16 -0
  33. package/dist-types/commands/ListAppsCommand.d.ts +16 -0
  34. package/dist-types/commands/ListRecommendationTemplatesCommand.d.ts +16 -0
  35. package/dist-types/commands/ListResiliencyPoliciesCommand.d.ts +19 -0
  36. package/dist-types/commands/ListSopRecommendationsCommand.d.ts +25 -0
  37. package/dist-types/commands/ListSuggestedResiliencyPoliciesCommand.d.ts +19 -0
  38. package/dist-types/commands/ListTagsForResourceCommand.d.ts +19 -0
  39. package/dist-types/commands/ListTestRecommendationsCommand.d.ts +25 -0
  40. package/dist-types/commands/ListUnsupportedAppVersionResourcesCommand.d.ts +25 -0
  41. package/dist-types/commands/PublishAppVersionCommand.d.ts +25 -0
  42. package/dist-types/commands/PutDraftAppVersionTemplateCommand.d.ts +25 -0
  43. package/dist-types/commands/RemoveDraftAppVersionResourceMappingsCommand.d.ts +25 -0
  44. package/dist-types/commands/ResolveAppVersionResourcesCommand.d.ts +25 -0
  45. package/dist-types/commands/StartAppAssessmentCommand.d.ts +29 -0
  46. package/dist-types/commands/TagResourceCommand.d.ts +19 -0
  47. package/dist-types/commands/UntagResourceCommand.d.ts +19 -0
  48. package/dist-types/commands/UpdateAppCommand.d.ts +25 -0
  49. package/dist-types/commands/UpdateAppVersionAppComponentCommand.d.ts +25 -0
  50. package/dist-types/commands/UpdateAppVersionCommand.d.ts +25 -0
  51. package/dist-types/commands/UpdateAppVersionResourceCommand.d.ts +29 -0
  52. package/dist-types/commands/UpdateResiliencyPolicyCommand.d.ts +25 -0
  53. package/package.json +29 -29
@@ -29,6 +29,31 @@ export interface RemoveDraftAppVersionResourceMappingsCommandOutput extends Remo
29
29
  * @see {@link RemoveDraftAppVersionResourceMappingsCommandOutput} for command's `response` shape.
30
30
  * @see {@link ResiliencehubClientResolvedConfig | config} for ResiliencehubClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>You don't have permissions to perform the requested operation. The user or role that is
34
+ * making the request must have at least one IAM permissions policy attached that grants the
35
+ * required permissions.</p>
36
+ *
37
+ * @throws {@link ConflictException} (client fault)
38
+ * <p>This exception occurs when a conflict with a previous successful write is detected. This generally occurs
39
+ * when the previous write did not have time to propagate to the host serving the current
40
+ * request. A retry (with appropriate backoff logic) is the recommended response to this
41
+ * exception.</p>
42
+ *
43
+ * @throws {@link InternalServerException} (server fault)
44
+ * <p>This exception occurs when there is an internal failure in the AWS Resilience Hub
45
+ * service.</p>
46
+ *
47
+ * @throws {@link ResourceNotFoundException} (client fault)
48
+ * <p>This exception occurs when the specified resource could not be found.</p>
49
+ *
50
+ * @throws {@link ThrottlingException} (client fault)
51
+ * <p>This exception occurs when you have exceeded the limit on the number of requests per second.</p>
52
+ *
53
+ * @throws {@link ValidationException} (client fault)
54
+ * <p>This exception occurs when a request is not valid.</p>
55
+ *
56
+ *
32
57
  */
33
58
  export declare class RemoveDraftAppVersionResourceMappingsCommand extends $Command<RemoveDraftAppVersionResourceMappingsCommandInput, RemoveDraftAppVersionResourceMappingsCommandOutput, ResiliencehubClientResolvedConfig> {
34
59
  readonly input: RemoveDraftAppVersionResourceMappingsCommandInput;
@@ -29,6 +29,31 @@ export interface ResolveAppVersionResourcesCommandOutput extends ResolveAppVersi
29
29
  * @see {@link ResolveAppVersionResourcesCommandOutput} for command's `response` shape.
30
30
  * @see {@link ResiliencehubClientResolvedConfig | config} for ResiliencehubClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>You don't have permissions to perform the requested operation. The user or role that is
34
+ * making the request must have at least one IAM permissions policy attached that grants the
35
+ * required permissions.</p>
36
+ *
37
+ * @throws {@link ConflictException} (client fault)
38
+ * <p>This exception occurs when a conflict with a previous successful write is detected. This generally occurs
39
+ * when the previous write did not have time to propagate to the host serving the current
40
+ * request. A retry (with appropriate backoff logic) is the recommended response to this
41
+ * exception.</p>
42
+ *
43
+ * @throws {@link InternalServerException} (server fault)
44
+ * <p>This exception occurs when there is an internal failure in the AWS Resilience Hub
45
+ * service.</p>
46
+ *
47
+ * @throws {@link ResourceNotFoundException} (client fault)
48
+ * <p>This exception occurs when the specified resource could not be found.</p>
49
+ *
50
+ * @throws {@link ThrottlingException} (client fault)
51
+ * <p>This exception occurs when you have exceeded the limit on the number of requests per second.</p>
52
+ *
53
+ * @throws {@link ValidationException} (client fault)
54
+ * <p>This exception occurs when a request is not valid.</p>
55
+ *
56
+ *
32
57
  */
33
58
  export declare class ResolveAppVersionResourcesCommand extends $Command<ResolveAppVersionResourcesCommandInput, ResolveAppVersionResourcesCommandOutput, ResiliencehubClientResolvedConfig> {
34
59
  readonly input: ResolveAppVersionResourcesCommandInput;
@@ -29,6 +29,35 @@ export interface StartAppAssessmentCommandOutput extends StartAppAssessmentRespo
29
29
  * @see {@link StartAppAssessmentCommandOutput} for command's `response` shape.
30
30
  * @see {@link ResiliencehubClientResolvedConfig | config} for ResiliencehubClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>You don't have permissions to perform the requested operation. The user or role that is
34
+ * making the request must have at least one IAM permissions policy attached that grants the
35
+ * required permissions.</p>
36
+ *
37
+ * @throws {@link ConflictException} (client fault)
38
+ * <p>This exception occurs when a conflict with a previous successful write is detected. This generally occurs
39
+ * when the previous write did not have time to propagate to the host serving the current
40
+ * request. A retry (with appropriate backoff logic) is the recommended response to this
41
+ * exception.</p>
42
+ *
43
+ * @throws {@link InternalServerException} (server fault)
44
+ * <p>This exception occurs when there is an internal failure in the AWS Resilience Hub
45
+ * service.</p>
46
+ *
47
+ * @throws {@link ResourceNotFoundException} (client fault)
48
+ * <p>This exception occurs when the specified resource could not be found.</p>
49
+ *
50
+ * @throws {@link ServiceQuotaExceededException} (client fault)
51
+ * <p>This exception occurs when you have exceeded your service quota. To perform the requested action, remove some of the
52
+ * relevant resources, or use Service Quotas to request a service quota increase.</p>
53
+ *
54
+ * @throws {@link ThrottlingException} (client fault)
55
+ * <p>This exception occurs when you have exceeded the limit on the number of requests per second.</p>
56
+ *
57
+ * @throws {@link ValidationException} (client fault)
58
+ * <p>This exception occurs when a request is not valid.</p>
59
+ *
60
+ *
32
61
  */
33
62
  export declare class StartAppAssessmentCommand extends $Command<StartAppAssessmentCommandInput, StartAppAssessmentCommandOutput, ResiliencehubClientResolvedConfig> {
34
63
  readonly input: StartAppAssessmentCommandInput;
@@ -29,6 +29,25 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
29
29
  * @see {@link TagResourceCommandOutput} for command's `response` shape.
30
30
  * @see {@link ResiliencehubClientResolvedConfig | config} for ResiliencehubClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>You don't have permissions to perform the requested operation. The user or role that is
34
+ * making the request must have at least one IAM permissions policy attached that grants the
35
+ * required permissions.</p>
36
+ *
37
+ * @throws {@link InternalServerException} (server fault)
38
+ * <p>This exception occurs when there is an internal failure in the AWS Resilience Hub
39
+ * service.</p>
40
+ *
41
+ * @throws {@link ResourceNotFoundException} (client fault)
42
+ * <p>This exception occurs when the specified resource could not be found.</p>
43
+ *
44
+ * @throws {@link ThrottlingException} (client fault)
45
+ * <p>This exception occurs when you have exceeded the limit on the number of requests per second.</p>
46
+ *
47
+ * @throws {@link ValidationException} (client fault)
48
+ * <p>This exception occurs when a request is not valid.</p>
49
+ *
50
+ *
32
51
  */
33
52
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, ResiliencehubClientResolvedConfig> {
34
53
  readonly input: TagResourceCommandInput;
@@ -29,6 +29,25 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
29
29
  * @see {@link UntagResourceCommandOutput} for command's `response` shape.
30
30
  * @see {@link ResiliencehubClientResolvedConfig | config} for ResiliencehubClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>You don't have permissions to perform the requested operation. The user or role that is
34
+ * making the request must have at least one IAM permissions policy attached that grants the
35
+ * required permissions.</p>
36
+ *
37
+ * @throws {@link InternalServerException} (server fault)
38
+ * <p>This exception occurs when there is an internal failure in the AWS Resilience Hub
39
+ * service.</p>
40
+ *
41
+ * @throws {@link ResourceNotFoundException} (client fault)
42
+ * <p>This exception occurs when the specified resource could not be found.</p>
43
+ *
44
+ * @throws {@link ThrottlingException} (client fault)
45
+ * <p>This exception occurs when you have exceeded the limit on the number of requests per second.</p>
46
+ *
47
+ * @throws {@link ValidationException} (client fault)
48
+ * <p>This exception occurs when a request is not valid.</p>
49
+ *
50
+ *
32
51
  */
33
52
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, ResiliencehubClientResolvedConfig> {
34
53
  readonly input: UntagResourceCommandInput;
@@ -29,6 +29,31 @@ export interface UpdateAppCommandOutput extends UpdateAppResponse, __MetadataBea
29
29
  * @see {@link UpdateAppCommandOutput} for command's `response` shape.
30
30
  * @see {@link ResiliencehubClientResolvedConfig | config} for ResiliencehubClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>You don't have permissions to perform the requested operation. The user or role that is
34
+ * making the request must have at least one IAM permissions policy attached that grants the
35
+ * required permissions.</p>
36
+ *
37
+ * @throws {@link ConflictException} (client fault)
38
+ * <p>This exception occurs when a conflict with a previous successful write is detected. This generally occurs
39
+ * when the previous write did not have time to propagate to the host serving the current
40
+ * request. A retry (with appropriate backoff logic) is the recommended response to this
41
+ * exception.</p>
42
+ *
43
+ * @throws {@link InternalServerException} (server fault)
44
+ * <p>This exception occurs when there is an internal failure in the AWS Resilience Hub
45
+ * service.</p>
46
+ *
47
+ * @throws {@link ResourceNotFoundException} (client fault)
48
+ * <p>This exception occurs when the specified resource could not be found.</p>
49
+ *
50
+ * @throws {@link ThrottlingException} (client fault)
51
+ * <p>This exception occurs when you have exceeded the limit on the number of requests per second.</p>
52
+ *
53
+ * @throws {@link ValidationException} (client fault)
54
+ * <p>This exception occurs when a request is not valid.</p>
55
+ *
56
+ *
32
57
  */
33
58
  export declare class UpdateAppCommand extends $Command<UpdateAppCommandInput, UpdateAppCommandOutput, ResiliencehubClientResolvedConfig> {
34
59
  readonly input: UpdateAppCommandInput;
@@ -32,6 +32,31 @@ export interface UpdateAppVersionAppComponentCommandOutput extends UpdateAppVers
32
32
  * @see {@link UpdateAppVersionAppComponentCommandOutput} for command's `response` shape.
33
33
  * @see {@link ResiliencehubClientResolvedConfig | config} for ResiliencehubClient's `config` shape.
34
34
  *
35
+ * @throws {@link AccessDeniedException} (client fault)
36
+ * <p>You don't have permissions to perform the requested operation. The user or role that is
37
+ * making the request must have at least one IAM permissions policy attached that grants the
38
+ * required permissions.</p>
39
+ *
40
+ * @throws {@link ConflictException} (client fault)
41
+ * <p>This exception occurs when a conflict with a previous successful write is detected. This generally occurs
42
+ * when the previous write did not have time to propagate to the host serving the current
43
+ * request. A retry (with appropriate backoff logic) is the recommended response to this
44
+ * exception.</p>
45
+ *
46
+ * @throws {@link InternalServerException} (server fault)
47
+ * <p>This exception occurs when there is an internal failure in the AWS Resilience Hub
48
+ * service.</p>
49
+ *
50
+ * @throws {@link ResourceNotFoundException} (client fault)
51
+ * <p>This exception occurs when the specified resource could not be found.</p>
52
+ *
53
+ * @throws {@link ThrottlingException} (client fault)
54
+ * <p>This exception occurs when you have exceeded the limit on the number of requests per second.</p>
55
+ *
56
+ * @throws {@link ValidationException} (client fault)
57
+ * <p>This exception occurs when a request is not valid.</p>
58
+ *
59
+ *
35
60
  */
36
61
  export declare class UpdateAppVersionAppComponentCommand extends $Command<UpdateAppVersionAppComponentCommandInput, UpdateAppVersionAppComponentCommandOutput, ResiliencehubClientResolvedConfig> {
37
62
  readonly input: UpdateAppVersionAppComponentCommandInput;
@@ -34,6 +34,31 @@ export interface UpdateAppVersionCommandOutput extends UpdateAppVersionResponse,
34
34
  * @see {@link UpdateAppVersionCommandOutput} for command's `response` shape.
35
35
  * @see {@link ResiliencehubClientResolvedConfig | config} for ResiliencehubClient's `config` shape.
36
36
  *
37
+ * @throws {@link AccessDeniedException} (client fault)
38
+ * <p>You don't have permissions to perform the requested operation. The user or role that is
39
+ * making the request must have at least one IAM permissions policy attached that grants the
40
+ * required permissions.</p>
41
+ *
42
+ * @throws {@link ConflictException} (client fault)
43
+ * <p>This exception occurs when a conflict with a previous successful write is detected. This generally occurs
44
+ * when the previous write did not have time to propagate to the host serving the current
45
+ * request. A retry (with appropriate backoff logic) is the recommended response to this
46
+ * exception.</p>
47
+ *
48
+ * @throws {@link InternalServerException} (server fault)
49
+ * <p>This exception occurs when there is an internal failure in the AWS Resilience Hub
50
+ * service.</p>
51
+ *
52
+ * @throws {@link ResourceNotFoundException} (client fault)
53
+ * <p>This exception occurs when the specified resource could not be found.</p>
54
+ *
55
+ * @throws {@link ThrottlingException} (client fault)
56
+ * <p>This exception occurs when you have exceeded the limit on the number of requests per second.</p>
57
+ *
58
+ * @throws {@link ValidationException} (client fault)
59
+ * <p>This exception occurs when a request is not valid.</p>
60
+ *
61
+ *
37
62
  */
38
63
  export declare class UpdateAppVersionCommand extends $Command<UpdateAppVersionCommandInput, UpdateAppVersionCommandOutput, ResiliencehubClientResolvedConfig> {
39
64
  readonly input: UpdateAppVersionCommandInput;
@@ -43,6 +43,35 @@ export interface UpdateAppVersionResourceCommandOutput extends UpdateAppVersionR
43
43
  * @see {@link UpdateAppVersionResourceCommandOutput} for command's `response` shape.
44
44
  * @see {@link ResiliencehubClientResolvedConfig | config} for ResiliencehubClient's `config` shape.
45
45
  *
46
+ * @throws {@link AccessDeniedException} (client fault)
47
+ * <p>You don't have permissions to perform the requested operation. The user or role that is
48
+ * making the request must have at least one IAM permissions policy attached that grants the
49
+ * required permissions.</p>
50
+ *
51
+ * @throws {@link ConflictException} (client fault)
52
+ * <p>This exception occurs when a conflict with a previous successful write is detected. This generally occurs
53
+ * when the previous write did not have time to propagate to the host serving the current
54
+ * request. A retry (with appropriate backoff logic) is the recommended response to this
55
+ * exception.</p>
56
+ *
57
+ * @throws {@link InternalServerException} (server fault)
58
+ * <p>This exception occurs when there is an internal failure in the AWS Resilience Hub
59
+ * service.</p>
60
+ *
61
+ * @throws {@link ResourceNotFoundException} (client fault)
62
+ * <p>This exception occurs when the specified resource could not be found.</p>
63
+ *
64
+ * @throws {@link ServiceQuotaExceededException} (client fault)
65
+ * <p>This exception occurs when you have exceeded your service quota. To perform the requested action, remove some of the
66
+ * relevant resources, or use Service Quotas to request a service quota increase.</p>
67
+ *
68
+ * @throws {@link ThrottlingException} (client fault)
69
+ * <p>This exception occurs when you have exceeded the limit on the number of requests per second.</p>
70
+ *
71
+ * @throws {@link ValidationException} (client fault)
72
+ * <p>This exception occurs when a request is not valid.</p>
73
+ *
74
+ *
46
75
  */
47
76
  export declare class UpdateAppVersionResourceCommand extends $Command<UpdateAppVersionResourceCommandInput, UpdateAppVersionResourceCommandOutput, ResiliencehubClientResolvedConfig> {
48
77
  readonly input: UpdateAppVersionResourceCommandInput;
@@ -29,6 +29,31 @@ export interface UpdateResiliencyPolicyCommandOutput extends UpdateResiliencyPol
29
29
  * @see {@link UpdateResiliencyPolicyCommandOutput} for command's `response` shape.
30
30
  * @see {@link ResiliencehubClientResolvedConfig | config} for ResiliencehubClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>You don't have permissions to perform the requested operation. The user or role that is
34
+ * making the request must have at least one IAM permissions policy attached that grants the
35
+ * required permissions.</p>
36
+ *
37
+ * @throws {@link ConflictException} (client fault)
38
+ * <p>This exception occurs when a conflict with a previous successful write is detected. This generally occurs
39
+ * when the previous write did not have time to propagate to the host serving the current
40
+ * request. A retry (with appropriate backoff logic) is the recommended response to this
41
+ * exception.</p>
42
+ *
43
+ * @throws {@link InternalServerException} (server fault)
44
+ * <p>This exception occurs when there is an internal failure in the AWS Resilience Hub
45
+ * service.</p>
46
+ *
47
+ * @throws {@link ResourceNotFoundException} (client fault)
48
+ * <p>This exception occurs when the specified resource could not be found.</p>
49
+ *
50
+ * @throws {@link ThrottlingException} (client fault)
51
+ * <p>This exception occurs when you have exceeded the limit on the number of requests per second.</p>
52
+ *
53
+ * @throws {@link ValidationException} (client fault)
54
+ * <p>This exception occurs when a request is not valid.</p>
55
+ *
56
+ *
32
57
  */
33
58
  export declare class UpdateResiliencyPolicyCommand extends $Command<UpdateResiliencyPolicyCommandInput, UpdateResiliencyPolicyCommandOutput, ResiliencehubClientResolvedConfig> {
34
59
  readonly input: UpdateResiliencyPolicyCommandInput;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-resiliencehub",
3
3
  "description": "AWS SDK for JavaScript Resiliencehub Client for Node.js, Browser and React Native",
4
- "version": "3.289.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.289.0",
24
- "@aws-sdk/config-resolver": "3.289.0",
25
- "@aws-sdk/credential-provider-node": "3.289.0",
26
- "@aws-sdk/fetch-http-handler": "3.289.0",
27
- "@aws-sdk/hash-node": "3.289.0",
28
- "@aws-sdk/invalid-dependency": "3.289.0",
29
- "@aws-sdk/middleware-content-length": "3.289.0",
30
- "@aws-sdk/middleware-endpoint": "3.289.0",
31
- "@aws-sdk/middleware-host-header": "3.289.0",
32
- "@aws-sdk/middleware-logger": "3.289.0",
33
- "@aws-sdk/middleware-recursion-detection": "3.289.0",
34
- "@aws-sdk/middleware-retry": "3.289.0",
35
- "@aws-sdk/middleware-serde": "3.289.0",
36
- "@aws-sdk/middleware-signing": "3.289.0",
37
- "@aws-sdk/middleware-stack": "3.289.0",
38
- "@aws-sdk/middleware-user-agent": "3.289.0",
39
- "@aws-sdk/node-config-provider": "3.289.0",
40
- "@aws-sdk/node-http-handler": "3.289.0",
41
- "@aws-sdk/protocol-http": "3.289.0",
42
- "@aws-sdk/smithy-client": "3.289.0",
43
- "@aws-sdk/types": "3.289.0",
44
- "@aws-sdk/url-parser": "3.289.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.289.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.289.0",
50
- "@aws-sdk/util-endpoints": "3.289.0",
51
- "@aws-sdk/util-retry": "3.289.0",
52
- "@aws-sdk/util-user-agent-browser": "3.289.0",
53
- "@aws-sdk/util-user-agent-node": "3.289.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"