@cdklabs/cdk-ecs-codedeploy 0.0.247 → 0.0.249
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/.jsii +3 -3
- package/.jsii.tabl.json +1 -1
- package/lib/api-canary/index.js +1 -1
- package/lib/ecs-appspec/index.js +1 -1
- package/lib/ecs-deployment/index.js +1 -1
- package/lib/ecs-patterns/application-load-balanced-codedeployed-fargate-service.js +1 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/auth/httpAuthSchemeProvider.js +47 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/index.js +65 -7
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/runtimeConfig.shared.js +10 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/CodeDeployClient.js +17 -4
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/auth/httpAuthExtensionConfiguration.js +38 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/auth/httpAuthSchemeProvider.js +41 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/runtimeConfig.shared.js +10 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/runtimeExtensions.js +3 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/CodeDeployClient.d.ts +13 -11
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/auth/httpAuthSchemeProvider.d.ts +61 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/extensionConfiguration.d.ts +2 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/runtimeConfig.browser.d.ts +6 -6
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/runtimeConfig.d.ts +4 -2
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/runtimeConfig.native.d.ts +6 -4
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/runtimeConfig.shared.d.ts +2 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/CodeDeployClient.d.ts +11 -9
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +32 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +44 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/extensionConfiguration.d.ts +3 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/runtimeConfig.browser.d.ts +5 -5
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/runtimeConfig.d.ts +4 -4
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/runtimeConfig.native.d.ts +8 -8
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -0
- package/node_modules/@aws-sdk/client-codedeploy/package.json +7 -7
- package/node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthSchemeProvider.js +68 -0
- package/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +67 -6
- package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js +16 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +19 -3
- package/node_modules/@aws-sdk/client-sso/dist-es/auth/httpAuthExtensionConfiguration.js +38 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/auth/httpAuthSchemeProvider.js +62 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.shared.js +16 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/runtimeExtensions.js +3 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +9 -6
- package/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthSchemeProvider.d.ts +61 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/extensionConfiguration.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +16 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +16 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +17 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.shared.d.ts +13 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +9 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +32 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +43 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/extensionConfiguration.d.ts +3 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +46 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +46 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +47 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.shared.d.ts +30 -0
- package/node_modules/@aws-sdk/client-sso/package.json +5 -4
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/auth/httpAuthSchemeProvider.js +64 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/index.js +66 -9
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.shared.js +16 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/SSOOIDCClient.js +17 -3
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/auth/httpAuthExtensionConfiguration.js +38 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/auth/httpAuthSchemeProvider.js +58 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/CreateTokenWithIAMCommand.js +0 -2
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.shared.js +16 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeExtensions.js +3 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/SSOOIDCClient.d.ts +13 -11
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/auth/httpAuthSchemeProvider.d.ts +61 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/extensionConfiguration.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.browser.d.ts +13 -3
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.d.ts +12 -2
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.native.d.ts +14 -4
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.shared.d.ts +13 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/SSOOIDCClient.d.ts +11 -9
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +32 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +44 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/extensionConfiguration.d.ts +3 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.browser.d.ts +30 -5
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.d.ts +29 -4
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.native.d.ts +33 -8
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.shared.d.ts +30 -0
- package/node_modules/@aws-sdk/client-sso-oidc/package.json +7 -7
- package/node_modules/@aws-sdk/client-sts/package.json +5 -5
- package/node_modules/@aws-sdk/core/CHANGELOG.md +11 -0
- package/node_modules/@aws-sdk/core/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-node/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +2 -2
- package/node_modules/@aws-sdk/token-providers/package.json +2 -2
- package/package.json +5 -5
- package/node_modules/@aws-sdk/middleware-signing/LICENSE +0 -201
- package/node_modules/@aws-sdk/middleware-signing/README.md +0 -4
- package/node_modules/@aws-sdk/middleware-signing/dist-cjs/awsAuthConfiguration.js +0 -1
- package/node_modules/@aws-sdk/middleware-signing/dist-cjs/awsAuthMiddleware.js +0 -1
- package/node_modules/@aws-sdk/middleware-signing/dist-cjs/index.js +0 -235
- package/node_modules/@aws-sdk/middleware-signing/dist-es/awsAuthConfiguration.js +0 -107
- package/node_modules/@aws-sdk/middleware-signing/dist-es/awsAuthMiddleware.js +0 -55
- package/node_modules/@aws-sdk/middleware-signing/dist-es/index.js +0 -2
- package/node_modules/@aws-sdk/middleware-signing/dist-es/utils/getSkewCorrectedDate.js +0 -1
- package/node_modules/@aws-sdk/middleware-signing/dist-es/utils/getUpdatedSystemClockOffset.js +0 -8
- package/node_modules/@aws-sdk/middleware-signing/dist-es/utils/isClockSkewed.js +0 -2
- package/node_modules/@aws-sdk/middleware-signing/dist-types/awsAuthConfiguration.d.ts +0 -99
- package/node_modules/@aws-sdk/middleware-signing/dist-types/awsAuthMiddleware.d.ts +0 -6
- package/node_modules/@aws-sdk/middleware-signing/dist-types/index.d.ts +0 -2
- package/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/awsAuthConfiguration.d.ts +0 -68
- package/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/awsAuthMiddleware.d.ts +0 -19
- package/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/index.d.ts +0 -2
- package/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/utils/getSkewCorrectedDate.d.ts +0 -1
- package/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/utils/getUpdatedSystemClockOffset.d.ts +0 -4
- package/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/utils/isClockSkewed.d.ts +0 -4
- package/node_modules/@aws-sdk/middleware-signing/dist-types/utils/getSkewCorrectedDate.d.ts +0 -6
- package/node_modules/@aws-sdk/middleware-signing/dist-types/utils/getUpdatedSystemClockOffset.d.ts +0 -8
- package/node_modules/@aws-sdk/middleware-signing/dist-types/utils/isClockSkewed.d.ts +0 -7
- package/node_modules/@aws-sdk/middleware-signing/package.json +0 -59
- /package/node_modules/@aws-sdk/{middleware-signing/dist-cjs/utils/getSkewCorrectedDate.js → client-codedeploy/dist-cjs/auth/httpAuthExtensionConfiguration.js} +0 -0
- /package/node_modules/@aws-sdk/{middleware-signing/dist-cjs/utils/isClockSkewed.js → client-sso/dist-cjs/auth/httpAuthExtensionConfiguration.js} +0 -0
- /package/node_modules/@aws-sdk/{middleware-signing/dist-cjs/utils/getUpdatedSystemClockOffset.js → client-sso-oidc/dist-cjs/auth/httpAuthExtensionConfiguration.js} +0 -0
|
@@ -1,99 +0,0 @@
|
|
|
1
|
-
import { SignatureV4CryptoInit, SignatureV4Init } from "@smithy/signature-v4";
|
|
2
|
-
import { AuthScheme, AwsCredentialIdentity, ChecksumConstructor, HashConstructor, Logger, MemoizedProvider, Provider, RegionInfoProvider, RequestSigner } from "@smithy/types";
|
|
3
|
-
/**
|
|
4
|
-
* @public
|
|
5
|
-
*/
|
|
6
|
-
export interface AwsAuthInputConfig {
|
|
7
|
-
/**
|
|
8
|
-
* The credentials used to sign requests.
|
|
9
|
-
*/
|
|
10
|
-
credentials?: AwsCredentialIdentity | Provider<AwsCredentialIdentity>;
|
|
11
|
-
/**
|
|
12
|
-
* The signer to use when signing requests.
|
|
13
|
-
*/
|
|
14
|
-
signer?: RequestSigner | ((authScheme?: AuthScheme) => Promise<RequestSigner>);
|
|
15
|
-
/**
|
|
16
|
-
* Whether to escape request path when signing the request.
|
|
17
|
-
*/
|
|
18
|
-
signingEscapePath?: boolean;
|
|
19
|
-
/**
|
|
20
|
-
* An offset value in milliseconds to apply to all signing times.
|
|
21
|
-
*/
|
|
22
|
-
systemClockOffset?: number;
|
|
23
|
-
/**
|
|
24
|
-
* The region where you want to sign your request against. This
|
|
25
|
-
* can be different to the region in the endpoint.
|
|
26
|
-
*/
|
|
27
|
-
signingRegion?: string;
|
|
28
|
-
/**
|
|
29
|
-
* The injectable SigV4-compatible signer class constructor. If not supplied,
|
|
30
|
-
* regular SignatureV4 constructor will be used.
|
|
31
|
-
*
|
|
32
|
-
* @internal
|
|
33
|
-
*/
|
|
34
|
-
signerConstructor?: new (options: SignatureV4Init & SignatureV4CryptoInit) => RequestSigner;
|
|
35
|
-
}
|
|
36
|
-
/**
|
|
37
|
-
* @public
|
|
38
|
-
*/
|
|
39
|
-
export interface SigV4AuthInputConfig {
|
|
40
|
-
/**
|
|
41
|
-
* The credentials used to sign requests.
|
|
42
|
-
*/
|
|
43
|
-
credentials?: AwsCredentialIdentity | Provider<AwsCredentialIdentity>;
|
|
44
|
-
/**
|
|
45
|
-
* The signer to use when signing requests.
|
|
46
|
-
*/
|
|
47
|
-
signer?: RequestSigner | ((authScheme?: AuthScheme) => Promise<RequestSigner>);
|
|
48
|
-
/**
|
|
49
|
-
* Whether to escape request path when signing the request.
|
|
50
|
-
*/
|
|
51
|
-
signingEscapePath?: boolean;
|
|
52
|
-
/**
|
|
53
|
-
* An offset value in milliseconds to apply to all signing times.
|
|
54
|
-
*/
|
|
55
|
-
systemClockOffset?: number;
|
|
56
|
-
}
|
|
57
|
-
interface PreviouslyResolved {
|
|
58
|
-
credentialDefaultProvider: (input: any) => MemoizedProvider<AwsCredentialIdentity>;
|
|
59
|
-
region: string | Provider<string>;
|
|
60
|
-
regionInfoProvider?: RegionInfoProvider;
|
|
61
|
-
signingName?: string;
|
|
62
|
-
defaultSigningName?: string;
|
|
63
|
-
serviceId: string;
|
|
64
|
-
sha256: ChecksumConstructor | HashConstructor;
|
|
65
|
-
useFipsEndpoint: Provider<boolean>;
|
|
66
|
-
useDualstackEndpoint: Provider<boolean>;
|
|
67
|
-
}
|
|
68
|
-
interface SigV4PreviouslyResolved {
|
|
69
|
-
credentialDefaultProvider: (input: any) => MemoizedProvider<AwsCredentialIdentity>;
|
|
70
|
-
region: string | Provider<string>;
|
|
71
|
-
signingName: string;
|
|
72
|
-
sha256: ChecksumConstructor | HashConstructor;
|
|
73
|
-
logger?: Logger;
|
|
74
|
-
}
|
|
75
|
-
export interface AwsAuthResolvedConfig {
|
|
76
|
-
/**
|
|
77
|
-
* Resolved value for input config {@link AwsAuthInputConfig.credentials}
|
|
78
|
-
* This provider MAY memoize the loaded credentials for certain period.
|
|
79
|
-
* See {@link MemoizedProvider} for more information.
|
|
80
|
-
*/
|
|
81
|
-
credentials: MemoizedProvider<AwsCredentialIdentity>;
|
|
82
|
-
/**
|
|
83
|
-
* Resolved value for input config {@link AwsAuthInputConfig.signer}
|
|
84
|
-
*/
|
|
85
|
-
signer: (authScheme?: AuthScheme) => Promise<RequestSigner>;
|
|
86
|
-
/**
|
|
87
|
-
* Resolved value for input config {@link AwsAuthInputConfig.signingEscapePath}
|
|
88
|
-
*/
|
|
89
|
-
signingEscapePath: boolean;
|
|
90
|
-
/**
|
|
91
|
-
* Resolved value for input config {@link AwsAuthInputConfig.systemClockOffset}
|
|
92
|
-
*/
|
|
93
|
-
systemClockOffset: number;
|
|
94
|
-
}
|
|
95
|
-
export interface SigV4AuthResolvedConfig extends AwsAuthResolvedConfig {
|
|
96
|
-
}
|
|
97
|
-
export declare const resolveAwsAuthConfig: <T>(input: T & AwsAuthInputConfig & PreviouslyResolved) => T & AwsAuthResolvedConfig;
|
|
98
|
-
export declare const resolveSigV4AuthConfig: <T>(input: T & SigV4AuthInputConfig & SigV4PreviouslyResolved) => T & SigV4AuthResolvedConfig;
|
|
99
|
-
export {};
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { FinalizeRequestMiddleware, Pluggable, RelativeMiddlewareOptions } from "@smithy/types";
|
|
2
|
-
import { AwsAuthResolvedConfig } from "./awsAuthConfiguration";
|
|
3
|
-
export declare const awsAuthMiddleware: <Input extends object, Output extends object>(options: AwsAuthResolvedConfig) => FinalizeRequestMiddleware<Input, Output>;
|
|
4
|
-
export declare const awsAuthMiddlewareOptions: RelativeMiddlewareOptions;
|
|
5
|
-
export declare const getAwsAuthPlugin: (options: AwsAuthResolvedConfig) => Pluggable<any, any>;
|
|
6
|
-
export declare const getSigV4AuthPlugin: (options: AwsAuthResolvedConfig) => Pluggable<any, any>;
|
|
@@ -1,68 +0,0 @@
|
|
|
1
|
-
import { SignatureV4CryptoInit, SignatureV4Init } from "@smithy/signature-v4";
|
|
2
|
-
import {
|
|
3
|
-
AuthScheme,
|
|
4
|
-
AwsCredentialIdentity,
|
|
5
|
-
ChecksumConstructor,
|
|
6
|
-
HashConstructor,
|
|
7
|
-
Logger,
|
|
8
|
-
MemoizedProvider,
|
|
9
|
-
Provider,
|
|
10
|
-
RegionInfoProvider,
|
|
11
|
-
RequestSigner,
|
|
12
|
-
} from "@smithy/types";
|
|
13
|
-
export interface AwsAuthInputConfig {
|
|
14
|
-
credentials?: AwsCredentialIdentity | Provider<AwsCredentialIdentity>;
|
|
15
|
-
signer?:
|
|
16
|
-
| RequestSigner
|
|
17
|
-
| ((authScheme?: AuthScheme) => Promise<RequestSigner>);
|
|
18
|
-
signingEscapePath?: boolean;
|
|
19
|
-
systemClockOffset?: number;
|
|
20
|
-
signingRegion?: string;
|
|
21
|
-
signerConstructor?: new (
|
|
22
|
-
options: SignatureV4Init & SignatureV4CryptoInit
|
|
23
|
-
) => RequestSigner;
|
|
24
|
-
}
|
|
25
|
-
export interface SigV4AuthInputConfig {
|
|
26
|
-
credentials?: AwsCredentialIdentity | Provider<AwsCredentialIdentity>;
|
|
27
|
-
signer?:
|
|
28
|
-
| RequestSigner
|
|
29
|
-
| ((authScheme?: AuthScheme) => Promise<RequestSigner>);
|
|
30
|
-
signingEscapePath?: boolean;
|
|
31
|
-
systemClockOffset?: number;
|
|
32
|
-
}
|
|
33
|
-
interface PreviouslyResolved {
|
|
34
|
-
credentialDefaultProvider: (
|
|
35
|
-
input: any
|
|
36
|
-
) => MemoizedProvider<AwsCredentialIdentity>;
|
|
37
|
-
region: string | Provider<string>;
|
|
38
|
-
regionInfoProvider?: RegionInfoProvider;
|
|
39
|
-
signingName?: string;
|
|
40
|
-
defaultSigningName?: string;
|
|
41
|
-
serviceId: string;
|
|
42
|
-
sha256: ChecksumConstructor | HashConstructor;
|
|
43
|
-
useFipsEndpoint: Provider<boolean>;
|
|
44
|
-
useDualstackEndpoint: Provider<boolean>;
|
|
45
|
-
}
|
|
46
|
-
interface SigV4PreviouslyResolved {
|
|
47
|
-
credentialDefaultProvider: (
|
|
48
|
-
input: any
|
|
49
|
-
) => MemoizedProvider<AwsCredentialIdentity>;
|
|
50
|
-
region: string | Provider<string>;
|
|
51
|
-
signingName: string;
|
|
52
|
-
sha256: ChecksumConstructor | HashConstructor;
|
|
53
|
-
logger?: Logger;
|
|
54
|
-
}
|
|
55
|
-
export interface AwsAuthResolvedConfig {
|
|
56
|
-
credentials: MemoizedProvider<AwsCredentialIdentity>;
|
|
57
|
-
signer: (authScheme?: AuthScheme) => Promise<RequestSigner>;
|
|
58
|
-
signingEscapePath: boolean;
|
|
59
|
-
systemClockOffset: number;
|
|
60
|
-
}
|
|
61
|
-
export interface SigV4AuthResolvedConfig extends AwsAuthResolvedConfig {}
|
|
62
|
-
export declare const resolveAwsAuthConfig: <T>(
|
|
63
|
-
input: T & AwsAuthInputConfig & PreviouslyResolved
|
|
64
|
-
) => T & AwsAuthResolvedConfig;
|
|
65
|
-
export declare const resolveSigV4AuthConfig: <T>(
|
|
66
|
-
input: T & SigV4AuthInputConfig & SigV4PreviouslyResolved
|
|
67
|
-
) => T & SigV4AuthResolvedConfig;
|
|
68
|
-
export {};
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
FinalizeRequestMiddleware,
|
|
3
|
-
Pluggable,
|
|
4
|
-
RelativeMiddlewareOptions,
|
|
5
|
-
} from "@smithy/types";
|
|
6
|
-
import { AwsAuthResolvedConfig } from "./awsAuthConfiguration";
|
|
7
|
-
export declare const awsAuthMiddleware: <
|
|
8
|
-
Input extends object,
|
|
9
|
-
Output extends object
|
|
10
|
-
>(
|
|
11
|
-
options: AwsAuthResolvedConfig
|
|
12
|
-
) => FinalizeRequestMiddleware<Input, Output>;
|
|
13
|
-
export declare const awsAuthMiddlewareOptions: RelativeMiddlewareOptions;
|
|
14
|
-
export declare const getAwsAuthPlugin: (
|
|
15
|
-
options: AwsAuthResolvedConfig
|
|
16
|
-
) => Pluggable<any, any>;
|
|
17
|
-
export declare const getSigV4AuthPlugin: (
|
|
18
|
-
options: AwsAuthResolvedConfig
|
|
19
|
-
) => Pluggable<any, any>;
|
package/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/utils/getSkewCorrectedDate.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const getSkewCorrectedDate: (systemClockOffset: number) => Date;
|
package/node_modules/@aws-sdk/middleware-signing/dist-types/utils/getUpdatedSystemClockOffset.d.ts
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* If clock is skewed, it returns the difference between serverTime and current time.
|
|
3
|
-
* If clock is not skewed, it returns currentSystemClockOffset.
|
|
4
|
-
*
|
|
5
|
-
* @param clockTime The string value of the server time.
|
|
6
|
-
* @param currentSystemClockOffset The current system clock offset.
|
|
7
|
-
*/
|
|
8
|
-
export declare const getUpdatedSystemClockOffset: (clockTime: string, currentSystemClockOffset: number) => number;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Checks if the provided date is within the skew window of 300000ms.
|
|
3
|
-
*
|
|
4
|
-
* @param clockTime - The time to check for skew in milliseconds.
|
|
5
|
-
* @param systemClockOffset - The offset of the system clock in milliseconds.
|
|
6
|
-
*/
|
|
7
|
-
export declare const isClockSkewed: (clockTime: number, systemClockOffset: number) => boolean;
|
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@aws-sdk/middleware-signing",
|
|
3
|
-
"version": "3.511.0",
|
|
4
|
-
"scripts": {
|
|
5
|
-
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
6
|
-
"build:cjs": "node ../../scripts/compilation/inline middleware-signing",
|
|
7
|
-
"build:es": "tsc -p tsconfig.es.json",
|
|
8
|
-
"build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build",
|
|
9
|
-
"build:types": "tsc -p tsconfig.types.json",
|
|
10
|
-
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
11
|
-
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
|
|
12
|
-
"test": "jest --passWithNoTests",
|
|
13
|
-
"test:integration": "jest -c jest.config.integ.js",
|
|
14
|
-
"extract:docs": "api-extractor run --local"
|
|
15
|
-
},
|
|
16
|
-
"main": "./dist-cjs/index.js",
|
|
17
|
-
"module": "./dist-es/index.js",
|
|
18
|
-
"types": "./dist-types/index.d.ts",
|
|
19
|
-
"author": {
|
|
20
|
-
"name": "AWS SDK for JavaScript Team",
|
|
21
|
-
"url": "https://aws.amazon.com/javascript/"
|
|
22
|
-
},
|
|
23
|
-
"license": "Apache-2.0",
|
|
24
|
-
"dependencies": {
|
|
25
|
-
"@aws-sdk/types": "3.511.0",
|
|
26
|
-
"@smithy/property-provider": "^2.1.1",
|
|
27
|
-
"@smithy/protocol-http": "^3.1.1",
|
|
28
|
-
"@smithy/signature-v4": "^2.1.1",
|
|
29
|
-
"@smithy/types": "^2.9.1",
|
|
30
|
-
"@smithy/util-middleware": "^2.1.1",
|
|
31
|
-
"tslib": "^2.5.0"
|
|
32
|
-
},
|
|
33
|
-
"engines": {
|
|
34
|
-
"node": ">=14.0.0"
|
|
35
|
-
},
|
|
36
|
-
"typesVersions": {
|
|
37
|
-
"<4.0": {
|
|
38
|
-
"dist-types/*": [
|
|
39
|
-
"dist-types/ts3.4/*"
|
|
40
|
-
]
|
|
41
|
-
}
|
|
42
|
-
},
|
|
43
|
-
"files": [
|
|
44
|
-
"dist-*/**"
|
|
45
|
-
],
|
|
46
|
-
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/middleware-signing",
|
|
47
|
-
"repository": {
|
|
48
|
-
"type": "git",
|
|
49
|
-
"url": "https://github.com/aws/aws-sdk-js-v3.git",
|
|
50
|
-
"directory": "packages/middleware-signing"
|
|
51
|
-
},
|
|
52
|
-
"devDependencies": {
|
|
53
|
-
"@tsconfig/recommended": "1.0.1",
|
|
54
|
-
"concurrently": "7.0.0",
|
|
55
|
-
"downlevel-dts": "0.10.1",
|
|
56
|
-
"rimraf": "3.0.2",
|
|
57
|
-
"typescript": "~4.9.5"
|
|
58
|
-
}
|
|
59
|
-
}
|
|
File without changes
|
|
File without changes
|