@aws-sdk/client-redshift-serverless 3.306.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.
Files changed (85) hide show
  1. package/dist-cjs/commands/ConvertRecoveryPointToSnapshotCommand.js +2 -2
  2. package/dist-cjs/commands/CreateEndpointAccessCommand.js +2 -2
  3. package/dist-cjs/commands/CreateNamespaceCommand.js +2 -2
  4. package/dist-cjs/commands/CreateSnapshotCommand.js +2 -2
  5. package/dist-cjs/commands/CreateUsageLimitCommand.js +2 -2
  6. package/dist-cjs/commands/CreateWorkgroupCommand.js +2 -2
  7. package/dist-cjs/commands/DeleteEndpointAccessCommand.js +2 -2
  8. package/dist-cjs/commands/DeleteNamespaceCommand.js +2 -2
  9. package/dist-cjs/commands/DeleteResourcePolicyCommand.js +2 -2
  10. package/dist-cjs/commands/DeleteSnapshotCommand.js +2 -2
  11. package/dist-cjs/commands/DeleteUsageLimitCommand.js +2 -2
  12. package/dist-cjs/commands/DeleteWorkgroupCommand.js +2 -2
  13. package/dist-cjs/commands/GetCredentialsCommand.js +2 -2
  14. package/dist-cjs/commands/GetEndpointAccessCommand.js +2 -2
  15. package/dist-cjs/commands/GetNamespaceCommand.js +2 -2
  16. package/dist-cjs/commands/GetRecoveryPointCommand.js +2 -2
  17. package/dist-cjs/commands/GetResourcePolicyCommand.js +2 -2
  18. package/dist-cjs/commands/GetSnapshotCommand.js +2 -2
  19. package/dist-cjs/commands/GetTableRestoreStatusCommand.js +2 -2
  20. package/dist-cjs/commands/GetUsageLimitCommand.js +2 -2
  21. package/dist-cjs/commands/GetWorkgroupCommand.js +2 -2
  22. package/dist-cjs/commands/ListEndpointAccessCommand.js +2 -2
  23. package/dist-cjs/commands/ListNamespacesCommand.js +2 -2
  24. package/dist-cjs/commands/ListRecoveryPointsCommand.js +2 -2
  25. package/dist-cjs/commands/ListSnapshotsCommand.js +2 -2
  26. package/dist-cjs/commands/ListTableRestoreStatusCommand.js +2 -2
  27. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  28. package/dist-cjs/commands/ListUsageLimitsCommand.js +2 -2
  29. package/dist-cjs/commands/ListWorkgroupsCommand.js +2 -2
  30. package/dist-cjs/commands/PutResourcePolicyCommand.js +2 -2
  31. package/dist-cjs/commands/RestoreFromRecoveryPointCommand.js +2 -2
  32. package/dist-cjs/commands/RestoreFromSnapshotCommand.js +2 -2
  33. package/dist-cjs/commands/RestoreTableFromSnapshotCommand.js +2 -2
  34. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  35. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  36. package/dist-cjs/commands/UpdateEndpointAccessCommand.js +2 -2
  37. package/dist-cjs/commands/UpdateNamespaceCommand.js +2 -2
  38. package/dist-cjs/commands/UpdateSnapshotCommand.js +2 -2
  39. package/dist-cjs/commands/UpdateUsageLimitCommand.js +2 -2
  40. package/dist-cjs/commands/UpdateWorkgroupCommand.js +2 -2
  41. package/dist-cjs/protocols/Aws_json1_1.js +714 -728
  42. package/dist-es/commands/ConvertRecoveryPointToSnapshotCommand.js +3 -3
  43. package/dist-es/commands/CreateEndpointAccessCommand.js +3 -3
  44. package/dist-es/commands/CreateNamespaceCommand.js +3 -3
  45. package/dist-es/commands/CreateSnapshotCommand.js +3 -3
  46. package/dist-es/commands/CreateUsageLimitCommand.js +3 -3
  47. package/dist-es/commands/CreateWorkgroupCommand.js +3 -3
  48. package/dist-es/commands/DeleteEndpointAccessCommand.js +3 -3
  49. package/dist-es/commands/DeleteNamespaceCommand.js +3 -3
  50. package/dist-es/commands/DeleteResourcePolicyCommand.js +3 -3
  51. package/dist-es/commands/DeleteSnapshotCommand.js +3 -3
  52. package/dist-es/commands/DeleteUsageLimitCommand.js +3 -3
  53. package/dist-es/commands/DeleteWorkgroupCommand.js +3 -3
  54. package/dist-es/commands/GetCredentialsCommand.js +3 -3
  55. package/dist-es/commands/GetEndpointAccessCommand.js +3 -3
  56. package/dist-es/commands/GetNamespaceCommand.js +3 -3
  57. package/dist-es/commands/GetRecoveryPointCommand.js +3 -3
  58. package/dist-es/commands/GetResourcePolicyCommand.js +3 -3
  59. package/dist-es/commands/GetSnapshotCommand.js +3 -3
  60. package/dist-es/commands/GetTableRestoreStatusCommand.js +3 -3
  61. package/dist-es/commands/GetUsageLimitCommand.js +3 -3
  62. package/dist-es/commands/GetWorkgroupCommand.js +3 -3
  63. package/dist-es/commands/ListEndpointAccessCommand.js +3 -3
  64. package/dist-es/commands/ListNamespacesCommand.js +3 -3
  65. package/dist-es/commands/ListRecoveryPointsCommand.js +3 -3
  66. package/dist-es/commands/ListSnapshotsCommand.js +3 -3
  67. package/dist-es/commands/ListTableRestoreStatusCommand.js +3 -3
  68. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  69. package/dist-es/commands/ListUsageLimitsCommand.js +3 -3
  70. package/dist-es/commands/ListWorkgroupsCommand.js +3 -3
  71. package/dist-es/commands/PutResourcePolicyCommand.js +3 -3
  72. package/dist-es/commands/RestoreFromRecoveryPointCommand.js +3 -3
  73. package/dist-es/commands/RestoreFromSnapshotCommand.js +3 -3
  74. package/dist-es/commands/RestoreTableFromSnapshotCommand.js +3 -3
  75. package/dist-es/commands/TagResourceCommand.js +3 -3
  76. package/dist-es/commands/UntagResourceCommand.js +3 -3
  77. package/dist-es/commands/UpdateEndpointAccessCommand.js +3 -3
  78. package/dist-es/commands/UpdateNamespaceCommand.js +3 -3
  79. package/dist-es/commands/UpdateSnapshotCommand.js +3 -3
  80. package/dist-es/commands/UpdateUsageLimitCommand.js +3 -3
  81. package/dist-es/commands/UpdateWorkgroupCommand.js +3 -3
  82. package/dist-es/protocols/Aws_json1_1.js +632 -646
  83. package/dist-types/protocols/Aws_json1_1.d.ts +320 -80
  84. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +80 -80
  85. package/package.json +6 -6
