@aws-sdk/client-ssm-incidents 3.478.0 → 3.481.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 (129) hide show
  1. package/dist-cjs/commands/BatchGetIncidentFindingsCommand.js +18 -41
  2. package/dist-cjs/commands/CreateReplicationSetCommand.js +18 -41
  3. package/dist-cjs/commands/CreateResponsePlanCommand.js +18 -41
  4. package/dist-cjs/commands/CreateTimelineEventCommand.js +18 -41
  5. package/dist-cjs/commands/DeleteIncidentRecordCommand.js +18 -41
  6. package/dist-cjs/commands/DeleteReplicationSetCommand.js +18 -41
  7. package/dist-cjs/commands/DeleteResourcePolicyCommand.js +18 -41
  8. package/dist-cjs/commands/DeleteResponsePlanCommand.js +18 -41
  9. package/dist-cjs/commands/DeleteTimelineEventCommand.js +18 -41
  10. package/dist-cjs/commands/GetIncidentRecordCommand.js +18 -41
  11. package/dist-cjs/commands/GetReplicationSetCommand.js +18 -41
  12. package/dist-cjs/commands/GetResourcePoliciesCommand.js +18 -41
  13. package/dist-cjs/commands/GetResponsePlanCommand.js +18 -41
  14. package/dist-cjs/commands/GetTimelineEventCommand.js +18 -41
  15. package/dist-cjs/commands/ListIncidentFindingsCommand.js +18 -41
  16. package/dist-cjs/commands/ListIncidentRecordsCommand.js +18 -41
  17. package/dist-cjs/commands/ListRelatedItemsCommand.js +18 -41
  18. package/dist-cjs/commands/ListReplicationSetsCommand.js +18 -41
  19. package/dist-cjs/commands/ListResponsePlansCommand.js +18 -41
  20. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  21. package/dist-cjs/commands/ListTimelineEventsCommand.js +18 -41
  22. package/dist-cjs/commands/PutResourcePolicyCommand.js +18 -41
  23. package/dist-cjs/commands/StartIncidentCommand.js +18 -41
  24. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  25. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  26. package/dist-cjs/commands/UpdateDeletionProtectionCommand.js +18 -41
  27. package/dist-cjs/commands/UpdateIncidentRecordCommand.js +18 -41
  28. package/dist-cjs/commands/UpdateRelatedItemsCommand.js +18 -41
  29. package/dist-cjs/commands/UpdateReplicationSetCommand.js +18 -41
  30. package/dist-cjs/commands/UpdateResponsePlanCommand.js +18 -41
  31. package/dist-cjs/commands/UpdateTimelineEventCommand.js +18 -41
  32. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  33. package/dist-es/commands/BatchGetIncidentFindingsCommand.js +18 -41
  34. package/dist-es/commands/CreateReplicationSetCommand.js +18 -41
  35. package/dist-es/commands/CreateResponsePlanCommand.js +18 -41
  36. package/dist-es/commands/CreateTimelineEventCommand.js +18 -41
  37. package/dist-es/commands/DeleteIncidentRecordCommand.js +18 -41
  38. package/dist-es/commands/DeleteReplicationSetCommand.js +18 -41
  39. package/dist-es/commands/DeleteResourcePolicyCommand.js +18 -41
  40. package/dist-es/commands/DeleteResponsePlanCommand.js +18 -41
  41. package/dist-es/commands/DeleteTimelineEventCommand.js +18 -41
  42. package/dist-es/commands/GetIncidentRecordCommand.js +18 -41
  43. package/dist-es/commands/GetReplicationSetCommand.js +18 -41
  44. package/dist-es/commands/GetResourcePoliciesCommand.js +18 -41
  45. package/dist-es/commands/GetResponsePlanCommand.js +18 -41
  46. package/dist-es/commands/GetTimelineEventCommand.js +18 -41
  47. package/dist-es/commands/ListIncidentFindingsCommand.js +18 -41
  48. package/dist-es/commands/ListIncidentRecordsCommand.js +18 -41
  49. package/dist-es/commands/ListRelatedItemsCommand.js +18 -41
  50. package/dist-es/commands/ListReplicationSetsCommand.js +18 -41
  51. package/dist-es/commands/ListResponsePlansCommand.js +18 -41
  52. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  53. package/dist-es/commands/ListTimelineEventsCommand.js +18 -41
  54. package/dist-es/commands/PutResourcePolicyCommand.js +18 -41
  55. package/dist-es/commands/StartIncidentCommand.js +18 -41
  56. package/dist-es/commands/TagResourceCommand.js +18 -41
  57. package/dist-es/commands/UntagResourceCommand.js +18 -41
  58. package/dist-es/commands/UpdateDeletionProtectionCommand.js +18 -41
  59. package/dist-es/commands/UpdateIncidentRecordCommand.js +18 -41
  60. package/dist-es/commands/UpdateRelatedItemsCommand.js +18 -41
  61. package/dist-es/commands/UpdateReplicationSetCommand.js +18 -41
  62. package/dist-es/commands/UpdateResponsePlanCommand.js +18 -41
  63. package/dist-es/commands/UpdateTimelineEventCommand.js +18 -41
  64. package/dist-es/endpoint/EndpointParameters.js +6 -0
  65. package/dist-types/commands/BatchGetIncidentFindingsCommand.d.ts +6 -21
  66. package/dist-types/commands/CreateReplicationSetCommand.d.ts +6 -21
  67. package/dist-types/commands/CreateResponsePlanCommand.d.ts +6 -21
  68. package/dist-types/commands/CreateTimelineEventCommand.d.ts +6 -21
  69. package/dist-types/commands/DeleteIncidentRecordCommand.d.ts +6 -21
  70. package/dist-types/commands/DeleteReplicationSetCommand.d.ts +6 -21
  71. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +6 -21
  72. package/dist-types/commands/DeleteResponsePlanCommand.d.ts +6 -21
  73. package/dist-types/commands/DeleteTimelineEventCommand.d.ts +6 -21
  74. package/dist-types/commands/GetIncidentRecordCommand.d.ts +6 -21
  75. package/dist-types/commands/GetReplicationSetCommand.d.ts +6 -21
  76. package/dist-types/commands/GetResourcePoliciesCommand.d.ts +6 -21
  77. package/dist-types/commands/GetResponsePlanCommand.d.ts +6 -21
  78. package/dist-types/commands/GetTimelineEventCommand.d.ts +6 -21
  79. package/dist-types/commands/ListIncidentFindingsCommand.d.ts +6 -21
  80. package/dist-types/commands/ListIncidentRecordsCommand.d.ts +6 -21
  81. package/dist-types/commands/ListRelatedItemsCommand.d.ts +6 -21
  82. package/dist-types/commands/ListReplicationSetsCommand.d.ts +6 -21
  83. package/dist-types/commands/ListResponsePlansCommand.d.ts +6 -21
  84. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  85. package/dist-types/commands/ListTimelineEventsCommand.d.ts +6 -21
  86. package/dist-types/commands/PutResourcePolicyCommand.d.ts +6 -21
  87. package/dist-types/commands/StartIncidentCommand.d.ts +6 -21
  88. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  89. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  90. package/dist-types/commands/UpdateDeletionProtectionCommand.d.ts +6 -21
  91. package/dist-types/commands/UpdateIncidentRecordCommand.d.ts +6 -21
  92. package/dist-types/commands/UpdateRelatedItemsCommand.d.ts +6 -21
  93. package/dist-types/commands/UpdateReplicationSetCommand.d.ts +6 -21
  94. package/dist-types/commands/UpdateResponsePlanCommand.d.ts +6 -21
  95. package/dist-types/commands/UpdateTimelineEventCommand.d.ts +6 -21
  96. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  97. package/dist-types/ts3.4/commands/BatchGetIncidentFindingsCommand.d.ts +12 -24
  98. package/dist-types/ts3.4/commands/CreateReplicationSetCommand.d.ts +12 -24
  99. package/dist-types/ts3.4/commands/CreateResponsePlanCommand.d.ts +14 -23
  100. package/dist-types/ts3.4/commands/CreateTimelineEventCommand.d.ts +14 -23
  101. package/dist-types/ts3.4/commands/DeleteIncidentRecordCommand.d.ts +12 -24
  102. package/dist-types/ts3.4/commands/DeleteReplicationSetCommand.d.ts +12 -24
  103. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +12 -24
  104. package/dist-types/ts3.4/commands/DeleteResponsePlanCommand.d.ts +14 -23
  105. package/dist-types/ts3.4/commands/DeleteTimelineEventCommand.d.ts +14 -23
  106. package/dist-types/ts3.4/commands/GetIncidentRecordCommand.d.ts +14 -23
  107. package/dist-types/ts3.4/commands/GetReplicationSetCommand.d.ts +14 -23
  108. package/dist-types/ts3.4/commands/GetResourcePoliciesCommand.d.ts +14 -23
  109. package/dist-types/ts3.4/commands/GetResponsePlanCommand.d.ts +14 -23
  110. package/dist-types/ts3.4/commands/GetTimelineEventCommand.d.ts +14 -23
  111. package/dist-types/ts3.4/commands/ListIncidentFindingsCommand.d.ts +12 -24
  112. package/dist-types/ts3.4/commands/ListIncidentRecordsCommand.d.ts +14 -23
  113. package/dist-types/ts3.4/commands/ListRelatedItemsCommand.d.ts +14 -23
  114. package/dist-types/ts3.4/commands/ListReplicationSetsCommand.d.ts +14 -23
  115. package/dist-types/ts3.4/commands/ListResponsePlansCommand.d.ts +14 -23
  116. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  117. package/dist-types/ts3.4/commands/ListTimelineEventsCommand.d.ts +14 -23
  118. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +14 -23
  119. package/dist-types/ts3.4/commands/StartIncidentCommand.d.ts +14 -23
  120. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  121. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  122. package/dist-types/ts3.4/commands/UpdateDeletionProtectionCommand.d.ts +12 -24
  123. package/dist-types/ts3.4/commands/UpdateIncidentRecordCommand.d.ts +12 -24
  124. package/dist-types/ts3.4/commands/UpdateRelatedItemsCommand.d.ts +14 -23
  125. package/dist-types/ts3.4/commands/UpdateReplicationSetCommand.d.ts +12 -24
  126. package/dist-types/ts3.4/commands/UpdateResponsePlanCommand.d.ts +14 -23
  127. package/dist-types/ts3.4/commands/UpdateTimelineEventCommand.d.ts +14 -23
  128. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  129. package/package.json +9 -9
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  UpdateIncidentRecordInput,
11
5
  UpdateIncidentRecordOutput,
