@aws-sdk/client-managedblockchain 3.30.0 → 3.34.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/CHANGELOG.md +35 -0
- package/dist/cjs/ManagedBlockchainClient.js +13 -13
- package/dist/cjs/ManagedBlockchainClient.js.map +1 -1
- package/dist/cjs/commands/CreateMemberCommand.js +3 -3
- package/dist/cjs/commands/CreateMemberCommand.js.map +1 -1
- package/dist/cjs/commands/CreateNetworkCommand.js +3 -3
- package/dist/cjs/commands/CreateNetworkCommand.js.map +1 -1
- package/dist/cjs/commands/CreateNodeCommand.js +3 -3
- package/dist/cjs/commands/CreateNodeCommand.js.map +1 -1
- package/dist/cjs/commands/CreateProposalCommand.js +3 -3
- package/dist/cjs/commands/CreateProposalCommand.js.map +1 -1
- package/dist/cjs/commands/DeleteMemberCommand.js +3 -3
- package/dist/cjs/commands/DeleteMemberCommand.js.map +1 -1
- package/dist/cjs/commands/DeleteNodeCommand.js +3 -3
- package/dist/cjs/commands/DeleteNodeCommand.js.map +1 -1
- package/dist/cjs/commands/GetMemberCommand.js +3 -3
- package/dist/cjs/commands/GetMemberCommand.js.map +1 -1
- package/dist/cjs/commands/GetNetworkCommand.js +3 -3
- package/dist/cjs/commands/GetNetworkCommand.js.map +1 -1
- package/dist/cjs/commands/GetNodeCommand.js +3 -3
- package/dist/cjs/commands/GetNodeCommand.js.map +1 -1
- package/dist/cjs/commands/GetProposalCommand.js +3 -3
- package/dist/cjs/commands/GetProposalCommand.js.map +1 -1
- package/dist/cjs/commands/ListInvitationsCommand.js +3 -3
- package/dist/cjs/commands/ListInvitationsCommand.js.map +1 -1
- package/dist/cjs/commands/ListMembersCommand.js +3 -3
- package/dist/cjs/commands/ListMembersCommand.js.map +1 -1
- package/dist/cjs/commands/ListNetworksCommand.js +3 -3
- package/dist/cjs/commands/ListNetworksCommand.js.map +1 -1
- package/dist/cjs/commands/ListNodesCommand.js +3 -3
- package/dist/cjs/commands/ListNodesCommand.js.map +1 -1
- package/dist/cjs/commands/ListProposalVotesCommand.js +3 -3
- package/dist/cjs/commands/ListProposalVotesCommand.js.map +1 -1
- package/dist/cjs/commands/ListProposalsCommand.js +3 -3
- package/dist/cjs/commands/ListProposalsCommand.js.map +1 -1
- package/dist/cjs/commands/ListTagsForResourceCommand.js +3 -3
- package/dist/cjs/commands/ListTagsForResourceCommand.js.map +1 -1
- package/dist/cjs/commands/RejectInvitationCommand.js +3 -3
- package/dist/cjs/commands/RejectInvitationCommand.js.map +1 -1
- package/dist/cjs/commands/TagResourceCommand.js +3 -3
- package/dist/cjs/commands/TagResourceCommand.js.map +1 -1
- package/dist/cjs/commands/UntagResourceCommand.js +3 -3
- package/dist/cjs/commands/UntagResourceCommand.js.map +1 -1
- package/dist/cjs/commands/UpdateMemberCommand.js +3 -3
- package/dist/cjs/commands/UpdateMemberCommand.js.map +1 -1
- package/dist/cjs/commands/UpdateNodeCommand.js +3 -3
- package/dist/cjs/commands/UpdateNodeCommand.js.map +1 -1
- package/dist/cjs/commands/VoteOnProposalCommand.js +3 -3
- package/dist/cjs/commands/VoteOnProposalCommand.js.map +1 -1
- package/dist/cjs/endpoints.js +1 -1
- package/dist/cjs/endpoints.js.map +1 -1
- package/dist/cjs/index.js +33 -33
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/models/index.js +1 -1
- package/dist/cjs/models/index.js.map +1 -1
- package/dist/cjs/package.json +39 -39
- package/dist/cjs/protocols/Aws_restJson1.js +179 -161
- package/dist/cjs/protocols/Aws_restJson1.js.map +1 -1
- package/dist/cjs/runtimeConfig.browser.js +4 -4
- package/dist/cjs/runtimeConfig.browser.js.map +1 -1
- package/dist/cjs/runtimeConfig.js +8 -8
- package/dist/cjs/runtimeConfig.js.map +1 -1
- package/dist/cjs/runtimeConfig.native.js +1 -1
- package/dist/cjs/runtimeConfig.native.js.map +1 -1
- package/dist/es/ManagedBlockchain.js +1 -7
- package/dist/es/ManagedBlockchain.js.map +1 -1
- package/dist/es/ManagedBlockchainClient.js +1 -12
- package/dist/es/ManagedBlockchainClient.js.map +1 -1
- package/dist/es/commands/CreateMemberCommand.js +2 -28
- package/dist/es/commands/CreateMemberCommand.js.map +1 -1
- package/dist/es/commands/CreateNetworkCommand.js +2 -28
- package/dist/es/commands/CreateNetworkCommand.js.map +1 -1
- package/dist/es/commands/CreateNodeCommand.js +2 -28
- package/dist/es/commands/CreateNodeCommand.js.map +1 -1
- package/dist/es/commands/CreateProposalCommand.js +2 -28
- package/dist/es/commands/CreateProposalCommand.js.map +1 -1
- package/dist/es/commands/DeleteMemberCommand.js +2 -28
- package/dist/es/commands/DeleteMemberCommand.js.map +1 -1
- package/dist/es/commands/DeleteNodeCommand.js +2 -28
- package/dist/es/commands/DeleteNodeCommand.js.map +1 -1
- package/dist/es/commands/GetMemberCommand.js +2 -28
- package/dist/es/commands/GetMemberCommand.js.map +1 -1
- package/dist/es/commands/GetNetworkCommand.js +2 -28
- package/dist/es/commands/GetNetworkCommand.js.map +1 -1
- package/dist/es/commands/GetNodeCommand.js +2 -28
- package/dist/es/commands/GetNodeCommand.js.map +1 -1
- package/dist/es/commands/GetProposalCommand.js +2 -28
- package/dist/es/commands/GetProposalCommand.js.map +1 -1
- package/dist/es/commands/ListInvitationsCommand.js +2 -28
- package/dist/es/commands/ListInvitationsCommand.js.map +1 -1
- package/dist/es/commands/ListMembersCommand.js +2 -28
- package/dist/es/commands/ListMembersCommand.js.map +1 -1
- package/dist/es/commands/ListNetworksCommand.js +2 -28
- package/dist/es/commands/ListNetworksCommand.js.map +1 -1
- package/dist/es/commands/ListNodesCommand.js +2 -28
- package/dist/es/commands/ListNodesCommand.js.map +1 -1
- package/dist/es/commands/ListProposalVotesCommand.js +2 -28
- package/dist/es/commands/ListProposalVotesCommand.js.map +1 -1
- package/dist/es/commands/ListProposalsCommand.js +2 -28
- package/dist/es/commands/ListProposalsCommand.js.map +1 -1
- package/dist/es/commands/ListTagsForResourceCommand.js +2 -28
- package/dist/es/commands/ListTagsForResourceCommand.js.map +1 -1
- package/dist/es/commands/RejectInvitationCommand.js +2 -28
- package/dist/es/commands/RejectInvitationCommand.js.map +1 -1
- package/dist/es/commands/TagResourceCommand.js +2 -30
- package/dist/es/commands/TagResourceCommand.js.map +1 -1
- package/dist/es/commands/UntagResourceCommand.js +2 -28
- package/dist/es/commands/UntagResourceCommand.js.map +1 -1
- package/dist/es/commands/UpdateMemberCommand.js +2 -28
- package/dist/es/commands/UpdateMemberCommand.js.map +1 -1
- package/dist/es/commands/UpdateNodeCommand.js +2 -28
- package/dist/es/commands/UpdateNodeCommand.js.map +1 -1
- package/dist/es/commands/VoteOnProposalCommand.js +2 -28
- package/dist/es/commands/VoteOnProposalCommand.js.map +1 -1
- package/dist/es/endpoints.js +1 -1
- package/dist/es/endpoints.js.map +1 -1
- package/dist/es/models/models_0.js +0 -273
- package/dist/es/models/models_0.js.map +1 -1
- package/dist/es/package.json +39 -39
- package/dist/es/pagination/ListInvitationsPaginator.js +16 -28
- package/dist/es/pagination/ListInvitationsPaginator.js.map +1 -1
- package/dist/es/pagination/ListMembersPaginator.js +16 -28
- package/dist/es/pagination/ListMembersPaginator.js.map +1 -1
- package/dist/es/pagination/ListNetworksPaginator.js +16 -28
- package/dist/es/pagination/ListNetworksPaginator.js.map +1 -1
- package/dist/es/pagination/ListNodesPaginator.js +16 -28
- package/dist/es/pagination/ListNodesPaginator.js.map +1 -1
- package/dist/es/pagination/ListProposalVotesPaginator.js +16 -28
- package/dist/es/pagination/ListProposalVotesPaginator.js.map +1 -1
- package/dist/es/pagination/ListProposalsPaginator.js +16 -28
- package/dist/es/pagination/ListProposalsPaginator.js.map +1 -1
- package/dist/es/protocols/Aws_restJson1.js +752 -739
- package/dist/es/protocols/Aws_restJson1.js.map +1 -1
- package/dist/es/runtimeConfig.browser.js +0 -3
- package/dist/es/runtimeConfig.browser.js.map +1 -1
- package/dist/es/runtimeConfig.js +0 -3
- package/dist/es/runtimeConfig.js.map +1 -1
- package/dist/es/runtimeConfig.native.js +0 -3
- package/dist/es/runtimeConfig.native.js.map +1 -1
- package/dist/es/runtimeConfig.shared.js +0 -3
- package/dist/es/runtimeConfig.shared.js.map +1 -1
- package/dist/types/runtimeConfig.browser.d.ts +1 -0
- package/dist/types/runtimeConfig.d.ts +1 -0
- package/dist/types/runtimeConfig.native.d.ts +1 -0
- package/dist/types/ts3.4/runtimeConfig.browser.d.ts +1 -0
- package/dist/types/ts3.4/runtimeConfig.d.ts +1 -0
- package/dist/types/ts3.4/runtimeConfig.native.d.ts +1 -0
- package/package.json +39 -39
- package/protocols/Aws_restJson1.ts +31 -12
- package/tsconfig.es.json +0 -2
- package/tsconfig.json +3 -5
- package/tsconfig.types.json +8 -0
|
@@ -1,9 +1,6 @@
|
|
|
1
1
|
import { __assign } from "tslib";
|
|
2
2
|
import { Sha256 } from "@aws-crypto/sha256-js";
|
|
3
3
|
import { getRuntimeConfig as getBrowserRuntimeConfig } from "./runtimeConfig.browser";
|
|
4
|
-
/**
|
|
5
|
-
* @internal
|
|
6
|
-
*/
|
|
7
4
|
export var getRuntimeConfig = function (config) {
|
|
8
5
|
var _a;
|
|
9
6
|
var browserDefaults = getBrowserRuntimeConfig(config);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"runtimeConfig.native.js","sourceRoot":"","sources":["../../runtimeConfig.native.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,uBAAuB,CAAC;AAE/C,OAAO,EAAE,gBAAgB,IAAI,uBAAuB,EAAE,MAAM,yBAAyB,CAAC;
|
|
1
|
+
{"version":3,"file":"runtimeConfig.native.js","sourceRoot":"","sources":["../../runtimeConfig.native.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,uBAAuB,CAAC;AAE/C,OAAO,EAAE,gBAAgB,IAAI,uBAAuB,EAAE,MAAM,yBAAyB,CAAC;AAKtF,MAAM,CAAC,IAAM,gBAAgB,GAAG,UAAC,MAAqC;;IACpE,IAAM,eAAe,GAAG,uBAAuB,CAAC,MAAM,CAAC,CAAC;IACxD,sCACK,eAAe,GACf,MAAM,KACT,OAAO,EAAE,cAAc,EACvB,MAAM,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,MAAM,mCAAI,MAAM,IAChC;AACJ,CAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"runtimeConfig.shared.js","sourceRoot":"","sources":["../../runtimeConfig.shared.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,yBAAyB,EAAE,MAAM,aAAa,CAAC;AAExD,OAAO,EAAE,QAAQ,EAAE,MAAM,qBAAqB,CAAC;
|
|
1
|
+
{"version":3,"file":"runtimeConfig.shared.js","sourceRoot":"","sources":["../../runtimeConfig.shared.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,yBAAyB,EAAE,MAAM,aAAa,CAAC;AAExD,OAAO,EAAE,QAAQ,EAAE,MAAM,qBAAqB,CAAC;AAM/C,MAAM,CAAC,IAAM,gBAAgB,GAAG,UAAC,MAAqC;;IAAK,OAAA,CAAC;QAC1E,UAAU,EAAE,YAAY;QACxB,iBAAiB,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,iBAAiB,mCAAI,KAAK;QACrD,MAAM,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,MAAM,mCAAK,EAAe;QAC1C,kBAAkB,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,kBAAkB,mCAAI,yBAAyB;QAC3E,SAAS,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,SAAS,mCAAI,mBAAmB;QACnD,SAAS,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,SAAS,mCAAI,QAAQ;KACzC,CAAC,CAAA;CAAA,CAAC"}
|
|
@@ -32,5 +32,6 @@ export declare const getRuntimeConfig: (config: ManagedBlockchainClientConfig) =
|
|
|
32
32
|
signingEscapePath?: boolean | undefined;
|
|
33
33
|
systemClockOffset?: number | undefined;
|
|
34
34
|
signingRegion?: string | undefined;
|
|
35
|
+
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
35
36
|
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
36
37
|
};
|
|
@@ -32,5 +32,6 @@ export declare const getRuntimeConfig: (config: ManagedBlockchainClientConfig) =
|
|
|
32
32
|
signingEscapePath?: boolean | undefined;
|
|
33
33
|
systemClockOffset?: number | undefined;
|
|
34
34
|
signingRegion?: string | undefined;
|
|
35
|
+
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
35
36
|
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
36
37
|
};
|
|
@@ -31,5 +31,6 @@ export declare const getRuntimeConfig: (config: ManagedBlockchainClientConfig) =
|
|
|
31
31
|
signingEscapePath?: boolean | undefined;
|
|
32
32
|
systemClockOffset?: number | undefined;
|
|
33
33
|
signingRegion?: string | undefined;
|
|
34
|
+
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
34
35
|
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
35
36
|
};
|
|
@@ -32,5 +32,6 @@ export declare const getRuntimeConfig: (config: ManagedBlockchainClientConfig) =
|
|
|
32
32
|
signingEscapePath?: boolean | undefined;
|
|
33
33
|
systemClockOffset?: number | undefined;
|
|
34
34
|
signingRegion?: string | undefined;
|
|
35
|
+
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
35
36
|
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
36
37
|
};
|
|
@@ -32,5 +32,6 @@ export declare const getRuntimeConfig: (config: ManagedBlockchainClientConfig) =
|
|
|
32
32
|
signingEscapePath?: boolean | undefined;
|
|
33
33
|
systemClockOffset?: number | undefined;
|
|
34
34
|
signingRegion?: string | undefined;
|
|
35
|
+
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
35
36
|
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
36
37
|
};
|
|
@@ -31,5 +31,6 @@ export declare const getRuntimeConfig: (config: ManagedBlockchainClientConfig) =
|
|
|
31
31
|
signingEscapePath?: boolean | undefined;
|
|
32
32
|
systemClockOffset?: number | undefined;
|
|
33
33
|
signingRegion?: string | undefined;
|
|
34
|
+
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
34
35
|
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
35
36
|
};
|
package/package.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-managedblockchain",
|
|
3
3
|
"description": "AWS SDK for JavaScript Managedblockchain Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.34.0",
|
|
5
5
|
"scripts": {
|
|
6
|
-
"
|
|
7
|
-
"build-documentation": "yarn remove-documentation && typedoc ./",
|
|
8
|
-
"remove-definitions": "rimraf ./types",
|
|
9
|
-
"remove-dist": "rimraf ./dist",
|
|
10
|
-
"remove-documentation": "rimraf ./docs",
|
|
11
|
-
"test": "exit 0",
|
|
6
|
+
"build": "yarn build:cjs && yarn build:es && yarn build:types",
|
|
12
7
|
"build:cjs": "tsc -p tsconfig.json",
|
|
8
|
+
"build:docs": "yarn clean:docs && typedoc ./",
|
|
13
9
|
"build:es": "tsc -p tsconfig.es.json",
|
|
14
|
-
"build": "
|
|
15
|
-
"
|
|
10
|
+
"build:types": "tsc -p tsconfig.types.json",
|
|
11
|
+
"clean": "yarn clean:dist && yarn clean:docs",
|
|
12
|
+
"clean:dist": "rimraf ./dist",
|
|
13
|
+
"clean:docs": "rimraf ./docs",
|
|
14
|
+
"downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4",
|
|
15
|
+
"test": "exit 0"
|
|
16
16
|
},
|
|
17
17
|
"main": "./dist/cjs/index.js",
|
|
18
18
|
"types": "./dist/types/index.d.ts",
|
|
@@ -27,39 +27,39 @@
|
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@aws-crypto/sha256-browser": "^1.0.0",
|
|
29
29
|
"@aws-crypto/sha256-js": "^1.0.0",
|
|
30
|
-
"@aws-sdk/client-sts": "3.
|
|
31
|
-
"@aws-sdk/config-resolver": "3.
|
|
32
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
33
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
34
|
-
"@aws-sdk/hash-node": "3.
|
|
35
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
36
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
37
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
38
|
-
"@aws-sdk/middleware-logger": "3.
|
|
39
|
-
"@aws-sdk/middleware-retry": "3.
|
|
40
|
-
"@aws-sdk/middleware-serde": "3.
|
|
41
|
-
"@aws-sdk/middleware-signing": "3.
|
|
42
|
-
"@aws-sdk/middleware-stack": "3.
|
|
43
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
44
|
-
"@aws-sdk/node-config-provider": "3.
|
|
45
|
-
"@aws-sdk/node-http-handler": "3.
|
|
46
|
-
"@aws-sdk/protocol-http": "3.
|
|
47
|
-
"@aws-sdk/smithy-client": "3.
|
|
48
|
-
"@aws-sdk/types": "3.
|
|
49
|
-
"@aws-sdk/url-parser": "3.
|
|
50
|
-
"@aws-sdk/util-base64-browser": "3.
|
|
51
|
-
"@aws-sdk/util-base64-node": "3.
|
|
52
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
53
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
54
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
55
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
56
|
-
"@aws-sdk/util-utf8-browser": "3.
|
|
57
|
-
"@aws-sdk/util-utf8-node": "3.
|
|
30
|
+
"@aws-sdk/client-sts": "3.34.0",
|
|
31
|
+
"@aws-sdk/config-resolver": "3.34.0",
|
|
32
|
+
"@aws-sdk/credential-provider-node": "3.34.0",
|
|
33
|
+
"@aws-sdk/fetch-http-handler": "3.34.0",
|
|
34
|
+
"@aws-sdk/hash-node": "3.34.0",
|
|
35
|
+
"@aws-sdk/invalid-dependency": "3.34.0",
|
|
36
|
+
"@aws-sdk/middleware-content-length": "3.34.0",
|
|
37
|
+
"@aws-sdk/middleware-host-header": "3.34.0",
|
|
38
|
+
"@aws-sdk/middleware-logger": "3.34.0",
|
|
39
|
+
"@aws-sdk/middleware-retry": "3.34.0",
|
|
40
|
+
"@aws-sdk/middleware-serde": "3.34.0",
|
|
41
|
+
"@aws-sdk/middleware-signing": "3.34.0",
|
|
42
|
+
"@aws-sdk/middleware-stack": "3.34.0",
|
|
43
|
+
"@aws-sdk/middleware-user-agent": "3.34.0",
|
|
44
|
+
"@aws-sdk/node-config-provider": "3.34.0",
|
|
45
|
+
"@aws-sdk/node-http-handler": "3.34.0",
|
|
46
|
+
"@aws-sdk/protocol-http": "3.34.0",
|
|
47
|
+
"@aws-sdk/smithy-client": "3.34.0",
|
|
48
|
+
"@aws-sdk/types": "3.34.0",
|
|
49
|
+
"@aws-sdk/url-parser": "3.34.0",
|
|
50
|
+
"@aws-sdk/util-base64-browser": "3.34.0",
|
|
51
|
+
"@aws-sdk/util-base64-node": "3.34.0",
|
|
52
|
+
"@aws-sdk/util-body-length-browser": "3.34.0",
|
|
53
|
+
"@aws-sdk/util-body-length-node": "3.34.0",
|
|
54
|
+
"@aws-sdk/util-user-agent-browser": "3.34.0",
|
|
55
|
+
"@aws-sdk/util-user-agent-node": "3.34.0",
|
|
56
|
+
"@aws-sdk/util-utf8-browser": "3.34.0",
|
|
57
|
+
"@aws-sdk/util-utf8-node": "3.34.0",
|
|
58
58
|
"tslib": "^2.3.0",
|
|
59
59
|
"uuid": "^8.3.2"
|
|
60
60
|
},
|
|
61
61
|
"devDependencies": {
|
|
62
|
-
"@aws-sdk/client-documentation-generator": "3.
|
|
62
|
+
"@aws-sdk/client-documentation-generator": "3.34.0",
|
|
63
63
|
"@types/node": "^12.7.5",
|
|
64
64
|
"@types/uuid": "^8.3.0",
|
|
65
65
|
"downlevel-dts": "0.7.0",
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"rimraf": "^3.0.0",
|
|
68
68
|
"ts-jest": "^26.4.1",
|
|
69
69
|
"typedoc": "^0.19.2",
|
|
70
|
-
"typescript": "~4.
|
|
70
|
+
"typescript": "~4.3.5"
|
|
71
71
|
},
|
|
72
72
|
"engines": {
|
|
73
73
|
"node": ">=10.0.0"
|
|
@@ -79,6 +79,7 @@ import {
|
|
|
79
79
|
expectObject as __expectObject,
|
|
80
80
|
expectString as __expectString,
|
|
81
81
|
extendedEncodeURIComponent as __extendedEncodeURIComponent,
|
|
82
|
+
parseRfc3339DateTime as __parseRfc3339DateTime,
|
|
82
83
|
} from "@aws-sdk/smithy-client";
|
|
83
84
|
import {
|
|
84
85
|
Endpoint as __Endpoint,
|
|
@@ -3439,10 +3440,12 @@ const deserializeAws_restJson1Invitation = (output: any, context: __SerdeContext
|
|
|
3439
3440
|
return {
|
|
3440
3441
|
Arn: __expectString(output.Arn),
|
|
3441
3442
|
CreationDate:
|
|
3442
|
-
output.CreationDate !== undefined && output.CreationDate !== null
|
|
3443
|
+
output.CreationDate !== undefined && output.CreationDate !== null
|
|
3444
|
+
? __expectNonNull(__parseRfc3339DateTime(output.CreationDate))
|
|
3445
|
+
: undefined,
|
|
3443
3446
|
ExpirationDate:
|
|
3444
3447
|
output.ExpirationDate !== undefined && output.ExpirationDate !== null
|
|
3445
|
-
?
|
|
3448
|
+
? __expectNonNull(__parseRfc3339DateTime(output.ExpirationDate))
|
|
3446
3449
|
: undefined,
|
|
3447
3450
|
InvitationId: __expectString(output.InvitationId),
|
|
3448
3451
|
NetworkSummary:
|
|
@@ -3500,7 +3503,9 @@ const deserializeAws_restJson1Member = (output: any, context: __SerdeContext): M
|
|
|
3500
3503
|
return {
|
|
3501
3504
|
Arn: __expectString(output.Arn),
|
|
3502
3505
|
CreationDate:
|
|
3503
|
-
output.CreationDate !== undefined && output.CreationDate !== null
|
|
3506
|
+
output.CreationDate !== undefined && output.CreationDate !== null
|
|
3507
|
+
? __expectNonNull(__parseRfc3339DateTime(output.CreationDate))
|
|
3508
|
+
: undefined,
|
|
3504
3509
|
Description: __expectString(output.Description),
|
|
3505
3510
|
FrameworkAttributes:
|
|
3506
3511
|
output.FrameworkAttributes !== undefined && output.FrameworkAttributes !== null
|
|
@@ -3572,7 +3577,9 @@ const deserializeAws_restJson1MemberSummary = (output: any, context: __SerdeCont
|
|
|
3572
3577
|
return {
|
|
3573
3578
|
Arn: __expectString(output.Arn),
|
|
3574
3579
|
CreationDate:
|
|
3575
|
-
output.CreationDate !== undefined && output.CreationDate !== null
|
|
3580
|
+
output.CreationDate !== undefined && output.CreationDate !== null
|
|
3581
|
+
? __expectNonNull(__parseRfc3339DateTime(output.CreationDate))
|
|
3582
|
+
: undefined,
|
|
3576
3583
|
Description: __expectString(output.Description),
|
|
3577
3584
|
Id: __expectString(output.Id),
|
|
3578
3585
|
IsOwned: __expectBoolean(output.IsOwned),
|
|
@@ -3596,7 +3603,9 @@ const deserializeAws_restJson1Network = (output: any, context: __SerdeContext):
|
|
|
3596
3603
|
return {
|
|
3597
3604
|
Arn: __expectString(output.Arn),
|
|
3598
3605
|
CreationDate:
|
|
3599
|
-
output.CreationDate !== undefined && output.CreationDate !== null
|
|
3606
|
+
output.CreationDate !== undefined && output.CreationDate !== null
|
|
3607
|
+
? __expectNonNull(__parseRfc3339DateTime(output.CreationDate))
|
|
3608
|
+
: undefined,
|
|
3600
3609
|
Description: __expectString(output.Description),
|
|
3601
3610
|
Framework: __expectString(output.Framework),
|
|
3602
3611
|
FrameworkAttributes:
|
|
@@ -3658,7 +3667,9 @@ const deserializeAws_restJson1NetworkSummary = (output: any, context: __SerdeCon
|
|
|
3658
3667
|
return {
|
|
3659
3668
|
Arn: __expectString(output.Arn),
|
|
3660
3669
|
CreationDate:
|
|
3661
|
-
output.CreationDate !== undefined && output.CreationDate !== null
|
|
3670
|
+
output.CreationDate !== undefined && output.CreationDate !== null
|
|
3671
|
+
? __expectNonNull(__parseRfc3339DateTime(output.CreationDate))
|
|
3672
|
+
: undefined,
|
|
3662
3673
|
Description: __expectString(output.Description),
|
|
3663
3674
|
Framework: __expectString(output.Framework),
|
|
3664
3675
|
FrameworkVersion: __expectString(output.FrameworkVersion),
|
|
@@ -3684,7 +3695,9 @@ const deserializeAws_restJson1Node = (output: any, context: __SerdeContext): Nod
|
|
|
3684
3695
|
Arn: __expectString(output.Arn),
|
|
3685
3696
|
AvailabilityZone: __expectString(output.AvailabilityZone),
|
|
3686
3697
|
CreationDate:
|
|
3687
|
-
output.CreationDate !== undefined && output.CreationDate !== null
|
|
3698
|
+
output.CreationDate !== undefined && output.CreationDate !== null
|
|
3699
|
+
? __expectNonNull(__parseRfc3339DateTime(output.CreationDate))
|
|
3700
|
+
: undefined,
|
|
3688
3701
|
FrameworkAttributes:
|
|
3689
3702
|
output.FrameworkAttributes !== undefined && output.FrameworkAttributes !== null
|
|
3690
3703
|
? deserializeAws_restJson1NodeFrameworkAttributes(output.FrameworkAttributes, context)
|
|
@@ -3773,7 +3786,9 @@ const deserializeAws_restJson1NodeSummary = (output: any, context: __SerdeContex
|
|
|
3773
3786
|
Arn: __expectString(output.Arn),
|
|
3774
3787
|
AvailabilityZone: __expectString(output.AvailabilityZone),
|
|
3775
3788
|
CreationDate:
|
|
3776
|
-
output.CreationDate !== undefined && output.CreationDate !== null
|
|
3789
|
+
output.CreationDate !== undefined && output.CreationDate !== null
|
|
3790
|
+
? __expectNonNull(__parseRfc3339DateTime(output.CreationDate))
|
|
3791
|
+
: undefined,
|
|
3777
3792
|
Id: __expectString(output.Id),
|
|
3778
3793
|
InstanceType: __expectString(output.InstanceType),
|
|
3779
3794
|
Status: __expectString(output.Status),
|
|
@@ -3811,11 +3826,13 @@ const deserializeAws_restJson1Proposal = (output: any, context: __SerdeContext):
|
|
|
3811
3826
|
: undefined,
|
|
3812
3827
|
Arn: __expectString(output.Arn),
|
|
3813
3828
|
CreationDate:
|
|
3814
|
-
output.CreationDate !== undefined && output.CreationDate !== null
|
|
3829
|
+
output.CreationDate !== undefined && output.CreationDate !== null
|
|
3830
|
+
? __expectNonNull(__parseRfc3339DateTime(output.CreationDate))
|
|
3831
|
+
: undefined,
|
|
3815
3832
|
Description: __expectString(output.Description),
|
|
3816
3833
|
ExpirationDate:
|
|
3817
3834
|
output.ExpirationDate !== undefined && output.ExpirationDate !== null
|
|
3818
|
-
?
|
|
3835
|
+
? __expectNonNull(__parseRfc3339DateTime(output.ExpirationDate))
|
|
3819
3836
|
: undefined,
|
|
3820
3837
|
NetworkId: __expectString(output.NetworkId),
|
|
3821
3838
|
NoVoteCount: __expectInt32(output.NoVoteCount),
|
|
@@ -3849,11 +3866,13 @@ const deserializeAws_restJson1ProposalSummary = (output: any, context: __SerdeCo
|
|
|
3849
3866
|
return {
|
|
3850
3867
|
Arn: __expectString(output.Arn),
|
|
3851
3868
|
CreationDate:
|
|
3852
|
-
output.CreationDate !== undefined && output.CreationDate !== null
|
|
3869
|
+
output.CreationDate !== undefined && output.CreationDate !== null
|
|
3870
|
+
? __expectNonNull(__parseRfc3339DateTime(output.CreationDate))
|
|
3871
|
+
: undefined,
|
|
3853
3872
|
Description: __expectString(output.Description),
|
|
3854
3873
|
ExpirationDate:
|
|
3855
3874
|
output.ExpirationDate !== undefined && output.ExpirationDate !== null
|
|
3856
|
-
?
|
|
3875
|
+
? __expectNonNull(__parseRfc3339DateTime(output.ExpirationDate))
|
|
3857
3876
|
: undefined,
|
|
3858
3877
|
ProposalId: __expectString(output.ProposalId),
|
|
3859
3878
|
ProposedByMemberId: __expectString(output.ProposedByMemberId),
|
package/tsconfig.es.json
CHANGED
package/tsconfig.json
CHANGED
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
"alwaysStrict": true,
|
|
4
4
|
"target": "ES2018",
|
|
5
5
|
"module": "commonjs",
|
|
6
|
-
"declaration": true,
|
|
7
6
|
"strict": true,
|
|
8
7
|
"sourceMap": true,
|
|
9
8
|
"downlevelIteration": true,
|
|
@@ -12,9 +11,8 @@
|
|
|
12
11
|
"incremental": true,
|
|
13
12
|
"resolveJsonModule": true,
|
|
14
13
|
"esModuleInterop": true,
|
|
15
|
-
"declarationDir": "./dist/types",
|
|
16
14
|
"outDir": "dist/cjs",
|
|
17
|
-
"
|
|
15
|
+
"removeComments": true
|
|
18
16
|
},
|
|
19
17
|
"typedocOptions": {
|
|
20
18
|
"exclude": ["**/node_modules/**", "**/*.spec.ts", "**/protocols/*.ts", "**/e2e/*.ts", "**/endpoints.ts"],
|
|
@@ -24,9 +22,9 @@
|
|
|
24
22
|
"ignoreCompilerErrors": true,
|
|
25
23
|
"includeDeclarations": true,
|
|
26
24
|
"stripInternal": true,
|
|
27
|
-
"readme": "
|
|
25
|
+
"readme": "README.md",
|
|
28
26
|
"mode": "file",
|
|
29
|
-
"out": "
|
|
27
|
+
"out": "docs",
|
|
30
28
|
"theme": "minimal",
|
|
31
29
|
"plugin": ["@aws-sdk/client-documentation-generator"]
|
|
32
30
|
}
|