@aws-sdk/client-waf-regional 3.716.0 → 3.723.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 +466 -353
- package/dist-es/WAFRegionalClient.js +1 -0
- package/dist-es/models/models_0.js +45 -40
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +5 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -7
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +20 -8
- package/package.json +43 -43
|
@@ -14,6 +14,7 @@ import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
|
|
|
14
14
|
import { resolveRuntimeExtensions } from "./runtimeExtensions";
|
|
15
15
|
export { __Client };
|
|
16
16
|
export class WAFRegionalClient extends __Client {
|
|
17
|
+
config;
|
|
17
18
|
constructor(...[configuration]) {
|
|
18
19
|
const _config_0 = __getRuntimeConfig(configuration || {});
|
|
19
20
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
@@ -14,26 +14,26 @@ export const WafRuleType = {
|
|
|
14
14
|
REGULAR: "REGULAR",
|
|
15
15
|
};
|
|
16
16
|
export class WAFInternalErrorException extends __BaseException {
|
|
17
|
+
name = "WAFInternalErrorException";
|
|
18
|
+
$fault = "server";
|
|
17
19
|
constructor(opts) {
|
|
18
20
|
super({
|
|
19
21
|
name: "WAFInternalErrorException",
|
|
20
22
|
$fault: "server",
|
|
21
23
|
...opts,
|
|
22
24
|
});
|
|
23
|
-
this.name = "WAFInternalErrorException";
|
|
24
|
-
this.$fault = "server";
|
|
25
25
|
Object.setPrototypeOf(this, WAFInternalErrorException.prototype);
|
|
26
26
|
}
|
|
27
27
|
}
|
|
28
28
|
export class WAFInvalidAccountException extends __BaseException {
|
|
29
|
+
name = "WAFInvalidAccountException";
|
|
30
|
+
$fault = "client";
|
|
29
31
|
constructor(opts) {
|
|
30
32
|
super({
|
|
31
33
|
name: "WAFInvalidAccountException",
|
|
32
34
|
$fault: "client",
|
|
33
35
|
...opts,
|
|
34
36
|
});
|
|
35
|
-
this.name = "WAFInvalidAccountException";
|
|
36
|
-
this.$fault = "client";
|
|
37
37
|
Object.setPrototypeOf(this, WAFInvalidAccountException.prototype);
|
|
38
38
|
}
|
|
39
39
|
}
|
|
@@ -64,14 +64,17 @@ export const ParameterExceptionReason = {
|
|
|
64
64
|
INVALID_TAG_KEY: "INVALID_TAG_KEY",
|
|
65
65
|
};
|
|
66
66
|
export class WAFInvalidParameterException extends __BaseException {
|
|
67
|
+
name = "WAFInvalidParameterException";
|
|
68
|
+
$fault = "client";
|
|
69
|
+
field;
|
|
70
|
+
parameter;
|
|
71
|
+
reason;
|
|
67
72
|
constructor(opts) {
|
|
68
73
|
super({
|
|
69
74
|
name: "WAFInvalidParameterException",
|
|
70
75
|
$fault: "client",
|
|
71
76
|
...opts,
|
|
72
77
|
});
|
|
73
|
-
this.name = "WAFInvalidParameterException";
|
|
74
|
-
this.$fault = "client";
|
|
75
78
|
Object.setPrototypeOf(this, WAFInvalidParameterException.prototype);
|
|
76
79
|
this.field = opts.field;
|
|
77
80
|
this.parameter = opts.parameter;
|
|
@@ -79,26 +82,26 @@ export class WAFInvalidParameterException extends __BaseException {
|
|
|
79
82
|
}
|
|
80
83
|
}
|
|
81
84
|
export class WAFNonexistentItemException extends __BaseException {
|
|
85
|
+
name = "WAFNonexistentItemException";
|
|
86
|
+
$fault = "client";
|
|
82
87
|
constructor(opts) {
|
|
83
88
|
super({
|
|
84
89
|
name: "WAFNonexistentItemException",
|
|
85
90
|
$fault: "client",
|
|
86
91
|
...opts,
|
|
87
92
|
});
|
|
88
|
-
this.name = "WAFNonexistentItemException";
|
|
89
|
-
this.$fault = "client";
|
|
90
93
|
Object.setPrototypeOf(this, WAFNonexistentItemException.prototype);
|
|
91
94
|
}
|
|
92
95
|
}
|
|
93
96
|
export class WAFUnavailableEntityException extends __BaseException {
|
|
97
|
+
name = "WAFUnavailableEntityException";
|
|
98
|
+
$fault = "client";
|
|
94
99
|
constructor(opts) {
|
|
95
100
|
super({
|
|
96
101
|
name: "WAFUnavailableEntityException",
|
|
97
102
|
$fault: "client",
|
|
98
103
|
...opts,
|
|
99
104
|
});
|
|
100
|
-
this.name = "WAFUnavailableEntityException";
|
|
101
|
-
this.$fault = "client";
|
|
102
105
|
Object.setPrototypeOf(this, WAFUnavailableEntityException.prototype);
|
|
103
106
|
}
|
|
104
107
|
}
|
|
@@ -127,38 +130,38 @@ export const TextTransformation = {
|
|
|
127
130
|
URL_DECODE: "URL_DECODE",
|
|
128
131
|
};
|
|
129
132
|
export class WAFDisallowedNameException extends __BaseException {
|
|
133
|
+
name = "WAFDisallowedNameException";
|
|
134
|
+
$fault = "client";
|
|
130
135
|
constructor(opts) {
|
|
131
136
|
super({
|
|
132
137
|
name: "WAFDisallowedNameException",
|
|
133
138
|
$fault: "client",
|
|
134
139
|
...opts,
|
|
135
140
|
});
|
|
136
|
-
this.name = "WAFDisallowedNameException";
|
|
137
|
-
this.$fault = "client";
|
|
138
141
|
Object.setPrototypeOf(this, WAFDisallowedNameException.prototype);
|
|
139
142
|
}
|
|
140
143
|
}
|
|
141
144
|
export class WAFLimitsExceededException extends __BaseException {
|
|
145
|
+
name = "WAFLimitsExceededException";
|
|
146
|
+
$fault = "client";
|
|
142
147
|
constructor(opts) {
|
|
143
148
|
super({
|
|
144
149
|
name: "WAFLimitsExceededException",
|
|
145
150
|
$fault: "client",
|
|
146
151
|
...opts,
|
|
147
152
|
});
|
|
148
|
-
this.name = "WAFLimitsExceededException";
|
|
149
|
-
this.$fault = "client";
|
|
150
153
|
Object.setPrototypeOf(this, WAFLimitsExceededException.prototype);
|
|
151
154
|
}
|
|
152
155
|
}
|
|
153
156
|
export class WAFStaleDataException extends __BaseException {
|
|
157
|
+
name = "WAFStaleDataException";
|
|
158
|
+
$fault = "client";
|
|
154
159
|
constructor(opts) {
|
|
155
160
|
super({
|
|
156
161
|
name: "WAFStaleDataException",
|
|
157
162
|
$fault: "client",
|
|
158
163
|
...opts,
|
|
159
164
|
});
|
|
160
|
-
this.name = "WAFStaleDataException";
|
|
161
|
-
this.$fault = "client";
|
|
162
165
|
Object.setPrototypeOf(this, WAFStaleDataException.prototype);
|
|
163
166
|
}
|
|
164
167
|
}
|
|
@@ -433,38 +436,38 @@ export const PredicateType = {
|
|
|
433
436
|
XSS_MATCH: "XssMatch",
|
|
434
437
|
};
|
|
435
438
|
export class WAFBadRequestException extends __BaseException {
|
|
439
|
+
name = "WAFBadRequestException";
|
|
440
|
+
$fault = "client";
|
|
436
441
|
constructor(opts) {
|
|
437
442
|
super({
|
|
438
443
|
name: "WAFBadRequestException",
|
|
439
444
|
$fault: "client",
|
|
440
445
|
...opts,
|
|
441
446
|
});
|
|
442
|
-
this.name = "WAFBadRequestException";
|
|
443
|
-
this.$fault = "client";
|
|
444
447
|
Object.setPrototypeOf(this, WAFBadRequestException.prototype);
|
|
445
448
|
}
|
|
446
449
|
}
|
|
447
450
|
export class WAFTagOperationException extends __BaseException {
|
|
451
|
+
name = "WAFTagOperationException";
|
|
452
|
+
$fault = "client";
|
|
448
453
|
constructor(opts) {
|
|
449
454
|
super({
|
|
450
455
|
name: "WAFTagOperationException",
|
|
451
456
|
$fault: "client",
|
|
452
457
|
...opts,
|
|
453
458
|
});
|
|
454
|
-
this.name = "WAFTagOperationException";
|
|
455
|
-
this.$fault = "client";
|
|
456
459
|
Object.setPrototypeOf(this, WAFTagOperationException.prototype);
|
|
457
460
|
}
|
|
458
461
|
}
|
|
459
462
|
export class WAFTagOperationInternalErrorException extends __BaseException {
|
|
463
|
+
name = "WAFTagOperationInternalErrorException";
|
|
464
|
+
$fault = "server";
|
|
460
465
|
constructor(opts) {
|
|
461
466
|
super({
|
|
462
467
|
name: "WAFTagOperationInternalErrorException",
|
|
463
468
|
$fault: "server",
|
|
464
469
|
...opts,
|
|
465
470
|
});
|
|
466
|
-
this.name = "WAFTagOperationInternalErrorException";
|
|
467
|
-
this.$fault = "server";
|
|
468
471
|
Object.setPrototypeOf(this, WAFTagOperationInternalErrorException.prototype);
|
|
469
472
|
}
|
|
470
473
|
}
|
|
@@ -486,52 +489,54 @@ export const MigrationErrorType = {
|
|
|
486
489
|
S3_INTERNAL_ERROR: "S3_INTERNAL_ERROR",
|
|
487
490
|
};
|
|
488
491
|
export class WAFEntityMigrationException extends __BaseException {
|
|
492
|
+
name = "WAFEntityMigrationException";
|
|
493
|
+
$fault = "client";
|
|
494
|
+
MigrationErrorType;
|
|
495
|
+
MigrationErrorReason;
|
|
489
496
|
constructor(opts) {
|
|
490
497
|
super({
|
|
491
498
|
name: "WAFEntityMigrationException",
|
|
492
499
|
$fault: "client",
|
|
493
500
|
...opts,
|
|
494
501
|
});
|
|
495
|
-
this.name = "WAFEntityMigrationException";
|
|
496
|
-
this.$fault = "client";
|
|
497
502
|
Object.setPrototypeOf(this, WAFEntityMigrationException.prototype);
|
|
498
503
|
this.MigrationErrorType = opts.MigrationErrorType;
|
|
499
504
|
this.MigrationErrorReason = opts.MigrationErrorReason;
|
|
500
505
|
}
|
|
501
506
|
}
|
|
502
507
|
export class WAFInvalidOperationException extends __BaseException {
|
|
508
|
+
name = "WAFInvalidOperationException";
|
|
509
|
+
$fault = "client";
|
|
503
510
|
constructor(opts) {
|
|
504
511
|
super({
|
|
505
512
|
name: "WAFInvalidOperationException",
|
|
506
513
|
$fault: "client",
|
|
507
514
|
...opts,
|
|
508
515
|
});
|
|
509
|
-
this.name = "WAFInvalidOperationException";
|
|
510
|
-
this.$fault = "client";
|
|
511
516
|
Object.setPrototypeOf(this, WAFInvalidOperationException.prototype);
|
|
512
517
|
}
|
|
513
518
|
}
|
|
514
519
|
export class WAFNonEmptyEntityException extends __BaseException {
|
|
520
|
+
name = "WAFNonEmptyEntityException";
|
|
521
|
+
$fault = "client";
|
|
515
522
|
constructor(opts) {
|
|
516
523
|
super({
|
|
517
524
|
name: "WAFNonEmptyEntityException",
|
|
518
525
|
$fault: "client",
|
|
519
526
|
...opts,
|
|
520
527
|
});
|
|
521
|
-
this.name = "WAFNonEmptyEntityException";
|
|
522
|
-
this.$fault = "client";
|
|
523
528
|
Object.setPrototypeOf(this, WAFNonEmptyEntityException.prototype);
|
|
524
529
|
}
|
|
525
530
|
}
|
|
526
531
|
export class WAFReferencedItemException extends __BaseException {
|
|
532
|
+
name = "WAFReferencedItemException";
|
|
533
|
+
$fault = "client";
|
|
527
534
|
constructor(opts) {
|
|
528
535
|
super({
|
|
529
536
|
name: "WAFReferencedItemException",
|
|
530
537
|
$fault: "client",
|
|
531
538
|
...opts,
|
|
532
539
|
});
|
|
533
|
-
this.name = "WAFReferencedItemException";
|
|
534
|
-
this.$fault = "client";
|
|
535
540
|
Object.setPrototypeOf(this, WAFReferencedItemException.prototype);
|
|
536
541
|
}
|
|
537
542
|
}
|
|
@@ -545,26 +550,26 @@ export const ResourceType = {
|
|
|
545
550
|
APPLICATION_LOAD_BALANCER: "APPLICATION_LOAD_BALANCER",
|
|
546
551
|
};
|
|
547
552
|
export class WAFServiceLinkedRoleErrorException extends __BaseException {
|
|
553
|
+
name = "WAFServiceLinkedRoleErrorException";
|
|
554
|
+
$fault = "client";
|
|
548
555
|
constructor(opts) {
|
|
549
556
|
super({
|
|
550
557
|
name: "WAFServiceLinkedRoleErrorException",
|
|
551
558
|
$fault: "client",
|
|
552
559
|
...opts,
|
|
553
560
|
});
|
|
554
|
-
this.name = "WAFServiceLinkedRoleErrorException";
|
|
555
|
-
this.$fault = "client";
|
|
556
561
|
Object.setPrototypeOf(this, WAFServiceLinkedRoleErrorException.prototype);
|
|
557
562
|
}
|
|
558
563
|
}
|
|
559
564
|
export class WAFInvalidPermissionPolicyException extends __BaseException {
|
|
565
|
+
name = "WAFInvalidPermissionPolicyException";
|
|
566
|
+
$fault = "client";
|
|
560
567
|
constructor(opts) {
|
|
561
568
|
super({
|
|
562
569
|
name: "WAFInvalidPermissionPolicyException",
|
|
563
570
|
$fault: "client",
|
|
564
571
|
...opts,
|
|
565
572
|
});
|
|
566
|
-
this.name = "WAFInvalidPermissionPolicyException";
|
|
567
|
-
this.$fault = "client";
|
|
568
573
|
Object.setPrototypeOf(this, WAFInvalidPermissionPolicyException.prototype);
|
|
569
574
|
}
|
|
570
575
|
}
|
|
@@ -573,38 +578,38 @@ export const ChangeAction = {
|
|
|
573
578
|
INSERT: "INSERT",
|
|
574
579
|
};
|
|
575
580
|
export class WAFNonexistentContainerException extends __BaseException {
|
|
581
|
+
name = "WAFNonexistentContainerException";
|
|
582
|
+
$fault = "client";
|
|
576
583
|
constructor(opts) {
|
|
577
584
|
super({
|
|
578
585
|
name: "WAFNonexistentContainerException",
|
|
579
586
|
$fault: "client",
|
|
580
587
|
...opts,
|
|
581
588
|
});
|
|
582
|
-
this.name = "WAFNonexistentContainerException";
|
|
583
|
-
this.$fault = "client";
|
|
584
589
|
Object.setPrototypeOf(this, WAFNonexistentContainerException.prototype);
|
|
585
590
|
}
|
|
586
591
|
}
|
|
587
592
|
export class WAFInvalidRegexPatternException extends __BaseException {
|
|
593
|
+
name = "WAFInvalidRegexPatternException";
|
|
594
|
+
$fault = "client";
|
|
588
595
|
constructor(opts) {
|
|
589
596
|
super({
|
|
590
597
|
name: "WAFInvalidRegexPatternException",
|
|
591
598
|
$fault: "client",
|
|
592
599
|
...opts,
|
|
593
600
|
});
|
|
594
|
-
this.name = "WAFInvalidRegexPatternException";
|
|
595
|
-
this.$fault = "client";
|
|
596
601
|
Object.setPrototypeOf(this, WAFInvalidRegexPatternException.prototype);
|
|
597
602
|
}
|
|
598
603
|
}
|
|
599
604
|
export class WAFSubscriptionNotFoundException extends __BaseException {
|
|
605
|
+
name = "WAFSubscriptionNotFoundException";
|
|
606
|
+
$fault = "client";
|
|
600
607
|
constructor(opts) {
|
|
601
608
|
super({
|
|
602
609
|
name: "WAFSubscriptionNotFoundException",
|
|
603
610
|
$fault: "client",
|
|
604
611
|
...opts,
|
|
605
612
|
});
|
|
606
|
-
this.name = "WAFSubscriptionNotFoundException";
|
|
607
|
-
this.$fault = "client";
|
|
608
613
|
Object.setPrototypeOf(this, WAFSubscriptionNotFoundException.prototype);
|
|
609
614
|
}
|
|
610
615
|
}
|
|
@@ -7,7 +7,7 @@ export declare const getRuntimeConfig: (config: WAFRegionalClientConfig) => {
|
|
|
7
7
|
runtime: string;
|
|
8
8
|
defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
|
|
9
9
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
10
|
-
credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
|
|
10
|
+
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
11
11
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
|
|
12
12
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
13
13
|
region: string | import("@smithy/types").Provider<any>;
|
|
@@ -7,7 +7,7 @@ export declare const getRuntimeConfig: (config: WAFRegionalClientConfig) => {
|
|
|
7
7
|
runtime: string;
|
|
8
8
|
defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
|
|
9
9
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
10
|
-
credentialDefaultProvider: (init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit | undefined) => import("@smithy/types").MemoizedProvider<import("@smithy/types").AwsCredentialIdentity
|
|
10
|
+
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit | undefined) => import("@smithy/types").MemoizedProvider<import("@smithy/types").AwsCredentialIdentity>);
|
|
11
11
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
|
|
12
12
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
13
13
|
region: string | import("@smithy/types").Provider<string>;
|
|
@@ -22,7 +22,7 @@ export declare const getRuntimeConfig: (config: WAFRegionalClientConfig) => {
|
|
|
22
22
|
region: string | import("@smithy/types").Provider<any>;
|
|
23
23
|
profile?: string | undefined;
|
|
24
24
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
|
|
25
|
-
credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
|
|
25
|
+
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
26
26
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
27
27
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
28
28
|
logger: import("@smithy/types").Logger;
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: WAFRegionalClientConfig) => {
|
|
|
31
31
|
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
32
32
|
userAgentAppId?: string | import("@smithy/types").Provider<string | undefined> | undefined;
|
|
33
33
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
|
|
34
|
-
endpoint?: string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2> | undefined;
|
|
34
|
+
endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
|
|
35
35
|
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
36
36
|
logger?: import("@smithy/types").Logger | undefined;
|
|
37
37
|
}) => import("@smithy/types").EndpointV2;
|
|
@@ -6,9 +6,11 @@ export declare const getRuntimeConfig: (config: WAFRegionalClientConfig) => {
|
|
|
6
6
|
import("@smithy/smithy-client").ResolvedDefaultsMode
|
|
7
7
|
>;
|
|
8
8
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
9
|
-
credentialDefaultProvider:
|
|
10
|
-
input: any
|
|
11
|
-
|
|
9
|
+
credentialDefaultProvider:
|
|
10
|
+
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
11
|
+
| ((
|
|
12
|
+
_: unknown
|
|
13
|
+
) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
12
14
|
defaultUserAgentProvider: (
|
|
13
15
|
config?:
|
|
14
16
|
| import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
|
|
@@ -6,13 +6,15 @@ export declare const getRuntimeConfig: (config: WAFRegionalClientConfig) => {
|
|
|
6
6
|
import("@smithy/smithy-client").ResolvedDefaultsMode
|
|
7
7
|
>;
|
|
8
8
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
9
|
-
credentialDefaultProvider:
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
9
|
+
credentialDefaultProvider:
|
|
10
|
+
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
11
|
+
| ((
|
|
12
|
+
init?:
|
|
13
|
+
| import("@aws-sdk/credential-provider-node").DefaultProviderInit
|
|
14
|
+
| undefined
|
|
15
|
+
) => import("@smithy/types").MemoizedProvider<
|
|
16
|
+
import("@smithy/types").AwsCredentialIdentity
|
|
17
|
+
>);
|
|
16
18
|
defaultUserAgentProvider: (
|
|
17
19
|
config?:
|
|
18
20
|
| import("@aws-sdk/util-user-agent-node").PreviouslyResolved
|
|
@@ -28,9 +28,11 @@ export declare const getRuntimeConfig: (config: WAFRegionalClientConfig) => {
|
|
|
28
28
|
| import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
|
|
29
29
|
| undefined
|
|
30
30
|
) => Promise<import("@smithy/types").UserAgent>;
|
|
31
|
-
credentialDefaultProvider:
|
|
32
|
-
input: any
|
|
33
|
-
|
|
31
|
+
credentialDefaultProvider:
|
|
32
|
+
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
33
|
+
| ((
|
|
34
|
+
_: unknown
|
|
35
|
+
) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
34
36
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
35
37
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
36
38
|
logger: import("@smithy/types").Logger;
|
|
@@ -50,11 +52,21 @@ export declare const getRuntimeConfig: (config: WAFRegionalClientConfig) => {
|
|
|
50
52
|
| import("@smithy/types").RetryStrategyV2
|
|
51
53
|
| undefined;
|
|
52
54
|
endpoint?:
|
|
53
|
-
|
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
55
|
+
| ((
|
|
56
|
+
| string
|
|
57
|
+
| import("@smithy/types").Endpoint
|
|
58
|
+
| import("@smithy/types").Provider<import("@smithy/types").Endpoint>
|
|
59
|
+
| import("@smithy/types").EndpointV2
|
|
60
|
+
| import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
|
|
61
|
+
) &
|
|
62
|
+
(
|
|
63
|
+
| string
|
|
64
|
+
| import("@smithy/types").Provider<string>
|
|
65
|
+
| import("@smithy/types").Endpoint
|
|
66
|
+
| import("@smithy/types").Provider<import("@smithy/types").Endpoint>
|
|
67
|
+
| import("@smithy/types").EndpointV2
|
|
68
|
+
| import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
|
|
69
|
+
))
|
|
58
70
|
| undefined;
|
|
59
71
|
endpointProvider: (
|
|
60
72
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-waf-regional",
|
|
3
3
|
"description": "AWS SDK for JavaScript Waf Regional Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.723.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-waf-regional",
|
|
@@ -20,56 +20,56 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.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.
|
|
27
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
28
|
-
"@aws-sdk/middleware-logger": "3.
|
|
29
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^
|
|
37
|
-
"@smithy/core": "^
|
|
38
|
-
"@smithy/fetch-http-handler": "^
|
|
39
|
-
"@smithy/hash-node": "^
|
|
40
|
-
"@smithy/invalid-dependency": "^
|
|
41
|
-
"@smithy/middleware-content-length": "^
|
|
42
|
-
"@smithy/middleware-endpoint": "^
|
|
43
|
-
"@smithy/middleware-retry": "^
|
|
44
|
-
"@smithy/middleware-serde": "^
|
|
45
|
-
"@smithy/middleware-stack": "^
|
|
46
|
-
"@smithy/node-config-provider": "^
|
|
47
|
-
"@smithy/node-http-handler": "^
|
|
48
|
-
"@smithy/protocol-http": "^
|
|
49
|
-
"@smithy/smithy-client": "^
|
|
50
|
-
"@smithy/types": "^
|
|
51
|
-
"@smithy/url-parser": "^
|
|
52
|
-
"@smithy/util-base64": "^
|
|
53
|
-
"@smithy/util-body-length-browser": "^
|
|
54
|
-
"@smithy/util-body-length-node": "^
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^
|
|
57
|
-
"@smithy/util-endpoints": "^
|
|
58
|
-
"@smithy/util-middleware": "^
|
|
59
|
-
"@smithy/util-retry": "^
|
|
60
|
-
"@smithy/util-utf8": "^
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.723.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.723.0",
|
|
25
|
+
"@aws-sdk/core": "3.723.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.723.0",
|
|
27
|
+
"@aws-sdk/middleware-host-header": "3.723.0",
|
|
28
|
+
"@aws-sdk/middleware-logger": "3.723.0",
|
|
29
|
+
"@aws-sdk/middleware-recursion-detection": "3.723.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.723.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.723.0",
|
|
32
|
+
"@aws-sdk/types": "3.723.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.723.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.723.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.723.0",
|
|
36
|
+
"@smithy/config-resolver": "^4.0.0",
|
|
37
|
+
"@smithy/core": "^3.0.0",
|
|
38
|
+
"@smithy/fetch-http-handler": "^5.0.0",
|
|
39
|
+
"@smithy/hash-node": "^4.0.0",
|
|
40
|
+
"@smithy/invalid-dependency": "^4.0.0",
|
|
41
|
+
"@smithy/middleware-content-length": "^4.0.0",
|
|
42
|
+
"@smithy/middleware-endpoint": "^4.0.0",
|
|
43
|
+
"@smithy/middleware-retry": "^4.0.0",
|
|
44
|
+
"@smithy/middleware-serde": "^4.0.0",
|
|
45
|
+
"@smithy/middleware-stack": "^4.0.0",
|
|
46
|
+
"@smithy/node-config-provider": "^4.0.0",
|
|
47
|
+
"@smithy/node-http-handler": "^4.0.0",
|
|
48
|
+
"@smithy/protocol-http": "^5.0.0",
|
|
49
|
+
"@smithy/smithy-client": "^4.0.0",
|
|
50
|
+
"@smithy/types": "^4.0.0",
|
|
51
|
+
"@smithy/url-parser": "^4.0.0",
|
|
52
|
+
"@smithy/util-base64": "^4.0.0",
|
|
53
|
+
"@smithy/util-body-length-browser": "^4.0.0",
|
|
54
|
+
"@smithy/util-body-length-node": "^4.0.0",
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^4.0.0",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^4.0.0",
|
|
57
|
+
"@smithy/util-endpoints": "^3.0.0",
|
|
58
|
+
"@smithy/util-middleware": "^4.0.0",
|
|
59
|
+
"@smithy/util-retry": "^4.0.0",
|
|
60
|
+
"@smithy/util-utf8": "^4.0.0",
|
|
61
61
|
"tslib": "^2.6.2"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
|
-
"@tsconfig/
|
|
65
|
-
"@types/node": "^
|
|
64
|
+
"@tsconfig/node18": "18.2.4",
|
|
65
|
+
"@types/node": "^18.19.69",
|
|
66
66
|
"concurrently": "7.0.0",
|
|
67
67
|
"downlevel-dts": "0.10.1",
|
|
68
68
|
"rimraf": "3.0.2",
|
|
69
|
-
"typescript": "~
|
|
69
|
+
"typescript": "~5.2.2"
|
|
70
70
|
},
|
|
71
71
|
"engines": {
|
|
72
|
-
"node": ">=
|
|
72
|
+
"node": ">=18.0.0"
|
|
73
73
|
},
|
|
74
74
|
"typesVersions": {
|
|
75
75
|
"<4.0": {
|