@aws-sdk/client-grafana 3.650.0 → 3.654.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.
Files changed (51) hide show
  1. package/dist-types/commands/AssociateLicenseCommand.d.ts +11 -0
  2. package/dist-types/commands/CreateWorkspaceApiKeyCommand.d.ts +11 -0
  3. package/dist-types/commands/CreateWorkspaceCommand.d.ts +11 -0
  4. package/dist-types/commands/CreateWorkspaceServiceAccountCommand.d.ts +11 -0
  5. package/dist-types/commands/CreateWorkspaceServiceAccountTokenCommand.d.ts +11 -0
  6. package/dist-types/commands/DeleteWorkspaceApiKeyCommand.d.ts +11 -0
  7. package/dist-types/commands/DeleteWorkspaceCommand.d.ts +11 -0
  8. package/dist-types/commands/DeleteWorkspaceServiceAccountCommand.d.ts +11 -0
  9. package/dist-types/commands/DeleteWorkspaceServiceAccountTokenCommand.d.ts +11 -0
  10. package/dist-types/commands/DescribeWorkspaceAuthenticationCommand.d.ts +11 -0
  11. package/dist-types/commands/DescribeWorkspaceCommand.d.ts +11 -0
  12. package/dist-types/commands/DescribeWorkspaceConfigurationCommand.d.ts +11 -0
  13. package/dist-types/commands/DisassociateLicenseCommand.d.ts +11 -0
  14. package/dist-types/commands/ListPermissionsCommand.d.ts +11 -0
  15. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  16. package/dist-types/commands/ListVersionsCommand.d.ts +11 -0
  17. package/dist-types/commands/ListWorkspaceServiceAccountTokensCommand.d.ts +11 -0
  18. package/dist-types/commands/ListWorkspaceServiceAccountsCommand.d.ts +11 -0
  19. package/dist-types/commands/ListWorkspacesCommand.d.ts +11 -0
  20. package/dist-types/commands/TagResourceCommand.d.ts +11 -0
  21. package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
  22. package/dist-types/commands/UpdatePermissionsCommand.d.ts +11 -0
  23. package/dist-types/commands/UpdateWorkspaceAuthenticationCommand.d.ts +11 -0
  24. package/dist-types/commands/UpdateWorkspaceCommand.d.ts +11 -0
  25. package/dist-types/commands/UpdateWorkspaceConfigurationCommand.d.ts +11 -0
  26. package/dist-types/ts3.4/commands/AssociateLicenseCommand.d.ts +12 -1
  27. package/dist-types/ts3.4/commands/CreateWorkspaceApiKeyCommand.d.ts +12 -1
  28. package/dist-types/ts3.4/commands/CreateWorkspaceCommand.d.ts +12 -1
  29. package/dist-types/ts3.4/commands/CreateWorkspaceServiceAccountCommand.d.ts +12 -1
  30. package/dist-types/ts3.4/commands/CreateWorkspaceServiceAccountTokenCommand.d.ts +12 -1
  31. package/dist-types/ts3.4/commands/DeleteWorkspaceApiKeyCommand.d.ts +12 -1
  32. package/dist-types/ts3.4/commands/DeleteWorkspaceCommand.d.ts +12 -1
  33. package/dist-types/ts3.4/commands/DeleteWorkspaceServiceAccountCommand.d.ts +12 -1
  34. package/dist-types/ts3.4/commands/DeleteWorkspaceServiceAccountTokenCommand.d.ts +12 -1
  35. package/dist-types/ts3.4/commands/DescribeWorkspaceAuthenticationCommand.d.ts +12 -1
  36. package/dist-types/ts3.4/commands/DescribeWorkspaceCommand.d.ts +12 -1
  37. package/dist-types/ts3.4/commands/DescribeWorkspaceConfigurationCommand.d.ts +12 -1
  38. package/dist-types/ts3.4/commands/DisassociateLicenseCommand.d.ts +12 -1
  39. package/dist-types/ts3.4/commands/ListPermissionsCommand.d.ts +12 -1
  40. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
  41. package/dist-types/ts3.4/commands/ListVersionsCommand.d.ts +12 -1
  42. package/dist-types/ts3.4/commands/ListWorkspaceServiceAccountTokensCommand.d.ts +12 -1
  43. package/dist-types/ts3.4/commands/ListWorkspaceServiceAccountsCommand.d.ts +12 -1
  44. package/dist-types/ts3.4/commands/ListWorkspacesCommand.d.ts +12 -1
  45. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
  46. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
  47. package/dist-types/ts3.4/commands/UpdatePermissionsCommand.d.ts +12 -1
  48. package/dist-types/ts3.4/commands/UpdateWorkspaceAuthenticationCommand.d.ts +12 -1
  49. package/dist-types/ts3.4/commands/UpdateWorkspaceCommand.d.ts +12 -1
  50. package/dist-types/ts3.4/commands/UpdateWorkspaceConfigurationCommand.d.ts +12 -1
  51. package/package.json +35 -35
