@aws-sdk/client-grafana 3.303.0 → 3.309.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/commands/AssociateLicenseCommand.js +2 -2
- package/dist-cjs/commands/CreateWorkspaceApiKeyCommand.js +2 -2
- package/dist-cjs/commands/CreateWorkspaceCommand.js +2 -2
- package/dist-cjs/commands/DeleteWorkspaceApiKeyCommand.js +2 -2
- package/dist-cjs/commands/DeleteWorkspaceCommand.js +2 -2
- package/dist-cjs/commands/DescribeWorkspaceAuthenticationCommand.js +2 -2
- package/dist-cjs/commands/DescribeWorkspaceCommand.js +2 -2
- package/dist-cjs/commands/DescribeWorkspaceConfigurationCommand.js +2 -2
- package/dist-cjs/commands/DisassociateLicenseCommand.js +2 -2
- package/dist-cjs/commands/ListPermissionsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/ListWorkspacesCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdatePermissionsCommand.js +2 -2
- package/dist-cjs/commands/UpdateWorkspaceAuthenticationCommand.js +2 -2
- package/dist-cjs/commands/UpdateWorkspaceCommand.js +2 -2
- package/dist-cjs/commands/UpdateWorkspaceConfigurationCommand.js +2 -2
- package/dist-cjs/protocols/Aws_restJson1.js +340 -366
- package/dist-es/commands/AssociateLicenseCommand.js +3 -3
- package/dist-es/commands/CreateWorkspaceApiKeyCommand.js +3 -3
- package/dist-es/commands/CreateWorkspaceCommand.js +3 -3
- package/dist-es/commands/DeleteWorkspaceApiKeyCommand.js +3 -3
- package/dist-es/commands/DeleteWorkspaceCommand.js +3 -3
- package/dist-es/commands/DescribeWorkspaceAuthenticationCommand.js +3 -3
- package/dist-es/commands/DescribeWorkspaceCommand.js +3 -3
- package/dist-es/commands/DescribeWorkspaceConfigurationCommand.js +3 -3
- package/dist-es/commands/DisassociateLicenseCommand.js +3 -3
- package/dist-es/commands/ListPermissionsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/ListWorkspacesCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdatePermissionsCommand.js +3 -3
- package/dist-es/commands/UpdateWorkspaceAuthenticationCommand.js +3 -3
- package/dist-es/commands/UpdateWorkspaceCommand.js +3 -3
- package/dist-es/commands/UpdateWorkspaceConfigurationCommand.js +3 -3
- package/dist-es/protocols/Aws_restJson1.js +303 -329
- package/dist-types/protocols/Aws_restJson1.d.ts +144 -36
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +36 -36
- package/package.json +29 -29
|
@@ -18,39 +18,147 @@ import { UpdatePermissionsCommandInput, UpdatePermissionsCommandOutput } from ".
|
|
|
18
18
|
import { UpdateWorkspaceAuthenticationCommandInput, UpdateWorkspaceAuthenticationCommandOutput } from "../commands/UpdateWorkspaceAuthenticationCommand";
|
|
19
19
|
import { UpdateWorkspaceCommandInput, UpdateWorkspaceCommandOutput } from "../commands/UpdateWorkspaceCommand";
|
|
20
20
|
import { UpdateWorkspaceConfigurationCommandInput, UpdateWorkspaceConfigurationCommandOutput } from "../commands/UpdateWorkspaceConfigurationCommand";
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
export declare const
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
export declare const
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
export declare const
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
export declare const
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
export declare const
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
export declare const
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
export declare const
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
export declare const
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
export declare const
|
|
21
|
+
/**
|
|
22
|
+
* serializeAws_restJson1AssociateLicenseCommand
|
|
23
|
+
*/
|
|
24
|
+
export declare const se_AssociateLicenseCommand: (input: AssociateLicenseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
25
|
+
/**
|
|
26
|
+
* serializeAws_restJson1CreateWorkspaceCommand
|
|
27
|
+
*/
|
|
28
|
+
export declare const se_CreateWorkspaceCommand: (input: CreateWorkspaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
29
|
+
/**
|
|
30
|
+
* serializeAws_restJson1CreateWorkspaceApiKeyCommand
|
|
31
|
+
*/
|
|
32
|
+
export declare const se_CreateWorkspaceApiKeyCommand: (input: CreateWorkspaceApiKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
33
|
+
/**
|
|
34
|
+
* serializeAws_restJson1DeleteWorkspaceCommand
|
|
35
|
+
*/
|
|
36
|
+
export declare const se_DeleteWorkspaceCommand: (input: DeleteWorkspaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
37
|
+
/**
|
|
38
|
+
* serializeAws_restJson1DeleteWorkspaceApiKeyCommand
|
|
39
|
+
*/
|
|
40
|
+
export declare const se_DeleteWorkspaceApiKeyCommand: (input: DeleteWorkspaceApiKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
41
|
+
/**
|
|
42
|
+
* serializeAws_restJson1DescribeWorkspaceCommand
|
|
43
|
+
*/
|
|
44
|
+
export declare const se_DescribeWorkspaceCommand: (input: DescribeWorkspaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
45
|
+
/**
|
|
46
|
+
* serializeAws_restJson1DescribeWorkspaceAuthenticationCommand
|
|
47
|
+
*/
|
|
48
|
+
export declare const se_DescribeWorkspaceAuthenticationCommand: (input: DescribeWorkspaceAuthenticationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
49
|
+
/**
|
|
50
|
+
* serializeAws_restJson1DescribeWorkspaceConfigurationCommand
|
|
51
|
+
*/
|
|
52
|
+
export declare const se_DescribeWorkspaceConfigurationCommand: (input: DescribeWorkspaceConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
53
|
+
/**
|
|
54
|
+
* serializeAws_restJson1DisassociateLicenseCommand
|
|
55
|
+
*/
|
|
56
|
+
export declare const se_DisassociateLicenseCommand: (input: DisassociateLicenseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
57
|
+
/**
|
|
58
|
+
* serializeAws_restJson1ListPermissionsCommand
|
|
59
|
+
*/
|
|
60
|
+
export declare const se_ListPermissionsCommand: (input: ListPermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
61
|
+
/**
|
|
62
|
+
* serializeAws_restJson1ListTagsForResourceCommand
|
|
63
|
+
*/
|
|
64
|
+
export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
65
|
+
/**
|
|
66
|
+
* serializeAws_restJson1ListWorkspacesCommand
|
|
67
|
+
*/
|
|
68
|
+
export declare const se_ListWorkspacesCommand: (input: ListWorkspacesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
69
|
+
/**
|
|
70
|
+
* serializeAws_restJson1TagResourceCommand
|
|
71
|
+
*/
|
|
72
|
+
export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
73
|
+
/**
|
|
74
|
+
* serializeAws_restJson1UntagResourceCommand
|
|
75
|
+
*/
|
|
76
|
+
export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
77
|
+
/**
|
|
78
|
+
* serializeAws_restJson1UpdatePermissionsCommand
|
|
79
|
+
*/
|
|
80
|
+
export declare const se_UpdatePermissionsCommand: (input: UpdatePermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
81
|
+
/**
|
|
82
|
+
* serializeAws_restJson1UpdateWorkspaceCommand
|
|
83
|
+
*/
|
|
84
|
+
export declare const se_UpdateWorkspaceCommand: (input: UpdateWorkspaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
85
|
+
/**
|
|
86
|
+
* serializeAws_restJson1UpdateWorkspaceAuthenticationCommand
|
|
87
|
+
*/
|
|
88
|
+
export declare const se_UpdateWorkspaceAuthenticationCommand: (input: UpdateWorkspaceAuthenticationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
89
|
+
/**
|
|
90
|
+
* serializeAws_restJson1UpdateWorkspaceConfigurationCommand
|
|
91
|
+
*/
|
|
92
|
+
export declare const se_UpdateWorkspaceConfigurationCommand: (input: UpdateWorkspaceConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
93
|
+
/**
|
|
94
|
+
* deserializeAws_restJson1AssociateLicenseCommand
|
|
95
|
+
*/
|
|
96
|
+
export declare const de_AssociateLicenseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateLicenseCommandOutput>;
|
|
97
|
+
/**
|
|
98
|
+
* deserializeAws_restJson1CreateWorkspaceCommand
|
|
99
|
+
*/
|
|
100
|
+
export declare const de_CreateWorkspaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateWorkspaceCommandOutput>;
|
|
101
|
+
/**
|
|
102
|
+
* deserializeAws_restJson1CreateWorkspaceApiKeyCommand
|
|
103
|
+
*/
|
|
104
|
+
export declare const de_CreateWorkspaceApiKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateWorkspaceApiKeyCommandOutput>;
|
|
105
|
+
/**
|
|
106
|
+
* deserializeAws_restJson1DeleteWorkspaceCommand
|
|
107
|
+
*/
|
|
108
|
+
export declare const de_DeleteWorkspaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteWorkspaceCommandOutput>;
|
|
109
|
+
/**
|
|
110
|
+
* deserializeAws_restJson1DeleteWorkspaceApiKeyCommand
|
|
111
|
+
*/
|
|
112
|
+
export declare const de_DeleteWorkspaceApiKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteWorkspaceApiKeyCommandOutput>;
|
|
113
|
+
/**
|
|
114
|
+
* deserializeAws_restJson1DescribeWorkspaceCommand
|
|
115
|
+
*/
|
|
116
|
+
export declare const de_DescribeWorkspaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeWorkspaceCommandOutput>;
|
|
117
|
+
/**
|
|
118
|
+
* deserializeAws_restJson1DescribeWorkspaceAuthenticationCommand
|
|
119
|
+
*/
|
|
120
|
+
export declare const de_DescribeWorkspaceAuthenticationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeWorkspaceAuthenticationCommandOutput>;
|
|
121
|
+
/**
|
|
122
|
+
* deserializeAws_restJson1DescribeWorkspaceConfigurationCommand
|
|
123
|
+
*/
|
|
124
|
+
export declare const de_DescribeWorkspaceConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeWorkspaceConfigurationCommandOutput>;
|
|
125
|
+
/**
|
|
126
|
+
* deserializeAws_restJson1DisassociateLicenseCommand
|
|
127
|
+
*/
|
|
128
|
+
export declare const de_DisassociateLicenseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateLicenseCommandOutput>;
|
|
129
|
+
/**
|
|
130
|
+
* deserializeAws_restJson1ListPermissionsCommand
|
|
131
|
+
*/
|
|
132
|
+
export declare const de_ListPermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPermissionsCommandOutput>;
|
|
133
|
+
/**
|
|
134
|
+
* deserializeAws_restJson1ListTagsForResourceCommand
|
|
135
|
+
*/
|
|
136
|
+
export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
137
|
+
/**
|
|
138
|
+
* deserializeAws_restJson1ListWorkspacesCommand
|
|
139
|
+
*/
|
|
140
|
+
export declare const de_ListWorkspacesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWorkspacesCommandOutput>;
|
|
141
|
+
/**
|
|
142
|
+
* deserializeAws_restJson1TagResourceCommand
|
|
143
|
+
*/
|
|
144
|
+
export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
145
|
+
/**
|
|
146
|
+
* deserializeAws_restJson1UntagResourceCommand
|
|
147
|
+
*/
|
|
148
|
+
export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
149
|
+
/**
|
|
150
|
+
* deserializeAws_restJson1UpdatePermissionsCommand
|
|
151
|
+
*/
|
|
152
|
+
export declare const de_UpdatePermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePermissionsCommandOutput>;
|
|
153
|
+
/**
|
|
154
|
+
* deserializeAws_restJson1UpdateWorkspaceCommand
|
|
155
|
+
*/
|
|
156
|
+
export declare const de_UpdateWorkspaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateWorkspaceCommandOutput>;
|
|
157
|
+
/**
|
|
158
|
+
* deserializeAws_restJson1UpdateWorkspaceAuthenticationCommand
|
|
159
|
+
*/
|
|
160
|
+
export declare const de_UpdateWorkspaceAuthenticationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateWorkspaceAuthenticationCommandOutput>;
|
|
161
|
+
/**
|
|
162
|
+
* deserializeAws_restJson1UpdateWorkspaceConfigurationCommand
|
|
163
|
+
*/
|
|
164
|
+
export declare const de_UpdateWorkspaceConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateWorkspaceConfigurationCommandOutput>;
|
|
@@ -75,147 +75,147 @@ import {
|
|
|
75
75
|
UpdateWorkspaceConfigurationCommandInput,
|
|
76
76
|
UpdateWorkspaceConfigurationCommandOutput,
|
|
77
77
|
} from "../commands/UpdateWorkspaceConfigurationCommand";
|
|
78
|
-
export declare const
|
|
78
|
+
export declare const se_AssociateLicenseCommand: (
|
|
79
79
|
input: AssociateLicenseCommandInput,
|
|
80
80
|
context: __SerdeContext
|
|
81
81
|
) => Promise<__HttpRequest>;
|
|
82
|
-
export declare const
|
|
82
|
+
export declare const se_CreateWorkspaceCommand: (
|
|
83
83
|
input: CreateWorkspaceCommandInput,
|
|
84
84
|
context: __SerdeContext
|
|
85
85
|
) => Promise<__HttpRequest>;
|
|
86
|
-
export declare const
|
|
86
|
+
export declare const se_CreateWorkspaceApiKeyCommand: (
|
|
87
87
|
input: CreateWorkspaceApiKeyCommandInput,
|
|
88
88
|
context: __SerdeContext
|
|
89
89
|
) => Promise<__HttpRequest>;
|
|
90
|
-
export declare const
|
|
90
|
+
export declare const se_DeleteWorkspaceCommand: (
|
|
91
91
|
input: DeleteWorkspaceCommandInput,
|
|
92
92
|
context: __SerdeContext
|
|
93
93
|
) => Promise<__HttpRequest>;
|
|
94
|
-
export declare const
|
|
94
|
+
export declare const se_DeleteWorkspaceApiKeyCommand: (
|
|
95
95
|
input: DeleteWorkspaceApiKeyCommandInput,
|
|
96
96
|
context: __SerdeContext
|
|
97
97
|
) => Promise<__HttpRequest>;
|
|
98
|
-
export declare const
|
|
98
|
+
export declare const se_DescribeWorkspaceCommand: (
|
|
99
99
|
input: DescribeWorkspaceCommandInput,
|
|
100
100
|
context: __SerdeContext
|
|
101
101
|
) => Promise<__HttpRequest>;
|
|
102
|
-
export declare const
|
|
102
|
+
export declare const se_DescribeWorkspaceAuthenticationCommand: (
|
|
103
103
|
input: DescribeWorkspaceAuthenticationCommandInput,
|
|
104
104
|
context: __SerdeContext
|
|
105
105
|
) => Promise<__HttpRequest>;
|
|
106
|
-
export declare const
|
|
106
|
+
export declare const se_DescribeWorkspaceConfigurationCommand: (
|
|
107
107
|
input: DescribeWorkspaceConfigurationCommandInput,
|
|
108
108
|
context: __SerdeContext
|
|
109
109
|
) => Promise<__HttpRequest>;
|
|
110
|
-
export declare const
|
|
110
|
+
export declare const se_DisassociateLicenseCommand: (
|
|
111
111
|
input: DisassociateLicenseCommandInput,
|
|
112
112
|
context: __SerdeContext
|
|
113
113
|
) => Promise<__HttpRequest>;
|
|
114
|
-
export declare const
|
|
114
|
+
export declare const se_ListPermissionsCommand: (
|
|
115
115
|
input: ListPermissionsCommandInput,
|
|
116
116
|
context: __SerdeContext
|
|
117
117
|
) => Promise<__HttpRequest>;
|
|
118
|
-
export declare const
|
|
118
|
+
export declare const se_ListTagsForResourceCommand: (
|
|
119
119
|
input: ListTagsForResourceCommandInput,
|
|
120
120
|
context: __SerdeContext
|
|
121
121
|
) => Promise<__HttpRequest>;
|
|
122
|
-
export declare const
|
|
122
|
+
export declare const se_ListWorkspacesCommand: (
|
|
123
123
|
input: ListWorkspacesCommandInput,
|
|
124
124
|
context: __SerdeContext
|
|
125
125
|
) => Promise<__HttpRequest>;
|
|
126
|
-
export declare const
|
|
126
|
+
export declare const se_TagResourceCommand: (
|
|
127
127
|
input: TagResourceCommandInput,
|
|
128
128
|
context: __SerdeContext
|
|
129
129
|
) => Promise<__HttpRequest>;
|
|
130
|
-
export declare const
|
|
130
|
+
export declare const se_UntagResourceCommand: (
|
|
131
131
|
input: UntagResourceCommandInput,
|
|
132
132
|
context: __SerdeContext
|
|
133
133
|
) => Promise<__HttpRequest>;
|
|
134
|
-
export declare const
|
|
134
|
+
export declare const se_UpdatePermissionsCommand: (
|
|
135
135
|
input: UpdatePermissionsCommandInput,
|
|
136
136
|
context: __SerdeContext
|
|
137
137
|
) => Promise<__HttpRequest>;
|
|
138
|
-
export declare const
|
|
138
|
+
export declare const se_UpdateWorkspaceCommand: (
|
|
139
139
|
input: UpdateWorkspaceCommandInput,
|
|
140
140
|
context: __SerdeContext
|
|
141
141
|
) => Promise<__HttpRequest>;
|
|
142
|
-
export declare const
|
|
142
|
+
export declare const se_UpdateWorkspaceAuthenticationCommand: (
|
|
143
143
|
input: UpdateWorkspaceAuthenticationCommandInput,
|
|
144
144
|
context: __SerdeContext
|
|
145
145
|
) => Promise<__HttpRequest>;
|
|
146
|
-
export declare const
|
|
146
|
+
export declare const se_UpdateWorkspaceConfigurationCommand: (
|
|
147
147
|
input: UpdateWorkspaceConfigurationCommandInput,
|
|
148
148
|
context: __SerdeContext
|
|
149
149
|
) => Promise<__HttpRequest>;
|
|
150
|
-
export declare const
|
|
150
|
+
export declare const de_AssociateLicenseCommand: (
|
|
151
151
|
output: __HttpResponse,
|
|
152
152
|
context: __SerdeContext
|
|
153
153
|
) => Promise<AssociateLicenseCommandOutput>;
|
|
154
|
-
export declare const
|
|
154
|
+
export declare const de_CreateWorkspaceCommand: (
|
|
155
155
|
output: __HttpResponse,
|
|
156
156
|
context: __SerdeContext
|
|
157
157
|
) => Promise<CreateWorkspaceCommandOutput>;
|
|
158
|
-
export declare const
|
|
158
|
+
export declare const de_CreateWorkspaceApiKeyCommand: (
|
|
159
159
|
output: __HttpResponse,
|
|
160
160
|
context: __SerdeContext
|
|
161
161
|
) => Promise<CreateWorkspaceApiKeyCommandOutput>;
|
|
162
|
-
export declare const
|
|
162
|
+
export declare const de_DeleteWorkspaceCommand: (
|
|
163
163
|
output: __HttpResponse,
|
|
164
164
|
context: __SerdeContext
|
|
165
165
|
) => Promise<DeleteWorkspaceCommandOutput>;
|
|
166
|
-
export declare const
|
|
166
|
+
export declare const de_DeleteWorkspaceApiKeyCommand: (
|
|
167
167
|
output: __HttpResponse,
|
|
168
168
|
context: __SerdeContext
|
|
169
169
|
) => Promise<DeleteWorkspaceApiKeyCommandOutput>;
|
|
170
|
-
export declare const
|
|
170
|
+
export declare const de_DescribeWorkspaceCommand: (
|
|
171
171
|
output: __HttpResponse,
|
|
172
172
|
context: __SerdeContext
|
|
173
173
|
) => Promise<DescribeWorkspaceCommandOutput>;
|
|
174
|
-
export declare const
|
|
174
|
+
export declare const de_DescribeWorkspaceAuthenticationCommand: (
|
|
175
175
|
output: __HttpResponse,
|
|
176
176
|
context: __SerdeContext
|
|
177
177
|
) => Promise<DescribeWorkspaceAuthenticationCommandOutput>;
|
|
178
|
-
export declare const
|
|
178
|
+
export declare const de_DescribeWorkspaceConfigurationCommand: (
|
|
179
179
|
output: __HttpResponse,
|
|
180
180
|
context: __SerdeContext
|
|
181
181
|
) => Promise<DescribeWorkspaceConfigurationCommandOutput>;
|
|
182
|
-
export declare const
|
|
182
|
+
export declare const de_DisassociateLicenseCommand: (
|
|
183
183
|
output: __HttpResponse,
|
|
184
184
|
context: __SerdeContext
|
|
185
185
|
) => Promise<DisassociateLicenseCommandOutput>;
|
|
186
|
-
export declare const
|
|
186
|
+
export declare const de_ListPermissionsCommand: (
|
|
187
187
|
output: __HttpResponse,
|
|
188
188
|
context: __SerdeContext
|
|
189
189
|
) => Promise<ListPermissionsCommandOutput>;
|
|
190
|
-
export declare const
|
|
190
|
+
export declare const de_ListTagsForResourceCommand: (
|
|
191
191
|
output: __HttpResponse,
|
|
192
192
|
context: __SerdeContext
|
|
193
193
|
) => Promise<ListTagsForResourceCommandOutput>;
|
|
194
|
-
export declare const
|
|
194
|
+
export declare const de_ListWorkspacesCommand: (
|
|
195
195
|
output: __HttpResponse,
|
|
196
196
|
context: __SerdeContext
|
|
197
197
|
) => Promise<ListWorkspacesCommandOutput>;
|
|
198
|
-
export declare const
|
|
198
|
+
export declare const de_TagResourceCommand: (
|
|
199
199
|
output: __HttpResponse,
|
|
200
200
|
context: __SerdeContext
|
|
201
201
|
) => Promise<TagResourceCommandOutput>;
|
|
202
|
-
export declare const
|
|
202
|
+
export declare const de_UntagResourceCommand: (
|
|
203
203
|
output: __HttpResponse,
|
|
204
204
|
context: __SerdeContext
|
|
205
205
|
) => Promise<UntagResourceCommandOutput>;
|
|
206
|
-
export declare const
|
|
206
|
+
export declare const de_UpdatePermissionsCommand: (
|
|
207
207
|
output: __HttpResponse,
|
|
208
208
|
context: __SerdeContext
|
|
209
209
|
) => Promise<UpdatePermissionsCommandOutput>;
|
|
210
|
-
export declare const
|
|
210
|
+
export declare const de_UpdateWorkspaceCommand: (
|
|
211
211
|
output: __HttpResponse,
|
|
212
212
|
context: __SerdeContext
|
|
213
213
|
) => Promise<UpdateWorkspaceCommandOutput>;
|
|
214
|
-
export declare const
|
|
214
|
+
export declare const de_UpdateWorkspaceAuthenticationCommand: (
|
|
215
215
|
output: __HttpResponse,
|
|
216
216
|
context: __SerdeContext
|
|
217
217
|
) => Promise<UpdateWorkspaceAuthenticationCommandOutput>;
|
|
218
|
-
export declare const
|
|
218
|
+
export declare const de_UpdateWorkspaceConfigurationCommand: (
|
|
219
219
|
output: __HttpResponse,
|
|
220
220
|
context: __SerdeContext
|
|
221
221
|
) => Promise<UpdateWorkspaceConfigurationCommandOutput>;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-grafana",
|
|
3
3
|
"description": "AWS SDK for JavaScript Grafana Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.309.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",
|
|
@@ -21,37 +21,37 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
32
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
33
|
-
"@aws-sdk/middleware-logger": "3.
|
|
34
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
36
|
-
"@aws-sdk/middleware-serde": "3.
|
|
37
|
-
"@aws-sdk/middleware-signing": "3.
|
|
38
|
-
"@aws-sdk/middleware-stack": "3.
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
40
|
-
"@aws-sdk/node-config-provider": "3.
|
|
41
|
-
"@aws-sdk/node-http-handler": "3.
|
|
42
|
-
"@aws-sdk/protocol-http": "3.
|
|
43
|
-
"@aws-sdk/smithy-client": "3.
|
|
44
|
-
"@aws-sdk/types": "3.
|
|
45
|
-
"@aws-sdk/url-parser": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.309.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.306.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.309.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.306.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.306.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.306.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.306.0",
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.306.0",
|
|
32
|
+
"@aws-sdk/middleware-host-header": "3.306.0",
|
|
33
|
+
"@aws-sdk/middleware-logger": "3.306.0",
|
|
34
|
+
"@aws-sdk/middleware-recursion-detection": "3.306.0",
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.306.0",
|
|
36
|
+
"@aws-sdk/middleware-serde": "3.306.0",
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.306.0",
|
|
38
|
+
"@aws-sdk/middleware-stack": "3.306.0",
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.306.0",
|
|
40
|
+
"@aws-sdk/node-config-provider": "3.306.0",
|
|
41
|
+
"@aws-sdk/node-http-handler": "3.306.0",
|
|
42
|
+
"@aws-sdk/protocol-http": "3.306.0",
|
|
43
|
+
"@aws-sdk/smithy-client": "3.309.0",
|
|
44
|
+
"@aws-sdk/types": "3.306.0",
|
|
45
|
+
"@aws-sdk/url-parser": "3.306.0",
|
|
46
46
|
"@aws-sdk/util-base64": "3.303.0",
|
|
47
47
|
"@aws-sdk/util-body-length-browser": "3.303.0",
|
|
48
48
|
"@aws-sdk/util-body-length-node": "3.303.0",
|
|
49
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
50
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
51
|
-
"@aws-sdk/util-endpoints": "3.
|
|
52
|
-
"@aws-sdk/util-retry": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
54
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
49
|
+
"@aws-sdk/util-defaults-mode-browser": "3.309.0",
|
|
50
|
+
"@aws-sdk/util-defaults-mode-node": "3.309.0",
|
|
51
|
+
"@aws-sdk/util-endpoints": "3.306.0",
|
|
52
|
+
"@aws-sdk/util-retry": "3.306.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-browser": "3.306.0",
|
|
54
|
+
"@aws-sdk/util-user-agent-node": "3.306.0",
|
|
55
55
|
"@aws-sdk/util-utf8": "3.303.0",
|
|
56
56
|
"tslib": "^2.5.0",
|
|
57
57
|
"uuid": "^8.3.2"
|