@cdklabs/cdk-ecs-codedeploy 0.0.94 → 0.0.96
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 +6 -6
- package/.projenrc.ts +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/abort-controller/package.json +6 -3
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/AddTagsToOnPremisesInstancesCommand.d.ts +23 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetApplicationRevisionsCommand.d.ts +19 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetApplicationsCommand.d.ts +13 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetDeploymentGroupsCommand.d.ts +23 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetDeploymentInstancesCommand.d.ts +23 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetDeploymentTargetsCommand.d.ts +32 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetDeploymentsCommand.d.ts +10 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetOnPremisesInstancesCommand.d.ts +10 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ContinueDeploymentCommand.d.ts +26 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/CreateApplicationCommand.d.ts +19 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/CreateDeploymentCommand.d.ts +124 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/CreateDeploymentConfigCommand.d.ts +24 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/CreateDeploymentGroupCommand.d.ts +131 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/DeleteApplicationCommand.d.ts +12 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/DeleteDeploymentConfigCommand.d.ts +13 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/DeleteDeploymentGroupCommand.d.ts +18 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/DeleteGitHubAccountTokenCommand.d.ts +16 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/DeleteResourcesByExternalIdCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/DeregisterOnPremisesInstanceCommand.d.ts +7 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetApplicationCommand.d.ts +10 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetApplicationRevisionCommand.d.ts +19 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentConfigCommand.d.ts +14 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentGroupCommand.d.ts +23 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentInstanceCommand.d.ts +23 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentTargetCommand.d.ts +26 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetOnPremisesInstanceCommand.d.ts +10 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListApplicationRevisionsCommand.d.ts +32 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListApplicationsCommand.d.ts +4 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListDeploymentConfigsCommand.d.ts +4 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListDeploymentGroupsCommand.d.ts +13 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListDeploymentInstancesCommand.d.ts +35 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListDeploymentTargetsCommand.d.ts +29 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListDeploymentsCommand.d.ts +34 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListGitHubAccountTokenNamesCommand.d.ts +10 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListOnPremisesInstancesCommand.d.ts +10 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/PutLifecycleEventHookExecutionStatusCommand.d.ts +27 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/RegisterApplicationRevisionCommand.d.ts +19 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/RegisterOnPremisesInstanceCommand.d.ts +34 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/RemoveTagsFromOnPremisesInstancesCommand.d.ts +23 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/SkipWaitTimeForInstanceTerminationCommand.d.ts +20 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/StopDeploymentCommand.d.ts +20 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/TagResourceCommand.d.ts +27 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/UntagResourceCommand.d.ts +27 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/UpdateApplicationCommand.d.ts +13 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/UpdateDeploymentGroupCommand.d.ts +125 -0
- package/node_modules/@aws-sdk/client-codedeploy/package.json +36 -41
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +16 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +16 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +16 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +13 -0
- package/node_modules/@aws-sdk/client-sso/package.json +32 -37
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenCommand.d.ts +42 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/RegisterClientCommand.d.ts +16 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/StartDeviceAuthorizationCommand.d.ts +22 -0
- package/node_modules/@aws-sdk/client-sso-oidc/package.json +32 -37
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleCommand.d.ts +27 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +37 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts +44 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts +6 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetAccessKeyInfoCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetCallerIdentityCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +23 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +8 -0
- package/node_modules/@aws-sdk/client-sts/package.json +35 -40
- package/node_modules/@aws-sdk/config-resolver/package.json +10 -7
- package/node_modules/@aws-sdk/credential-provider-env/package.json +7 -4
- package/node_modules/@aws-sdk/credential-provider-imds/package.json +9 -6
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +13 -10
- package/node_modules/@aws-sdk/credential-provider-node/package.json +14 -11
- package/node_modules/@aws-sdk/credential-provider-process/package.json +8 -5
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +10 -7
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +7 -4
- package/node_modules/@aws-sdk/fetch-http-handler/package.json +10 -7
- package/node_modules/@aws-sdk/hash-node/package.json +8 -5
- package/node_modules/@aws-sdk/invalid-dependency/package.json +6 -3
- package/node_modules/@aws-sdk/is-array-buffer/package.json +5 -2
- package/node_modules/@aws-sdk/middleware-content-length/package.json +7 -4
- package/node_modules/@aws-sdk/middleware-endpoint/package.json +12 -9
- package/node_modules/@aws-sdk/middleware-host-header/package.json +7 -4
- package/node_modules/@aws-sdk/middleware-logger/package.json +6 -3
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +7 -4
- package/node_modules/@aws-sdk/middleware-retry/package.json +11 -8
- package/node_modules/@aws-sdk/middleware-sdk-sts/package.json +10 -7
- package/node_modules/@aws-sdk/middleware-serde/package.json +6 -3
- package/node_modules/@aws-sdk/middleware-signing/package.json +10 -7
- package/node_modules/@aws-sdk/middleware-stack/package.json +6 -3
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +8 -5
- package/node_modules/@aws-sdk/node-config-provider/package.json +8 -5
- package/node_modules/@aws-sdk/node-http-handler/package.json +9 -6
- package/node_modules/@aws-sdk/property-provider/package.json +6 -3
- package/node_modules/@aws-sdk/protocol-http/dist-cjs/Field.js +1 -3
- package/node_modules/@aws-sdk/protocol-http/dist-es/Field.js +1 -3
- package/node_modules/@aws-sdk/protocol-http/package.json +6 -3
- package/node_modules/@aws-sdk/querystring-builder/package.json +7 -4
- package/node_modules/@aws-sdk/querystring-parser/package.json +6 -3
- package/node_modules/@aws-sdk/service-error-classification/package.json +6 -3
- package/node_modules/@aws-sdk/shared-ini-file-loader/package.json +6 -3
- package/node_modules/@aws-sdk/signature-v4/package.json +13 -10
- package/node_modules/@aws-sdk/smithy-client/dist-types/NoOpLogger.d.ts +3 -0
- package/node_modules/@aws-sdk/smithy-client/dist-types/client.d.ts +9 -0
- package/node_modules/@aws-sdk/smithy-client/dist-types/command.d.ts +3 -0
- package/node_modules/@aws-sdk/smithy-client/dist-types/constants.d.ts +3 -0
- package/node_modules/@aws-sdk/smithy-client/dist-types/date-utils.d.ts +26 -16
- package/node_modules/@aws-sdk/smithy-client/dist-types/default-error-handler.d.ts +2 -2
- package/node_modules/@aws-sdk/smithy-client/dist-types/emitWarningIfUnsupportedVersion.d.ts +3 -1
- package/node_modules/@aws-sdk/smithy-client/dist-types/exceptions.d.ts +5 -0
- package/node_modules/@aws-sdk/smithy-client/dist-types/extended-encode-uri-component.d.ts +2 -0
- package/node_modules/@aws-sdk/smithy-client/dist-types/get-array-if-single-item.d.ts +2 -0
- package/node_modules/@aws-sdk/smithy-client/dist-types/get-value-from-text-node.d.ts +2 -0
- package/node_modules/@aws-sdk/smithy-client/dist-types/lazy-json.d.ts +5 -0
- package/node_modules/@aws-sdk/smithy-client/dist-types/object-mapping.d.ts +36 -4
- package/node_modules/@aws-sdk/smithy-client/dist-types/parse-utils.d.ts +73 -23
- package/node_modules/@aws-sdk/smithy-client/dist-types/resolve-path.d.ts +3 -0
- package/node_modules/@aws-sdk/smithy-client/dist-types/ser-utils.d.ts +3 -1
- package/node_modules/@aws-sdk/smithy-client/dist-types/split-every.d.ts +5 -3
- package/node_modules/@aws-sdk/smithy-client/package.json +7 -4
- package/node_modules/@aws-sdk/token-providers/package.json +9 -6
- package/node_modules/@aws-sdk/types/dist-types/abort.d.ts +1 -1
- package/node_modules/@aws-sdk/types/dist-types/auth.d.ts +1 -1
- package/node_modules/@aws-sdk/types/dist-types/checksum.d.ts +2 -2
- package/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +2 -2
- package/node_modules/@aws-sdk/types/dist-types/dns.d.ts +3 -3
- package/node_modules/@aws-sdk/types/dist-types/http.d.ts +6 -4
- package/node_modules/@aws-sdk/types/dist-types/identity/Identity.d.ts +1 -1
- package/node_modules/@aws-sdk/types/dist-types/logger.d.ts +1 -1
- package/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +15 -15
- package/node_modules/@aws-sdk/types/dist-types/profile.d.ts +1 -1
- package/node_modules/@aws-sdk/types/dist-types/retry.d.ts +2 -2
- package/node_modules/@aws-sdk/types/dist-types/serde.d.ts +7 -7
- package/node_modules/@aws-sdk/types/dist-types/shapes.d.ts +1 -2
- package/node_modules/@aws-sdk/types/dist-types/signature.d.ts +4 -4
- package/node_modules/@aws-sdk/types/dist-types/token.d.ts +2 -2
- package/node_modules/@aws-sdk/types/dist-types/util.d.ts +4 -4
- package/node_modules/@aws-sdk/types/package.json +5 -2
- package/node_modules/@aws-sdk/url-parser/package.json +7 -4
- package/node_modules/@aws-sdk/util-base64/package.json +6 -3
- package/node_modules/@aws-sdk/util-body-length-browser/package.json +5 -2
- package/node_modules/@aws-sdk/util-body-length-node/package.json +5 -2
- package/node_modules/@aws-sdk/util-buffer-from/package.json +6 -3
- package/node_modules/@aws-sdk/util-config-provider/package.json +5 -2
- package/node_modules/@aws-sdk/util-defaults-mode-browser/package.json +8 -5
- package/node_modules/@aws-sdk/util-defaults-mode-node/package.json +11 -8
- package/node_modules/@aws-sdk/util-endpoints/package.json +6 -3
- package/node_modules/@aws-sdk/util-hex-encoding/package.json +5 -2
- package/node_modules/@aws-sdk/util-locate-window/package.json +5 -2
- package/node_modules/@aws-sdk/util-middleware/package.json +6 -3
- package/node_modules/@aws-sdk/util-retry/package.json +7 -4
- package/node_modules/@aws-sdk/util-uri-escape/package.json +5 -2
- package/node_modules/@aws-sdk/util-user-agent-browser/package.json +7 -4
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +8 -5
- package/node_modules/@aws-sdk/util-utf8/package.json +6 -3
- package/node_modules/@aws-sdk/util-waiter/dist-types/poller.d.ts +4 -4
- package/node_modules/@aws-sdk/util-waiter/dist-types/utils/sleep.d.ts +3 -0
- package/node_modules/@aws-sdk/util-waiter/dist-types/utils/validate.d.ts +3 -1
- package/node_modules/@aws-sdk/util-waiter/dist-types/waiter.d.ts +14 -3
- package/node_modules/@aws-sdk/util-waiter/package.json +7 -4
- package/package.json +14 -14
- package/node_modules/@aws-sdk/is-array-buffer/CHANGELOG.md +0 -663
- package/node_modules/@aws-sdk/util-body-length-browser/CHANGELOG.md +0 -681
- package/node_modules/@aws-sdk/util-hex-encoding/CHANGELOG.md +0 -676
- package/node_modules/@aws-sdk/util-uri-escape/CHANGELOG.md +0 -768
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/token-providers",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.292.0",
|
|
4
4
|
"description": "A collection of token providers",
|
|
5
5
|
"main": "./dist-cjs/index.js",
|
|
6
6
|
"module": "./dist-es/index.js",
|
|
@@ -25,10 +25,10 @@
|
|
|
25
25
|
},
|
|
26
26
|
"license": "Apache-2.0",
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
29
|
-
"@aws-sdk/property-provider": "3.
|
|
30
|
-
"@aws-sdk/shared-ini-file-loader": "3.
|
|
31
|
-
"@aws-sdk/types": "3.
|
|
28
|
+
"@aws-sdk/client-sso-oidc": "3.292.0",
|
|
29
|
+
"@aws-sdk/property-provider": "3.292.0",
|
|
30
|
+
"@aws-sdk/shared-ini-file-loader": "3.292.0",
|
|
31
|
+
"@aws-sdk/types": "3.292.0",
|
|
32
32
|
"tslib": "^2.3.1"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"concurrently": "7.0.0",
|
|
38
38
|
"downlevel-dts": "0.10.1",
|
|
39
39
|
"rimraf": "3.0.2",
|
|
40
|
-
"typedoc": "0.
|
|
40
|
+
"typedoc": "0.23.23",
|
|
41
41
|
"typescript": "~4.6.2"
|
|
42
42
|
},
|
|
43
43
|
"types": "./dist-types/index.d.ts",
|
|
@@ -59,5 +59,8 @@
|
|
|
59
59
|
"type": "git",
|
|
60
60
|
"url": "https://github.com/aws/aws-sdk-js-v3.git",
|
|
61
61
|
"directory": "packages/token-providers"
|
|
62
|
+
},
|
|
63
|
+
"typedoc": {
|
|
64
|
+
"entryPoint": "src/index.ts"
|
|
62
65
|
}
|
|
63
66
|
}
|
|
@@ -38,7 +38,7 @@ export interface AbortSignal {
|
|
|
38
38
|
export interface AbortController {
|
|
39
39
|
/**
|
|
40
40
|
* An object that reports whether the action associated with this
|
|
41
|
-
*
|
|
41
|
+
* `AbortController` has been cancelled.
|
|
42
42
|
*/
|
|
43
43
|
readonly signal: AbortSignal;
|
|
44
44
|
/**
|
|
@@ -32,7 +32,7 @@ export interface Checksum {
|
|
|
32
32
|
* Allows marking a checksum for checksums that support the ability
|
|
33
33
|
* to mark and reset.
|
|
34
34
|
*
|
|
35
|
-
* @param
|
|
35
|
+
* @param readLimit - The maximum limit of bytes that can be read
|
|
36
36
|
* before the mark position becomes invalid.
|
|
37
37
|
*/
|
|
38
38
|
mark?(readLimit: number): void;
|
|
@@ -47,7 +47,7 @@ export interface Checksum {
|
|
|
47
47
|
* Implementations may override this method which passes second param
|
|
48
48
|
* which makes Checksum object stateless.
|
|
49
49
|
*
|
|
50
|
-
* @param
|
|
50
|
+
* @param chunk - The buffer to update checksum with.
|
|
51
51
|
*/
|
|
52
52
|
update(chunk: Uint8Array): void;
|
|
53
53
|
}
|
|
@@ -5,13 +5,13 @@ import { Provider } from "./util";
|
|
|
5
5
|
*
|
|
6
6
|
* An object representing temporary or permanent AWS credentials.
|
|
7
7
|
*
|
|
8
|
-
* @deprecated Use {@AwsCredentialIdentity}
|
|
8
|
+
* @deprecated Use {@link AwsCredentialIdentity}
|
|
9
9
|
*/
|
|
10
10
|
export interface Credentials extends AwsCredentialIdentity {
|
|
11
11
|
}
|
|
12
12
|
/**
|
|
13
13
|
* @public
|
|
14
14
|
*
|
|
15
|
-
* @deprecated Use {@AwsCredentialIdentityProvider}
|
|
15
|
+
* @deprecated Use {@link AwsCredentialIdentityProvider}
|
|
16
16
|
*/
|
|
17
17
|
export declare type CredentialProvider = Provider<Credentials>;
|
|
@@ -65,21 +65,21 @@ export interface HostResolver {
|
|
|
65
65
|
* of the multiple addresses that get returned.
|
|
66
66
|
* Implementations don't have to explictly call getaddrinfo(), they can use
|
|
67
67
|
* high level abstractions provided in their language runtimes/libraries.
|
|
68
|
-
* @param args arguments with host name query addresses for
|
|
68
|
+
* @param args - arguments with host name query addresses for
|
|
69
69
|
* @returns promise with a list of {@link HostAddress}
|
|
70
70
|
*/
|
|
71
71
|
resolveAddress(args: HostResolverArguments): Promise<HostAddress[]>;
|
|
72
72
|
/**
|
|
73
73
|
* Reports a failure on a {@link HostAddress} so that the cache (if implemented)
|
|
74
74
|
* can accomodate the failure and likely not return the address until it recovers.
|
|
75
|
-
* @param addr host address to report a failure on
|
|
75
|
+
* @param addr - host address to report a failure on
|
|
76
76
|
*/
|
|
77
77
|
reportFailureOnAddress(addr: HostAddress): void;
|
|
78
78
|
/**
|
|
79
79
|
* Empties the cache (if implemented) for a {@link HostResolverArguments.hostName}.
|
|
80
80
|
* If {@link HostResolverArguments.hostName} is not provided, the cache (if
|
|
81
81
|
* implemented) is emptied for all host names.
|
|
82
|
-
* @param args optional arguments to empty the cache for
|
|
82
|
+
* @param args - optional arguments to empty the cache for
|
|
83
83
|
*/
|
|
84
84
|
purgeCache(args?: HostResolverArguments): void;
|
|
85
85
|
}
|
|
@@ -9,15 +9,15 @@ export interface Headers extends Map<string, string> {
|
|
|
9
9
|
* Returns a new instance of Headers with the specified header set to the
|
|
10
10
|
* provided value. Does not modify the original Headers instance.
|
|
11
11
|
*
|
|
12
|
-
* @param headerName
|
|
13
|
-
* @param headerValue
|
|
12
|
+
* @param headerName - The name of the header to add or overwrite
|
|
13
|
+
* @param headerValue - The value to which the header should be set
|
|
14
14
|
*/
|
|
15
15
|
withHeader(headerName: string, headerValue: string): Headers;
|
|
16
16
|
/**
|
|
17
17
|
* Returns a new instance of Headers without the specified header. Does not
|
|
18
18
|
* modify the original Headers instance.
|
|
19
19
|
*
|
|
20
|
-
* @param headerName
|
|
20
|
+
* @param headerName - The name of the header to remove
|
|
21
21
|
*/
|
|
22
22
|
withoutHeader(headerName: string): Headers;
|
|
23
23
|
}
|
|
@@ -32,10 +32,12 @@ export interface Headers extends Map<string, string> {
|
|
|
32
32
|
* particular implementation. For example, given the following HeaderBag, where
|
|
33
33
|
* keys differ only in case:
|
|
34
34
|
*
|
|
35
|
+
* ```json
|
|
35
36
|
* {
|
|
36
37
|
* 'x-amz-date': '2000-01-01T00:00:00Z',
|
|
37
38
|
* 'X-Amz-Date': '2001-01-01T00:00:00Z'
|
|
38
39
|
* }
|
|
40
|
+
* ```
|
|
39
41
|
*
|
|
40
42
|
* The SDK may at any point during processing remove one of the object
|
|
41
43
|
* properties in favor of the other. The headers may or may not be combined, and
|
|
@@ -63,7 +65,7 @@ export declare type QueryParameterBag = Record<string, string | Array<string> |
|
|
|
63
65
|
/**
|
|
64
66
|
* @public
|
|
65
67
|
*
|
|
66
|
-
* @deprecated use EndpointV2 from
|
|
68
|
+
* @deprecated use {@link EndpointV2} from `@aws-sdk/types`.
|
|
67
69
|
*/
|
|
68
70
|
export interface Endpoint {
|
|
69
71
|
protocol: string;
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* order of increasing severity. Each log level includes itself and all
|
|
6
6
|
* the levels behind itself.
|
|
7
7
|
*
|
|
8
|
-
* @example new Logger({logLevel: 'warn'}) will print all the warn and error
|
|
8
|
+
* @example `new Logger({logLevel: 'warn'})` will print all the warn and error
|
|
9
9
|
* message.
|
|
10
10
|
*/
|
|
11
11
|
export declare type LogLevel = "all" | "trace" | "debug" | "log" | "info" | "warn" | "error" | "off";
|
|
@@ -88,7 +88,7 @@ export interface InitializeHandler<Input extends object, Output extends object>
|
|
|
88
88
|
/**
|
|
89
89
|
* Asynchronously converts an input object into an output object.
|
|
90
90
|
*
|
|
91
|
-
* @param args
|
|
91
|
+
* @param args - An object containing a input to the command as well as any
|
|
92
92
|
* associated or previously generated execution artifacts.
|
|
93
93
|
*/
|
|
94
94
|
(args: InitializeHandlerArguments<Input>): Promise<InitializeHandlerOutput<Output>>;
|
|
@@ -104,7 +104,7 @@ export interface SerializeHandler<Input extends object, Output extends object> {
|
|
|
104
104
|
/**
|
|
105
105
|
* Asynchronously converts an input object into an output object.
|
|
106
106
|
*
|
|
107
|
-
* @param args
|
|
107
|
+
* @param args - An object containing a input to the command as well as any
|
|
108
108
|
* associated or previously generated execution artifacts.
|
|
109
109
|
*/
|
|
110
110
|
(args: SerializeHandlerArguments<Input>): Promise<SerializeHandlerOutput<Output>>;
|
|
@@ -116,7 +116,7 @@ export interface FinalizeHandler<Input extends object, Output extends object> {
|
|
|
116
116
|
/**
|
|
117
117
|
* Asynchronously converts an input object into an output object.
|
|
118
118
|
*
|
|
119
|
-
* @param args
|
|
119
|
+
* @param args - An object containing a input to the command as well as any
|
|
120
120
|
* associated or previously generated execution artifacts.
|
|
121
121
|
*/
|
|
122
122
|
(args: FinalizeHandlerArguments<Input>): Promise<FinalizeHandlerOutput<Output>>;
|
|
@@ -136,45 +136,45 @@ export interface DeserializeHandler<Input extends object, Output extends object>
|
|
|
136
136
|
/**
|
|
137
137
|
* @public
|
|
138
138
|
*
|
|
139
|
-
* A factory function that creates functions implementing the
|
|
139
|
+
* A factory function that creates functions implementing the `Handler`
|
|
140
140
|
* interface.
|
|
141
141
|
*/
|
|
142
142
|
export interface InitializeMiddleware<Input extends object, Output extends object> {
|
|
143
143
|
/**
|
|
144
|
-
* @param next The handler to invoke after this middleware has operated on
|
|
144
|
+
* @param next - The handler to invoke after this middleware has operated on
|
|
145
145
|
* the user input and before this middleware operates on the output.
|
|
146
146
|
*
|
|
147
|
-
* @param context Invariant data and functions for use by the handler.
|
|
147
|
+
* @param context - Invariant data and functions for use by the handler.
|
|
148
148
|
*/
|
|
149
149
|
(next: InitializeHandler<Input, Output>, context: HandlerExecutionContext): InitializeHandler<Input, Output>;
|
|
150
150
|
}
|
|
151
151
|
/**
|
|
152
152
|
* @public
|
|
153
153
|
*
|
|
154
|
-
* A factory function that creates functions implementing the
|
|
154
|
+
* A factory function that creates functions implementing the `BuildHandler`
|
|
155
155
|
* interface.
|
|
156
156
|
*/
|
|
157
157
|
export interface SerializeMiddleware<Input extends object, Output extends object> {
|
|
158
158
|
/**
|
|
159
|
-
* @param next The handler to invoke after this middleware has operated on
|
|
159
|
+
* @param next - The handler to invoke after this middleware has operated on
|
|
160
160
|
* the user input and before this middleware operates on the output.
|
|
161
161
|
*
|
|
162
|
-
* @param context Invariant data and functions for use by the handler.
|
|
162
|
+
* @param context - Invariant data and functions for use by the handler.
|
|
163
163
|
*/
|
|
164
164
|
(next: SerializeHandler<Input, Output>, context: HandlerExecutionContext): SerializeHandler<Input, Output>;
|
|
165
165
|
}
|
|
166
166
|
/**
|
|
167
167
|
* @public
|
|
168
168
|
*
|
|
169
|
-
* A factory function that creates functions implementing the
|
|
169
|
+
* A factory function that creates functions implementing the `FinalizeHandler`
|
|
170
170
|
* interface.
|
|
171
171
|
*/
|
|
172
172
|
export interface FinalizeRequestMiddleware<Input extends object, Output extends object> {
|
|
173
173
|
/**
|
|
174
|
-
* @param next The handler to invoke after this middleware has operated on
|
|
174
|
+
* @param next - The handler to invoke after this middleware has operated on
|
|
175
175
|
* the user input and before this middleware operates on the output.
|
|
176
176
|
*
|
|
177
|
-
* @param context Invariant data and functions for use by the handler.
|
|
177
|
+
* @param context - Invariant data and functions for use by the handler.
|
|
178
178
|
*/
|
|
179
179
|
(next: FinalizeHandler<Input, Output>, context: HandlerExecutionContext): FinalizeHandler<Input, Output>;
|
|
180
180
|
}
|
|
@@ -242,7 +242,7 @@ export interface HandlerOptions {
|
|
|
242
242
|
* per operation execution, finalization and deserialize handlers will be
|
|
243
243
|
* executed foreach HTTP request sent.
|
|
244
244
|
*
|
|
245
|
-
* @
|
|
245
|
+
* @defaultValue 'initialize'
|
|
246
246
|
*/
|
|
247
247
|
step?: Step;
|
|
248
248
|
/**
|
|
@@ -269,7 +269,7 @@ export interface AbsoluteLocation {
|
|
|
269
269
|
* By default middleware will be added to individual step in un-guaranteed order.
|
|
270
270
|
* In the case that
|
|
271
271
|
*
|
|
272
|
-
* @
|
|
272
|
+
* @defaultValue 'normal'
|
|
273
273
|
*/
|
|
274
274
|
priority?: Priority;
|
|
275
275
|
}
|
|
@@ -440,7 +440,7 @@ export interface HandlerExecutionContext {
|
|
|
440
440
|
*/
|
|
441
441
|
userAgent?: UserAgent;
|
|
442
442
|
/**
|
|
443
|
-
* Resolved by the endpointMiddleware function of
|
|
443
|
+
* Resolved by the endpointMiddleware function of `@aws-sdk/middleware-endpoint`
|
|
444
444
|
* in the serialization stage.
|
|
445
445
|
*/
|
|
446
446
|
endpointV2?: EndpointV2;
|
|
@@ -54,7 +54,7 @@ export interface RetryBackoffStrategy {
|
|
|
54
54
|
export interface StandardRetryBackoffStrategy extends RetryBackoffStrategy {
|
|
55
55
|
/**
|
|
56
56
|
* Sets the delayBase used to compute backoff delays.
|
|
57
|
-
* @param delayBase
|
|
57
|
+
* @param delayBase -
|
|
58
58
|
*/
|
|
59
59
|
setDelayBase(delayBase: number): void;
|
|
60
60
|
}
|
|
@@ -97,7 +97,7 @@ export interface StandardRetryToken extends RetryToken {
|
|
|
97
97
|
/**
|
|
98
98
|
* Releases a number of tokens.
|
|
99
99
|
*
|
|
100
|
-
* @param amount of tokens to release.
|
|
100
|
+
* @param amount - of tokens to release.
|
|
101
101
|
*/
|
|
102
102
|
releaseRetryTokens(amount?: number): void;
|
|
103
103
|
}
|
|
@@ -16,7 +16,7 @@ export interface StreamCollector {
|
|
|
16
16
|
/**
|
|
17
17
|
* A function that converts a stream into an array of bytes.
|
|
18
18
|
*
|
|
19
|
-
* @param stream
|
|
19
|
+
* @param stream - The low-level native stream from browser or Nodejs runtime
|
|
20
20
|
*/
|
|
21
21
|
(stream: any): Promise<Uint8Array>;
|
|
22
22
|
}
|
|
@@ -41,9 +41,9 @@ export interface RequestSerializer<Request, Context extends EndpointBearer = any
|
|
|
41
41
|
/**
|
|
42
42
|
* Converts the provided `input` into a request object
|
|
43
43
|
*
|
|
44
|
-
* @param input
|
|
44
|
+
* @param input - The user input to serialize.
|
|
45
45
|
*
|
|
46
|
-
* @param context
|
|
46
|
+
* @param context - Context containing runtime-specific util functions.
|
|
47
47
|
*/
|
|
48
48
|
(input: any, context: Context): Promise<Request>;
|
|
49
49
|
}
|
|
@@ -54,9 +54,9 @@ export interface ResponseDeserializer<OutputType, ResponseType = any, Context =
|
|
|
54
54
|
/**
|
|
55
55
|
* Converts the output of an operation into JavaScript types.
|
|
56
56
|
*
|
|
57
|
-
* @param output
|
|
57
|
+
* @param output - The HTTP response received from the service
|
|
58
58
|
*
|
|
59
|
-
* @param context
|
|
59
|
+
* @param context - context containing runtime-specific util functions.
|
|
60
60
|
*/
|
|
61
61
|
(output: ResponseType, context: Context): Promise<OutputType>;
|
|
62
62
|
}
|
|
@@ -68,8 +68,8 @@ export interface ResponseDeserializer<OutputType, ResponseType = any, Context =
|
|
|
68
68
|
* be merged correctly.
|
|
69
69
|
*
|
|
70
70
|
* This is also required for any clients with streaming interfaces where the corresponding
|
|
71
|
-
* types are also referred. The type is only declared here once since this
|
|
72
|
-
* is depended by all
|
|
71
|
+
* types are also referred. The type is only declared here once since this `@aws-sdk/types`
|
|
72
|
+
* is depended by all `@aws-sdk` packages.
|
|
73
73
|
*/
|
|
74
74
|
declare global {
|
|
75
75
|
/**
|
|
@@ -57,8 +57,7 @@ export interface SmithyException {
|
|
|
57
57
|
/**
|
|
58
58
|
* @public
|
|
59
59
|
*
|
|
60
|
-
* @deprecated
|
|
61
|
-
* @see https://aws.amazon.com/blogs/developer/service-error-handling-modular-aws-sdk-js/
|
|
60
|
+
* @deprecated See {@link https://aws.amazon.com/blogs/developer/service-error-handling-modular-aws-sdk-js/}
|
|
62
61
|
*
|
|
63
62
|
* This type should not be used in your application.
|
|
64
63
|
* Users of the AWS SDK for JavaScript v3 service clients should prefer to
|
|
@@ -2,8 +2,8 @@ import { HttpRequest } from "./http";
|
|
|
2
2
|
/**
|
|
3
3
|
* @public
|
|
4
4
|
*
|
|
5
|
-
* A
|
|
6
|
-
* understood by the JavaScript
|
|
5
|
+
* A `Date` object, a unix (epoch) timestamp in seconds, or a string that can be
|
|
6
|
+
* understood by the JavaScript `Date` constructor.
|
|
7
7
|
*/
|
|
8
8
|
export declare type DateInput = number | string | Date;
|
|
9
9
|
/**
|
|
@@ -83,8 +83,8 @@ export interface RequestPresigner {
|
|
|
83
83
|
* The request will be valid until either the provided `expiration` time has
|
|
84
84
|
* passed or the underlying credentials have expired.
|
|
85
85
|
*
|
|
86
|
-
* @param requestToSign The request that should be signed.
|
|
87
|
-
* @param options
|
|
86
|
+
* @param requestToSign - The request that should be signed.
|
|
87
|
+
* @param options - Additional signing options.
|
|
88
88
|
*/
|
|
89
89
|
presign(requestToSign: HttpRequest, options?: RequestPresigningArguments): Promise<HttpRequest>;
|
|
90
90
|
}
|
|
@@ -5,13 +5,13 @@ import { Provider } from "./util";
|
|
|
5
5
|
*
|
|
6
6
|
* An object representing temporary or permanent AWS token.
|
|
7
7
|
*
|
|
8
|
-
* @deprecated Use {@TokenIdentity}
|
|
8
|
+
* @deprecated Use {@link TokenIdentity}
|
|
9
9
|
*/
|
|
10
10
|
export interface Token extends TokenIdentity {
|
|
11
11
|
}
|
|
12
12
|
/**
|
|
13
13
|
* @public
|
|
14
14
|
*
|
|
15
|
-
* @deprecated Use {@TokenIdentityProvider}
|
|
15
|
+
* @deprecated Use {@link TokenIdentityProvider}
|
|
16
16
|
*/
|
|
17
17
|
export declare type TokenProvider = Provider<Token>;
|
|
@@ -8,8 +8,8 @@ import { MetadataBearer } from "./response";
|
|
|
8
8
|
* representation thereof.
|
|
9
9
|
*
|
|
10
10
|
* @example An encoder function that converts bytes to hexadecimal
|
|
11
|
-
* representation would return `'deadbeef'` when given
|
|
12
|
-
* Uint8Array([0xde, 0xad, 0xbe, 0xef])`.
|
|
11
|
+
* representation would return `'deadbeef'` when given
|
|
12
|
+
* `new Uint8Array([0xde, 0xad, 0xbe, 0xef])`.
|
|
13
13
|
*/
|
|
14
14
|
export interface Encoder {
|
|
15
15
|
(input: Uint8Array): string;
|
|
@@ -119,12 +119,12 @@ export interface RegionInfo {
|
|
|
119
119
|
export interface RegionInfoProviderOptions {
|
|
120
120
|
/**
|
|
121
121
|
* Enables IPv6/IPv4 dualstack endpoint.
|
|
122
|
-
* @
|
|
122
|
+
* @defaultValue false
|
|
123
123
|
*/
|
|
124
124
|
useDualstackEndpoint: boolean;
|
|
125
125
|
/**
|
|
126
126
|
* Enables FIPS compatible endpoints.
|
|
127
|
-
* @
|
|
127
|
+
* @defaultValue false
|
|
128
128
|
*/
|
|
129
129
|
useFipsEndpoint: boolean;
|
|
130
130
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/types",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.292.0",
|
|
4
4
|
"main": "./dist-cjs/index.js",
|
|
5
5
|
"module": "./dist-es/index.js",
|
|
6
6
|
"types": "./dist-types/index.d.ts",
|
|
@@ -47,7 +47,10 @@
|
|
|
47
47
|
"concurrently": "7.0.0",
|
|
48
48
|
"downlevel-dts": "0.10.1",
|
|
49
49
|
"rimraf": "3.0.2",
|
|
50
|
-
"typedoc": "0.
|
|
50
|
+
"typedoc": "0.23.23",
|
|
51
51
|
"typescript": "~4.6.2"
|
|
52
|
+
},
|
|
53
|
+
"typedoc": {
|
|
54
|
+
"entryPoint": "src/index.ts"
|
|
52
55
|
}
|
|
53
56
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/url-parser",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.292.0",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
6
6
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -20,8 +20,8 @@
|
|
|
20
20
|
},
|
|
21
21
|
"license": "Apache-2.0",
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@aws-sdk/querystring-parser": "3.
|
|
24
|
-
"@aws-sdk/types": "3.
|
|
23
|
+
"@aws-sdk/querystring-parser": "3.292.0",
|
|
24
|
+
"@aws-sdk/types": "3.292.0",
|
|
25
25
|
"tslib": "^2.3.1"
|
|
26
26
|
},
|
|
27
27
|
"typesVersions": {
|
|
@@ -45,7 +45,10 @@
|
|
|
45
45
|
"concurrently": "7.0.0",
|
|
46
46
|
"downlevel-dts": "0.10.1",
|
|
47
47
|
"rimraf": "3.0.2",
|
|
48
|
-
"typedoc": "0.
|
|
48
|
+
"typedoc": "0.23.23",
|
|
49
49
|
"typescript": "~4.6.2"
|
|
50
|
+
},
|
|
51
|
+
"typedoc": {
|
|
52
|
+
"entryPoint": "src/index.ts"
|
|
50
53
|
}
|
|
51
54
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/util-base64",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.292.0",
|
|
4
4
|
"description": "A Base64 <-> UInt8Array converter",
|
|
5
5
|
"main": "./dist-cjs/index.js",
|
|
6
6
|
"module": "./dist-es/index.js",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
},
|
|
21
21
|
"license": "Apache-2.0",
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@aws-sdk/util-buffer-from": "3.
|
|
23
|
+
"@aws-sdk/util-buffer-from": "3.292.0",
|
|
24
24
|
"tslib": "^2.3.1"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"concurrently": "7.0.0",
|
|
30
30
|
"downlevel-dts": "0.10.1",
|
|
31
31
|
"rimraf": "3.0.2",
|
|
32
|
-
"typedoc": "0.
|
|
32
|
+
"typedoc": "0.23.23",
|
|
33
33
|
"typescript": "~4.6.2"
|
|
34
34
|
},
|
|
35
35
|
"types": "./dist-types/index.d.ts",
|
|
@@ -59,5 +59,8 @@
|
|
|
59
59
|
"type": "git",
|
|
60
60
|
"url": "https://github.com/aws/aws-sdk-js-v3.git",
|
|
61
61
|
"directory": "packages/util-base64"
|
|
62
|
+
},
|
|
63
|
+
"typedoc": {
|
|
64
|
+
"entryPoint": "src/index.ts"
|
|
62
65
|
}
|
|
63
66
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/util-body-length-browser",
|
|
3
3
|
"description": "Determines the length of a request body in browsers",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.292.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",
|
|
@@ -44,7 +44,10 @@
|
|
|
44
44
|
"concurrently": "7.0.0",
|
|
45
45
|
"downlevel-dts": "0.10.1",
|
|
46
46
|
"rimraf": "3.0.2",
|
|
47
|
-
"typedoc": "0.
|
|
47
|
+
"typedoc": "0.23.23",
|
|
48
48
|
"typescript": "~4.6.2"
|
|
49
|
+
},
|
|
50
|
+
"typedoc": {
|
|
51
|
+
"entryPoint": "src/index.ts"
|
|
49
52
|
}
|
|
50
53
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/util-body-length-node",
|
|
3
3
|
"description": "Determines the length of a request body in node.js",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.292.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",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"concurrently": "7.0.0",
|
|
19
19
|
"downlevel-dts": "0.10.1",
|
|
20
20
|
"rimraf": "3.0.2",
|
|
21
|
-
"typedoc": "0.
|
|
21
|
+
"typedoc": "0.23.23",
|
|
22
22
|
"typescript": "~4.6.2"
|
|
23
23
|
},
|
|
24
24
|
"main": "./dist-cjs/index.js",
|
|
@@ -50,5 +50,8 @@
|
|
|
50
50
|
"type": "git",
|
|
51
51
|
"url": "https://github.com/aws/aws-sdk-js-v3.git",
|
|
52
52
|
"directory": "packages/util-body-length-node"
|
|
53
|
+
},
|
|
54
|
+
"typedoc": {
|
|
55
|
+
"entryPoint": "src/index.ts"
|
|
53
56
|
}
|
|
54
57
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/util-buffer-from",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.292.0",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
6
6
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
},
|
|
18
18
|
"license": "Apache-2.0",
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@aws-sdk/is-array-buffer": "3.
|
|
20
|
+
"@aws-sdk/is-array-buffer": "3.292.0",
|
|
21
21
|
"tslib": "^2.3.1"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"concurrently": "7.0.0",
|
|
27
27
|
"downlevel-dts": "0.10.1",
|
|
28
28
|
"rimraf": "3.0.2",
|
|
29
|
-
"typedoc": "0.
|
|
29
|
+
"typedoc": "0.23.23",
|
|
30
30
|
"typescript": "~4.6.2"
|
|
31
31
|
},
|
|
32
32
|
"main": "./dist-cjs/index.js",
|
|
@@ -50,5 +50,8 @@
|
|
|
50
50
|
"type": "git",
|
|
51
51
|
"url": "https://github.com/aws/aws-sdk-js-v3.git",
|
|
52
52
|
"directory": "packages/util-buffer-from"
|
|
53
|
+
},
|
|
54
|
+
"typedoc": {
|
|
55
|
+
"entryPoint": "src/index.ts"
|
|
53
56
|
}
|
|
54
57
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/util-config-provider",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.292.0",
|
|
4
4
|
"description": "Utilities package for configuration providers",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"concurrently": "7.0.0",
|
|
31
31
|
"downlevel-dts": "0.10.1",
|
|
32
32
|
"rimraf": "3.0.2",
|
|
33
|
-
"typedoc": "0.
|
|
33
|
+
"typedoc": "0.23.23",
|
|
34
34
|
"typescript": "~4.6.2"
|
|
35
35
|
},
|
|
36
36
|
"engines": {
|
|
@@ -51,5 +51,8 @@
|
|
|
51
51
|
"type": "git",
|
|
52
52
|
"url": "https://github.com/aws/aws-sdk-js-v3.git",
|
|
53
53
|
"directory": "packages/util-config-provider"
|
|
54
|
+
},
|
|
55
|
+
"typedoc": {
|
|
56
|
+
"entryPoint": "src/index.ts"
|
|
54
57
|
}
|
|
55
58
|
}
|