@aws-sdk/client-health 3.325.0 → 3.327.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.
@@ -41,6 +41,14 @@ export interface DescribeAffectedAccountsForOrganizationCommandOutput extends De
41
41
  * };
42
42
  * const command = new DescribeAffectedAccountsForOrganizationCommand(input);
43
43
  * const response = await client.send(command);
44
+ * // { // DescribeAffectedAccountsForOrganizationResponse
45
+ * // affectedAccounts: [ // affectedAccountsList
46
+ * // "STRING_VALUE",
47
+ * // ],
48
+ * // eventScopeCode: "STRING_VALUE",
49
+ * // nextToken: "STRING_VALUE",
50
+ * // };
51
+ *
44
52
  * ```
45
53
  *
46
54
  * @param DescribeAffectedAccountsForOrganizationCommandInput - {@link DescribeAffectedAccountsForOrganizationCommandInput}
@@ -52,6 +60,8 @@ export interface DescribeAffectedAccountsForOrganizationCommandOutput extends De
52
60
  * @throws {@link InvalidPaginationToken} (client fault)
53
61
  * <p>The specified pagination token (<code>nextToken</code>) is not valid.</p>
54
62
  *
63
+ * @throws {@link HealthServiceException}
64
+ * <p>Base exception class for all service exceptions from Health service.</p>
55
65
  *
56
66
  */
57
67
  export declare class DescribeAffectedAccountsForOrganizationCommand extends $Command<DescribeAffectedAccountsForOrganizationCommandInput, DescribeAffectedAccountsForOrganizationCommandOutput, HealthClientResolvedConfig> {
@@ -75,6 +75,24 @@ export interface DescribeAffectedEntitiesCommandOutput extends DescribeAffectedE
75
75
  * };
76
76
  * const command = new DescribeAffectedEntitiesCommand(input);
77
77
  * const response = await client.send(command);
78
+ * // { // DescribeAffectedEntitiesResponse
79
+ * // entities: [ // EntityList
80
+ * // { // AffectedEntity
81
+ * // entityArn: "STRING_VALUE",
82
+ * // eventArn: "STRING_VALUE",
83
+ * // entityValue: "STRING_VALUE",
84
+ * // entityUrl: "STRING_VALUE",
85
+ * // awsAccountId: "STRING_VALUE",
86
+ * // lastUpdatedTime: new Date("TIMESTAMP"),
87
+ * // statusCode: "STRING_VALUE",
88
+ * // tags: { // tagSet
89
+ * // "<keys>": "STRING_VALUE",
90
+ * // },
91
+ * // },
92
+ * // ],
93
+ * // nextToken: "STRING_VALUE",
94
+ * // };
95
+ *
78
96
  * ```
79
97
  *
80
98
  * @param DescribeAffectedEntitiesCommandInput - {@link DescribeAffectedEntitiesCommandInput}
@@ -89,6 +107,8 @@ export interface DescribeAffectedEntitiesCommandOutput extends DescribeAffectedE
89
107
  * @throws {@link UnsupportedLocale} (client fault)
90
108
  * <p>The specified locale is not supported.</p>
91
109
  *
110
+ * @throws {@link HealthServiceException}
111
+ * <p>Base exception class for all service exceptions from Health service.</p>
92
112
  *
93
113
  */
94
114
  export declare class DescribeAffectedEntitiesCommand extends $Command<DescribeAffectedEntitiesCommandInput, DescribeAffectedEntitiesCommandOutput, HealthClientResolvedConfig> {
@@ -58,6 +58,32 @@ export interface DescribeAffectedEntitiesForOrganizationCommandOutput extends De
58
58
  * };
59
59
  * const command = new DescribeAffectedEntitiesForOrganizationCommand(input);
60
60
  * const response = await client.send(command);
