@aws-sdk/client-dsql 3.927.0 → 3.929.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 (50) hide show
  1. package/README.md +1 -6
  2. package/dist-cjs/index.js +497 -596
  3. package/dist-cjs/runtimeConfig.shared.js +2 -0
  4. package/dist-es/DSQLClient.js +2 -0
  5. package/dist-es/commands/CreateClusterCommand.js +3 -9
  6. package/dist-es/commands/DeleteClusterCommand.js +3 -9
  7. package/dist-es/commands/DeleteClusterPolicyCommand.js +3 -9
  8. package/dist-es/commands/GetClusterCommand.js +3 -9
  9. package/dist-es/commands/GetClusterPolicyCommand.js +3 -9
  10. package/dist-es/commands/GetVpcEndpointServiceNameCommand.js +3 -9
  11. package/dist-es/commands/ListClustersCommand.js +3 -9
  12. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  13. package/dist-es/commands/PutClusterPolicyCommand.js +3 -9
  14. package/dist-es/commands/TagResourceCommand.js +3 -9
  15. package/dist-es/commands/UntagResourceCommand.js +3 -9
  16. package/dist-es/commands/UpdateClusterCommand.js +3 -9
  17. package/dist-es/runtimeConfig.shared.js +2 -0
  18. package/dist-es/schemas/schemas_0.js +463 -0
  19. package/dist-types/DSQL.d.ts +1 -6
  20. package/dist-types/DSQLClient.d.ts +11 -7
  21. package/dist-types/commands/CreateClusterCommand.d.ts +3 -67
  22. package/dist-types/commands/DeleteClusterCommand.d.ts +1 -2
  23. package/dist-types/commands/DeleteClusterPolicyCommand.d.ts +1 -2
  24. package/dist-types/commands/GetClusterCommand.d.ts +2 -2
  25. package/dist-types/commands/GetClusterPolicyCommand.d.ts +1 -2
  26. package/dist-types/commands/GetVpcEndpointServiceNameCommand.d.ts +1 -2
  27. package/dist-types/commands/ListClustersCommand.d.ts +1 -2
  28. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -2
  29. package/dist-types/commands/PutClusterPolicyCommand.d.ts +1 -2
  30. package/dist-types/commands/TagResourceCommand.d.ts +1 -2
  31. package/dist-types/commands/UntagResourceCommand.d.ts +1 -2
  32. package/dist-types/commands/UpdateClusterCommand.d.ts +2 -91
  33. package/dist-types/index.d.ts +1 -6
  34. package/dist-types/models/models_0.d.ts +22 -38
  35. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  36. package/dist-types/runtimeConfig.d.ts +1 -0
  37. package/dist-types/runtimeConfig.native.d.ts +1 -0
  38. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  39. package/dist-types/schemas/schemas_0.d.ts +53 -0
  40. package/dist-types/ts3.4/DSQLClient.d.ts +4 -0
  41. package/dist-types/ts3.4/models/models_0.d.ts +2 -0
  42. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  43. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  44. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  45. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  46. package/dist-types/ts3.4/schemas/schemas_0.d.ts +58 -0
  47. package/package.json +5 -6
  48. package/dist-es/protocols/Aws_restJson1.js +0 -502
  49. package/dist-types/protocols/Aws_restJson1.d.ts +0 -110
  50. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -149