@@ -131,4 +131,15 @@ declare const AssociateLicenseCommand_base: {
131
131
  * @public
132
132
  */
133
133
  export declare class AssociateLicenseCommand extends AssociateLicenseCommand_base {
134
+ /** @internal type navigation helper, not in runtime. */
135
+ protected static __types: {
136
+ api: {
137
+ input: AssociateLicenseRequest;
138
+ output: AssociateLicenseResponse;
139
+ };
140
+ sdk: {
141
+ input: AssociateLicenseCommandInput;
142
+ output: AssociateLicenseCommandOutput;
143
+ };
144
+ };
134
145
  }
@@ -89,4 +89,15 @@ declare const CreateWorkspaceApiKeyCommand_base: {
89
89
  * @public
90
90
  */
91
91
  export declare class CreateWorkspaceApiKeyCommand extends CreateWorkspaceApiKeyCommand_base {
92
+ /** @internal type navigation helper, not in runtime. */
93
+ protected static __types: {
94
+ api: {
95
+ input: CreateWorkspaceApiKeyRequest;
96
+ output: CreateWorkspaceApiKeyResponse;
97
+ };
98
+ sdk: {
99
+ input: CreateWorkspaceApiKeyCommandInput;
100
+ output: CreateWorkspaceApiKeyCommandOutput;
101
+ };
102
+ };
92
103
  }
@@ -172,4 +172,15 @@ declare const CreateWorkspaceCommand_base: {
172
172
  * @public
173
173
  */
174
174
  export declare class CreateWorkspaceCommand extends CreateWorkspaceCommand_base {
175
+ /** @internal type navigation helper, not in runtime. */
176
+ protected static __types: {
177
+ api: {
178
+ input: CreateWorkspaceRequest;
179
+ output: CreateWorkspaceResponse;
180
+ };
181
+ sdk: {
182
+ input: CreateWorkspaceCommandInput;
183
+ output: CreateWorkspaceCommandOutput;
184
+ };
185
+ };
175
186
  }
@@ -95,4 +95,15 @@ declare const CreateWorkspaceServiceAccountCommand_base: {
95
95
  * @public
96
96
  */
97
97
  export declare class CreateWorkspaceServiceAccountCommand extends CreateWorkspaceServiceAccountCommand_base {
98
+ /** @internal type navigation helper, not in runtime. */
99
+ protected static __types: {
100
+ api: {
101
+ input: CreateWorkspaceServiceAccountRequest;
102
+ output: CreateWorkspaceServiceAccountResponse;
103
+ };
104
+ sdk: {
105
+ input: CreateWorkspaceServiceAccountCommandInput;
106
+ output: CreateWorkspaceServiceAccountCommandOutput;
107
+ };
108
+ };
98
109
  }
@@ -99,4 +99,15 @@ declare const CreateWorkspaceServiceAccountTokenCommand_base: {
99
99
  * @public
100
100
  */
101
101
  export declare class CreateWorkspaceServiceAccountTokenCommand extends CreateWorkspaceServiceAccountTokenCommand_base {
102
+ /** @internal type navigation helper, not in runtime. */
103
+ protected static __types: {
104
+ api: {
105
+ input: CreateWorkspaceServiceAccountTokenRequest;
106
+ output: CreateWorkspaceServiceAccountTokenResponse;
107
+ };
108
+ sdk: {
109
+ input: CreateWorkspaceServiceAccountTokenCommandInput;
110
+ output: CreateWorkspaceServiceAccountTokenCommandOutput;
111
+ };
112
+ };
102
113
  }
@@ -81,4 +81,15 @@ declare const DeleteWorkspaceApiKeyCommand_base: {
81
81
  * @public
82
82
  */
83
83
  export declare class DeleteWorkspaceApiKeyCommand extends DeleteWorkspaceApiKeyCommand_base {
84
+ /** @internal type navigation helper, not in runtime. */
85
+ protected static __types: {
86
+ api: {
87
+ input: DeleteWorkspaceApiKeyRequest;
88
+ output: DeleteWorkspaceApiKeyResponse;
89
+ };
90
+ sdk: {
91
+ input: DeleteWorkspaceApiKeyCommandInput;
92
+ output: DeleteWorkspaceApiKeyCommandOutput;
93
+ };
94
+ };
84
95
  }
@@ -128,4 +128,15 @@ declare const DeleteWorkspaceCommand_base: {
128
128
  * @public
129
129
  */
130
130
  export declare class DeleteWorkspaceCommand extends DeleteWorkspaceCommand_base {
131
+ /** @internal type navigation helper, not in runtime. */
132
+ protected static __types: {
133
+ api: {
134
+ input: DeleteWorkspaceRequest;
135
+ output: DeleteWorkspaceResponse;
136
+ };
137
+ sdk: {
138
+ input: DeleteWorkspaceCommandInput;
139
+ output: DeleteWorkspaceCommandOutput;
140
+ };
141
+ };
131
142
  }
@@ -82,4 +82,15 @@ declare const DeleteWorkspaceServiceAccountCommand_base: {
82
82
  * @public
83
83
  */
84
84
  export declare class DeleteWorkspaceServiceAccountCommand extends DeleteWorkspaceServiceAccountCommand_base {
85
+ /** @internal type navigation helper, not in runtime. */
86
+ protected static __types: {
87
+ api: {
88
+ input: DeleteWorkspaceServiceAccountRequest;
89
+ output: DeleteWorkspaceServiceAccountResponse;
90
+ };
91
+ sdk: {
92
+ input: DeleteWorkspaceServiceAccountCommandInput;
93
+ output: DeleteWorkspaceServiceAccountCommandOutput;
94
+ };
95
+ };
85
96
  }
@@ -84,4 +84,15 @@ declare const DeleteWorkspaceServiceAccountTokenCommand_base: {
84
84
  * @public
85
85
  */
86
86
  export declare class DeleteWorkspaceServiceAccountTokenCommand extends DeleteWorkspaceServiceAccountTokenCommand_base {
87
+ /** @internal type navigation helper, not in runtime. */
88
+ protected static __types: {
89
+ api: {
90
+ input: DeleteWorkspaceServiceAccountTokenRequest;
91
+ output: DeleteWorkspaceServiceAccountTokenResponse;
92
+ };
93
+ sdk: {
94
+ input: DeleteWorkspaceServiceAccountTokenCommandInput;
95
+ output: DeleteWorkspaceServiceAccountTokenCommandOutput;
96
+ };
97
+ };
87
98
  }
@@ -112,4 +112,15 @@ declare const DescribeWorkspaceAuthenticationCommand_base: {
112
112
  * @public
113
113
  */
114
114
  export declare class DescribeWorkspaceAuthenticationCommand extends DescribeWorkspaceAuthenticationCommand_base {
115
+ /** @internal type navigation helper, not in runtime. */
116
+ protected static __types: {
117
+ api: {
118
+ input: DescribeWorkspaceAuthenticationRequest;
119
+ output: DescribeWorkspaceAuthenticationResponse;
120
+ };
121
+ sdk: {
122
+ input: DescribeWorkspaceAuthenticationCommandInput;
123
+ output: DescribeWorkspaceAuthenticationCommandOutput;
124
+ };
125
+ };
115
126
  }
@@ -125,4 +125,15 @@ declare const DescribeWorkspaceCommand_base: {
125
125
  * @public
126
126
  */
127
127
  export declare class DescribeWorkspaceCommand extends DescribeWorkspaceCommand_base {
128
+ /** @internal type navigation helper, not in runtime. */
129
+ protected static __types: {
130
+ api: {
131
+ input: DescribeWorkspaceRequest;
132
+ output: DescribeWorkspaceResponse;
133
+ };
134
+ sdk: {
135
+ input: DescribeWorkspaceCommandInput;
136
+ output: DescribeWorkspaceCommandOutput;
137
+ };
138
+ };
128
139
  }
@@ -70,4 +70,15 @@ declare const DescribeWorkspaceConfigurationCommand_base: {
70
70
  * @public
71
71
  */
72
72
  export declare class DescribeWorkspaceConfigurationCommand extends DescribeWorkspaceConfigurationCommand_base {
73
+ /** @internal type navigation helper, not in runtime. */
74
+ protected static __types: {
75
+ api: {
76
+ input: DescribeWorkspaceConfigurationRequest;
77
+ output: DescribeWorkspaceConfigurationResponse;
78
+ };
79
+ sdk: {
80
+ input: DescribeWorkspaceConfigurationCommandInput;
81
+ output: DescribeWorkspaceConfigurationCommandOutput;
82
+ };
83
+ };
73
84
  }
@@ -126,4 +126,15 @@ declare const DisassociateLicenseCommand_base: {
126
126
  * @public
127
127
  */
128
128
  export declare class DisassociateLicenseCommand extends DisassociateLicenseCommand_base {
129
+ /** @internal type navigation helper, not in runtime. */
130
+ protected static __types: {
131
+ api: {
132
+ input: DisassociateLicenseRequest;
133
+ output: DisassociateLicenseResponse;
134
+ };
135
+ sdk: {
136
+ input: DisassociateLicenseCommandInput;
137
+ output: DisassociateLicenseCommandOutput;
138
+ };
139
+ };
129
140
  }
@@ -91,4 +91,15 @@ declare const ListPermissionsCommand_base: {
91
91
  * @public
92
92
  */
93
93
  export declare class ListPermissionsCommand extends ListPermissionsCommand_base {
94
+ /** @internal type navigation helper, not in runtime. */
95
+ protected static __types: {
96
+ api: {
97
+ input: ListPermissionsRequest;
98
+ output: ListPermissionsResponse;
99
+ };
100
+ sdk: {
101
+ input: ListPermissionsCommandInput;
102
+ output: ListPermissionsCommandOutput;
103
+ };
104
+ };
94
105
  }
@@ -77,4 +77,15 @@ declare const ListTagsForResourceCommand_base: {
77
77
  * @public
78
78
  */
79
79
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
80
+ /** @internal type navigation helper, not in runtime. */
81
+ protected static __types: {
82
+ api: {
83
+ input: ListTagsForResourceRequest;
84
+ output: ListTagsForResourceResponse;
85
+ };
86
+ sdk: {
87
+ input: ListTagsForResourceCommandInput;
88
+ output: ListTagsForResourceCommandOutput;
89
+ };
90
+ };
80
91
  }
@@ -79,4 +79,15 @@ declare const ListVersionsCommand_base: {
79
79
  * @public
80
80
  */
81
81
  export declare class ListVersionsCommand extends ListVersionsCommand_base {
82
+ /** @internal type navigation helper, not in runtime. */
83
+ protected static __types: {
84
+ api: {
85
+ input: ListVersionsRequest;
86
+ output: ListVersionsResponse;
87
+ };
88
+ sdk: {
89
+ input: ListVersionsCommandInput;
90
+ output: ListVersionsCommandOutput;
91
+ };
92
+ };
82
93
  }
@@ -95,4 +95,15 @@ declare const ListWorkspaceServiceAccountTokensCommand_base: {
95
95
  * @public
96
96
  */
97
97
  export declare class ListWorkspaceServiceAccountTokensCommand extends ListWorkspaceServiceAccountTokensCommand_base {
98
+ /** @internal type navigation helper, not in runtime. */
99
+ protected static __types: {
100
+ api: {
101
+ input: ListWorkspaceServiceAccountTokensRequest;
102
+ output: ListWorkspaceServiceAccountTokensResponse;
103
+ };
104
+ sdk: {
105
+ input: ListWorkspaceServiceAccountTokensCommandInput;
106
+ output: ListWorkspaceServiceAccountTokensCommandOutput;
107
+ };
108
+ };
98
109
  }
@@ -88,4 +88,15 @@ declare const ListWorkspaceServiceAccountsCommand_base: {
88
88
  * @public
89
89
  */
90
90
  export declare class ListWorkspaceServiceAccountsCommand extends ListWorkspaceServiceAccountsCommand_base {
91
+ /** @internal type navigation helper, not in runtime. */
92
+ protected static __types: {
93
+ api: {
94
+ input: ListWorkspaceServiceAccountsRequest;
95
+ output: ListWorkspaceServiceAccountsResponse;
96
+ };
97
+ sdk: {
98
+ input: ListWorkspaceServiceAccountsCommandInput;
99
+ output: ListWorkspaceServiceAccountsCommandOutput;
100
+ };
101
+ };
91
102
  }
@@ -94,4 +94,15 @@ declare const ListWorkspacesCommand_base: {
94
94
  * @public
95
95
  */
96
96
  export declare class ListWorkspacesCommand extends ListWorkspacesCommand_base {
97
+ /** @internal type navigation helper, not in runtime. */
98
+ protected static __types: {
99
+ api: {
100
+ input: ListWorkspacesRequest;
101
+ output: ListWorkspacesResponse;
102
+ };
103
+ sdk: {
104
+ input: ListWorkspacesCommandInput;
105
+ output: ListWorkspacesCommandOutput;
106
+ };
107
+ };
97
108
  }
@@ -78,4 +78,15 @@ declare const TagResourceCommand_base: {
78
78
  * @public
79
79
  */
80
80
  export declare class TagResourceCommand extends TagResourceCommand_base {
81
+ /** @internal type navigation helper, not in runtime. */
82
+ protected static __types: {
83
+ api: {
84
+ input: TagResourceRequest;
85
+ output: {};
86
+ };
87
+ sdk: {
88
+ input: TagResourceCommandInput;
89
+ output: TagResourceCommandOutput;
90
+ };
91
+ };
81
92
  }
@@ -74,4 +74,15 @@ declare const UntagResourceCommand_base: {
74
74
  * @public
75
75
  */
76
76
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
77
+ /** @internal type navigation helper, not in runtime. */
78
+ protected static __types: {
79
+ api: {
80
+ input: UntagResourceRequest;
81
+ output: {};
82
+ };
83
+ sdk: {
84
+ input: UntagResourceCommandInput;
85
+ output: UntagResourceCommandOutput;
86
+ };
87
+ };
77
88
  }
@@ -100,4 +100,15 @@ declare const UpdatePermissionsCommand_base: {
100
100
  * @public
101
101
  */
102
102
  export declare class UpdatePermissionsCommand extends UpdatePermissionsCommand_base {
103
+ /** @internal type navigation helper, not in runtime. */
104
+ protected static __types: {
105
+ api: {
106
+ input: UpdatePermissionsRequest;
107
+ output: UpdatePermissionsResponse;
108
+ };
109
+ sdk: {
110
+ input: UpdatePermissionsCommandInput;
111
+ output: UpdatePermissionsCommandOutput;
112
+ };
113
+ };
103
114
  }
@@ -147,4 +147,15 @@ declare const UpdateWorkspaceAuthenticationCommand_base: {
147
147
  * @public
148
148
  */
149
149
  export declare class UpdateWorkspaceAuthenticationCommand extends UpdateWorkspaceAuthenticationCommand_base {
150
+ /** @internal type navigation helper, not in runtime. */
151
+ protected static __types: {
152
+ api: {
153
+ input: UpdateWorkspaceAuthenticationRequest;
154
+ output: UpdateWorkspaceAuthenticationResponse;
155
+ };
156
+ sdk: {
157
+ input: UpdateWorkspaceAuthenticationCommandInput;
158
+ output: UpdateWorkspaceAuthenticationCommandOutput;
159
+ };
160
+ };
150
161
  }
@@ -167,4 +167,15 @@ declare const UpdateWorkspaceCommand_base: {
167
167
  * @public
168
168
  */
169
169
  export declare class UpdateWorkspaceCommand extends UpdateWorkspaceCommand_base {
170
+ /** @internal type navigation helper, not in runtime. */
171
+ protected static __types: {
172
+ api: {
173
+ input: UpdateWorkspaceRequest;
174
+ output: UpdateWorkspaceResponse;
175
+ };
176
+ sdk: {
177
+ input: UpdateWorkspaceCommandInput;
178
+ output: UpdateWorkspaceCommandOutput;
179
+ };
180
+ };
170
181
  }
@@ -75,4 +75,15 @@ declare const UpdateWorkspaceConfigurationCommand_base: {
75
75
  * @public
76
76
  */
77
77
  export declare class UpdateWorkspaceConfigurationCommand extends UpdateWorkspaceConfigurationCommand_base {
78
+ /** @internal type navigation helper, not in runtime. */
79
+ protected static __types: {
80
+ api: {
81
+ input: UpdateWorkspaceConfigurationRequest;
82
+ output: {};
83
+ };
84
+ sdk: {
85
+ input: UpdateWorkspaceConfigurationCommandInput;
86
+ output: UpdateWorkspaceConfigurationCommandOutput;
87
+ };
88
+ };
78
89
  }
@@ -36,4 +36,15 @@ declare const AssociateLicenseCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class AssociateLicenseCommand extends AssociateLicenseCommand_base {}
39
+ export declare class AssociateLicenseCommand extends AssociateLicenseCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: AssociateLicenseRequest;
43
+ output: AssociateLicenseResponse;
44
+ };
45
+ sdk: {
46
+ input: AssociateLicenseCommandInput;
47
+ output: AssociateLicenseCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const CreateWorkspaceApiKeyCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateWorkspaceApiKeyCommand extends CreateWorkspaceApiKeyCommand_base {}
40
+ export declare class CreateWorkspaceApiKeyCommand extends CreateWorkspaceApiKeyCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateWorkspaceApiKeyRequest;
44
+ output: CreateWorkspaceApiKeyResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateWorkspaceApiKeyCommandInput;
48
+ output: CreateWorkspaceApiKeyCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const CreateWorkspaceCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class CreateWorkspaceCommand extends CreateWorkspaceCommand_base {}
39
+ export declare class CreateWorkspaceCommand extends CreateWorkspaceCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: CreateWorkspaceRequest;
43
+ output: CreateWorkspaceResponse;
44
+ };
45
+ sdk: {
46
+ input: CreateWorkspaceCommandInput;
47
+ output: CreateWorkspaceCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const CreateWorkspaceServiceAccountCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateWorkspaceServiceAccountCommand extends CreateWorkspaceServiceAccountCommand_base {}
40
+ export declare class CreateWorkspaceServiceAccountCommand extends CreateWorkspaceServiceAccountCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateWorkspaceServiceAccountRequest;
44
+ output: CreateWorkspaceServiceAccountResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateWorkspaceServiceAccountCommandInput;
48
+ output: CreateWorkspaceServiceAccountCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const CreateWorkspaceServiceAccountTokenCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateWorkspaceServiceAccountTokenCommand extends CreateWorkspaceServiceAccountTokenCommand_base {}
40
+ export declare class CreateWorkspaceServiceAccountTokenCommand extends CreateWorkspaceServiceAccountTokenCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateWorkspaceServiceAccountTokenRequest;
44
+ output: CreateWorkspaceServiceAccountTokenResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateWorkspaceServiceAccountTokenCommandInput;
48
+ output: CreateWorkspaceServiceAccountTokenCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DeleteWorkspaceApiKeyCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DeleteWorkspaceApiKeyCommand extends DeleteWorkspaceApiKeyCommand_base {}
40
+ export declare class DeleteWorkspaceApiKeyCommand extends DeleteWorkspaceApiKeyCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteWorkspaceApiKeyRequest;
44
+ output: DeleteWorkspaceApiKeyResponse;
45
+ };
46
+ sdk: {
47
+ input: DeleteWorkspaceApiKeyCommandInput;
48
+ output: DeleteWorkspaceApiKeyCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const DeleteWorkspaceCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class DeleteWorkspaceCommand extends DeleteWorkspaceCommand_base {}
39
+ export declare class DeleteWorkspaceCommand extends DeleteWorkspaceCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: DeleteWorkspaceRequest;
43
+ output: DeleteWorkspaceResponse;
44
+ };
45
+ sdk: {
46
+ input: DeleteWorkspaceCommandInput;
47
+ output: DeleteWorkspaceCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const DeleteWorkspaceServiceAccountCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DeleteWorkspaceServiceAccountCommand extends DeleteWorkspaceServiceAccountCommand_base {}
40
+ export declare class DeleteWorkspaceServiceAccountCommand extends DeleteWorkspaceServiceAccountCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteWorkspaceServiceAccountRequest;
44
+ output: DeleteWorkspaceServiceAccountResponse;
45
+ };
46
+ sdk: {
47
+ input: DeleteWorkspaceServiceAccountCommandInput;
48
+ output: DeleteWorkspaceServiceAccountCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DeleteWorkspaceServiceAccountTokenCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DeleteWorkspaceServiceAccountTokenCommand extends DeleteWorkspaceServiceAccountTokenCommand_base {}
40
+ export declare class DeleteWorkspaceServiceAccountTokenCommand extends DeleteWorkspaceServiceAccountTokenCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteWorkspaceServiceAccountTokenRequest;
44
+ output: DeleteWorkspaceServiceAccountTokenResponse;
45
+ };
46
+ sdk: {
47
+ input: DeleteWorkspaceServiceAccountTokenCommandInput;
48
+ output: DeleteWorkspaceServiceAccountTokenCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DescribeWorkspaceAuthenticationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeWorkspaceAuthenticationCommand extends DescribeWorkspaceAuthenticationCommand_base {}
40
+ export declare class DescribeWorkspaceAuthenticationCommand extends DescribeWorkspaceAuthenticationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeWorkspaceAuthenticationRequest;
44
+ output: DescribeWorkspaceAuthenticationResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeWorkspaceAuthenticationCommandInput;
48
+ output: DescribeWorkspaceAuthenticationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DescribeWorkspaceCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeWorkspaceCommand extends DescribeWorkspaceCommand_base {}
40
+ export declare class DescribeWorkspaceCommand extends DescribeWorkspaceCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeWorkspaceRequest;
44
+ output: DescribeWorkspaceResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeWorkspaceCommandInput;
48
+ output: DescribeWorkspaceCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DescribeWorkspaceConfigurationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeWorkspaceConfigurationCommand extends DescribeWorkspaceConfigurationCommand_base {}
40
+ export declare class DescribeWorkspaceConfigurationCommand extends DescribeWorkspaceConfigurationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeWorkspaceConfigurationRequest;
44
+ output: DescribeWorkspaceConfigurationResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeWorkspaceConfigurationCommandInput;
48
+ output: DescribeWorkspaceConfigurationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DisassociateLicenseCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DisassociateLicenseCommand extends DisassociateLicenseCommand_base {}
40
+ export declare class DisassociateLicenseCommand extends DisassociateLicenseCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DisassociateLicenseRequest;
44
+ output: DisassociateLicenseResponse;
45
+ };
46
+ sdk: {
47
+ input: DisassociateLicenseCommandInput;
48
+ output: DisassociateLicenseCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const ListPermissionsCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class ListPermissionsCommand extends ListPermissionsCommand_base {}
39
+ export declare class ListPermissionsCommand extends ListPermissionsCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: ListPermissionsRequest;
43
+ output: ListPermissionsResponse;
44
+ };
45
+ sdk: {
46
+ input: ListPermissionsCommandInput;
47
+ output: ListPermissionsCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const ListTagsForResourceCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}
40
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListTagsForResourceRequest;
44
+ output: ListTagsForResourceResponse;
45
+ };
46
+ sdk: {
47
+ input: ListTagsForResourceCommandInput;
48
+ output: ListTagsForResourceCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const ListVersionsCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class ListVersionsCommand extends ListVersionsCommand_base {}
36
+ export declare class ListVersionsCommand extends ListVersionsCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: ListVersionsRequest;
40
+ output: ListVersionsResponse;
41
+ };
42
+ sdk: {
43
+ input: ListVersionsCommandInput;
44
+ output: ListVersionsCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const ListWorkspaceServiceAccountTokensCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListWorkspaceServiceAccountTokensCommand extends ListWorkspaceServiceAccountTokensCommand_base {}
40
+ export declare class ListWorkspaceServiceAccountTokensCommand extends ListWorkspaceServiceAccountTokensCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListWorkspaceServiceAccountTokensRequest;
44
+ output: ListWorkspaceServiceAccountTokensResponse;
45
+ };
46
+ sdk: {
47
+ input: ListWorkspaceServiceAccountTokensCommandInput;
48
+ output: ListWorkspaceServiceAccountTokensCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListWorkspaceServiceAccountsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListWorkspaceServiceAccountsCommand extends ListWorkspaceServiceAccountsCommand_base {}
40
+ export declare class ListWorkspaceServiceAccountsCommand extends ListWorkspaceServiceAccountsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListWorkspaceServiceAccountsRequest;
44
+ output: ListWorkspaceServiceAccountsResponse;
45
+ };
46
+ sdk: {
47
+ input: ListWorkspaceServiceAccountsCommandInput;
48
+ output: ListWorkspaceServiceAccountsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const ListWorkspacesCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class ListWorkspacesCommand extends ListWorkspacesCommand_base {}
39
+ export declare class ListWorkspacesCommand extends ListWorkspacesCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: ListWorkspacesRequest;
43
+ output: ListWorkspacesResponse;
44
+ };
45
+ sdk: {
46
+ input: ListWorkspacesCommandInput;
47
+ output: ListWorkspacesCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -33,4 +33,15 @@ declare const TagResourceCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class TagResourceCommand extends TagResourceCommand_base {}
36
+ export declare class TagResourceCommand extends TagResourceCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: TagResourceRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: TagResourceCommandInput;
44
+ output: TagResourceCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -36,4 +36,15 @@ declare const UntagResourceCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class UntagResourceCommand extends UntagResourceCommand_base {}
39
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: UntagResourceRequest;
43
+ output: {};
44
+ };
45
+ sdk: {
46
+ input: UntagResourceCommandInput;
47
+ output: UntagResourceCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const UpdatePermissionsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class UpdatePermissionsCommand extends UpdatePermissionsCommand_base {}
40
+ export declare class UpdatePermissionsCommand extends UpdatePermissionsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdatePermissionsRequest;
44
+ output: UpdatePermissionsResponse;
45
+ };
46
+ sdk: {
47
+ input: UpdatePermissionsCommandInput;
48
+ output: UpdatePermissionsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const UpdateWorkspaceAuthenticationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class UpdateWorkspaceAuthenticationCommand extends UpdateWorkspaceAuthenticationCommand_base {}
40
+ export declare class UpdateWorkspaceAuthenticationCommand extends UpdateWorkspaceAuthenticationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdateWorkspaceAuthenticationRequest;
44
+ output: UpdateWorkspaceAuthenticationResponse;
45
+ };
46
+ sdk: {
47
+ input: UpdateWorkspaceAuthenticationCommandInput;
48
+ output: UpdateWorkspaceAuthenticationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const UpdateWorkspaceCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class UpdateWorkspaceCommand extends UpdateWorkspaceCommand_base {}
39
+ export declare class UpdateWorkspaceCommand extends UpdateWorkspaceCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: UpdateWorkspaceRequest;
43
+ output: UpdateWorkspaceResponse;
44
+ };
45
+ sdk: {
46
+ input: UpdateWorkspaceCommandInput;
47
+ output: UpdateWorkspaceCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const UpdateWorkspaceConfigurationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class UpdateWorkspaceConfigurationCommand extends UpdateWorkspaceConfigurationCommand_base {}
40
+ export declare class UpdateWorkspaceConfigurationCommand extends UpdateWorkspaceConfigurationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdateWorkspaceConfigurationRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: UpdateWorkspaceConfigurationCommandInput;
48
+ output: UpdateWorkspaceConfigurationCommandOutput;
49
+ };
50
+ };
51
+ }
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.650.0",
4
+ "version": "3.654.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-grafana",
@@ -20,43 +20,43 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.650.0",
24
- "@aws-sdk/client-sts": "3.650.0",
25
- "@aws-sdk/core": "3.649.0",
26
- "@aws-sdk/credential-provider-node": "3.650.0",
27
- "@aws-sdk/middleware-host-header": "3.649.0",
28
- "@aws-sdk/middleware-logger": "3.649.0",
29
- "@aws-sdk/middleware-recursion-detection": "3.649.0",
30
- "@aws-sdk/middleware-user-agent": "3.649.0",
31
- "@aws-sdk/region-config-resolver": "3.649.0",
32
- "@aws-sdk/types": "3.649.0",
33
- "@aws-sdk/util-endpoints": "3.649.0",
34
- "@aws-sdk/util-user-agent-browser": "3.649.0",
35
- "@aws-sdk/util-user-agent-node": "3.649.0",
36
- "@smithy/config-resolver": "^3.0.6",
37
- "@smithy/core": "^2.4.1",
38
- "@smithy/fetch-http-handler": "^3.2.5",
39
- "@smithy/hash-node": "^3.0.4",
40
- "@smithy/invalid-dependency": "^3.0.4",
41
- "@smithy/middleware-content-length": "^3.0.6",
42
- "@smithy/middleware-endpoint": "^3.1.1",
43
- "@smithy/middleware-retry": "^3.0.16",
44
- "@smithy/middleware-serde": "^3.0.4",
45
- "@smithy/middleware-stack": "^3.0.4",
46
- "@smithy/node-config-provider": "^3.1.5",
47
- "@smithy/node-http-handler": "^3.2.0",
48
- "@smithy/protocol-http": "^4.1.1",
49
- "@smithy/smithy-client": "^3.3.0",
50
- "@smithy/types": "^3.4.0",
51
- "@smithy/url-parser": "^3.0.4",
23
+ "@aws-sdk/client-sso-oidc": "3.654.0",
24
+ "@aws-sdk/client-sts": "3.654.0",
25
+ "@aws-sdk/core": "3.654.0",
26
+ "@aws-sdk/credential-provider-node": "3.654.0",
27
+ "@aws-sdk/middleware-host-header": "3.654.0",
28
+ "@aws-sdk/middleware-logger": "3.654.0",
29
+ "@aws-sdk/middleware-recursion-detection": "3.654.0",
30
+ "@aws-sdk/middleware-user-agent": "3.654.0",
31
+ "@aws-sdk/region-config-resolver": "3.654.0",
32
+ "@aws-sdk/types": "3.654.0",
33
+ "@aws-sdk/util-endpoints": "3.654.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.654.0",
35
+ "@aws-sdk/util-user-agent-node": "3.654.0",
36
+ "@smithy/config-resolver": "^3.0.8",
37
+ "@smithy/core": "^2.4.3",
38
+ "@smithy/fetch-http-handler": "^3.2.7",
39
+ "@smithy/hash-node": "^3.0.6",
40
+ "@smithy/invalid-dependency": "^3.0.6",
41
+ "@smithy/middleware-content-length": "^3.0.8",
42
+ "@smithy/middleware-endpoint": "^3.1.3",
43
+ "@smithy/middleware-retry": "^3.0.18",
44
+ "@smithy/middleware-serde": "^3.0.6",
45
+ "@smithy/middleware-stack": "^3.0.6",
46
+ "@smithy/node-config-provider": "^3.1.7",
47
+ "@smithy/node-http-handler": "^3.2.2",
48
+ "@smithy/protocol-http": "^4.1.3",
49
+ "@smithy/smithy-client": "^3.3.2",
50
+ "@smithy/types": "^3.4.2",
51
+ "@smithy/url-parser": "^3.0.6",
52
52
  "@smithy/util-base64": "^3.0.0",
53
53
  "@smithy/util-body-length-browser": "^3.0.0",
54
54
  "@smithy/util-body-length-node": "^3.0.0",
55
- "@smithy/util-defaults-mode-browser": "^3.0.16",
56
- "@smithy/util-defaults-mode-node": "^3.0.16",
57
- "@smithy/util-endpoints": "^2.1.0",
58
- "@smithy/util-middleware": "^3.0.4",
59
- "@smithy/util-retry": "^3.0.4",
55
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
56
+ "@smithy/util-defaults-mode-node": "^3.0.18",
57
+ "@smithy/util-endpoints": "^2.1.2",
58
+ "@smithy/util-middleware": "^3.0.6",
59
+ "@smithy/util-retry": "^3.0.6",
60
60
  "@smithy/util-utf8": "^3.0.0",
61
61
  "tslib": "^2.6.2",
62
62
  "uuid": "^9.0.1"