61
+ * // { // DescribeAffectedEntitiesForOrganizationResponse
62
+ * // entities: [ // EntityList
63
+ * // { // AffectedEntity
64
+ * // entityArn: "STRING_VALUE",
65
+ * // eventArn: "STRING_VALUE",
66
+ * // entityValue: "STRING_VALUE",
67
+ * // entityUrl: "STRING_VALUE",
68
+ * // awsAccountId: "STRING_VALUE",
69
+ * // lastUpdatedTime: new Date("TIMESTAMP"),
70
+ * // statusCode: "STRING_VALUE",
71
+ * // tags: { // tagSet
72
+ * // "<keys>": "STRING_VALUE",
73
+ * // },
74
+ * // },
75
+ * // ],
76
+ * // failedSet: [ // DescribeAffectedEntitiesForOrganizationFailedSet
77
+ * // { // OrganizationAffectedEntitiesErrorItem
78
+ * // awsAccountId: "STRING_VALUE",
79
+ * // eventArn: "STRING_VALUE",
80
+ * // errorName: "STRING_VALUE",
81
+ * // errorMessage: "STRING_VALUE",
82
+ * // },
83
+ * // ],
84
+ * // nextToken: "STRING_VALUE",
85
+ * // };
86
+ *
61
87
  * ```
62
88
  *
63
89
  * @param DescribeAffectedEntitiesForOrganizationCommandInput - {@link DescribeAffectedEntitiesForOrganizationCommandInput}
@@ -72,6 +98,8 @@ export interface DescribeAffectedEntitiesForOrganizationCommandOutput extends De
72
98
  * @throws {@link UnsupportedLocale} (client fault)
73
99
  * <p>The specified locale is not supported.</p>
74
100
  *
101
+ * @throws {@link HealthServiceException}
102
+ * <p>Base exception class for all service exceptions from Health service.</p>
75
103
  *
76
104
  */
77
105
  export declare class DescribeAffectedEntitiesForOrganizationCommand extends $Command<DescribeAffectedEntitiesForOrganizationCommandInput, DescribeAffectedEntitiesForOrganizationCommandOutput, HealthClientResolvedConfig> {
@@ -33,6 +33,15 @@ export interface DescribeEntityAggregatesCommandOutput extends DescribeEntityAgg
33
33
  * };
34
34
  * const command = new DescribeEntityAggregatesCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // DescribeEntityAggregatesResponse
37
+ * // entityAggregates: [ // EntityAggregateList
38
+ * // { // EntityAggregate
39
+ * // eventArn: "STRING_VALUE",
40
+ * // count: Number("int"),
41
+ * // },
42
+ * // ],
43
+ * // };
44
+ *
36
45
  * ```
37
46
  *
38
47
  * @param DescribeEntityAggregatesCommandInput - {@link DescribeEntityAggregatesCommandInput}
@@ -41,6 +50,8 @@ export interface DescribeEntityAggregatesCommandOutput extends DescribeEntityAgg
41
50
  * @see {@link DescribeEntityAggregatesCommandOutput} for command's `response` shape.
42
51
  * @see {@link HealthClientResolvedConfig | config} for HealthClient's `config` shape.
43
52
  *
53
+ * @throws {@link HealthServiceException}
54
+ * <p>Base exception class for all service exceptions from Health service.</p>
44
55
  *
45
56
  */
46
57
  export declare class DescribeEntityAggregatesCommand extends $Command<DescribeEntityAggregatesCommandInput, DescribeEntityAggregatesCommandOutput, HealthClientResolvedConfig> {
@@ -90,6 +90,16 @@ export interface DescribeEventAggregatesCommandOutput extends DescribeEventAggre
90
90
  * };
91
91
  * const command = new DescribeEventAggregatesCommand(input);
92
92
  * const response = await client.send(command);
93
+ * // { // DescribeEventAggregatesResponse
94
+ * // eventAggregates: [ // EventAggregateList
95
+ * // { // EventAggregate
96
+ * // aggregateValue: "STRING_VALUE",
97
+ * // count: Number("int"),
98
+ * // },
99
+ * // ],
100
+ * // nextToken: "STRING_VALUE",
101
+ * // };
102
+ *
93
103
  * ```
94
104
  *
95
105
  * @param DescribeEventAggregatesCommandInput - {@link DescribeEventAggregatesCommandInput}
@@ -101,6 +111,8 @@ export interface DescribeEventAggregatesCommandOutput extends DescribeEventAggre
101
111
  * @throws {@link InvalidPaginationToken} (client fault)
102
112
  * <p>The specified pagination token (<code>nextToken</code>) is not valid.</p>
103
113
  *
114
+ * @throws {@link HealthServiceException}
115
+ * <p>Base exception class for all service exceptions from Health service.</p>
104
116
  *
105
117
  */
106
118
  export declare class DescribeEventAggregatesCommand extends $Command<DescribeEventAggregatesCommandInput, DescribeEventAggregatesCommandOutput, HealthClientResolvedConfig> {
@@ -43,6 +43,39 @@ export interface DescribeEventDetailsCommandOutput extends DescribeEventDetailsR
43
43
  * };
44
44
  * const command = new DescribeEventDetailsCommand(input);
45
45
  * const response = await client.send(command);
46
+ * // { // DescribeEventDetailsResponse
47
+ * // successfulSet: [ // DescribeEventDetailsSuccessfulSet
48
+ * // { // EventDetails
49
+ * // event: { // Event
50
+ * // arn: "STRING_VALUE",
51
+ * // service: "STRING_VALUE",
52
+ * // eventTypeCode: "STRING_VALUE",
53
+ * // eventTypeCategory: "STRING_VALUE",
54
+ * // region: "STRING_VALUE",
55
+ * // availabilityZone: "STRING_VALUE",
56
+ * // startTime: new Date("TIMESTAMP"),
57
+ * // endTime: new Date("TIMESTAMP"),
58
+ * // lastUpdatedTime: new Date("TIMESTAMP"),
59
+ * // statusCode: "STRING_VALUE",
60
+ * // eventScopeCode: "STRING_VALUE",
61
+ * // },
62
+ * // eventDescription: { // EventDescription
63
+ * // latestDescription: "STRING_VALUE",
64
+ * // },
65
+ * // eventMetadata: { // eventMetadata
66
+ * // "<keys>": "STRING_VALUE",
67
+ * // },
68
+ * // },
69
+ * // ],
70
+ * // failedSet: [ // DescribeEventDetailsFailedSet
71
+ * // { // EventDetailsErrorItem
72
+ * // eventArn: "STRING_VALUE",
73
+ * // errorName: "STRING_VALUE",
74
+ * // errorMessage: "STRING_VALUE",
75
+ * // },
76
+ * // ],
77
+ * // };
78
+ *
46
79
  * ```
47
80
  *
48
81
  * @param DescribeEventDetailsCommandInput - {@link DescribeEventDetailsCommandInput}
@@ -54,6 +87,8 @@ export interface DescribeEventDetailsCommandOutput extends DescribeEventDetailsR
54
87
  * @throws {@link UnsupportedLocale} (client fault)
55
88
  * <p>The specified locale is not supported.</p>
56
89
  *
90
+ * @throws {@link HealthServiceException}
91
+ * <p>Base exception class for all service exceptions from Health service.</p>
57
92
  *
58
93
  */
59
94
  export declare class DescribeEventDetailsCommand extends $Command<DescribeEventDetailsCommandInput, DescribeEventDetailsCommandOutput, HealthClientResolvedConfig> {
@@ -69,6 +69,41 @@ export interface DescribeEventDetailsForOrganizationCommandOutput extends Descri
69
69
  * };
70
70
  * const command = new DescribeEventDetailsForOrganizationCommand(input);
71
71
  * const response = await client.send(command);