@@ -1,149 +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
- CreateClusterCommandInput,
8
- CreateClusterCommandOutput,
9
- } from "../commands/CreateClusterCommand";
10
- import {
11
- DeleteClusterCommandInput,
12
- DeleteClusterCommandOutput,
13
- } from "../commands/DeleteClusterCommand";
14
- import {
15
- DeleteClusterPolicyCommandInput,
16
- DeleteClusterPolicyCommandOutput,
17
- } from "../commands/DeleteClusterPolicyCommand";
18
- import {
19
- GetClusterCommandInput,
20
- GetClusterCommandOutput,
21
- } from "../commands/GetClusterCommand";
22
- import {
23
- GetClusterPolicyCommandInput,
24
- GetClusterPolicyCommandOutput,
25
- } from "../commands/GetClusterPolicyCommand";
26
- import {
27
- GetVpcEndpointServiceNameCommandInput,
28
- GetVpcEndpointServiceNameCommandOutput,
29
- } from "../commands/GetVpcEndpointServiceNameCommand";
30
- import {
31
- ListClustersCommandInput,
32
- ListClustersCommandOutput,
33
- } from "../commands/ListClustersCommand";
34
- import {
35
- ListTagsForResourceCommandInput,
36
- ListTagsForResourceCommandOutput,
37
- } from "../commands/ListTagsForResourceCommand";
38
- import {
39
- PutClusterPolicyCommandInput,
40
- PutClusterPolicyCommandOutput,
41
- } from "../commands/PutClusterPolicyCommand";
42
- import {
43
- TagResourceCommandInput,
44
- TagResourceCommandOutput,
45
- } from "../commands/TagResourceCommand";
46
- import {
47
- UntagResourceCommandInput,
48
- UntagResourceCommandOutput,
49
- } from "../commands/UntagResourceCommand";
50
- import {
51
- UpdateClusterCommandInput,
52
- UpdateClusterCommandOutput,
53
- } from "../commands/UpdateClusterCommand";
54
- export declare const se_CreateClusterCommand: (
55
- input: CreateClusterCommandInput,
56
- context: __SerdeContext
57
- ) => Promise<__HttpRequest>;
58
- export declare const se_DeleteClusterCommand: (
59
- input: DeleteClusterCommandInput,
60
- context: __SerdeContext
61
- ) => Promise<__HttpRequest>;
62
- export declare const se_DeleteClusterPolicyCommand: (
63
- input: DeleteClusterPolicyCommandInput,
64
- context: __SerdeContext
65
- ) => Promise<__HttpRequest>;
66
- export declare const se_GetClusterCommand: (
67
- input: GetClusterCommandInput,
68
- context: __SerdeContext
69
- ) => Promise<__HttpRequest>;
70
- export declare const se_GetClusterPolicyCommand: (
71
- input: GetClusterPolicyCommandInput,
72
- context: __SerdeContext
73
- ) => Promise<__HttpRequest>;
74
- export declare const se_GetVpcEndpointServiceNameCommand: (
75
- input: GetVpcEndpointServiceNameCommandInput,
76
- context: __SerdeContext
77
- ) => Promise<__HttpRequest>;
78
- export declare const se_ListClustersCommand: (
79
- input: ListClustersCommandInput,
80
- context: __SerdeContext
81
- ) => Promise<__HttpRequest>;
82
- export declare const se_ListTagsForResourceCommand: (
83
- input: ListTagsForResourceCommandInput,
84
- context: __SerdeContext
85
- ) => Promise<__HttpRequest>;
86
- export declare const se_PutClusterPolicyCommand: (
87
- input: PutClusterPolicyCommandInput,
88
- context: __SerdeContext
89
- ) => Promise<__HttpRequest>;
90
- export declare const se_TagResourceCommand: (
91
- input: TagResourceCommandInput,
92
- context: __SerdeContext
93
- ) => Promise<__HttpRequest>;
94
- export declare const se_UntagResourceCommand: (
95
- input: UntagResourceCommandInput,
96
- context: __SerdeContext
97
- ) => Promise<__HttpRequest>;
98
- export declare const se_UpdateClusterCommand: (
99
- input: UpdateClusterCommandInput,
100
- context: __SerdeContext
101
- ) => Promise<__HttpRequest>;
102
- export declare const de_CreateClusterCommand: (
103
- output: __HttpResponse,
104
- context: __SerdeContext
105
- ) => Promise<CreateClusterCommandOutput>;
106
- export declare const de_DeleteClusterCommand: (
107
- output: __HttpResponse,
108
- context: __SerdeContext
109
- ) => Promise<DeleteClusterCommandOutput>;
110
- export declare const de_DeleteClusterPolicyCommand: (
111
- output: __HttpResponse,
112
- context: __SerdeContext
113
- ) => Promise<DeleteClusterPolicyCommandOutput>;
114
- export declare const de_GetClusterCommand: (
115
- output: __HttpResponse,
116
- context: __SerdeContext
117
- ) => Promise<GetClusterCommandOutput>;
118
- export declare const de_GetClusterPolicyCommand: (
119
- output: __HttpResponse,
120
- context: __SerdeContext
121
- ) => Promise<GetClusterPolicyCommandOutput>;
122
- export declare const de_GetVpcEndpointServiceNameCommand: (
123
- output: __HttpResponse,
124
- context: __SerdeContext
125
- ) => Promise<GetVpcEndpointServiceNameCommandOutput>;
126
- export declare const de_ListClustersCommand: (
127
- output: __HttpResponse,
128
- context: __SerdeContext
129
- ) => Promise<ListClustersCommandOutput>;
130
- export declare const de_ListTagsForResourceCommand: (
131
- output: __HttpResponse,
132
- context: __SerdeContext
133
- ) => Promise<ListTagsForResourceCommandOutput>;
134
- export declare const de_PutClusterPolicyCommand: (
135
- output: __HttpResponse,
136
- context: __SerdeContext
137
- ) => Promise<PutClusterPolicyCommandOutput>;
138
- export declare const de_TagResourceCommand: (
139
- output: __HttpResponse,
140
- context: __SerdeContext
141
- ) => Promise<TagResourceCommandOutput>;
142
- export declare const de_UntagResourceCommand: (
143
- output: __HttpResponse,
144
- context: __SerdeContext
145
- ) => Promise<UntagResourceCommandOutput>;
146
- export declare const de_UpdateClusterCommand: (
147
- output: __HttpResponse,
148
- context: __SerdeContext
149
- ) => Promise<UpdateClusterCommandOutput>;