@@ -21,22 +15,16 @@ export interface UpdateIncidentRecordCommandInput
21
15
  export interface UpdateIncidentRecordCommandOutput
22
16
  extends UpdateIncidentRecordOutput,
23
17
  __MetadataBearer {}
24
- export declare class UpdateIncidentRecordCommand extends $Command<
25
- UpdateIncidentRecordCommandInput,
26
- UpdateIncidentRecordCommandOutput,
27
- SSMIncidentsClientResolvedConfig
28
- > {
29
- readonly input: UpdateIncidentRecordCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: UpdateIncidentRecordCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: SSMIncidentsClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const UpdateIncidentRecordCommand_base: {
19
+ new (
20
+ input: UpdateIncidentRecordCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  UpdateIncidentRecordCommandInput,
38
- UpdateIncidentRecordCommandOutput
23
+ UpdateIncidentRecordCommandOutput,
24
+ SSMIncidentsClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class UpdateIncidentRecordCommand extends UpdateIncidentRecordCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  UpdateRelatedItemsInput,
11
5
  UpdateRelatedItemsOutput,
@@ -21,19 +15,16 @@ export interface UpdateRelatedItemsCommandInput
21
15
  export interface UpdateRelatedItemsCommandOutput
22
16
  extends UpdateRelatedItemsOutput,
23
17
  __MetadataBearer {}
24
- export declare class UpdateRelatedItemsCommand extends $Command<
25
- UpdateRelatedItemsCommandInput,
26
- UpdateRelatedItemsCommandOutput,
27
- SSMIncidentsClientResolvedConfig
28
- > {
29
- readonly input: UpdateRelatedItemsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: UpdateRelatedItemsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: SSMIncidentsClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<UpdateRelatedItemsCommandInput, UpdateRelatedItemsCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const UpdateRelatedItemsCommand_base: {
19
+ new (
20
+ input: UpdateRelatedItemsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ UpdateRelatedItemsCommandInput,
23
+ UpdateRelatedItemsCommandOutput,
24
+ SSMIncidentsClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class UpdateRelatedItemsCommand extends UpdateRelatedItemsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  UpdateReplicationSetInput,
11
5
  UpdateReplicationSetOutput,
@@ -21,22 +15,16 @@ export interface UpdateReplicationSetCommandInput
21
15
  export interface UpdateReplicationSetCommandOutput
22
16
  extends UpdateReplicationSetOutput,
23
17
  __MetadataBearer {}
24
- export declare class UpdateReplicationSetCommand extends $Command<
25
- UpdateReplicationSetCommandInput,
26
- UpdateReplicationSetCommandOutput,
27
- SSMIncidentsClientResolvedConfig
28
- > {
29
- readonly input: UpdateReplicationSetCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: UpdateReplicationSetCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: SSMIncidentsClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const UpdateReplicationSetCommand_base: {
19
+ new (
20
+ input: UpdateReplicationSetCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  UpdateReplicationSetCommandInput,
38
- UpdateReplicationSetCommandOutput
23
+ UpdateReplicationSetCommandOutput,
24
+ SSMIncidentsClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class UpdateReplicationSetCommand extends UpdateReplicationSetCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  UpdateResponsePlanInput,
11
5
  UpdateResponsePlanOutput,
@@ -21,19 +15,16 @@ export interface UpdateResponsePlanCommandInput
21
15
  export interface UpdateResponsePlanCommandOutput
22
16
  extends UpdateResponsePlanOutput,
23
17
  __MetadataBearer {}
24
- export declare class UpdateResponsePlanCommand extends $Command<
25
- UpdateResponsePlanCommandInput,
26
- UpdateResponsePlanCommandOutput,
27
- SSMIncidentsClientResolvedConfig
28
- > {
29
- readonly input: UpdateResponsePlanCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: UpdateResponsePlanCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: SSMIncidentsClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<UpdateResponsePlanCommandInput, UpdateResponsePlanCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const UpdateResponsePlanCommand_base: {
19
+ new (
20
+ input: UpdateResponsePlanCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ UpdateResponsePlanCommandInput,
23
+ UpdateResponsePlanCommandOutput,
24
+ SSMIncidentsClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class UpdateResponsePlanCommand extends UpdateResponsePlanCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  UpdateTimelineEventInput,
11
5
  UpdateTimelineEventOutput,
@@ -21,19 +15,16 @@ export interface UpdateTimelineEventCommandInput
21
15
  export interface UpdateTimelineEventCommandOutput
22
16
  extends UpdateTimelineEventOutput,
23
17
  __MetadataBearer {}
24
- export declare class UpdateTimelineEventCommand extends $Command<
25
- UpdateTimelineEventCommandInput,
26
- UpdateTimelineEventCommandOutput,
27
- SSMIncidentsClientResolvedConfig
28
- > {
29
- readonly input: UpdateTimelineEventCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: UpdateTimelineEventCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: SSMIncidentsClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<UpdateTimelineEventCommandInput, UpdateTimelineEventCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const UpdateTimelineEventCommand_base: {
19
+ new (
20
+ input: UpdateTimelineEventCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ UpdateTimelineEventCommandInput,
23
+ UpdateTimelineEventCommandOutput,
24
+ SSMIncidentsClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class UpdateTimelineEventCommand extends UpdateTimelineEventCommand_base {}
@@ -25,6 +25,24 @@ export declare const resolveClientEndpointParameters: <T>(
25
25
  ClientInputEndpointParameters & {
26
26
  defaultSigningName: string;
27
27
  };
28
+ export declare const commonParams: {
29
+ readonly UseFIPS: {
30
+ readonly type: "builtInParams";
31
+ readonly name: "useFipsEndpoint";
32
+ };
33
+ readonly Endpoint: {
34
+ readonly type: "builtInParams";
35
+ readonly name: "endpoint";
36
+ };
37
+ readonly Region: {
38
+ readonly type: "builtInParams";
39
+ readonly name: "region";
40
+ };
41
+ readonly UseDualStack: {
42
+ readonly type: "builtInParams";
43
+ readonly name: "useDualstackEndpoint";
44
+ };
45
+ };
28
46
  export interface EndpointParameters extends __EndpointParameters {
29
47
  Region?: string;
30
48
  UseDualStack?: boolean;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-ssm-incidents",
3
3
  "description": "AWS SDK for JavaScript Ssm Incidents Client for Node.js, Browser and React Native",
4
- "version": "3.478.0",
4
+ "version": "3.481.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,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.478.0",
24
- "@aws-sdk/core": "3.477.0",
25
- "@aws-sdk/credential-provider-node": "3.478.0",
23
+ "@aws-sdk/client-sts": "3.481.0",
24
+ "@aws-sdk/core": "3.481.0",
25
+ "@aws-sdk/credential-provider-node": "3.481.0",
26
26
  "@aws-sdk/middleware-host-header": "3.468.0",
27
27
  "@aws-sdk/middleware-logger": "3.468.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.468.0",
@@ -34,26 +34,26 @@
34
34
  "@aws-sdk/util-user-agent-browser": "3.468.0",
35
35
  "@aws-sdk/util-user-agent-node": "3.470.0",
36
36
  "@smithy/config-resolver": "^2.0.21",
37
- "@smithy/core": "^1.2.0",
37
+ "@smithy/core": "^1.2.1",
38
38
  "@smithy/fetch-http-handler": "^2.3.1",
39
39
  "@smithy/hash-node": "^2.0.17",
40
40
  "@smithy/invalid-dependency": "^2.0.15",
41
41
  "@smithy/middleware-content-length": "^2.0.17",
42
42
  "@smithy/middleware-endpoint": "^2.2.3",
43
- "@smithy/middleware-retry": "^2.0.24",
43
+ "@smithy/middleware-retry": "^2.0.25",
44
44
  "@smithy/middleware-serde": "^2.0.15",
45
45
  "@smithy/middleware-stack": "^2.0.9",
46
46
  "@smithy/node-config-provider": "^2.1.8",
47
47
  "@smithy/node-http-handler": "^2.2.1",
48
48
  "@smithy/protocol-http": "^3.0.11",
49
- "@smithy/smithy-client": "^2.1.18",
49
+ "@smithy/smithy-client": "^2.2.0",
50
50
  "@smithy/types": "^2.7.0",
51
51
  "@smithy/url-parser": "^2.0.15",
52
52
  "@smithy/util-base64": "^2.0.1",
53
53
  "@smithy/util-body-length-browser": "^2.0.1",
54
54
  "@smithy/util-body-length-node": "^2.1.0",
55
- "@smithy/util-defaults-mode-browser": "^2.0.22",
56
- "@smithy/util-defaults-mode-node": "^2.0.29",
55
+ "@smithy/util-defaults-mode-browser": "^2.0.23",
56
+ "@smithy/util-defaults-mode-node": "^2.0.30",
57
57
  "@smithy/util-endpoints": "^1.0.7",
58
58
  "@smithy/util-retry": "^2.0.8",
59
59
  "@smithy/util-utf8": "^2.0.2",