72
+ * // { // DescribeEventDetailsForOrganizationResponse
73
+ * // successfulSet: [ // DescribeEventDetailsForOrganizationSuccessfulSet
74
+ * // { // OrganizationEventDetails
75
+ * // awsAccountId: "STRING_VALUE",
76
+ * // event: { // Event
77
+ * // arn: "STRING_VALUE",
78
+ * // service: "STRING_VALUE",
79
+ * // eventTypeCode: "STRING_VALUE",
80
+ * // eventTypeCategory: "STRING_VALUE",
81
+ * // region: "STRING_VALUE",
82
+ * // availabilityZone: "STRING_VALUE",
83
+ * // startTime: new Date("TIMESTAMP"),
84
+ * // endTime: new Date("TIMESTAMP"),
85
+ * // lastUpdatedTime: new Date("TIMESTAMP"),
86
+ * // statusCode: "STRING_VALUE",
87
+ * // eventScopeCode: "STRING_VALUE",
88
+ * // },
89
+ * // eventDescription: { // EventDescription
90
+ * // latestDescription: "STRING_VALUE",
91
+ * // },
92
+ * // eventMetadata: { // eventMetadata
93
+ * // "<keys>": "STRING_VALUE",
94
+ * // },
95
+ * // },
96
+ * // ],
97
+ * // failedSet: [ // DescribeEventDetailsForOrganizationFailedSet
98
+ * // { // OrganizationEventDetailsErrorItem
99
+ * // awsAccountId: "STRING_VALUE",
100
+ * // eventArn: "STRING_VALUE",
101
+ * // errorName: "STRING_VALUE",
102
+ * // errorMessage: "STRING_VALUE",
103
+ * // },
104
+ * // ],
105
+ * // };
106
+ *
72
107
  * ```
73
108
  *
74
109
  * @param DescribeEventDetailsForOrganizationCommandInput - {@link DescribeEventDetailsForOrganizationCommandInput}
@@ -80,6 +115,8 @@ export interface DescribeEventDetailsForOrganizationCommandOutput extends Descri
80
115
  * @throws {@link UnsupportedLocale} (client fault)
81
116
  * <p>The specified locale is not supported.</p>
82
117
  *
118
+ * @throws {@link HealthServiceException}
119
+ * <p>Base exception class for all service exceptions from Health service.</p>
83
120
  *
84
121
  */
85
122
  export declare class DescribeEventDetailsForOrganizationCommand extends $Command<DescribeEventDetailsForOrganizationCommandInput, DescribeEventDetailsForOrganizationCommandOutput, HealthClientResolvedConfig> {
@@ -51,6 +51,17 @@ export interface DescribeEventTypesCommandOutput extends DescribeEventTypesRespo
51
51
  * };
52
52
  * const command = new DescribeEventTypesCommand(input);
53
53
  * const response = await client.send(command);
54
+ * // { // DescribeEventTypesResponse
55
+ * // eventTypes: [ // EventTypeList
56
+ * // { // EventType
57
+ * // service: "STRING_VALUE",
58
+ * // code: "STRING_VALUE",
59
+ * // category: "STRING_VALUE",
60
+ * // },
61
+ * // ],
62
+ * // nextToken: "STRING_VALUE",
63
+ * // };
64
+ *
54
65
  * ```
55
66
  *
56
67
  * @param DescribeEventTypesCommandInput - {@link DescribeEventTypesCommandInput}
@@ -65,6 +76,8 @@ export interface DescribeEventTypesCommandOutput extends DescribeEventTypesRespo
65
76
  * @throws {@link UnsupportedLocale} (client fault)
66
77
  * <p>The specified locale is not supported.</p>
67
78
  *
79
+ * @throws {@link HealthServiceException}
80
+ * <p>Base exception class for all service exceptions from Health service.</p>
68
81
  *
69
82
  */
70
83
  export declare class DescribeEventTypesCommand extends $Command<DescribeEventTypesCommandInput, DescribeEventTypesCommandOutput, HealthClientResolvedConfig> {
@@ -107,6 +107,25 @@ export interface DescribeEventsCommandOutput extends DescribeEventsResponse, __M
107
107
  * };
108
108
  * const command = new DescribeEventsCommand(input);
109
109
  * const response = await client.send(command);
110
+ * // { // DescribeEventsResponse
111
+ * // events: [ // EventList
112
+ * // { // Event
113
+ * // arn: "STRING_VALUE",
114
+ * // service: "STRING_VALUE",
115
+ * // eventTypeCode: "STRING_VALUE",
116
+ * // eventTypeCategory: "STRING_VALUE",
117
+ * // region: "STRING_VALUE",
118
+ * // availabilityZone: "STRING_VALUE",
119
+ * // startTime: new Date("TIMESTAMP"),
120
+ * // endTime: new Date("TIMESTAMP"),
121
+ * // lastUpdatedTime: new Date("TIMESTAMP"),
122
+ * // statusCode: "STRING_VALUE",
123
+ * // eventScopeCode: "STRING_VALUE",
124
+ * // },
125
+ * // ],
126
+ * // nextToken: "STRING_VALUE",
127
+ * // };
128
+ *
110
129
  * ```
111
130
  *
112
131
  * @param DescribeEventsCommandInput - {@link DescribeEventsCommandInput}
@@ -121,6 +140,8 @@ export interface DescribeEventsCommandOutput extends DescribeEventsResponse, __M
121
140
  * @throws {@link UnsupportedLocale} (client fault)
122
141
  * <p>The specified locale is not supported.</p>
123
142
  *
143
+ * @throws {@link HealthServiceException}
144
+ * <p>Base exception class for all service exceptions from Health service.</p>
124
145
  *
125
146
  */
126
147
  export declare class DescribeEventsCommand extends $Command<DescribeEventsCommandInput, DescribeEventsCommandOutput, HealthClientResolvedConfig> {
@@ -102,6 +102,24 @@ export interface DescribeEventsForOrganizationCommandOutput extends DescribeEven
102
102
  * };
103
103
  * const command = new DescribeEventsForOrganizationCommand(input);
104
104
  * const response = await client.send(command);
105
+ * // { // DescribeEventsForOrganizationResponse
106
+ * // events: [ // OrganizationEventList
107
+ * // { // OrganizationEvent
108
+ * // arn: "STRING_VALUE",
109
+ * // service: "STRING_VALUE",
110
+ * // eventTypeCode: "STRING_VALUE",
111
+ * // eventTypeCategory: "STRING_VALUE",
112
+ * // eventScopeCode: "STRING_VALUE",
113
+ * // region: "STRING_VALUE",
114
+ * // startTime: new Date("TIMESTAMP"),
115
+ * // endTime: new Date("TIMESTAMP"),
116
+ * // lastUpdatedTime: new Date("TIMESTAMP"),
117
+ * // statusCode: "STRING_VALUE",
118
+ * // },
119
+ * // ],
120
+ * // nextToken: "STRING_VALUE",
121
+ * // };
122
+ *
105
123
  * ```