@@ -40,83 +40,323 @@ import { UpdateNamespaceCommandInput, UpdateNamespaceCommandOutput } from "../co
40
40
  import { UpdateSnapshotCommandInput, UpdateSnapshotCommandOutput } from "../commands/UpdateSnapshotCommand";
41
41
  import { UpdateUsageLimitCommandInput, UpdateUsageLimitCommandOutput } from "../commands/UpdateUsageLimitCommand";
42
42
  import { UpdateWorkgroupCommandInput, UpdateWorkgroupCommandOutput } from "../commands/UpdateWorkgroupCommand";
43
- export declare const serializeAws_json1_1ConvertRecoveryPointToSnapshotCommand: (input: ConvertRecoveryPointToSnapshotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
44
- export declare const serializeAws_json1_1CreateEndpointAccessCommand: (input: CreateEndpointAccessCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
45
- export declare const serializeAws_json1_1CreateNamespaceCommand: (input: CreateNamespaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
46
- export declare const serializeAws_json1_1CreateSnapshotCommand: (input: CreateSnapshotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
47
- export declare const serializeAws_json1_1CreateUsageLimitCommand: (input: CreateUsageLimitCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
48
- export declare const serializeAws_json1_1CreateWorkgroupCommand: (input: CreateWorkgroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
49
- export declare const serializeAws_json1_1DeleteEndpointAccessCommand: (input: DeleteEndpointAccessCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
- export declare const serializeAws_json1_1DeleteNamespaceCommand: (input: DeleteNamespaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
51
- export declare const serializeAws_json1_1DeleteResourcePolicyCommand: (input: DeleteResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
52
- export declare const serializeAws_json1_1DeleteSnapshotCommand: (input: DeleteSnapshotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
- export declare const serializeAws_json1_1DeleteUsageLimitCommand: (input: DeleteUsageLimitCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
- export declare const serializeAws_json1_1DeleteWorkgroupCommand: (input: DeleteWorkgroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
- export declare const serializeAws_json1_1GetCredentialsCommand: (input: GetCredentialsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
- export declare const serializeAws_json1_1GetEndpointAccessCommand: (input: GetEndpointAccessCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
- export declare const serializeAws_json1_1GetNamespaceCommand: (input: GetNamespaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
- export declare const serializeAws_json1_1GetRecoveryPointCommand: (input: GetRecoveryPointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
- export declare const serializeAws_json1_1GetResourcePolicyCommand: (input: GetResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
- export declare const serializeAws_json1_1GetSnapshotCommand: (input: GetSnapshotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
- export declare const serializeAws_json1_1GetTableRestoreStatusCommand: (input: GetTableRestoreStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
- export declare const serializeAws_json1_1GetUsageLimitCommand: (input: GetUsageLimitCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
- export declare const serializeAws_json1_1GetWorkgroupCommand: (input: GetWorkgroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
- export declare const serializeAws_json1_1ListEndpointAccessCommand: (input: ListEndpointAccessCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
- export declare const serializeAws_json1_1ListNamespacesCommand: (input: ListNamespacesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
- export declare const serializeAws_json1_1ListRecoveryPointsCommand: (input: ListRecoveryPointsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
- export declare const serializeAws_json1_1ListSnapshotsCommand: (input: ListSnapshotsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
68
- export declare const serializeAws_json1_1ListTableRestoreStatusCommand: (input: ListTableRestoreStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
69
- export declare const serializeAws_json1_1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
- export declare const serializeAws_json1_1ListUsageLimitsCommand: (input: ListUsageLimitsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
- export declare const serializeAws_json1_1ListWorkgroupsCommand: (input: ListWorkgroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
- export declare const serializeAws_json1_1PutResourcePolicyCommand: (input: PutResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
- export declare const serializeAws_json1_1RestoreFromRecoveryPointCommand: (input: RestoreFromRecoveryPointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
- export declare const serializeAws_json1_1RestoreFromSnapshotCommand: (input: RestoreFromSnapshotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
- export declare const serializeAws_json1_1RestoreTableFromSnapshotCommand: (input: RestoreTableFromSnapshotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
76
- export declare const serializeAws_json1_1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
- export declare const serializeAws_json1_1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
- export declare const serializeAws_json1_1UpdateEndpointAccessCommand: (input: UpdateEndpointAccessCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
79
- export declare const serializeAws_json1_1UpdateNamespaceCommand: (input: UpdateNamespaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
80
- export declare const serializeAws_json1_1UpdateSnapshotCommand: (input: UpdateSnapshotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
81
- export declare const serializeAws_json1_1UpdateUsageLimitCommand: (input: UpdateUsageLimitCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
- export declare const serializeAws_json1_1UpdateWorkgroupCommand: (input: UpdateWorkgroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
83
- export declare const deserializeAws_json1_1ConvertRecoveryPointToSnapshotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ConvertRecoveryPointToSnapshotCommandOutput>;
84
- export declare const deserializeAws_json1_1CreateEndpointAccessCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateEndpointAccessCommandOutput>;
85
- export declare const deserializeAws_json1_1CreateNamespaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateNamespaceCommandOutput>;
86
- export declare const deserializeAws_json1_1CreateSnapshotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSnapshotCommandOutput>;
87
- export declare const deserializeAws_json1_1CreateUsageLimitCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateUsageLimitCommandOutput>;
88
- export declare const deserializeAws_json1_1CreateWorkgroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateWorkgroupCommandOutput>;
89
- export declare const deserializeAws_json1_1DeleteEndpointAccessCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteEndpointAccessCommandOutput>;
90
- export declare const deserializeAws_json1_1DeleteNamespaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteNamespaceCommandOutput>;
91
- export declare const deserializeAws_json1_1DeleteResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteResourcePolicyCommandOutput>;
92
- export declare const deserializeAws_json1_1DeleteSnapshotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSnapshotCommandOutput>;
93
- export declare const deserializeAws_json1_1DeleteUsageLimitCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteUsageLimitCommandOutput>;
94
- export declare const deserializeAws_json1_1DeleteWorkgroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteWorkgroupCommandOutput>;
95
- export declare const deserializeAws_json1_1GetCredentialsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCredentialsCommandOutput>;
96
- export declare const deserializeAws_json1_1GetEndpointAccessCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetEndpointAccessCommandOutput>;
97
- export declare const deserializeAws_json1_1GetNamespaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetNamespaceCommandOutput>;
98
- export declare const deserializeAws_json1_1GetRecoveryPointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRecoveryPointCommandOutput>;
99
- export declare const deserializeAws_json1_1GetResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResourcePolicyCommandOutput>;
100
- export declare const deserializeAws_json1_1GetSnapshotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSnapshotCommandOutput>;
101
- export declare const deserializeAws_json1_1GetTableRestoreStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTableRestoreStatusCommandOutput>;
102
- export declare const deserializeAws_json1_1GetUsageLimitCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetUsageLimitCommandOutput>;
103
- export declare const deserializeAws_json1_1GetWorkgroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetWorkgroupCommandOutput>;
104
- export declare const deserializeAws_json1_1ListEndpointAccessCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEndpointAccessCommandOutput>;
105
- export declare const deserializeAws_json1_1ListNamespacesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListNamespacesCommandOutput>;
106
- export declare const deserializeAws_json1_1ListRecoveryPointsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRecoveryPointsCommandOutput>;
107
- export declare const deserializeAws_json1_1ListSnapshotsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSnapshotsCommandOutput>;
108
- export declare const deserializeAws_json1_1ListTableRestoreStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTableRestoreStatusCommandOutput>;
109
- export declare const deserializeAws_json1_1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
110
- export declare const deserializeAws_json1_1ListUsageLimitsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListUsageLimitsCommandOutput>;
111
- export declare const deserializeAws_json1_1ListWorkgroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWorkgroupsCommandOutput>;
112
- export declare const deserializeAws_json1_1PutResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutResourcePolicyCommandOutput>;
113
- export declare const deserializeAws_json1_1RestoreFromRecoveryPointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RestoreFromRecoveryPointCommandOutput>;
114
- export declare const deserializeAws_json1_1RestoreFromSnapshotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RestoreFromSnapshotCommandOutput>;
115
- export declare const deserializeAws_json1_1RestoreTableFromSnapshotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RestoreTableFromSnapshotCommandOutput>;
116
- export declare const deserializeAws_json1_1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
117
- export declare const deserializeAws_json1_1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
118
- export declare const deserializeAws_json1_1UpdateEndpointAccessCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateEndpointAccessCommandOutput>;
119
- export declare const deserializeAws_json1_1UpdateNamespaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateNamespaceCommandOutput>;
120
- export declare const deserializeAws_json1_1UpdateSnapshotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSnapshotCommandOutput>;
121
- export declare const deserializeAws_json1_1UpdateUsageLimitCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateUsageLimitCommandOutput>;
122
- export declare const deserializeAws_json1_1UpdateWorkgroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateWorkgroupCommandOutput>;
43
+ /**
44
+ * serializeAws_json1_1ConvertRecoveryPointToSnapshotCommand
45
+ */
46
+ export declare const se_ConvertRecoveryPointToSnapshotCommand: (input: ConvertRecoveryPointToSnapshotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
47
+ /**
48
+ * serializeAws_json1_1CreateEndpointAccessCommand
49
+ */
50
+ export declare const se_CreateEndpointAccessCommand: (input: CreateEndpointAccessCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
51
+ /**
52
+ * serializeAws_json1_1CreateNamespaceCommand
53
+ */
54
+ export declare const se_CreateNamespaceCommand: (input: CreateNamespaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
+ /**
56
+ * serializeAws_json1_1CreateSnapshotCommand
57
+ */
58
+ export declare const se_CreateSnapshotCommand: (input: CreateSnapshotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
+ /**
60
+ * serializeAws_json1_1CreateUsageLimitCommand
61
+ */
62
+ export declare const se_CreateUsageLimitCommand: (input: CreateUsageLimitCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
+ /**
64
+ * serializeAws_json1_1CreateWorkgroupCommand
65
+ */
66
+ export declare const se_CreateWorkgroupCommand: (input: CreateWorkgroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
+ /**
68
+ * serializeAws_json1_1DeleteEndpointAccessCommand
69
+ */
70
+ export declare const se_DeleteEndpointAccessCommand: (input: DeleteEndpointAccessCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
+ /**
72
+ * serializeAws_json1_1DeleteNamespaceCommand
73
+ */
74
+ export declare const se_DeleteNamespaceCommand: (input: DeleteNamespaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
+ /**
76
+ * serializeAws_json1_1DeleteResourcePolicyCommand
77
+ */
78
+ export declare const se_DeleteResourcePolicyCommand: (input: DeleteResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
79
+ /**
80
+ * serializeAws_json1_1DeleteSnapshotCommand
81
+ */
82
+ export declare const se_DeleteSnapshotCommand: (input: DeleteSnapshotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
83
+ /**
84
+ * serializeAws_json1_1DeleteUsageLimitCommand
85
+ */
86
+ export declare const se_DeleteUsageLimitCommand: (input: DeleteUsageLimitCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
87
+ /**
88
+ * serializeAws_json1_1DeleteWorkgroupCommand
89
+ */
90
+ export declare const se_DeleteWorkgroupCommand: (input: DeleteWorkgroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
91
+ /**
92
+ * serializeAws_json1_1GetCredentialsCommand
93
+ */
94
+ export declare const se_GetCredentialsCommand: (input: GetCredentialsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
95
+ /**
96
+ * serializeAws_json1_1GetEndpointAccessCommand
97
+ */
98
+ export declare const se_GetEndpointAccessCommand: (input: GetEndpointAccessCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
99
+ /**
100
+ * serializeAws_json1_1GetNamespaceCommand
101
+ */
102
+ export declare const se_GetNamespaceCommand: (input: GetNamespaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
103
+ /**
104
+ * serializeAws_json1_1GetRecoveryPointCommand
105
+ */
106
+ export declare const se_GetRecoveryPointCommand: (input: GetRecoveryPointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
107
+ /**
108
+ * serializeAws_json1_1GetResourcePolicyCommand
109
+ */
110
+ export declare const se_GetResourcePolicyCommand: (input: GetResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
111
+ /**
112
+ * serializeAws_json1_1GetSnapshotCommand
113
+ */
114
+ export declare const se_GetSnapshotCommand: (input: GetSnapshotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
115
+ /**
116
+ * serializeAws_json1_1GetTableRestoreStatusCommand
117
+ */
118
+ export declare const se_GetTableRestoreStatusCommand: (input: GetTableRestoreStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
119
+ /**
120
+ * serializeAws_json1_1GetUsageLimitCommand
121
+ */
122
+ export declare const se_GetUsageLimitCommand: (input: GetUsageLimitCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
123
+ /**
124
+ * serializeAws_json1_1GetWorkgroupCommand
125
+ */
126
+ export declare const se_GetWorkgroupCommand: (input: GetWorkgroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
127
+ /**
128
+ * serializeAws_json1_1ListEndpointAccessCommand
129
+ */
130
+ export declare const se_ListEndpointAccessCommand: (input: ListEndpointAccessCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
131
+ /**
132
+ * serializeAws_json1_1ListNamespacesCommand
133
+ */
134
+ export declare const se_ListNamespacesCommand: (input: ListNamespacesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
135
+ /**
136
+ * serializeAws_json1_1ListRecoveryPointsCommand
137
+ */
138
+ export declare const se_ListRecoveryPointsCommand: (input: ListRecoveryPointsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
139
+ /**
140
+ * serializeAws_json1_1ListSnapshotsCommand
141
+ */
142
+ export declare const se_ListSnapshotsCommand: (input: ListSnapshotsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
143
+ /**
144
+ * serializeAws_json1_1ListTableRestoreStatusCommand
145
+ */
146
+ export declare const se_ListTableRestoreStatusCommand: (input: ListTableRestoreStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
147
+ /**
148
+ * serializeAws_json1_1ListTagsForResourceCommand
149
+ */
150
+ export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
151
+ /**
152
+ * serializeAws_json1_1ListUsageLimitsCommand
153
+ */
154
+ export declare const se_ListUsageLimitsCommand: (input: ListUsageLimitsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
155
+ /**
156
+ * serializeAws_json1_1ListWorkgroupsCommand
157
+ */
158
+ export declare const se_ListWorkgroupsCommand: (input: ListWorkgroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
159
+ /**
160
+ * serializeAws_json1_1PutResourcePolicyCommand
161
+ */
162
+ export declare const se_PutResourcePolicyCommand: (input: PutResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
163
+ /**
164
+ * serializeAws_json1_1RestoreFromRecoveryPointCommand
165
+ */
166
+ export declare const se_RestoreFromRecoveryPointCommand: (input: RestoreFromRecoveryPointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
167
+ /**
168
+ * serializeAws_json1_1RestoreFromSnapshotCommand
169
+ */
170
+ export declare const se_RestoreFromSnapshotCommand: (input: RestoreFromSnapshotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
171
+ /**
172
+ * serializeAws_json1_1RestoreTableFromSnapshotCommand
173
+ */
174
+ export declare const se_RestoreTableFromSnapshotCommand: (input: RestoreTableFromSnapshotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
175
+ /**
176
+ * serializeAws_json1_1TagResourceCommand
177
+ */
178
+ export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
179
+ /**
180
+ * serializeAws_json1_1UntagResourceCommand
181
+ */
182
+ export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
183
+ /**
184
+ * serializeAws_json1_1UpdateEndpointAccessCommand
185
+ */
186
+ export declare const se_UpdateEndpointAccessCommand: (input: UpdateEndpointAccessCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
187
+ /**
188
+ * serializeAws_json1_1UpdateNamespaceCommand
189
+ */
190
+ export declare const se_UpdateNamespaceCommand: (input: UpdateNamespaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
191
+ /**
192
+ * serializeAws_json1_1UpdateSnapshotCommand
193
+ */
194
+ export declare const se_UpdateSnapshotCommand: (input: UpdateSnapshotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
195
+ /**
196
+ * serializeAws_json1_1UpdateUsageLimitCommand
197
+ */
198
+ export declare const se_UpdateUsageLimitCommand: (input: UpdateUsageLimitCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
199
+ /**
200
+ * serializeAws_json1_1UpdateWorkgroupCommand
201
+ */
202
+ export declare const se_UpdateWorkgroupCommand: (input: UpdateWorkgroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
203
+ /**
204
+ * deserializeAws_json1_1ConvertRecoveryPointToSnapshotCommand
205
+ */
206
+ export declare const de_ConvertRecoveryPointToSnapshotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ConvertRecoveryPointToSnapshotCommandOutput>;
207
+ /**
208
+ * deserializeAws_json1_1CreateEndpointAccessCommand
209
+ */
210
+ export declare const de_CreateEndpointAccessCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateEndpointAccessCommandOutput>;
211
+ /**
212
+ * deserializeAws_json1_1CreateNamespaceCommand
213
+ */
214
+ export declare const de_CreateNamespaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateNamespaceCommandOutput>;
215
+ /**
216
+ * deserializeAws_json1_1CreateSnapshotCommand
217
+ */
218
+ export declare const de_CreateSnapshotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSnapshotCommandOutput>;
219
+ /**
220
+ * deserializeAws_json1_1CreateUsageLimitCommand
221
+ */
222
+ export declare const de_CreateUsageLimitCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateUsageLimitCommandOutput>;
223
+ /**
224
+ * deserializeAws_json1_1CreateWorkgroupCommand
225
+ */
226
+ export declare const de_CreateWorkgroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateWorkgroupCommandOutput>;
227
+ /**
228
+ * deserializeAws_json1_1DeleteEndpointAccessCommand
229
+ */
230
+ export declare const de_DeleteEndpointAccessCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteEndpointAccessCommandOutput>;
231
+ /**
232
+ * deserializeAws_json1_1DeleteNamespaceCommand
233
+ */
234
+ export declare const de_DeleteNamespaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteNamespaceCommandOutput>;
235
+ /**
236
+ * deserializeAws_json1_1DeleteResourcePolicyCommand
237
+ */
238
+ export declare const de_DeleteResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteResourcePolicyCommandOutput>;
239
+ /**
240
+ * deserializeAws_json1_1DeleteSnapshotCommand
241
+ */
242
+ export declare const de_DeleteSnapshotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSnapshotCommandOutput>;
243
+ /**
244
+ * deserializeAws_json1_1DeleteUsageLimitCommand
245
+ */
246
+ export declare const de_DeleteUsageLimitCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteUsageLimitCommandOutput>;
247
+ /**
248
+ * deserializeAws_json1_1DeleteWorkgroupCommand
249
+ */
250
+ export declare const de_DeleteWorkgroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteWorkgroupCommandOutput>;
251
+ /**
252
+ * deserializeAws_json1_1GetCredentialsCommand
253
+ */
254
+ export declare const de_GetCredentialsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCredentialsCommandOutput>;
255
+ /**
256
+ * deserializeAws_json1_1GetEndpointAccessCommand
257
+ */
258
+ export declare const de_GetEndpointAccessCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetEndpointAccessCommandOutput>;
259
+ /**
260
+ * deserializeAws_json1_1GetNamespaceCommand
261
+ */
262
+ export declare const de_GetNamespaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetNamespaceCommandOutput>;
263
+ /**
264
+ * deserializeAws_json1_1GetRecoveryPointCommand
265
+ */
266
+ export declare const de_GetRecoveryPointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRecoveryPointCommandOutput>;
267
+ /**
268
+ * deserializeAws_json1_1GetResourcePolicyCommand
269
+ */
270
+ export declare const de_GetResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResourcePolicyCommandOutput>;
271
+ /**
272
+ * deserializeAws_json1_1GetSnapshotCommand
273
+ */
274
+ export declare const de_GetSnapshotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSnapshotCommandOutput>;
275
+ /**
276
+ * deserializeAws_json1_1GetTableRestoreStatusCommand
277
+ */
278
+ export declare const de_GetTableRestoreStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTableRestoreStatusCommandOutput>;
279
+ /**
280
+ * deserializeAws_json1_1GetUsageLimitCommand
281
+ */
282
+ export declare const de_GetUsageLimitCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetUsageLimitCommandOutput>;
283
+ /**
284
+ * deserializeAws_json1_1GetWorkgroupCommand
285
+ */
286
+ export declare const de_GetWorkgroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetWorkgroupCommandOutput>;
287
+ /**
288
+ * deserializeAws_json1_1ListEndpointAccessCommand
289
+ */
290
+ export declare const de_ListEndpointAccessCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEndpointAccessCommandOutput>;
291
+ /**
292
+ * deserializeAws_json1_1ListNamespacesCommand
293
+ */
294
+ export declare const de_ListNamespacesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListNamespacesCommandOutput>;
295
+ /**
296
+ * deserializeAws_json1_1ListRecoveryPointsCommand
297
+ */
298
+ export declare const de_ListRecoveryPointsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRecoveryPointsCommandOutput>;
299
+ /**
300
+ * deserializeAws_json1_1ListSnapshotsCommand
301
+ */
302
+ export declare const de_ListSnapshotsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSnapshotsCommandOutput>;
303
+ /**
304
+ * deserializeAws_json1_1ListTableRestoreStatusCommand
305
+ */
306
+ export declare const de_ListTableRestoreStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTableRestoreStatusCommandOutput>;
307
+ /**
308
+ * deserializeAws_json1_1ListTagsForResourceCommand
309
+ */
310
+ export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
311
+ /**
312
+ * deserializeAws_json1_1ListUsageLimitsCommand
313
+ */
314
+ export declare const de_ListUsageLimitsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListUsageLimitsCommandOutput>;
315
+ /**
316
+ * deserializeAws_json1_1ListWorkgroupsCommand
317
+ */
318
+ export declare const de_ListWorkgroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWorkgroupsCommandOutput>;
319
+ /**
320
+ * deserializeAws_json1_1PutResourcePolicyCommand
321
+ */
322
+ export declare const de_PutResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutResourcePolicyCommandOutput>;
323
+ /**
324
+ * deserializeAws_json1_1RestoreFromRecoveryPointCommand
325
+ */
326
+ export declare const de_RestoreFromRecoveryPointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RestoreFromRecoveryPointCommandOutput>;
327
+ /**
328
+ * deserializeAws_json1_1RestoreFromSnapshotCommand
329
+ */
330
+ export declare const de_RestoreFromSnapshotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RestoreFromSnapshotCommandOutput>;
331
+ /**
332
+ * deserializeAws_json1_1RestoreTableFromSnapshotCommand
333
+ */
334
+ export declare const de_RestoreTableFromSnapshotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RestoreTableFromSnapshotCommandOutput>;
335
+ /**
336
+ * deserializeAws_json1_1TagResourceCommand
337
+ */
338
+ export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
339
+ /**
340
+ * deserializeAws_json1_1UntagResourceCommand
341
+ */
342
+ export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
343
+ /**
344
+ * deserializeAws_json1_1UpdateEndpointAccessCommand
345
+ */
346
+ export declare const de_UpdateEndpointAccessCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateEndpointAccessCommandOutput>;
347
+ /**
348
+ * deserializeAws_json1_1UpdateNamespaceCommand
349
+ */
350
+ export declare const de_UpdateNamespaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateNamespaceCommandOutput>;
351
+ /**
352
+ * deserializeAws_json1_1UpdateSnapshotCommand
353
+ */
354
+ export declare const de_UpdateSnapshotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSnapshotCommandOutput>;
355
+ /**
356
+ * deserializeAws_json1_1UpdateUsageLimitCommand
357
+ */
358
+ export declare const de_UpdateUsageLimitCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateUsageLimitCommandOutput>;
359
+ /**
360
+ * deserializeAws_json1_1UpdateWorkgroupCommand
361
+ */
362
+ export declare const de_UpdateWorkgroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateWorkgroupCommandOutput>;