@aws-sdk/client-redshift-serverless 3.169.0 → 3.171.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 (60) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/RedshiftServerless.d.ts +633 -190
  3. package/dist-types/ts3.4/RedshiftServerlessClient.d.ts +327 -110
  4. package/dist-types/ts3.4/commands/ConvertRecoveryPointToSnapshotCommand.d.ts +39 -17
  5. package/dist-types/ts3.4/commands/CreateEndpointAccessCommand.d.ts +39 -17
  6. package/dist-types/ts3.4/commands/CreateNamespaceCommand.d.ts +35 -17
  7. package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +35 -17
  8. package/dist-types/ts3.4/commands/CreateUsageLimitCommand.d.ts +35 -17
  9. package/dist-types/ts3.4/commands/CreateWorkgroupCommand.d.ts +35 -17
  10. package/dist-types/ts3.4/commands/DeleteEndpointAccessCommand.d.ts +39 -17
  11. package/dist-types/ts3.4/commands/DeleteNamespaceCommand.d.ts +35 -17
  12. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +39 -17
  13. package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +35 -17
  14. package/dist-types/ts3.4/commands/DeleteUsageLimitCommand.d.ts +35 -17
  15. package/dist-types/ts3.4/commands/DeleteWorkgroupCommand.d.ts +35 -17
  16. package/dist-types/ts3.4/commands/GetCredentialsCommand.d.ts +35 -17
  17. package/dist-types/ts3.4/commands/GetEndpointAccessCommand.d.ts +36 -17
  18. package/dist-types/ts3.4/commands/GetNamespaceCommand.d.ts +32 -17
  19. package/dist-types/ts3.4/commands/GetRecoveryPointCommand.d.ts +35 -17
  20. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +36 -17
  21. package/dist-types/ts3.4/commands/GetSnapshotCommand.d.ts +32 -17
  22. package/dist-types/ts3.4/commands/GetUsageLimitCommand.d.ts +35 -17
  23. package/dist-types/ts3.4/commands/GetWorkgroupCommand.d.ts +32 -17
  24. package/dist-types/ts3.4/commands/ListEndpointAccessCommand.d.ts +36 -17
  25. package/dist-types/ts3.4/commands/ListNamespacesCommand.d.ts +35 -17
  26. package/dist-types/ts3.4/commands/ListRecoveryPointsCommand.d.ts +36 -17
  27. package/dist-types/ts3.4/commands/ListSnapshotsCommand.d.ts +35 -17
  28. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  29. package/dist-types/ts3.4/commands/ListUsageLimitsCommand.d.ts +35 -17
  30. package/dist-types/ts3.4/commands/ListWorkgroupsCommand.d.ts +35 -17
  31. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +36 -17
  32. package/dist-types/ts3.4/commands/RestoreFromRecoveryPointCommand.d.ts +39 -17
  33. package/dist-types/ts3.4/commands/RestoreFromSnapshotCommand.d.ts +36 -17
  34. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  35. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
  36. package/dist-types/ts3.4/commands/UpdateEndpointAccessCommand.d.ts +39 -17
  37. package/dist-types/ts3.4/commands/UpdateNamespaceCommand.d.ts +35 -17
  38. package/dist-types/ts3.4/commands/UpdateSnapshotCommand.d.ts +35 -17
  39. package/dist-types/ts3.4/commands/UpdateUsageLimitCommand.d.ts +35 -17
  40. package/dist-types/ts3.4/commands/UpdateWorkgroupCommand.d.ts +35 -17
  41. package/dist-types/ts3.4/commands/index.d.ts +37 -37
  42. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  43. package/dist-types/ts3.4/index.d.ts +6 -6
  44. package/dist-types/ts3.4/models/RedshiftServerlessServiceException.d.ts +7 -6
  45. package/dist-types/ts3.4/models/index.d.ts +1 -1
  46. package/dist-types/ts3.4/models/models_0.d.ts +776 -966
  47. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  48. package/dist-types/ts3.4/pagination/ListEndpointAccessPaginator.d.ts +11 -4
  49. package/dist-types/ts3.4/pagination/ListNamespacesPaginator.d.ts +11 -4
  50. package/dist-types/ts3.4/pagination/ListRecoveryPointsPaginator.d.ts +11 -4
  51. package/dist-types/ts3.4/pagination/ListSnapshotsPaginator.d.ts +11 -4
  52. package/dist-types/ts3.4/pagination/ListUsageLimitsPaginator.d.ts +11 -4
  53. package/dist-types/ts3.4/pagination/ListWorkgroupsPaginator.d.ts +11 -4
  54. package/dist-types/ts3.4/pagination/index.d.ts +7 -7
  55. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +449 -113
  56. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +67 -38
  57. package/dist-types/ts3.4/runtimeConfig.d.ts +67 -38
  58. package/dist-types/ts3.4/runtimeConfig.native.d.ts +68 -37
  59. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +12 -11
  60. package/package.json +34 -34
@@ -1,113 +1,449 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
3
- import { ConvertRecoveryPointToSnapshotCommandInput, ConvertRecoveryPointToSnapshotCommandOutput } from "../commands/ConvertRecoveryPointToSnapshotCommand";
4
- import { CreateEndpointAccessCommandInput, CreateEndpointAccessCommandOutput } from "../commands/CreateEndpointAccessCommand";
5
- import { CreateNamespaceCommandInput, CreateNamespaceCommandOutput } from "../commands/CreateNamespaceCommand";
6
- import { CreateSnapshotCommandInput, CreateSnapshotCommandOutput } from "../commands/CreateSnapshotCommand";
7
- import { CreateUsageLimitCommandInput, CreateUsageLimitCommandOutput } from "../commands/CreateUsageLimitCommand";
8
- import { CreateWorkgroupCommandInput, CreateWorkgroupCommandOutput } from "../commands/CreateWorkgroupCommand";
9
- import { DeleteEndpointAccessCommandInput, DeleteEndpointAccessCommandOutput } from "../commands/DeleteEndpointAccessCommand";
10
- import { DeleteNamespaceCommandInput, DeleteNamespaceCommandOutput } from "../commands/DeleteNamespaceCommand";
11
- import { DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput } from "../commands/DeleteResourcePolicyCommand";
12
- import { DeleteSnapshotCommandInput, DeleteSnapshotCommandOutput } from "../commands/DeleteSnapshotCommand";
13
- import { DeleteUsageLimitCommandInput, DeleteUsageLimitCommandOutput } from "../commands/DeleteUsageLimitCommand";
14
- import { DeleteWorkgroupCommandInput, DeleteWorkgroupCommandOutput } from "../commands/DeleteWorkgroupCommand";
15
- import { GetCredentialsCommandInput, GetCredentialsCommandOutput } from "../commands/GetCredentialsCommand";
16
- import { GetEndpointAccessCommandInput, GetEndpointAccessCommandOutput } from "../commands/GetEndpointAccessCommand";
17
- import { GetNamespaceCommandInput, GetNamespaceCommandOutput } from "../commands/GetNamespaceCommand";
18
- import { GetRecoveryPointCommandInput, GetRecoveryPointCommandOutput } from "../commands/GetRecoveryPointCommand";
19
- import { GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput } from "../commands/GetResourcePolicyCommand";
20
- import { GetSnapshotCommandInput, GetSnapshotCommandOutput } from "../commands/GetSnapshotCommand";
21
- import { GetUsageLimitCommandInput, GetUsageLimitCommandOutput } from "../commands/GetUsageLimitCommand";
22
- import { GetWorkgroupCommandInput, GetWorkgroupCommandOutput } from "../commands/GetWorkgroupCommand";
23
- import { ListEndpointAccessCommandInput, ListEndpointAccessCommandOutput } from "../commands/ListEndpointAccessCommand";
24
- import { ListNamespacesCommandInput, ListNamespacesCommandOutput } from "../commands/ListNamespacesCommand";
25
- import { ListRecoveryPointsCommandInput, ListRecoveryPointsCommandOutput } from "../commands/ListRecoveryPointsCommand";
26
- import { ListSnapshotsCommandInput, ListSnapshotsCommandOutput } from "../commands/ListSnapshotsCommand";
27
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
28
- import { ListUsageLimitsCommandInput, ListUsageLimitsCommandOutput } from "../commands/ListUsageLimitsCommand";
29
- import { ListWorkgroupsCommandInput, ListWorkgroupsCommandOutput } from "../commands/ListWorkgroupsCommand";
30
- import { PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput } from "../commands/PutResourcePolicyCommand";
31
- import { RestoreFromRecoveryPointCommandInput, RestoreFromRecoveryPointCommandOutput } from "../commands/RestoreFromRecoveryPointCommand";
32
- import { RestoreFromSnapshotCommandInput, RestoreFromSnapshotCommandOutput } from "../commands/RestoreFromSnapshotCommand";
33
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
34
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
35
- import { UpdateEndpointAccessCommandInput, UpdateEndpointAccessCommandOutput } from "../commands/UpdateEndpointAccessCommand";
36
- import { UpdateNamespaceCommandInput, UpdateNamespaceCommandOutput } from "../commands/UpdateNamespaceCommand";
37
- import { UpdateSnapshotCommandInput, UpdateSnapshotCommandOutput } from "../commands/UpdateSnapshotCommand";
38
- import { UpdateUsageLimitCommandInput, UpdateUsageLimitCommandOutput } from "../commands/UpdateUsageLimitCommand";
39
- import { UpdateWorkgroupCommandInput, UpdateWorkgroupCommandOutput } from "../commands/UpdateWorkgroupCommand";
40
- export declare const serializeAws_json1_1ConvertRecoveryPointToSnapshotCommand: (input: ConvertRecoveryPointToSnapshotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
41
- export declare const serializeAws_json1_1CreateEndpointAccessCommand: (input: CreateEndpointAccessCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
42
- export declare const serializeAws_json1_1CreateNamespaceCommand: (input: CreateNamespaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
43
- export declare const serializeAws_json1_1CreateSnapshotCommand: (input: CreateSnapshotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
44
- export declare const serializeAws_json1_1CreateUsageLimitCommand: (input: CreateUsageLimitCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
45
- export declare const serializeAws_json1_1CreateWorkgroupCommand: (input: CreateWorkgroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
46
- export declare const serializeAws_json1_1DeleteEndpointAccessCommand: (input: DeleteEndpointAccessCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
47
- export declare const serializeAws_json1_1DeleteNamespaceCommand: (input: DeleteNamespaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
48
- export declare const serializeAws_json1_1DeleteResourcePolicyCommand: (input: DeleteResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
49
- export declare const serializeAws_json1_1DeleteSnapshotCommand: (input: DeleteSnapshotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
- export declare const serializeAws_json1_1DeleteUsageLimitCommand: (input: DeleteUsageLimitCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
51
- export declare const serializeAws_json1_1DeleteWorkgroupCommand: (input: DeleteWorkgroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
52
- export declare const serializeAws_json1_1GetCredentialsCommand: (input: GetCredentialsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
- export declare const serializeAws_json1_1GetEndpointAccessCommand: (input: GetEndpointAccessCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
- export declare const serializeAws_json1_1GetNamespaceCommand: (input: GetNamespaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
- export declare const serializeAws_json1_1GetRecoveryPointCommand: (input: GetRecoveryPointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
- export declare const serializeAws_json1_1GetResourcePolicyCommand: (input: GetResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
- export declare const serializeAws_json1_1GetSnapshotCommand: (input: GetSnapshotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
- export declare const serializeAws_json1_1GetUsageLimitCommand: (input: GetUsageLimitCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
- export declare const serializeAws_json1_1GetWorkgroupCommand: (input: GetWorkgroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
- export declare const serializeAws_json1_1ListEndpointAccessCommand: (input: ListEndpointAccessCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
- export declare const serializeAws_json1_1ListNamespacesCommand: (input: ListNamespacesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
- export declare const serializeAws_json1_1ListRecoveryPointsCommand: (input: ListRecoveryPointsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
- export declare const serializeAws_json1_1ListSnapshotsCommand: (input: ListSnapshotsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
- export declare const serializeAws_json1_1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
- export declare const serializeAws_json1_1ListUsageLimitsCommand: (input: ListUsageLimitsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
- export declare const serializeAws_json1_1ListWorkgroupsCommand: (input: ListWorkgroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
- export declare const serializeAws_json1_1PutResourcePolicyCommand: (input: PutResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
68
- export declare const serializeAws_json1_1RestoreFromRecoveryPointCommand: (input: RestoreFromRecoveryPointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
69
- export declare const serializeAws_json1_1RestoreFromSnapshotCommand: (input: RestoreFromSnapshotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
- export declare const serializeAws_json1_1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
- export declare const serializeAws_json1_1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
- export declare const serializeAws_json1_1UpdateEndpointAccessCommand: (input: UpdateEndpointAccessCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
- export declare const serializeAws_json1_1UpdateNamespaceCommand: (input: UpdateNamespaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
- export declare const serializeAws_json1_1UpdateSnapshotCommand: (input: UpdateSnapshotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
- export declare const serializeAws_json1_1UpdateUsageLimitCommand: (input: UpdateUsageLimitCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
76
- export declare const serializeAws_json1_1UpdateWorkgroupCommand: (input: UpdateWorkgroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
- export declare const deserializeAws_json1_1ConvertRecoveryPointToSnapshotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ConvertRecoveryPointToSnapshotCommandOutput>;
78
- export declare const deserializeAws_json1_1CreateEndpointAccessCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateEndpointAccessCommandOutput>;
79
- export declare const deserializeAws_json1_1CreateNamespaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateNamespaceCommandOutput>;
80
- export declare const deserializeAws_json1_1CreateSnapshotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSnapshotCommandOutput>;
81
- export declare const deserializeAws_json1_1CreateUsageLimitCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateUsageLimitCommandOutput>;
82
- export declare const deserializeAws_json1_1CreateWorkgroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateWorkgroupCommandOutput>;
83
- export declare const deserializeAws_json1_1DeleteEndpointAccessCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteEndpointAccessCommandOutput>;
84
- export declare const deserializeAws_json1_1DeleteNamespaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteNamespaceCommandOutput>;
85
- export declare const deserializeAws_json1_1DeleteResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteResourcePolicyCommandOutput>;
86
- export declare const deserializeAws_json1_1DeleteSnapshotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSnapshotCommandOutput>;
87
- export declare const deserializeAws_json1_1DeleteUsageLimitCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteUsageLimitCommandOutput>;
88
- export declare const deserializeAws_json1_1DeleteWorkgroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteWorkgroupCommandOutput>;
89
- export declare const deserializeAws_json1_1GetCredentialsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCredentialsCommandOutput>;
90
- export declare const deserializeAws_json1_1GetEndpointAccessCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetEndpointAccessCommandOutput>;
91
- export declare const deserializeAws_json1_1GetNamespaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetNamespaceCommandOutput>;
92
- export declare const deserializeAws_json1_1GetRecoveryPointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRecoveryPointCommandOutput>;
93
- export declare const deserializeAws_json1_1GetResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResourcePolicyCommandOutput>;
94
- export declare const deserializeAws_json1_1GetSnapshotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSnapshotCommandOutput>;
95
- export declare const deserializeAws_json1_1GetUsageLimitCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetUsageLimitCommandOutput>;
96
- export declare const deserializeAws_json1_1GetWorkgroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetWorkgroupCommandOutput>;
97
- export declare const deserializeAws_json1_1ListEndpointAccessCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEndpointAccessCommandOutput>;
98
- export declare const deserializeAws_json1_1ListNamespacesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListNamespacesCommandOutput>;
99
- export declare const deserializeAws_json1_1ListRecoveryPointsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRecoveryPointsCommandOutput>;
100
- export declare const deserializeAws_json1_1ListSnapshotsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSnapshotsCommandOutput>;
101
- export declare const deserializeAws_json1_1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
102
- export declare const deserializeAws_json1_1ListUsageLimitsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListUsageLimitsCommandOutput>;
103
- export declare const deserializeAws_json1_1ListWorkgroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWorkgroupsCommandOutput>;
104
- export declare const deserializeAws_json1_1PutResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutResourcePolicyCommandOutput>;
105
- export declare const deserializeAws_json1_1RestoreFromRecoveryPointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RestoreFromRecoveryPointCommandOutput>;
106
- export declare const deserializeAws_json1_1RestoreFromSnapshotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RestoreFromSnapshotCommandOutput>;
107
- export declare const deserializeAws_json1_1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
108
- export declare const deserializeAws_json1_1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
109
- export declare const deserializeAws_json1_1UpdateEndpointAccessCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateEndpointAccessCommandOutput>;
110
- export declare const deserializeAws_json1_1UpdateNamespaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateNamespaceCommandOutput>;
111
- export declare const deserializeAws_json1_1UpdateSnapshotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSnapshotCommandOutput>;
112
- export declare const deserializeAws_json1_1UpdateUsageLimitCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateUsageLimitCommandOutput>;
113
- export declare const deserializeAws_json1_1UpdateWorkgroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateWorkgroupCommandOutput>;
1
+ import {
2
+ HttpRequest as __HttpRequest,
3
+ HttpResponse as __HttpResponse,
4
+ } from "@aws-sdk/protocol-http";
5
+ import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
6
+ import {
7
+ ConvertRecoveryPointToSnapshotCommandInput,
8
+ ConvertRecoveryPointToSnapshotCommandOutput,
9
+ } from "../commands/ConvertRecoveryPointToSnapshotCommand";
10
+ import {
11
+ CreateEndpointAccessCommandInput,
12
+ CreateEndpointAccessCommandOutput,
13
+ } from "../commands/CreateEndpointAccessCommand";
14
+ import {
15
+ CreateNamespaceCommandInput,
16
+ CreateNamespaceCommandOutput,
17
+ } from "../commands/CreateNamespaceCommand";
18
+ import {
19
+ CreateSnapshotCommandInput,
20
+ CreateSnapshotCommandOutput,
21
+ } from "../commands/CreateSnapshotCommand";
22
+ import {
23
+ CreateUsageLimitCommandInput,
24
+ CreateUsageLimitCommandOutput,
25
+ } from "../commands/CreateUsageLimitCommand";
26
+ import {
27
+ CreateWorkgroupCommandInput,
28
+ CreateWorkgroupCommandOutput,
29
+ } from "../commands/CreateWorkgroupCommand";
30
+ import {
31
+ DeleteEndpointAccessCommandInput,
32
+ DeleteEndpointAccessCommandOutput,
33
+ } from "../commands/DeleteEndpointAccessCommand";
34
+ import {
35
+ DeleteNamespaceCommandInput,
36
+ DeleteNamespaceCommandOutput,
37
+ } from "../commands/DeleteNamespaceCommand";
38
+ import {
39
+ DeleteResourcePolicyCommandInput,
40
+ DeleteResourcePolicyCommandOutput,
41
+ } from "../commands/DeleteResourcePolicyCommand";
42
+ import {
43
+ DeleteSnapshotCommandInput,
44
+ DeleteSnapshotCommandOutput,
45
+ } from "../commands/DeleteSnapshotCommand";
46
+ import {
47
+ DeleteUsageLimitCommandInput,
48
+ DeleteUsageLimitCommandOutput,
49
+ } from "../commands/DeleteUsageLimitCommand";
50
+ import {
51
+ DeleteWorkgroupCommandInput,
52
+ DeleteWorkgroupCommandOutput,
53
+ } from "../commands/DeleteWorkgroupCommand";
54
+ import {
55
+ GetCredentialsCommandInput,
56
+ GetCredentialsCommandOutput,
57
+ } from "../commands/GetCredentialsCommand";
58
+ import {
59
+ GetEndpointAccessCommandInput,
60
+ GetEndpointAccessCommandOutput,
61
+ } from "../commands/GetEndpointAccessCommand";
62
+ import {
63
+ GetNamespaceCommandInput,
64
+ GetNamespaceCommandOutput,
65
+ } from "../commands/GetNamespaceCommand";
66
+ import {
67
+ GetRecoveryPointCommandInput,
68
+ GetRecoveryPointCommandOutput,
69
+ } from "../commands/GetRecoveryPointCommand";
70
+ import {
71
+ GetResourcePolicyCommandInput,
72
+ GetResourcePolicyCommandOutput,
73
+ } from "../commands/GetResourcePolicyCommand";
74
+ import {
75
+ GetSnapshotCommandInput,
76
+ GetSnapshotCommandOutput,
77
+ } from "../commands/GetSnapshotCommand";
78
+ import {
79
+ GetUsageLimitCommandInput,
80
+ GetUsageLimitCommandOutput,
81
+ } from "../commands/GetUsageLimitCommand";
82
+ import {
83
+ GetWorkgroupCommandInput,
84
+ GetWorkgroupCommandOutput,
85
+ } from "../commands/GetWorkgroupCommand";
86
+ import {
87
+ ListEndpointAccessCommandInput,
88
+ ListEndpointAccessCommandOutput,
89
+ } from "../commands/ListEndpointAccessCommand";
90
+ import {
91
+ ListNamespacesCommandInput,
92
+ ListNamespacesCommandOutput,
93
+ } from "../commands/ListNamespacesCommand";
94
+ import {
95
+ ListRecoveryPointsCommandInput,
96
+ ListRecoveryPointsCommandOutput,
97
+ } from "../commands/ListRecoveryPointsCommand";
98
+ import {
99
+ ListSnapshotsCommandInput,
100
+ ListSnapshotsCommandOutput,
101
+ } from "../commands/ListSnapshotsCommand";
102
+ import {
103
+ ListTagsForResourceCommandInput,
104
+ ListTagsForResourceCommandOutput,
105
+ } from "../commands/ListTagsForResourceCommand";
106
+ import {
107
+ ListUsageLimitsCommandInput,
108
+ ListUsageLimitsCommandOutput,
109
+ } from "../commands/ListUsageLimitsCommand";
110
+ import {
111
+ ListWorkgroupsCommandInput,
112
+ ListWorkgroupsCommandOutput,
113
+ } from "../commands/ListWorkgroupsCommand";
114
+ import {
115
+ PutResourcePolicyCommandInput,
116
+ PutResourcePolicyCommandOutput,
117
+ } from "../commands/PutResourcePolicyCommand";
118
+ import {
119
+ RestoreFromRecoveryPointCommandInput,
120
+ RestoreFromRecoveryPointCommandOutput,
121
+ } from "../commands/RestoreFromRecoveryPointCommand";
122
+ import {
123
+ RestoreFromSnapshotCommandInput,
124
+ RestoreFromSnapshotCommandOutput,
125
+ } from "../commands/RestoreFromSnapshotCommand";
126
+ import {
127
+ TagResourceCommandInput,
128
+ TagResourceCommandOutput,
129
+ } from "../commands/TagResourceCommand";
130
+ import {
131
+ UntagResourceCommandInput,
132
+ UntagResourceCommandOutput,
133
+ } from "../commands/UntagResourceCommand";
134
+ import {
135
+ UpdateEndpointAccessCommandInput,
136
+ UpdateEndpointAccessCommandOutput,
137
+ } from "../commands/UpdateEndpointAccessCommand";
138
+ import {
139
+ UpdateNamespaceCommandInput,
140
+ UpdateNamespaceCommandOutput,
141
+ } from "../commands/UpdateNamespaceCommand";
142
+ import {
143
+ UpdateSnapshotCommandInput,
144
+ UpdateSnapshotCommandOutput,
145
+ } from "../commands/UpdateSnapshotCommand";
146
+ import {
147
+ UpdateUsageLimitCommandInput,
148
+ UpdateUsageLimitCommandOutput,
149
+ } from "../commands/UpdateUsageLimitCommand";
150
+ import {
151
+ UpdateWorkgroupCommandInput,
152
+ UpdateWorkgroupCommandOutput,
153
+ } from "../commands/UpdateWorkgroupCommand";
154
+ export declare const serializeAws_json1_1ConvertRecoveryPointToSnapshotCommand: (
155
+ input: ConvertRecoveryPointToSnapshotCommandInput,
156
+ context: __SerdeContext
157
+ ) => Promise<__HttpRequest>;
158
+ export declare const serializeAws_json1_1CreateEndpointAccessCommand: (
159
+ input: CreateEndpointAccessCommandInput,
160
+ context: __SerdeContext
161
+ ) => Promise<__HttpRequest>;
162
+ export declare const serializeAws_json1_1CreateNamespaceCommand: (
163
+ input: CreateNamespaceCommandInput,
164
+ context: __SerdeContext
165
+ ) => Promise<__HttpRequest>;
166
+ export declare const serializeAws_json1_1CreateSnapshotCommand: (
167
+ input: CreateSnapshotCommandInput,
168
+ context: __SerdeContext
169
+ ) => Promise<__HttpRequest>;
170
+ export declare const serializeAws_json1_1CreateUsageLimitCommand: (
171
+ input: CreateUsageLimitCommandInput,
172
+ context: __SerdeContext
173
+ ) => Promise<__HttpRequest>;
174
+ export declare const serializeAws_json1_1CreateWorkgroupCommand: (
175
+ input: CreateWorkgroupCommandInput,
176
+ context: __SerdeContext
177
+ ) => Promise<__HttpRequest>;
178
+ export declare const serializeAws_json1_1DeleteEndpointAccessCommand: (
179
+ input: DeleteEndpointAccessCommandInput,
180
+ context: __SerdeContext
181
+ ) => Promise<__HttpRequest>;
182
+ export declare const serializeAws_json1_1DeleteNamespaceCommand: (
183
+ input: DeleteNamespaceCommandInput,
184
+ context: __SerdeContext
185
+ ) => Promise<__HttpRequest>;
186
+ export declare const serializeAws_json1_1DeleteResourcePolicyCommand: (
187
+ input: DeleteResourcePolicyCommandInput,
188
+ context: __SerdeContext
189
+ ) => Promise<__HttpRequest>;
190
+ export declare const serializeAws_json1_1DeleteSnapshotCommand: (
191
+ input: DeleteSnapshotCommandInput,
192
+ context: __SerdeContext
193
+ ) => Promise<__HttpRequest>;
194
+ export declare const serializeAws_json1_1DeleteUsageLimitCommand: (
195
+ input: DeleteUsageLimitCommandInput,
196
+ context: __SerdeContext
197
+ ) => Promise<__HttpRequest>;
198
+ export declare const serializeAws_json1_1DeleteWorkgroupCommand: (
199
+ input: DeleteWorkgroupCommandInput,
200
+ context: __SerdeContext
201
+ ) => Promise<__HttpRequest>;
202
+ export declare const serializeAws_json1_1GetCredentialsCommand: (
203
+ input: GetCredentialsCommandInput,
204
+ context: __SerdeContext
205
+ ) => Promise<__HttpRequest>;
206
+ export declare const serializeAws_json1_1GetEndpointAccessCommand: (
207
+ input: GetEndpointAccessCommandInput,
208
+ context: __SerdeContext
209
+ ) => Promise<__HttpRequest>;
210
+ export declare const serializeAws_json1_1GetNamespaceCommand: (
211
+ input: GetNamespaceCommandInput,
212
+ context: __SerdeContext
213
+ ) => Promise<__HttpRequest>;
214
+ export declare const serializeAws_json1_1GetRecoveryPointCommand: (
215
+ input: GetRecoveryPointCommandInput,
216
+ context: __SerdeContext
217
+ ) => Promise<__HttpRequest>;
218
+ export declare const serializeAws_json1_1GetResourcePolicyCommand: (
219
+ input: GetResourcePolicyCommandInput,
220
+ context: __SerdeContext
221
+ ) => Promise<__HttpRequest>;
222
+ export declare const serializeAws_json1_1GetSnapshotCommand: (
223
+ input: GetSnapshotCommandInput,
224
+ context: __SerdeContext
225
+ ) => Promise<__HttpRequest>;
226
+ export declare const serializeAws_json1_1GetUsageLimitCommand: (
227
+ input: GetUsageLimitCommandInput,
228
+ context: __SerdeContext
229
+ ) => Promise<__HttpRequest>;
230
+ export declare const serializeAws_json1_1GetWorkgroupCommand: (
231
+ input: GetWorkgroupCommandInput,
232
+ context: __SerdeContext
233
+ ) => Promise<__HttpRequest>;
234
+ export declare const serializeAws_json1_1ListEndpointAccessCommand: (
235
+ input: ListEndpointAccessCommandInput,
236
+ context: __SerdeContext
237
+ ) => Promise<__HttpRequest>;
238
+ export declare const serializeAws_json1_1ListNamespacesCommand: (
239
+ input: ListNamespacesCommandInput,
240
+ context: __SerdeContext
241
+ ) => Promise<__HttpRequest>;
242
+ export declare const serializeAws_json1_1ListRecoveryPointsCommand: (
243
+ input: ListRecoveryPointsCommandInput,
244
+ context: __SerdeContext
245
+ ) => Promise<__HttpRequest>;
246
+ export declare const serializeAws_json1_1ListSnapshotsCommand: (
247
+ input: ListSnapshotsCommandInput,
248
+ context: __SerdeContext
249
+ ) => Promise<__HttpRequest>;
250
+ export declare const serializeAws_json1_1ListTagsForResourceCommand: (
251
+ input: ListTagsForResourceCommandInput,
252
+ context: __SerdeContext
253
+ ) => Promise<__HttpRequest>;
254
+ export declare const serializeAws_json1_1ListUsageLimitsCommand: (
255
+ input: ListUsageLimitsCommandInput,
256
+ context: __SerdeContext
257
+ ) => Promise<__HttpRequest>;
258
+ export declare const serializeAws_json1_1ListWorkgroupsCommand: (
259
+ input: ListWorkgroupsCommandInput,
260
+ context: __SerdeContext
261
+ ) => Promise<__HttpRequest>;
262
+ export declare const serializeAws_json1_1PutResourcePolicyCommand: (
263
+ input: PutResourcePolicyCommandInput,
264
+ context: __SerdeContext
265
+ ) => Promise<__HttpRequest>;
266
+ export declare const serializeAws_json1_1RestoreFromRecoveryPointCommand: (
267
+ input: RestoreFromRecoveryPointCommandInput,
268
+ context: __SerdeContext
269
+ ) => Promise<__HttpRequest>;
270
+ export declare const serializeAws_json1_1RestoreFromSnapshotCommand: (
271
+ input: RestoreFromSnapshotCommandInput,
272
+ context: __SerdeContext
273
+ ) => Promise<__HttpRequest>;
274
+ export declare const serializeAws_json1_1TagResourceCommand: (
275
+ input: TagResourceCommandInput,
276
+ context: __SerdeContext
277
+ ) => Promise<__HttpRequest>;
278
+ export declare const serializeAws_json1_1UntagResourceCommand: (
279
+ input: UntagResourceCommandInput,
280
+ context: __SerdeContext
281
+ ) => Promise<__HttpRequest>;
282
+ export declare const serializeAws_json1_1UpdateEndpointAccessCommand: (
283
+ input: UpdateEndpointAccessCommandInput,
284
+ context: __SerdeContext
285
+ ) => Promise<__HttpRequest>;
286
+ export declare const serializeAws_json1_1UpdateNamespaceCommand: (
287
+ input: UpdateNamespaceCommandInput,
288
+ context: __SerdeContext
289
+ ) => Promise<__HttpRequest>;
290
+ export declare const serializeAws_json1_1UpdateSnapshotCommand: (
291
+ input: UpdateSnapshotCommandInput,
292
+ context: __SerdeContext
293
+ ) => Promise<__HttpRequest>;
294
+ export declare const serializeAws_json1_1UpdateUsageLimitCommand: (
295
+ input: UpdateUsageLimitCommandInput,
296
+ context: __SerdeContext
297
+ ) => Promise<__HttpRequest>;
298
+ export declare const serializeAws_json1_1UpdateWorkgroupCommand: (
299
+ input: UpdateWorkgroupCommandInput,
300
+ context: __SerdeContext
301
+ ) => Promise<__HttpRequest>;
302
+ export declare const deserializeAws_json1_1ConvertRecoveryPointToSnapshotCommand: (
303
+ output: __HttpResponse,
304
+ context: __SerdeContext
305
+ ) => Promise<ConvertRecoveryPointToSnapshotCommandOutput>;
306
+ export declare const deserializeAws_json1_1CreateEndpointAccessCommand: (
307
+ output: __HttpResponse,
308
+ context: __SerdeContext
309
+ ) => Promise<CreateEndpointAccessCommandOutput>;
310
+ export declare const deserializeAws_json1_1CreateNamespaceCommand: (
311
+ output: __HttpResponse,
312
+ context: __SerdeContext
313
+ ) => Promise<CreateNamespaceCommandOutput>;
314
+ export declare const deserializeAws_json1_1CreateSnapshotCommand: (
315
+ output: __HttpResponse,
316
+ context: __SerdeContext
317
+ ) => Promise<CreateSnapshotCommandOutput>;
318
+ export declare const deserializeAws_json1_1CreateUsageLimitCommand: (
319
+ output: __HttpResponse,
320
+ context: __SerdeContext
321
+ ) => Promise<CreateUsageLimitCommandOutput>;
322
+ export declare const deserializeAws_json1_1CreateWorkgroupCommand: (
323
+ output: __HttpResponse,
324
+ context: __SerdeContext
325
+ ) => Promise<CreateWorkgroupCommandOutput>;
326
+ export declare const deserializeAws_json1_1DeleteEndpointAccessCommand: (
327
+ output: __HttpResponse,
328
+ context: __SerdeContext
329
+ ) => Promise<DeleteEndpointAccessCommandOutput>;
330
+ export declare const deserializeAws_json1_1DeleteNamespaceCommand: (
331
+ output: __HttpResponse,
332
+ context: __SerdeContext
333
+ ) => Promise<DeleteNamespaceCommandOutput>;
334
+ export declare const deserializeAws_json1_1DeleteResourcePolicyCommand: (
335
+ output: __HttpResponse,
336
+ context: __SerdeContext
337
+ ) => Promise<DeleteResourcePolicyCommandOutput>;
338
+ export declare const deserializeAws_json1_1DeleteSnapshotCommand: (
339
+ output: __HttpResponse,
340
+ context: __SerdeContext
341
+ ) => Promise<DeleteSnapshotCommandOutput>;
342
+ export declare const deserializeAws_json1_1DeleteUsageLimitCommand: (
343
+ output: __HttpResponse,
344
+ context: __SerdeContext
345
+ ) => Promise<DeleteUsageLimitCommandOutput>;
346
+ export declare const deserializeAws_json1_1DeleteWorkgroupCommand: (
347
+ output: __HttpResponse,
348
+ context: __SerdeContext
349
+ ) => Promise<DeleteWorkgroupCommandOutput>;
350
+ export declare const deserializeAws_json1_1GetCredentialsCommand: (
351
+ output: __HttpResponse,
352
+ context: __SerdeContext
353
+ ) => Promise<GetCredentialsCommandOutput>;
354
+ export declare const deserializeAws_json1_1GetEndpointAccessCommand: (
355
+ output: __HttpResponse,
356
+ context: __SerdeContext
357
+ ) => Promise<GetEndpointAccessCommandOutput>;
358
+ export declare const deserializeAws_json1_1GetNamespaceCommand: (
359
+ output: __HttpResponse,
360
+ context: __SerdeContext
361
+ ) => Promise<GetNamespaceCommandOutput>;
362
+ export declare const deserializeAws_json1_1GetRecoveryPointCommand: (
363
+ output: __HttpResponse,
364
+ context: __SerdeContext
365
+ ) => Promise<GetRecoveryPointCommandOutput>;
366
+ export declare const deserializeAws_json1_1GetResourcePolicyCommand: (
367
+ output: __HttpResponse,
368
+ context: __SerdeContext
369
+ ) => Promise<GetResourcePolicyCommandOutput>;
370
+ export declare const deserializeAws_json1_1GetSnapshotCommand: (
371
+ output: __HttpResponse,
372
+ context: __SerdeContext
373
+ ) => Promise<GetSnapshotCommandOutput>;
374
+ export declare const deserializeAws_json1_1GetUsageLimitCommand: (
375
+ output: __HttpResponse,
376
+ context: __SerdeContext
377
+ ) => Promise<GetUsageLimitCommandOutput>;
378
+ export declare const deserializeAws_json1_1GetWorkgroupCommand: (
379
+ output: __HttpResponse,
380
+ context: __SerdeContext
381
+ ) => Promise<GetWorkgroupCommandOutput>;
382
+ export declare const deserializeAws_json1_1ListEndpointAccessCommand: (
383
+ output: __HttpResponse,
384
+ context: __SerdeContext
385
+ ) => Promise<ListEndpointAccessCommandOutput>;
386
+ export declare const deserializeAws_json1_1ListNamespacesCommand: (
387
+ output: __HttpResponse,
388
+ context: __SerdeContext
389
+ ) => Promise<ListNamespacesCommandOutput>;
390
+ export declare const deserializeAws_json1_1ListRecoveryPointsCommand: (
391
+ output: __HttpResponse,
392
+ context: __SerdeContext
393
+ ) => Promise<ListRecoveryPointsCommandOutput>;
394
+ export declare const deserializeAws_json1_1ListSnapshotsCommand: (
395
+ output: __HttpResponse,
396
+ context: __SerdeContext
397
+ ) => Promise<ListSnapshotsCommandOutput>;
398
+ export declare const deserializeAws_json1_1ListTagsForResourceCommand: (
399
+ output: __HttpResponse,
400
+ context: __SerdeContext
401
+ ) => Promise<ListTagsForResourceCommandOutput>;
402
+ export declare const deserializeAws_json1_1ListUsageLimitsCommand: (
403
+ output: __HttpResponse,
404
+ context: __SerdeContext
405
+ ) => Promise<ListUsageLimitsCommandOutput>;
406
+ export declare const deserializeAws_json1_1ListWorkgroupsCommand: (
407
+ output: __HttpResponse,
408
+ context: __SerdeContext
409
+ ) => Promise<ListWorkgroupsCommandOutput>;
410
+ export declare const deserializeAws_json1_1PutResourcePolicyCommand: (
411
+ output: __HttpResponse,
412
+ context: __SerdeContext
413
+ ) => Promise<PutResourcePolicyCommandOutput>;
414
+ export declare const deserializeAws_json1_1RestoreFromRecoveryPointCommand: (
415
+ output: __HttpResponse,
416
+ context: __SerdeContext
417
+ ) => Promise<RestoreFromRecoveryPointCommandOutput>;
418
+ export declare const deserializeAws_json1_1RestoreFromSnapshotCommand: (
419
+ output: __HttpResponse,
420
+ context: __SerdeContext
421
+ ) => Promise<RestoreFromSnapshotCommandOutput>;
422
+ export declare const deserializeAws_json1_1TagResourceCommand: (
423
+ output: __HttpResponse,
424
+ context: __SerdeContext
425
+ ) => Promise<TagResourceCommandOutput>;
426
+ export declare const deserializeAws_json1_1UntagResourceCommand: (
427
+ output: __HttpResponse,
428
+ context: __SerdeContext
429
+ ) => Promise<UntagResourceCommandOutput>;
430
+ export declare const deserializeAws_json1_1UpdateEndpointAccessCommand: (
431
+ output: __HttpResponse,
432
+ context: __SerdeContext
433
+ ) => Promise<UpdateEndpointAccessCommandOutput>;
434
+ export declare const deserializeAws_json1_1UpdateNamespaceCommand: (
435
+ output: __HttpResponse,
436
+ context: __SerdeContext
437
+ ) => Promise<UpdateNamespaceCommandOutput>;
438
+ export declare const deserializeAws_json1_1UpdateSnapshotCommand: (
439
+ output: __HttpResponse,
440
+ context: __SerdeContext
441
+ ) => Promise<UpdateSnapshotCommandOutput>;
442
+ export declare const deserializeAws_json1_1UpdateUsageLimitCommand: (
443
+ output: __HttpResponse,
444
+ context: __SerdeContext
445
+ ) => Promise<UpdateUsageLimitCommandOutput>;
446
+ export declare const deserializeAws_json1_1UpdateWorkgroupCommand: (
447
+ output: __HttpResponse,
448
+ context: __SerdeContext
449
+ ) => Promise<UpdateWorkgroupCommandOutput>;