@aws-sdk/client-bcm-dashboards 3.927.0 → 3.928.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 +456 -643
- package/dist-cjs/runtimeConfig.shared.js +7 -0
- package/dist-es/BCMDashboardsClient.js +2 -0
- package/dist-es/commands/CreateDashboardCommand.js +3 -9
- package/dist-es/commands/DeleteDashboardCommand.js +3 -9
- package/dist-es/commands/GetDashboardCommand.js +3 -9
- package/dist-es/commands/GetResourcePolicyCommand.js +3 -9
- package/dist-es/commands/ListDashboardsCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateDashboardCommand.js +3 -9
- package/dist-es/runtimeConfig.shared.js +7 -0
- package/dist-es/schemas/schemas_0.js +423 -0
- package/dist-types/BCMDashboardsClient.d.ts +10 -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/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +67 -0
- package/dist-types/ts3.4/BCMDashboardsClient.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +73 -0
- package/package.json +5 -5
- package/dist-es/protocols/Aws_json1_0.js +0 -566
- package/dist-types/protocols/Aws_json1_0.d.ts +0 -83
- package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +0 -113
|
@@ -1,83 +0,0 @@
|
|
|
1
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
|
|
2
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
3
|
-
import { CreateDashboardCommandInput, CreateDashboardCommandOutput } from "../commands/CreateDashboardCommand";
|
|
4
|
-
import { DeleteDashboardCommandInput, DeleteDashboardCommandOutput } from "../commands/DeleteDashboardCommand";
|
|
5
|
-
import { GetDashboardCommandInput, GetDashboardCommandOutput } from "../commands/GetDashboardCommand";
|
|
6
|
-
import { GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput } from "../commands/GetResourcePolicyCommand";
|
|
7
|
-
import { ListDashboardsCommandInput, ListDashboardsCommandOutput } from "../commands/ListDashboardsCommand";
|
|
8
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
9
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
10
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
11
|
-
import { UpdateDashboardCommandInput, UpdateDashboardCommandOutput } from "../commands/UpdateDashboardCommand";
|
|
12
|
-
/**
|
|
13
|
-
* serializeAws_json1_0CreateDashboardCommand
|
|
14
|
-
*/
|
|
15
|
-
export declare const se_CreateDashboardCommand: (input: CreateDashboardCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
16
|
-
/**
|
|
17
|
-
* serializeAws_json1_0DeleteDashboardCommand
|
|
18
|
-
*/
|
|
19
|
-
export declare const se_DeleteDashboardCommand: (input: DeleteDashboardCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
20
|
-
/**
|
|
21
|
-
* serializeAws_json1_0GetDashboardCommand
|
|
22
|
-
*/
|
|
23
|
-
export declare const se_GetDashboardCommand: (input: GetDashboardCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
24
|
-
/**
|
|
25
|
-
* serializeAws_json1_0GetResourcePolicyCommand
|
|
26
|
-
*/
|
|
27
|
-
export declare const se_GetResourcePolicyCommand: (input: GetResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
28
|
-
/**
|
|
29
|
-
* serializeAws_json1_0ListDashboardsCommand
|
|
30
|
-
*/
|
|
31
|
-
export declare const se_ListDashboardsCommand: (input: ListDashboardsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
32
|
-
/**
|
|
33
|
-
* serializeAws_json1_0ListTagsForResourceCommand
|
|
34
|
-
*/
|
|
35
|
-
export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
36
|
-
/**
|
|
37
|
-
* serializeAws_json1_0TagResourceCommand
|
|
38
|
-
*/
|
|
39
|
-
export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
40
|
-
/**
|
|
41
|
-
* serializeAws_json1_0UntagResourceCommand
|
|
42
|
-
*/
|
|
43
|
-
export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
44
|
-
/**
|
|
45
|
-
* serializeAws_json1_0UpdateDashboardCommand
|
|
46
|
-
*/
|
|
47
|
-
export declare const se_UpdateDashboardCommand: (input: UpdateDashboardCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
48
|
-
/**
|
|
49
|
-
* deserializeAws_json1_0CreateDashboardCommand
|
|
50
|
-
*/
|
|
51
|
-
export declare const de_CreateDashboardCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDashboardCommandOutput>;
|
|
52
|
-
/**
|
|
53
|
-
* deserializeAws_json1_0DeleteDashboardCommand
|
|
54
|
-
*/
|
|
55
|
-
export declare const de_DeleteDashboardCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDashboardCommandOutput>;
|
|
56
|
-
/**
|
|
57
|
-
* deserializeAws_json1_0GetDashboardCommand
|
|
58
|
-
*/
|
|
59
|
-
export declare const de_GetDashboardCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDashboardCommandOutput>;
|
|
60
|
-
/**
|
|
61
|
-
* deserializeAws_json1_0GetResourcePolicyCommand
|
|
62
|
-
*/
|
|
63
|
-
export declare const de_GetResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResourcePolicyCommandOutput>;
|
|
64
|
-
/**
|
|
65
|
-
* deserializeAws_json1_0ListDashboardsCommand
|
|
66
|
-
*/
|
|
67
|
-
export declare const de_ListDashboardsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDashboardsCommandOutput>;
|
|
68
|
-
/**
|
|
69
|
-
* deserializeAws_json1_0ListTagsForResourceCommand
|
|
70
|
-
*/
|
|
71
|
-
export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
72
|
-
/**
|
|
73
|
-
* deserializeAws_json1_0TagResourceCommand
|
|
74
|
-
*/
|
|
75
|
-
export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
76
|
-
/**
|
|
77
|
-
* deserializeAws_json1_0UntagResourceCommand
|
|
78
|
-
*/
|
|
79
|
-
export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
80
|
-
/**
|
|
81
|
-
* deserializeAws_json1_0UpdateDashboardCommand
|
|
82
|
-
*/
|
|
83
|
-
export declare const de_UpdateDashboardCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDashboardCommandOutput>;
|
|
@@ -1,113 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
HttpRequest as __HttpRequest,
|
|
3
|
-
HttpResponse as __HttpResponse,
|
|
4
|
-
} from "@smithy/protocol-http";
|
|
5
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
6
|
-
import {
|
|
7
|
-
CreateDashboardCommandInput,
|
|
8
|
-
CreateDashboardCommandOutput,
|
|
9
|
-
} from "../commands/CreateDashboardCommand";
|
|
10
|
-
import {
|
|
11
|
-
DeleteDashboardCommandInput,
|
|
12
|
-
DeleteDashboardCommandOutput,
|
|
13
|
-
} from "../commands/DeleteDashboardCommand";
|
|
14
|
-
import {
|
|
15
|
-
GetDashboardCommandInput,
|
|
16
|
-
GetDashboardCommandOutput,
|
|
17
|
-
} from "../commands/GetDashboardCommand";
|
|
18
|
-
import {
|
|
19
|
-
GetResourcePolicyCommandInput,
|
|
20
|
-
GetResourcePolicyCommandOutput,
|
|
21
|
-
} from "../commands/GetResourcePolicyCommand";
|
|
22
|
-
import {
|
|
23
|
-
ListDashboardsCommandInput,
|
|
24
|
-
ListDashboardsCommandOutput,
|
|
25
|
-
} from "../commands/ListDashboardsCommand";
|
|
26
|
-
import {
|
|
27
|
-
ListTagsForResourceCommandInput,
|
|
28
|
-
ListTagsForResourceCommandOutput,
|
|
29
|
-
} from "../commands/ListTagsForResourceCommand";
|
|
30
|
-
import {
|
|
31
|
-
TagResourceCommandInput,
|
|
32
|
-
TagResourceCommandOutput,
|
|
33
|
-
} from "../commands/TagResourceCommand";
|
|
34
|
-
import {
|
|
35
|
-
UntagResourceCommandInput,
|
|
36
|
-
UntagResourceCommandOutput,
|
|
37
|
-
} from "../commands/UntagResourceCommand";
|
|
38
|
-
import {
|
|
39
|
-
UpdateDashboardCommandInput,
|
|
40
|
-
UpdateDashboardCommandOutput,
|
|
41
|
-
} from "../commands/UpdateDashboardCommand";
|
|
42
|
-
export declare const se_CreateDashboardCommand: (
|
|
43
|
-
input: CreateDashboardCommandInput,
|
|
44
|
-
context: __SerdeContext
|
|
45
|
-
) => Promise<__HttpRequest>;
|
|
46
|
-
export declare const se_DeleteDashboardCommand: (
|
|
47
|
-
input: DeleteDashboardCommandInput,
|
|
48
|
-
context: __SerdeContext
|
|
49
|
-
) => Promise<__HttpRequest>;
|
|
50
|
-
export declare const se_GetDashboardCommand: (
|
|
51
|
-
input: GetDashboardCommandInput,
|
|
52
|
-
context: __SerdeContext
|
|
53
|
-
) => Promise<__HttpRequest>;
|
|
54
|
-
export declare const se_GetResourcePolicyCommand: (
|
|
55
|
-
input: GetResourcePolicyCommandInput,
|
|
56
|
-
context: __SerdeContext
|
|
57
|
-
) => Promise<__HttpRequest>;
|
|
58
|
-
export declare const se_ListDashboardsCommand: (
|
|
59
|
-
input: ListDashboardsCommandInput,
|
|
60
|
-
context: __SerdeContext
|
|
61
|
-
) => Promise<__HttpRequest>;
|
|
62
|
-
export declare const se_ListTagsForResourceCommand: (
|
|
63
|
-
input: ListTagsForResourceCommandInput,
|
|
64
|
-
context: __SerdeContext
|
|
65
|
-
) => Promise<__HttpRequest>;
|
|
66
|
-
export declare const se_TagResourceCommand: (
|
|
67
|
-
input: TagResourceCommandInput,
|
|
68
|
-
context: __SerdeContext
|
|
69
|
-
) => Promise<__HttpRequest>;
|
|
70
|
-
export declare const se_UntagResourceCommand: (
|
|
71
|
-
input: UntagResourceCommandInput,
|
|
72
|
-
context: __SerdeContext
|
|
73
|
-
) => Promise<__HttpRequest>;
|
|
74
|
-
export declare const se_UpdateDashboardCommand: (
|
|
75
|
-
input: UpdateDashboardCommandInput,
|
|
76
|
-
context: __SerdeContext
|
|
77
|
-
) => Promise<__HttpRequest>;
|
|
78
|
-
export declare const de_CreateDashboardCommand: (
|
|
79
|
-
output: __HttpResponse,
|
|
80
|
-
context: __SerdeContext
|
|
81
|
-
) => Promise<CreateDashboardCommandOutput>;
|
|
82
|
-
export declare const de_DeleteDashboardCommand: (
|
|
83
|
-
output: __HttpResponse,
|
|
84
|
-
context: __SerdeContext
|
|
85
|
-
) => Promise<DeleteDashboardCommandOutput>;
|
|
86
|
-
export declare const de_GetDashboardCommand: (
|
|
87
|
-
output: __HttpResponse,
|
|
88
|
-
context: __SerdeContext
|
|
89
|
-
) => Promise<GetDashboardCommandOutput>;
|
|
90
|
-
export declare const de_GetResourcePolicyCommand: (
|
|
91
|
-
output: __HttpResponse,
|
|
92
|
-
context: __SerdeContext
|
|
93
|
-
) => Promise<GetResourcePolicyCommandOutput>;
|
|
94
|
-
export declare const de_ListDashboardsCommand: (
|
|
95
|
-
output: __HttpResponse,
|
|
96
|
-
context: __SerdeContext
|
|
97
|
-
) => Promise<ListDashboardsCommandOutput>;
|
|
98
|
-
export declare const de_ListTagsForResourceCommand: (
|
|
99
|
-
output: __HttpResponse,
|
|
100
|
-
context: __SerdeContext
|
|
101
|
-
) => Promise<ListTagsForResourceCommandOutput>;
|
|
102
|
-
export declare const de_TagResourceCommand: (
|
|
103
|
-
output: __HttpResponse,
|
|
104
|
-
context: __SerdeContext
|
|
105
|
-
) => Promise<TagResourceCommandOutput>;
|
|
106
|
-
export declare const de_UntagResourceCommand: (
|
|
107
|
-
output: __HttpResponse,
|
|
108
|
-
context: __SerdeContext
|
|
109
|
-
) => Promise<UntagResourceCommandOutput>;
|
|
110
|
-
export declare const de_UpdateDashboardCommand: (
|
|
111
|
-
output: __HttpResponse,
|
|
112
|
-
context: __SerdeContext
|
|
113
|
-
) => Promise<UpdateDashboardCommandOutput>;
|