@aws-sdk/client-wafv2 3.577.0 → 3.582.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.
- package/dist-cjs/index.js +11 -0
- package/dist-es/models/models_0.js +7 -0
- package/dist-types/commands/DeleteLoggingConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/GetLoggingConfigurationCommand.d.ts +4 -0
- package/dist-types/commands/ListLoggingConfigurationsCommand.d.ts +3 -0
- package/dist-types/commands/PutLoggingConfigurationCommand.d.ts +4 -0
- package/dist-types/models/models_0.d.ts +99 -3
- package/dist-types/ts3.4/models/models_0.d.ts +16 -0
- package/package.json +11 -11
package/dist-cjs/index.js
CHANGED
|
@@ -79,6 +79,8 @@ __export(src_exports, {
|
|
|
79
79
|
ListRuleGroupsCommand: () => ListRuleGroupsCommand,
|
|
80
80
|
ListTagsForResourceCommand: () => ListTagsForResourceCommand,
|
|
81
81
|
ListWebACLsCommand: () => ListWebACLsCommand,
|
|
82
|
+
LogScope: () => LogScope,
|
|
83
|
+
LogType: () => LogType,
|
|
82
84
|
MapMatchScope: () => MapMatchScope,
|
|
83
85
|
OversizeHandling: () => OversizeHandling,
|
|
84
86
|
ParameterExceptionField: () => ParameterExceptionField,
|
|
@@ -1020,6 +1022,13 @@ var _WAFAssociatedItemException = class _WAFAssociatedItemException extends WAFV
|
|
|
1020
1022
|
};
|
|
1021
1023
|
__name(_WAFAssociatedItemException, "WAFAssociatedItemException");
|
|
1022
1024
|
var WAFAssociatedItemException = _WAFAssociatedItemException;
|
|
1025
|
+
var LogScope = {
|
|
1026
|
+
CUSTOMER: "CUSTOMER",
|
|
1027
|
+
SECURITY_LAKE: "SECURITY_LAKE"
|
|
1028
|
+
};
|
|
1029
|
+
var LogType = {
|
|
1030
|
+
WAF_LOGS: "WAF_LOGS"
|
|
1031
|
+
};
|
|
1023
1032
|
var Platform = {
|
|
1024
1033
|
ANDROID: "ANDROID",
|
|
1025
1034
|
IOS: "IOS"
|
|
@@ -3988,6 +3997,8 @@ var WAFV2 = _WAFV2;
|
|
|
3988
3997
|
ResponseContentType,
|
|
3989
3998
|
WAFConfigurationWarningException,
|
|
3990
3999
|
WAFAssociatedItemException,
|
|
4000
|
+
LogScope,
|
|
4001
|
+
LogType,
|
|
3991
4002
|
Platform,
|
|
3992
4003
|
FilterBehavior,
|
|
3993
4004
|
FilterRequirement,
|
|
@@ -644,6 +644,13 @@ export class WAFAssociatedItemException extends __BaseException {
|
|
|
644
644
|
this.Message = opts.Message;
|
|
645
645
|
}
|
|
646
646
|
}
|
|
647
|
+
export const LogScope = {
|
|
648
|
+
CUSTOMER: "CUSTOMER",
|
|
649
|
+
SECURITY_LAKE: "SECURITY_LAKE",
|
|
650
|
+
};
|
|
651
|
+
export const LogType = {
|
|
652
|
+
WAF_LOGS: "WAF_LOGS",
|
|
653
|
+
};
|
|
647
654
|
export const Platform = {
|
|
648
655
|
ANDROID: "ANDROID",
|
|
649
656
|
IOS: "IOS",
|
|
@@ -35,6 +35,8 @@ declare const DeleteLoggingConfigurationCommand_base: {
|
|
|
35
35
|
* const client = new WAFV2Client(config);
|
|
36
36
|
* const input = { // DeleteLoggingConfigurationRequest
|
|
37
37
|
* ResourceArn: "STRING_VALUE", // required
|
|
38
|
+
* LogType: "WAF_LOGS",
|
|
39
|
+
* LogScope: "CUSTOMER" || "SECURITY_LAKE",
|
|
38
40
|
* };
|
|
39
41
|
* const command = new DeleteLoggingConfigurationCommand(input);
|
|
40
42
|
* const response = await client.send(command);
|
|
@@ -35,6 +35,8 @@ declare const GetLoggingConfigurationCommand_base: {
|
|
|
35
35
|
* const client = new WAFV2Client(config);
|
|
36
36
|
* const input = { // GetLoggingConfigurationRequest
|
|
37
37
|
* ResourceArn: "STRING_VALUE", // required
|
|
38
|
+
* LogType: "WAF_LOGS",
|
|
39
|
+
* LogScope: "CUSTOMER" || "SECURITY_LAKE",
|
|
38
40
|
* };
|
|
39
41
|
* const command = new GetLoggingConfigurationCommand(input);
|
|
40
42
|
* const response = await client.send(command);
|
|
@@ -124,6 +126,8 @@ declare const GetLoggingConfigurationCommand_base: {
|
|
|
124
126
|
* // ],
|
|
125
127
|
* // DefaultBehavior: "KEEP" || "DROP", // required
|
|
126
128
|
* // },
|
|
129
|
+
* // LogType: "WAF_LOGS",
|
|
130
|
+
* // LogScope: "CUSTOMER" || "SECURITY_LAKE",
|
|
127
131
|
* // },
|
|
128
132
|
* // };
|
|
129
133
|
*
|
|
@@ -37,6 +37,7 @@ declare const ListLoggingConfigurationsCommand_base: {
|
|
|
37
37
|
* Scope: "CLOUDFRONT" || "REGIONAL", // required
|
|
38
38
|
* NextMarker: "STRING_VALUE",
|
|
39
39
|
* Limit: Number("int"),
|
|
40
|
+
* LogScope: "CUSTOMER" || "SECURITY_LAKE",
|
|
40
41
|
* };
|
|
41
42
|
* const command = new ListLoggingConfigurationsCommand(input);
|
|
42
43
|
* const response = await client.send(command);
|
|
@@ -127,6 +128,8 @@ declare const ListLoggingConfigurationsCommand_base: {
|
|
|
127
128
|
* // ],
|
|
128
129
|
* // DefaultBehavior: "KEEP" || "DROP", // required
|
|
129
130
|
* // },
|
|
131
|
+
* // LogType: "WAF_LOGS",
|
|
132
|
+
* // LogScope: "CUSTOMER" || "SECURITY_LAKE",
|
|
130
133
|
* // },
|
|
131
134
|
* // ],
|
|
132
135
|
* // NextMarker: "STRING_VALUE",
|
|
@@ -161,6 +161,8 @@ declare const PutLoggingConfigurationCommand_base: {
|
|
|
161
161
|
* ],
|
|
162
162
|
* DefaultBehavior: "KEEP" || "DROP", // required
|
|
163
163
|
* },
|
|
164
|
+
* LogType: "WAF_LOGS",
|
|
165
|
+
* LogScope: "CUSTOMER" || "SECURITY_LAKE",
|
|
164
166
|
* },
|
|
165
167
|
* };
|
|
166
168
|
* const command = new PutLoggingConfigurationCommand(input);
|
|
@@ -251,6 +253,8 @@ declare const PutLoggingConfigurationCommand_base: {
|
|
|
251
253
|
* // ],
|
|
252
254
|
* // DefaultBehavior: "KEEP" || "DROP", // required
|
|
253
255
|
* // },
|
|
256
|
+
* // LogType: "WAF_LOGS",
|
|
257
|
+
* // LogScope: "CUSTOMER" || "SECURITY_LAKE",
|
|
254
258
|
* // },
|
|
255
259
|
* // };
|
|
256
260
|
*
|
|
@@ -418,7 +418,7 @@ export declare const FallbackBehavior: {
|
|
|
418
418
|
*/
|
|
419
419
|
export type FallbackBehavior = (typeof FallbackBehavior)[keyof typeof FallbackBehavior];
|
|
420
420
|
/**
|
|
421
|
-
* <p>Match against the request's JA3 fingerprint. The JA3 fingerprint is a 32-character hash derived from the TLS Client Hello of an incoming request. This fingerprint serves as a unique identifier for the client's TLS configuration. WAF calculates and logs this fingerprint for each
|
|
421
|
+
* <p>Available for use with Amazon CloudFront distributions and Application Load Balancers. Match against the request's JA3 fingerprint. The JA3 fingerprint is a 32-character hash derived from the TLS Client Hello of an incoming request. This fingerprint serves as a unique identifier for the client's TLS configuration. WAF calculates and logs this fingerprint for each
|
|
422
422
|
* request that has enough TLS Client Hello information for the calculation. Almost
|
|
423
423
|
* all web requests include this information.</p>
|
|
424
424
|
* <note>
|
|
@@ -718,6 +718,10 @@ export interface UriPath {
|
|
|
718
718
|
* <p>In this documentation, the descriptions of the individual fields talk about specifying the web request component to inspect,
|
|
719
719
|
* but for field redaction, you are specifying the component type to redact from the logs. </p>
|
|
720
720
|
* </li>
|
|
721
|
+
* <li>
|
|
722
|
+
* <p>If you have request sampling enabled, the redacted fields configuration for logging has no impact on sampling.
|
|
723
|
+
* The only way to exclude fields from request sampling is by disabling sampling in the web ACL visibility configuration. </p>
|
|
724
|
+
* </li>
|
|
721
725
|
* </ul>
|
|
722
726
|
* </li>
|
|
723
727
|
* </ul>
|
|
@@ -842,7 +846,7 @@ export interface FieldToMatch {
|
|
|
842
846
|
*/
|
|
843
847
|
HeaderOrder?: HeaderOrder;
|
|
844
848
|
/**
|
|
845
|
-
* <p>Match against the request's JA3 fingerprint. The JA3 fingerprint is a 32-character hash derived from the TLS Client Hello of an incoming request. This fingerprint serves as a unique identifier for the client's TLS configuration. WAF calculates and logs this fingerprint for each
|
|
849
|
+
* <p>Available for use with Amazon CloudFront distributions and Application Load Balancers. Match against the request's JA3 fingerprint. The JA3 fingerprint is a 32-character hash derived from the TLS Client Hello of an incoming request. This fingerprint serves as a unique identifier for the client's TLS configuration. WAF calculates and logs this fingerprint for each
|
|
846
850
|
* request that has enough TLS Client Hello information for the calculation. Almost
|
|
847
851
|
* all web requests include this information.</p>
|
|
848
852
|
* <note>
|
|
@@ -950,7 +954,7 @@ export interface ByteMatchStatement {
|
|
|
950
954
|
* </li>
|
|
951
955
|
* <li>
|
|
952
956
|
* <p>
|
|
953
|
-
* <code>JA3Fingerprint</code>: Match against the request's JA3 fingerprint. The JA3 fingerprint is a 32-character hash derived from the TLS Client Hello of an incoming request. This fingerprint serves as a unique identifier for the client's TLS configuration. You can use this choice only with a string match <code>ByteMatchStatement</code> with the <code>PositionalConstraint</code> set to
|
|
957
|
+
* <code>JA3Fingerprint</code>: Available for use with Amazon CloudFront distributions and Application Load Balancers. Match against the request's JA3 fingerprint. The JA3 fingerprint is a 32-character hash derived from the TLS Client Hello of an incoming request. This fingerprint serves as a unique identifier for the client's TLS configuration. You can use this choice only with a string match <code>ByteMatchStatement</code> with the <code>PositionalConstraint</code> set to
|
|
954
958
|
* <code>EXACTLY</code>. </p>
|
|
955
959
|
* <p>You can obtain the JA3 fingerprint for client requests from the web ACL logs.
|
|
956
960
|
* If WAF is able to calculate the fingerprint, it includes it in the logs.
|
|
@@ -3232,6 +3236,10 @@ export interface VisibilityConfig {
|
|
|
3232
3236
|
/**
|
|
3233
3237
|
* <p>Indicates whether WAF should store a sampling of the web requests that
|
|
3234
3238
|
* match the rules. You can view the sampled requests through the WAF console. </p>
|
|
3239
|
+
* <note>
|
|
3240
|
+
* <p>Request sampling doesn't provide a field redaction option, and any field redaction that you specify in your logging configuration doesn't affect sampling.
|
|
3241
|
+
* The only way to exclude fields from request sampling is by disabling sampling in the web ACL visibility configuration. </p>
|
|
3242
|
+
* </note>
|
|
3235
3243
|
* @public
|
|
3236
3244
|
*/
|
|
3237
3245
|
SampledRequestsEnabled: boolean | undefined;
|
|
@@ -3951,6 +3959,29 @@ export declare class WAFAssociatedItemException extends __BaseException {
|
|
|
3951
3959
|
*/
|
|
3952
3960
|
constructor(opts: __ExceptionOptionType<WAFAssociatedItemException, __BaseException>);
|
|
3953
3961
|
}
|
|
3962
|
+
/**
|
|
3963
|
+
* @public
|
|
3964
|
+
* @enum
|
|
3965
|
+
*/
|
|
3966
|
+
export declare const LogScope: {
|
|
3967
|
+
readonly CUSTOMER: "CUSTOMER";
|
|
3968
|
+
readonly SECURITY_LAKE: "SECURITY_LAKE";
|
|
3969
|
+
};
|
|
3970
|
+
/**
|
|
3971
|
+
* @public
|
|
3972
|
+
*/
|
|
3973
|
+
export type LogScope = (typeof LogScope)[keyof typeof LogScope];
|
|
3974
|
+
/**
|
|
3975
|
+
* @public
|
|
3976
|
+
* @enum
|
|
3977
|
+
*/
|
|
3978
|
+
export declare const LogType: {
|
|
3979
|
+
readonly WAF_LOGS: "WAF_LOGS";
|
|
3980
|
+
};
|
|
3981
|
+
/**
|
|
3982
|
+
* @public
|
|
3983
|
+
*/
|
|
3984
|
+
export type LogType = (typeof LogType)[keyof typeof LogType];
|
|
3954
3985
|
/**
|
|
3955
3986
|
* @public
|
|
3956
3987
|
*/
|
|
@@ -3960,6 +3991,23 @@ export interface DeleteLoggingConfigurationRequest {
|
|
|
3960
3991
|
* @public
|
|
3961
3992
|
*/
|
|
3962
3993
|
ResourceArn: string | undefined;
|
|
3994
|
+
/**
|
|
3995
|
+
* <p>Used to distinguish between various logging options. Currently, there is one option.</p>
|
|
3996
|
+
* <p>Default: <code>WAF_LOGS</code>
|
|
3997
|
+
* </p>
|
|
3998
|
+
* @public
|
|
3999
|
+
*/
|
|
4000
|
+
LogType?: LogType;
|
|
4001
|
+
/**
|
|
4002
|
+
* <p>The owner of the logging configuration, which must be set to <code>CUSTOMER</code> for the configurations that you manage. </p>
|
|
4003
|
+
* <p>The log scope <code>SECURITY_LAKE</code> indicates a configuration that is managed through Amazon Security Lake. You can use Security Lake to collect log and event data from various sources for normalization, analysis, and management. For information, see
|
|
4004
|
+
* <a href="https://docs.aws.amazon.com/security-lake/latest/userguide/internal-sources.html">Collecting data from Amazon Web Services services</a>
|
|
4005
|
+
* in the <i>Amazon Security Lake user guide</i>. </p>
|
|
4006
|
+
* <p>Default: <code>CUSTOMER</code>
|
|
4007
|
+
* </p>
|
|
4008
|
+
* @public
|
|
4009
|
+
*/
|
|
4010
|
+
LogScope?: LogScope;
|
|
3963
4011
|
}
|
|
3964
4012
|
/**
|
|
3965
4013
|
* @public
|
|
@@ -4612,6 +4660,23 @@ export interface GetLoggingConfigurationRequest {
|
|
|
4612
4660
|
* @public
|
|
4613
4661
|
*/
|
|
4614
4662
|
ResourceArn: string | undefined;
|
|
4663
|
+
/**
|
|
4664
|
+
* <p>Used to distinguish between various logging options. Currently, there is one option.</p>
|
|
4665
|
+
* <p>Default: <code>WAF_LOGS</code>
|
|
4666
|
+
* </p>
|
|
4667
|
+
* @public
|
|
4668
|
+
*/
|
|
4669
|
+
LogType?: LogType;
|
|
4670
|
+
/**
|
|
4671
|
+
* <p>The owner of the logging configuration, which must be set to <code>CUSTOMER</code> for the configurations that you manage. </p>
|
|
4672
|
+
* <p>The log scope <code>SECURITY_LAKE</code> indicates a configuration that is managed through Amazon Security Lake. You can use Security Lake to collect log and event data from various sources for normalization, analysis, and management. For information, see
|
|
4673
|
+
* <a href="https://docs.aws.amazon.com/security-lake/latest/userguide/internal-sources.html">Collecting data from Amazon Web Services services</a>
|
|
4674
|
+
* in the <i>Amazon Security Lake user guide</i>. </p>
|
|
4675
|
+
* <p>Default: <code>CUSTOMER</code>
|
|
4676
|
+
* </p>
|
|
4677
|
+
* @public
|
|
4678
|
+
*/
|
|
4679
|
+
LogScope?: LogScope;
|
|
4615
4680
|
}
|
|
4616
4681
|
/**
|
|
4617
4682
|
* @public
|
|
@@ -4770,6 +4835,10 @@ export interface LoggingConfiguration {
|
|
|
4770
4835
|
* <p>You can specify only the following fields for redaction: <code>UriPath</code>,
|
|
4771
4836
|
* <code>QueryString</code>, <code>SingleHeader</code>, and <code>Method</code>.</p>
|
|
4772
4837
|
* </note>
|
|
4838
|
+
* <note>
|
|
4839
|
+
* <p>This setting has no impact on request sampling. With request sampling,
|
|
4840
|
+
* the only way to exclude fields is by disabling sampling in the web ACL visibility configuration. </p>
|
|
4841
|
+
* </note>
|
|
4773
4842
|
* @public
|
|
4774
4843
|
*/
|
|
4775
4844
|
RedactedFields?: FieldToMatch[];
|
|
@@ -4787,6 +4856,23 @@ export interface LoggingConfiguration {
|
|
|
4787
4856
|
* @public
|
|
4788
4857
|
*/
|
|
4789
4858
|
LoggingFilter?: LoggingFilter;
|
|
4859
|
+
/**
|
|
4860
|
+
* <p>Used to distinguish between various logging options. Currently, there is one option.</p>
|
|
4861
|
+
* <p>Default: <code>WAF_LOGS</code>
|
|
4862
|
+
* </p>
|
|
4863
|
+
* @public
|
|
4864
|
+
*/
|
|
4865
|
+
LogType?: LogType;
|
|
4866
|
+
/**
|
|
4867
|
+
* <p>The owner of the logging configuration, which must be set to <code>CUSTOMER</code> for the configurations that you manage. </p>
|
|
4868
|
+
* <p>The log scope <code>SECURITY_LAKE</code> indicates a configuration that is managed through Amazon Security Lake. You can use Security Lake to collect log and event data from various sources for normalization, analysis, and management. For information, see
|
|
4869
|
+
* <a href="https://docs.aws.amazon.com/security-lake/latest/userguide/internal-sources.html">Collecting data from Amazon Web Services services</a>
|
|
4870
|
+
* in the <i>Amazon Security Lake user guide</i>. </p>
|
|
4871
|
+
* <p>Default: <code>CUSTOMER</code>
|
|
4872
|
+
* </p>
|
|
4873
|
+
* @public
|
|
4874
|
+
*/
|
|
4875
|
+
LogScope?: LogScope;
|
|
4790
4876
|
}
|
|
4791
4877
|
/**
|
|
4792
4878
|
* @public
|
|
@@ -5927,6 +6013,16 @@ export interface ListLoggingConfigurationsRequest {
|
|
|
5927
6013
|
* @public
|
|
5928
6014
|
*/
|
|
5929
6015
|
Limit?: number;
|
|
6016
|
+
/**
|
|
6017
|
+
* <p>The owner of the logging configuration, which must be set to <code>CUSTOMER</code> for the configurations that you manage. </p>
|
|
6018
|
+
* <p>The log scope <code>SECURITY_LAKE</code> indicates a configuration that is managed through Amazon Security Lake. You can use Security Lake to collect log and event data from various sources for normalization, analysis, and management. For information, see
|
|
6019
|
+
* <a href="https://docs.aws.amazon.com/security-lake/latest/userguide/internal-sources.html">Collecting data from Amazon Web Services services</a>
|
|
6020
|
+
* in the <i>Amazon Security Lake user guide</i>. </p>
|
|
6021
|
+
* <p>Default: <code>CUSTOMER</code>
|
|
6022
|
+
* </p>
|
|
6023
|
+
* @public
|
|
6024
|
+
*/
|
|
6025
|
+
LogScope?: LogScope;
|
|
5930
6026
|
}
|
|
5931
6027
|
/**
|
|
5932
6028
|
* @public
|
|
@@ -1043,8 +1043,19 @@ export declare class WAFAssociatedItemException extends __BaseException {
|
|
|
1043
1043
|
opts: __ExceptionOptionType<WAFAssociatedItemException, __BaseException>
|
|
1044
1044
|
);
|
|
1045
1045
|
}
|
|
1046
|
+
export declare const LogScope: {
|
|
1047
|
+
readonly CUSTOMER: "CUSTOMER";
|
|
1048
|
+
readonly SECURITY_LAKE: "SECURITY_LAKE";
|
|
1049
|
+
};
|
|
1050
|
+
export type LogScope = (typeof LogScope)[keyof typeof LogScope];
|
|
1051
|
+
export declare const LogType: {
|
|
1052
|
+
readonly WAF_LOGS: "WAF_LOGS";
|
|
1053
|
+
};
|
|
1054
|
+
export type LogType = (typeof LogType)[keyof typeof LogType];
|
|
1046
1055
|
export interface DeleteLoggingConfigurationRequest {
|
|
1047
1056
|
ResourceArn: string | undefined;
|
|
1057
|
+
LogType?: LogType;
|
|
1058
|
+
LogScope?: LogScope;
|
|
1048
1059
|
}
|
|
1049
1060
|
export interface DeleteLoggingConfigurationResponse {}
|
|
1050
1061
|
export interface DeletePermissionPolicyRequest {
|
|
@@ -1161,6 +1172,8 @@ export interface GetIPSetResponse {
|
|
|
1161
1172
|
}
|
|
1162
1173
|
export interface GetLoggingConfigurationRequest {
|
|
1163
1174
|
ResourceArn: string | undefined;
|
|
1175
|
+
LogType?: LogType;
|
|
1176
|
+
LogScope?: LogScope;
|
|
1164
1177
|
}
|
|
1165
1178
|
export declare const FilterBehavior: {
|
|
1166
1179
|
readonly DROP: "DROP";
|
|
@@ -1196,6 +1209,8 @@ export interface LoggingConfiguration {
|
|
|
1196
1209
|
RedactedFields?: FieldToMatch[];
|
|
1197
1210
|
ManagedByFirewallManager?: boolean;
|
|
1198
1211
|
LoggingFilter?: LoggingFilter;
|
|
1212
|
+
LogType?: LogType;
|
|
1213
|
+
LogScope?: LogScope;
|
|
1199
1214
|
}
|
|
1200
1215
|
export interface GetLoggingConfigurationResponse {
|
|
1201
1216
|
LoggingConfiguration?: LoggingConfiguration;
|
|
@@ -1413,6 +1428,7 @@ export interface ListLoggingConfigurationsRequest {
|
|
|
1413
1428
|
Scope: Scope | undefined;
|
|
1414
1429
|
NextMarker?: string;
|
|
1415
1430
|
Limit?: number;
|
|
1431
|
+
LogScope?: LogScope;
|
|
1416
1432
|
}
|
|
1417
1433
|
export interface ListLoggingConfigurationsResponse {
|
|
1418
1434
|
LoggingConfigurations?: LoggingConfiguration[];
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-wafv2",
|
|
3
3
|
"description": "AWS SDK for JavaScript Wafv2 Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.582.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-wafv2",
|
|
@@ -20,10 +20,10 @@
|
|
|
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-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.582.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.582.0",
|
|
25
|
+
"@aws-sdk/core": "3.582.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.582.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.577.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.577.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.577.0",
|
|
@@ -34,26 +34,26 @@
|
|
|
34
34
|
"@aws-sdk/util-user-agent-browser": "3.577.0",
|
|
35
35
|
"@aws-sdk/util-user-agent-node": "3.577.0",
|
|
36
36
|
"@smithy/config-resolver": "^3.0.0",
|
|
37
|
-
"@smithy/core": "^2.0.
|
|
38
|
-
"@smithy/fetch-http-handler": "^3.0.
|
|
37
|
+
"@smithy/core": "^2.0.1",
|
|
38
|
+
"@smithy/fetch-http-handler": "^3.0.1",
|
|
39
39
|
"@smithy/hash-node": "^3.0.0",
|
|
40
40
|
"@smithy/invalid-dependency": "^3.0.0",
|
|
41
41
|
"@smithy/middleware-content-length": "^3.0.0",
|
|
42
42
|
"@smithy/middleware-endpoint": "^3.0.0",
|
|
43
|
-
"@smithy/middleware-retry": "^3.0.
|
|
43
|
+
"@smithy/middleware-retry": "^3.0.1",
|
|
44
44
|
"@smithy/middleware-serde": "^3.0.0",
|
|
45
45
|
"@smithy/middleware-stack": "^3.0.0",
|
|
46
46
|
"@smithy/node-config-provider": "^3.0.0",
|
|
47
47
|
"@smithy/node-http-handler": "^3.0.0",
|
|
48
48
|
"@smithy/protocol-http": "^4.0.0",
|
|
49
|
-
"@smithy/smithy-client": "^3.0.
|
|
49
|
+
"@smithy/smithy-client": "^3.0.1",
|
|
50
50
|
"@smithy/types": "^3.0.0",
|
|
51
51
|
"@smithy/url-parser": "^3.0.0",
|
|
52
52
|
"@smithy/util-base64": "^3.0.0",
|
|
53
53
|
"@smithy/util-body-length-browser": "^3.0.0",
|
|
54
54
|
"@smithy/util-body-length-node": "^3.0.0",
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^3.0.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^3.0.
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^3.0.1",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^3.0.1",
|
|
57
57
|
"@smithy/util-endpoints": "^2.0.0",
|
|
58
58
|
"@smithy/util-middleware": "^3.0.0",
|
|
59
59
|
"@smithy/util-retry": "^3.0.0",
|