106
124
  *
107
125
  * @param DescribeEventsForOrganizationCommandInput - {@link DescribeEventsForOrganizationCommandInput}
@@ -116,6 +134,8 @@ export interface DescribeEventsForOrganizationCommandOutput extends DescribeEven
116
134
  * @throws {@link UnsupportedLocale} (client fault)
117
135
  * <p>The specified locale is not supported.</p>
118
136
  *
137
+ * @throws {@link HealthServiceException}
138
+ * <p>Base exception class for all service exceptions from Health service.</p>
119
139
  *
120
140
  */
121
141
  export declare class DescribeEventsForOrganizationCommand extends $Command<DescribeEventsForOrganizationCommandInput, DescribeEventsForOrganizationCommandOutput, HealthClientResolvedConfig> {
@@ -32,6 +32,10 @@ export interface DescribeHealthServiceStatusForOrganizationCommandOutput extends
32
32
  * const input = {};
33
33
  * const command = new DescribeHealthServiceStatusForOrganizationCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // DescribeHealthServiceStatusForOrganizationResponse
36
+ * // healthServiceAccessStatusForOrganization: "STRING_VALUE",
37
+ * // };
38
+ *
35
39
  * ```
36
40
  *
37
41
  * @param DescribeHealthServiceStatusForOrganizationCommandInput - {@link DescribeHealthServiceStatusForOrganizationCommandInput}
@@ -40,6 +44,8 @@ export interface DescribeHealthServiceStatusForOrganizationCommandOutput extends
40
44
  * @see {@link DescribeHealthServiceStatusForOrganizationCommandOutput} for command's `response` shape.
41
45
  * @see {@link HealthClientResolvedConfig | config} for HealthClient's `config` shape.
42
46
  *
47
+ * @throws {@link HealthServiceException}
48
+ * <p>Base exception class for all service exceptions from Health service.</p>
43
49
  *
44
50
  */
45
51
  export declare class DescribeHealthServiceStatusForOrganizationCommand extends $Command<DescribeHealthServiceStatusForOrganizationCommandInput, DescribeHealthServiceStatusForOrganizationCommandOutput, HealthClientResolvedConfig> {
@@ -42,6 +42,8 @@ export interface DisableHealthServiceAccessForOrganizationCommandOutput extends
42
42
  * const input = {};
43
43
  * const command = new DisableHealthServiceAccessForOrganizationCommand(input);
44
44
  * const response = await client.send(command);
45
+ * // {};
46
+ *
45
47
  * ```
46
48
  *
47
49
  * @param DisableHealthServiceAccessForOrganizationCommandInput - {@link DisableHealthServiceAccessForOrganizationCommandInput}
@@ -55,6 +57,8 @@ export interface DisableHealthServiceAccessForOrganizationCommandOutput extends
55
57
  * <a href="https://docs.aws.amazon.com/health/latest/APIReference/API_EnableHealthServiceAccessForOrganization.html">EnableHealthServiceAccessForOrganization</a> is already in progress. Wait for the
56
58
  * action to complete before trying again. To get the current status, use the <a href="https://docs.aws.amazon.com/health/latest/APIReference/API_DescribeHealthServiceStatusForOrganization.html">DescribeHealthServiceStatusForOrganization</a> operation.</p>
57
59
  *
60
+ * @throws {@link HealthServiceException}
61
+ * <p>Base exception class for all service exceptions from Health service.</p>
58
62
  *
59
63
  */
60
64
  export declare class DisableHealthServiceAccessForOrganizationCommand extends $Command<DisableHealthServiceAccessForOrganizationCommandInput, DisableHealthServiceAccessForOrganizationCommandOutput, HealthClientResolvedConfig> {
@@ -50,6 +50,8 @@ export interface EnableHealthServiceAccessForOrganizationCommandOutput extends _
50
50
  * const input = {};
51
51
  * const command = new EnableHealthServiceAccessForOrganizationCommand(input);
52
52
  * const response = await client.send(command);
53
+ * // {};
54
+ *
53
55
  * ```
54
56
  *
55
57
  * @param EnableHealthServiceAccessForOrganizationCommandInput - {@link EnableHealthServiceAccessForOrganizationCommandInput}
@@ -63,6 +65,8 @@ export interface EnableHealthServiceAccessForOrganizationCommandOutput extends _
63
65
  * <a href="https://docs.aws.amazon.com/health/latest/APIReference/API_EnableHealthServiceAccessForOrganization.html">EnableHealthServiceAccessForOrganization</a> is already in progress. Wait for the
64
66
  * action to complete before trying again. To get the current status, use the <a href="https://docs.aws.amazon.com/health/latest/APIReference/API_DescribeHealthServiceStatusForOrganization.html">DescribeHealthServiceStatusForOrganization</a> operation.</p>
65
67
  *
68
+ * @throws {@link HealthServiceException}
69
+ * <p>Base exception class for all service exceptions from Health service.</p>
66
70
  *
67
71
  */
68
72
  export declare class EnableHealthServiceAccessForOrganizationCommand extends $Command<EnableHealthServiceAccessForOrganizationCommandInput, EnableHealthServiceAccessForOrganizationCommandOutput, HealthClientResolvedConfig> {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-health",
3
3
  "description": "AWS SDK for JavaScript Health Client for Node.js, Browser and React Native",
4
- "version": "3.325.0",
4
+ "version": "3.327.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",
@@ -21,9 +21,9 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.325.0",
24
+ "@aws-sdk/client-sts": "3.327.0",
25
25
  "@aws-sdk/config-resolver": "3.310.0",
26
- "@aws-sdk/credential-provider-node": "3.325.0",
26
+ "@aws-sdk/credential-provider-node": "3.327.0",
27
27
  "@aws-sdk/fetch-http-handler": "3.310.0",
28
28
  "@aws-sdk/hash-node": "3.310.0",
29
29
  "@aws-sdk/invalid-dependency": "3.310.0",
@@ -32,11 +32,11 @@
32
32
  "@aws-sdk/middleware-host-header": "3.325.0",
33
33
  "@aws-sdk/middleware-logger": "3.325.0",
34
34
  "@aws-sdk/middleware-recursion-detection": "3.325.0",
35
- "@aws-sdk/middleware-retry": "3.325.0",
35
+ "@aws-sdk/middleware-retry": "3.327.0",
36
36
  "@aws-sdk/middleware-serde": "3.325.0",
37
37
  "@aws-sdk/middleware-signing": "3.325.0",
38
38
  "@aws-sdk/middleware-stack": "3.325.0",
39
- "@aws-sdk/middleware-user-agent": "3.325.0",
39
+ "@aws-sdk/middleware-user-agent": "3.327.0",
40
40
  "@aws-sdk/node-config-provider": "3.310.0",
41
41
  "@aws-sdk/node-http-handler": "3.321.1",
42
42
  "@aws-sdk/protocol-http": "3.310.0",
@@ -48,8 +48,8 @@
48
48
  "@aws-sdk/util-body-length-node": "3.310.0",
49
49
  "@aws-sdk/util-defaults-mode-browser": "3.325.0",
50
50
  "@aws-sdk/util-defaults-mode-node": "3.325.0",
51
- "@aws-sdk/util-endpoints": "3.319.0",
52
- "@aws-sdk/util-retry": "3.310.0",
51
+ "@aws-sdk/util-endpoints": "3.327.0",
52
+ "@aws-sdk/util-retry": "3.327.0",
53
53
  "@aws-sdk/util-user-agent-browser": "3.310.0",
54
54
  "@aws-sdk/util-user-agent-node": "3.310.0",
55
55
  "@aws-sdk/util-utf8": "3.310.0",