@aws-sdk/client-redshift-serverless 3.926.0 → 3.928.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +2135 -2484
- package/dist-cjs/runtimeConfig.shared.js +7 -0
- package/dist-es/RedshiftServerlessClient.js +2 -0
- package/dist-es/commands/ConvertRecoveryPointToSnapshotCommand.js +3 -9
- package/dist-es/commands/CreateCustomDomainAssociationCommand.js +3 -9
- package/dist-es/commands/CreateEndpointAccessCommand.js +3 -9
- package/dist-es/commands/CreateNamespaceCommand.js +3 -10
- package/dist-es/commands/CreateReservationCommand.js +3 -9
- package/dist-es/commands/CreateScheduledActionCommand.js +3 -9
- package/dist-es/commands/CreateSnapshotCommand.js +3 -9
- package/dist-es/commands/CreateSnapshotCopyConfigurationCommand.js +3 -9
- package/dist-es/commands/CreateUsageLimitCommand.js +3 -9
- package/dist-es/commands/CreateWorkgroupCommand.js +3 -9
- package/dist-es/commands/DeleteCustomDomainAssociationCommand.js +3 -9
- package/dist-es/commands/DeleteEndpointAccessCommand.js +3 -9
- package/dist-es/commands/DeleteNamespaceCommand.js +3 -10
- package/dist-es/commands/DeleteResourcePolicyCommand.js +3 -9
- package/dist-es/commands/DeleteScheduledActionCommand.js +3 -9
- package/dist-es/commands/DeleteSnapshotCommand.js +3 -9
- package/dist-es/commands/DeleteSnapshotCopyConfigurationCommand.js +3 -9
- package/dist-es/commands/DeleteUsageLimitCommand.js +3 -9
- package/dist-es/commands/DeleteWorkgroupCommand.js +3 -9
- package/dist-es/commands/GetCredentialsCommand.js +3 -10
- package/dist-es/commands/GetCustomDomainAssociationCommand.js +3 -9
- package/dist-es/commands/GetEndpointAccessCommand.js +3 -9
- package/dist-es/commands/GetNamespaceCommand.js +3 -10
- package/dist-es/commands/GetRecoveryPointCommand.js +3 -9
- package/dist-es/commands/GetReservationCommand.js +3 -9
- package/dist-es/commands/GetReservationOfferingCommand.js +3 -9
- package/dist-es/commands/GetResourcePolicyCommand.js +3 -9
- package/dist-es/commands/GetScheduledActionCommand.js +3 -9
- package/dist-es/commands/GetSnapshotCommand.js +3 -9
- package/dist-es/commands/GetTableRestoreStatusCommand.js +3 -9
- package/dist-es/commands/GetTrackCommand.js +3 -9
- package/dist-es/commands/GetUsageLimitCommand.js +3 -9
- package/dist-es/commands/GetWorkgroupCommand.js +3 -9
- package/dist-es/commands/ListCustomDomainAssociationsCommand.js +3 -9
- package/dist-es/commands/ListEndpointAccessCommand.js +3 -9
- package/dist-es/commands/ListManagedWorkgroupsCommand.js +3 -9
- package/dist-es/commands/ListNamespacesCommand.js +3 -10
- package/dist-es/commands/ListRecoveryPointsCommand.js +3 -9
- package/dist-es/commands/ListReservationOfferingsCommand.js +3 -9
- package/dist-es/commands/ListReservationsCommand.js +3 -9
- package/dist-es/commands/ListScheduledActionsCommand.js +3 -9
- package/dist-es/commands/ListSnapshotCopyConfigurationsCommand.js +3 -9
- package/dist-es/commands/ListSnapshotsCommand.js +3 -9
- package/dist-es/commands/ListTableRestoreStatusCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/ListTracksCommand.js +3 -9
- package/dist-es/commands/ListUsageLimitsCommand.js +3 -9
- package/dist-es/commands/ListWorkgroupsCommand.js +3 -9
- package/dist-es/commands/PutResourcePolicyCommand.js +3 -9
- package/dist-es/commands/RestoreFromRecoveryPointCommand.js +3 -10
- package/dist-es/commands/RestoreFromSnapshotCommand.js +3 -10
- package/dist-es/commands/RestoreTableFromRecoveryPointCommand.js +3 -9
- package/dist-es/commands/RestoreTableFromSnapshotCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateCustomDomainAssociationCommand.js +3 -9
- package/dist-es/commands/UpdateEndpointAccessCommand.js +3 -9
- package/dist-es/commands/UpdateNamespaceCommand.js +3 -10
- package/dist-es/commands/UpdateScheduledActionCommand.js +3 -9
- package/dist-es/commands/UpdateSnapshotCommand.js +3 -9
- package/dist-es/commands/UpdateSnapshotCopyConfigurationCommand.js +3 -9
- package/dist-es/commands/UpdateUsageLimitCommand.js +3 -9
- package/dist-es/commands/UpdateWorkgroupCommand.js +3 -9
- package/dist-es/models/models_0.js +0 -48
- package/dist-es/runtimeConfig.shared.js +7 -0
- package/dist-es/schemas/schemas_0.js +1984 -0
- package/dist-types/RedshiftServerlessClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +0 -44
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +261 -0
- package/dist-types/ts3.4/RedshiftServerlessClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -31
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +267 -0
- package/package.json +5 -6
- package/dist-es/protocols/Aws_json1_1.js +0 -1956
- package/dist-types/protocols/Aws_json1_1.d.ts +0 -569
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -761
|
@@ -0,0 +1,1984 @@
|
|
|
1
|
+
const _A = "Association";
|
|
2
|
+
const _ADE = "AccessDeniedException";
|
|
3
|
+
const _AL = "AssociationList";
|
|
4
|
+
const _CCDA = "CreateCustomDomainAssociation";
|
|
5
|
+
const _CCDAR = "CreateCustomDomainAssociationRequest";
|
|
6
|
+
const _CCDARr = "CreateCustomDomainAssociationResponse";
|
|
7
|
+
const _CE = "ConflictException";
|
|
8
|
+
const _CEA = "CreateEndpointAccess";
|
|
9
|
+
const _CEAR = "CreateEndpointAccessRequest";
|
|
10
|
+
const _CEARr = "CreateEndpointAccessResponse";
|
|
11
|
+
const _CN = "CreateNamespace";
|
|
12
|
+
const _CNR = "CreateNamespaceRequest";
|
|
13
|
+
const _CNRr = "CreateNamespaceResponse";
|
|
14
|
+
const _CP = "ConfigParameter";
|
|
15
|
+
const _CPL = "ConfigParameterList";
|
|
16
|
+
const _CR = "CreateReservation";
|
|
17
|
+
const _CRPTS = "ConvertRecoveryPointToSnapshot";
|
|
18
|
+
const _CRPTSR = "ConvertRecoveryPointToSnapshotRequest";
|
|
19
|
+
const _CRPTSRo = "ConvertRecoveryPointToSnapshotResponse";
|
|
20
|
+
const _CRR = "CreateReservationRequest";
|
|
21
|
+
const _CRRr = "CreateReservationResponse";
|
|
22
|
+
const _CS = "CreateSnapshot";
|
|
23
|
+
const _CSA = "CreateScheduledAction";
|
|
24
|
+
const _CSAR = "CreateScheduledActionRequest";
|
|
25
|
+
const _CSARr = "CreateScheduledActionResponse";
|
|
26
|
+
const _CSCC = "CreateSnapshotCopyConfiguration";
|
|
27
|
+
const _CSCCR = "CreateSnapshotCopyConfigurationRequest";
|
|
28
|
+
const _CSCCRr = "CreateSnapshotCopyConfigurationResponse";
|
|
29
|
+
const _CSR = "CreateSnapshotRequest";
|
|
30
|
+
const _CSRr = "CreateSnapshotResponse";
|
|
31
|
+
const _CSSAP = "CreateSnapshotScheduleActionParameters";
|
|
32
|
+
const _CUL = "CreateUsageLimit";
|
|
33
|
+
const _CULR = "CreateUsageLimitRequest";
|
|
34
|
+
const _CULRr = "CreateUsageLimitResponse";
|
|
35
|
+
const _CW = "CreateWorkgroup";
|
|
36
|
+
const _CWR = "CreateWorkgroupRequest";
|
|
37
|
+
const _CWRr = "CreateWorkgroupResponse";
|
|
38
|
+
const _DCDA = "DeleteCustomDomainAssociation";
|
|
39
|
+
const _DCDAR = "DeleteCustomDomainAssociationRequest";
|
|
40
|
+
const _DCDARe = "DeleteCustomDomainAssociationResponse";
|
|
41
|
+
const _DEA = "DeleteEndpointAccess";
|
|
42
|
+
const _DEAR = "DeleteEndpointAccessRequest";
|
|
43
|
+
const _DEARe = "DeleteEndpointAccessResponse";
|
|
44
|
+
const _DN = "DeleteNamespace";
|
|
45
|
+
const _DNR = "DeleteNamespaceRequest";
|
|
46
|
+
const _DNRe = "DeleteNamespaceResponse";
|
|
47
|
+
const _DP = "DbPassword";
|
|
48
|
+
const _DRP = "DeleteResourcePolicy";
|
|
49
|
+
const _DRPR = "DeleteResourcePolicyRequest";
|
|
50
|
+
const _DRPRe = "DeleteResourcePolicyResponse";
|
|
51
|
+
const _DS = "DeleteSnapshot";
|
|
52
|
+
const _DSA = "DeleteScheduledAction";
|
|
53
|
+
const _DSAR = "DeleteScheduledActionRequest";
|
|
54
|
+
const _DSARe = "DeleteScheduledActionResponse";
|
|
55
|
+
const _DSCC = "DeleteSnapshotCopyConfiguration";
|
|
56
|
+
const _DSCCR = "DeleteSnapshotCopyConfigurationRequest";
|
|
57
|
+
const _DSCCRe = "DeleteSnapshotCopyConfigurationResponse";
|
|
58
|
+
const _DSR = "DeleteSnapshotRequest";
|
|
59
|
+
const _DSRe = "DeleteSnapshotResponse";
|
|
60
|
+
const _DU = "DbUser";
|
|
61
|
+
const _DUL = "DeleteUsageLimit";
|
|
62
|
+
const _DULR = "DeleteUsageLimitRequest";
|
|
63
|
+
const _DULRe = "DeleteUsageLimitResponse";
|
|
64
|
+
const _DW = "DeleteWorkgroup";
|
|
65
|
+
const _DWR = "DeleteWorkgroupRequest";
|
|
66
|
+
const _DWRe = "DeleteWorkgroupResponse";
|
|
67
|
+
const _E = "Endpoint";
|
|
68
|
+
const _EA = "EndpointAccess";
|
|
69
|
+
const _EAL = "EndpointAccessList";
|
|
70
|
+
const _GC = "GetCredentials";
|
|
71
|
+
const _GCDA = "GetCustomDomainAssociation";
|
|
72
|
+
const _GCDAR = "GetCustomDomainAssociationRequest";
|
|
73
|
+
const _GCDARe = "GetCustomDomainAssociationResponse";
|
|
74
|
+
const _GCR = "GetCredentialsRequest";
|
|
75
|
+
const _GCRe = "GetCredentialsResponse";
|
|
76
|
+
const _GEA = "GetEndpointAccess";
|
|
77
|
+
const _GEAR = "GetEndpointAccessRequest";
|
|
78
|
+
const _GEARe = "GetEndpointAccessResponse";
|
|
79
|
+
const _GN = "GetNamespace";
|
|
80
|
+
const _GNR = "GetNamespaceRequest";
|
|
81
|
+
const _GNRe = "GetNamespaceResponse";
|
|
82
|
+
const _GR = "GetReservation";
|
|
83
|
+
const _GRO = "GetReservationOffering";
|
|
84
|
+
const _GROR = "GetReservationOfferingRequest";
|
|
85
|
+
const _GRORe = "GetReservationOfferingResponse";
|
|
86
|
+
const _GRP = "GetRecoveryPoint";
|
|
87
|
+
const _GRPR = "GetRecoveryPointRequest";
|
|
88
|
+
const _GRPRe = "GetRecoveryPointResponse";
|
|
89
|
+
const _GRPRet = "GetResourcePolicyRequest";
|
|
90
|
+
const _GRPRete = "GetResourcePolicyResponse";
|
|
91
|
+
const _GRPe = "GetResourcePolicy";
|
|
92
|
+
const _GRR = "GetReservationRequest";
|
|
93
|
+
const _GRRe = "GetReservationResponse";
|
|
94
|
+
const _GS = "GetSnapshot";
|
|
95
|
+
const _GSA = "GetScheduledAction";
|
|
96
|
+
const _GSAR = "GetScheduledActionRequest";
|
|
97
|
+
const _GSARe = "GetScheduledActionResponse";
|
|
98
|
+
const _GSR = "GetSnapshotRequest";
|
|
99
|
+
const _GSRe = "GetSnapshotResponse";
|
|
100
|
+
const _GT = "GetTrack";
|
|
101
|
+
const _GTR = "GetTrackRequest";
|
|
102
|
+
const _GTRS = "GetTableRestoreStatus";
|
|
103
|
+
const _GTRSR = "GetTableRestoreStatusRequest";
|
|
104
|
+
const _GTRSRe = "GetTableRestoreStatusResponse";
|
|
105
|
+
const _GTRe = "GetTrackResponse";
|
|
106
|
+
const _GUL = "GetUsageLimit";
|
|
107
|
+
const _GULR = "GetUsageLimitRequest";
|
|
108
|
+
const _GULRe = "GetUsageLimitResponse";
|
|
109
|
+
const _GW = "GetWorkgroup";
|
|
110
|
+
const _GWR = "GetWorkgroupRequest";
|
|
111
|
+
const _GWRe = "GetWorkgroupResponse";
|
|
112
|
+
const _ICBNFE = "Ipv6CidrBlockNotFoundException";
|
|
113
|
+
const _ICE = "InsufficientCapacityException";
|
|
114
|
+
const _IPE = "InvalidPaginationException";
|
|
115
|
+
const _ISE = "InternalServerException";
|
|
116
|
+
const _LCDA = "ListCustomDomainAssociations";
|
|
117
|
+
const _LCDAR = "ListCustomDomainAssociationsRequest";
|
|
118
|
+
const _LCDARi = "ListCustomDomainAssociationsResponse";
|
|
119
|
+
const _LEA = "ListEndpointAccess";
|
|
120
|
+
const _LEAR = "ListEndpointAccessRequest";
|
|
121
|
+
const _LEARi = "ListEndpointAccessResponse";
|
|
122
|
+
const _LMW = "ListManagedWorkgroups";
|
|
123
|
+
const _LMWR = "ListManagedWorkgroupsRequest";
|
|
124
|
+
const _LMWRi = "ListManagedWorkgroupsResponse";
|
|
125
|
+
const _LN = "ListNamespaces";
|
|
126
|
+
const _LNR = "ListNamespacesRequest";
|
|
127
|
+
const _LNRi = "ListNamespacesResponse";
|
|
128
|
+
const _LR = "ListReservations";
|
|
129
|
+
const _LRO = "ListReservationOfferings";
|
|
130
|
+
const _LROR = "ListReservationOfferingsRequest";
|
|
131
|
+
const _LRORi = "ListReservationOfferingsResponse";
|
|
132
|
+
const _LRP = "ListRecoveryPoints";
|
|
133
|
+
const _LRPR = "ListRecoveryPointsRequest";
|
|
134
|
+
const _LRPRi = "ListRecoveryPointsResponse";
|
|
135
|
+
const _LRR = "ListReservationsRequest";
|
|
136
|
+
const _LRRi = "ListReservationsResponse";
|
|
137
|
+
const _LS = "ListSnapshots";
|
|
138
|
+
const _LSA = "ListScheduledActions";
|
|
139
|
+
const _LSAR = "ListScheduledActionsRequest";
|
|
140
|
+
const _LSARi = "ListScheduledActionsResponse";
|
|
141
|
+
const _LSCC = "ListSnapshotCopyConfigurations";
|
|
142
|
+
const _LSCCR = "ListSnapshotCopyConfigurationsRequest";
|
|
143
|
+
const _LSCCRi = "ListSnapshotCopyConfigurationsResponse";
|
|
144
|
+
const _LSR = "ListSnapshotsRequest";
|
|
145
|
+
const _LSRi = "ListSnapshotsResponse";
|
|
146
|
+
const _LT = "ListTracks";
|
|
147
|
+
const _LTFR = "ListTagsForResource";
|
|
148
|
+
const _LTFRR = "ListTagsForResourceRequest";
|
|
149
|
+
const _LTFRRi = "ListTagsForResourceResponse";
|
|
150
|
+
const _LTR = "ListTracksRequest";
|
|
151
|
+
const _LTRS = "ListTableRestoreStatus";
|
|
152
|
+
const _LTRSR = "ListTableRestoreStatusRequest";
|
|
153
|
+
const _LTRSRi = "ListTableRestoreStatusResponse";
|
|
154
|
+
const _LTRi = "ListTracksResponse";
|
|
155
|
+
const _LUL = "ListUsageLimits";
|
|
156
|
+
const _LULR = "ListUsageLimitsRequest";
|
|
157
|
+
const _LULRi = "ListUsageLimitsResponse";
|
|
158
|
+
const _LW = "ListWorkgroups";
|
|
159
|
+
const _LWR = "ListWorkgroupsRequest";
|
|
160
|
+
const _LWRi = "ListWorkgroupsResponse";
|
|
161
|
+
const _MW = "ManagedWorkgroups";
|
|
162
|
+
const _MWLI = "ManagedWorkgroupListItem";
|
|
163
|
+
const _N = "Namespace";
|
|
164
|
+
const _NI = "NetworkInterface";
|
|
165
|
+
const _NIL = "NetworkInterfaceList";
|
|
166
|
+
const _NL = "NamespaceList";
|
|
167
|
+
const _PRP = "PutResourcePolicy";
|
|
168
|
+
const _PRPR = "PutResourcePolicyRequest";
|
|
169
|
+
const _PRPRu = "PutResourcePolicyResponse";
|
|
170
|
+
const _PT = "PerformanceTarget";
|
|
171
|
+
const _R = "Reservation";
|
|
172
|
+
const _RFRP = "RestoreFromRecoveryPoint";
|
|
173
|
+
const _RFRPR = "RestoreFromRecoveryPointRequest";
|
|
174
|
+
const _RFRPRe = "RestoreFromRecoveryPointResponse";
|
|
175
|
+
const _RFS = "RestoreFromSnapshot";
|
|
176
|
+
const _RFSR = "RestoreFromSnapshotRequest";
|
|
177
|
+
const _RFSRe = "RestoreFromSnapshotResponse";
|
|
178
|
+
const _RL = "ReservationsList";
|
|
179
|
+
const _RNFE = "ResourceNotFoundException";
|
|
180
|
+
const _RO = "ReservationOffering";
|
|
181
|
+
const _ROL = "ReservationOfferingsList";
|
|
182
|
+
const _RP = "RecoveryPoint";
|
|
183
|
+
const _RPL = "RecoveryPointList";
|
|
184
|
+
const _RPe = "ResourcePolicy";
|
|
185
|
+
const _RTFRP = "RestoreTableFromRecoveryPoint";
|
|
186
|
+
const _RTFRPR = "RestoreTableFromRecoveryPointRequest";
|
|
187
|
+
const _RTFRPRe = "RestoreTableFromRecoveryPointResponse";
|
|
188
|
+
const _RTFS = "RestoreTableFromSnapshot";
|
|
189
|
+
const _RTFSR = "RestoreTableFromSnapshotRequest";
|
|
190
|
+
const _RTFSRe = "RestoreTableFromSnapshotResponse";
|
|
191
|
+
const _S = "Snapshot";
|
|
192
|
+
const _SAA = "ScheduledActionAssociation";
|
|
193
|
+
const _SAL = "ScheduledActionsList";
|
|
194
|
+
const _SAR = "ScheduledActionResponse";
|
|
195
|
+
const _SCC = "SnapshotCopyConfiguration";
|
|
196
|
+
const _SCCn = "SnapshotCopyConfigurations";
|
|
197
|
+
const _SL = "SnapshotList";
|
|
198
|
+
const _SQEE = "ServiceQuotaExceededException";
|
|
199
|
+
const _ST = "ServerlessTrack";
|
|
200
|
+
const _Sc = "Schedule";
|
|
201
|
+
const _T = "Tag";
|
|
202
|
+
const _TA = "TargetAction";
|
|
203
|
+
const _TE = "ThrottlingException";
|
|
204
|
+
const _TL = "TagList";
|
|
205
|
+
const _TLr = "TrackList";
|
|
206
|
+
const _TMTE = "TooManyTagsException";
|
|
207
|
+
const _TR = "TagResource";
|
|
208
|
+
const _TRR = "TagResourceRequest";
|
|
209
|
+
const _TRRa = "TagResourceResponse";
|
|
210
|
+
const _TRS = "TableRestoreStatus";
|
|
211
|
+
const _TRSL = "TableRestoreStatusList";
|
|
212
|
+
const _UCDA = "UpdateCustomDomainAssociation";
|
|
213
|
+
const _UCDAR = "UpdateCustomDomainAssociationRequest";
|
|
214
|
+
const _UCDARp = "UpdateCustomDomainAssociationResponse";
|
|
215
|
+
const _UEA = "UpdateEndpointAccess";
|
|
216
|
+
const _UEAR = "UpdateEndpointAccessRequest";
|
|
217
|
+
const _UEARp = "UpdateEndpointAccessResponse";
|
|
218
|
+
const _UL = "UsageLimit";
|
|
219
|
+
const _ULs = "UsageLimits";
|
|
220
|
+
const _UN = "UpdateNamespace";
|
|
221
|
+
const _UNR = "UpdateNamespaceRequest";
|
|
222
|
+
const _UNRp = "UpdateNamespaceResponse";
|
|
223
|
+
const _UR = "UntagResource";
|
|
224
|
+
const _URR = "UntagResourceRequest";
|
|
225
|
+
const _URRn = "UntagResourceResponse";
|
|
226
|
+
const _US = "UpdateSnapshot";
|
|
227
|
+
const _USA = "UpdateScheduledAction";
|
|
228
|
+
const _USAR = "UpdateScheduledActionRequest";
|
|
229
|
+
const _USARp = "UpdateScheduledActionResponse";
|
|
230
|
+
const _USCC = "UpdateSnapshotCopyConfiguration";
|
|
231
|
+
const _USCCR = "UpdateSnapshotCopyConfigurationRequest";
|
|
232
|
+
const _USCCRp = "UpdateSnapshotCopyConfigurationResponse";
|
|
233
|
+
const _USR = "UpdateSnapshotRequest";
|
|
234
|
+
const _USRp = "UpdateSnapshotResponse";
|
|
235
|
+
const _UT = "UpdateTarget";
|
|
236
|
+
const _UTL = "UpdateTargetsList";
|
|
237
|
+
const _UUL = "UpdateUsageLimit";
|
|
238
|
+
const _UULR = "UpdateUsageLimitRequest";
|
|
239
|
+
const _UULRp = "UpdateUsageLimitResponse";
|
|
240
|
+
const _UW = "UpdateWorkgroup";
|
|
241
|
+
const _UWR = "UpdateWorkgroupRequest";
|
|
242
|
+
const _UWRp = "UpdateWorkgroupResponse";
|
|
243
|
+
const _VE = "ValidationException";
|
|
244
|
+
const _VEL = "VpcEndpointList";
|
|
245
|
+
const _VEp = "VpcEndpoint";
|
|
246
|
+
const _VSGM = "VpcSecurityGroupMembership";
|
|
247
|
+
const _VSGML = "VpcSecurityGroupMembershipList";
|
|
248
|
+
const _W = "Workgroup";
|
|
249
|
+
const _WL = "WorkgroupList";
|
|
250
|
+
const _a = "amount";
|
|
251
|
+
const _aCSI = "activateCaseSensitiveIdentifier";
|
|
252
|
+
const _aIBSIMB = "actualIncrementalBackupSizeInMegaBytes";
|
|
253
|
+
const _aPSA = "adminPasswordSecretArn";
|
|
254
|
+
const _aPSKKI = "adminPasswordSecretKmsKeyId";
|
|
255
|
+
const _aU = "adminUsername";
|
|
256
|
+
const _aUP = "adminUserPassword";
|
|
257
|
+
const _aWPRA = "accountsWithProvisionedRestoreAccess";
|
|
258
|
+
const _aWRA = "accountsWithRestoreAccess";
|
|
259
|
+
const _aZ = "availabilityZone";
|
|
260
|
+
const _ad = "address";
|
|
261
|
+
const _as = "associations";
|
|
262
|
+
const _at = "at";
|
|
263
|
+
const _bA = "breachAction";
|
|
264
|
+
const _bC = "baseCapacity";
|
|
265
|
+
const _bPIMB = "backupProgressInMegaBytes";
|
|
266
|
+
const _c = "client";
|
|
267
|
+
const _cAV = "crossAccountVpcs";
|
|
268
|
+
const _cBRIMBPS = "currentBackupRateInMegaBytesPerSecond";
|
|
269
|
+
const _cC = "currencyCode";
|
|
270
|
+
const _cD = "creationDate";
|
|
271
|
+
const _cDCA = "customDomainCertificateArn";
|
|
272
|
+
const _cDCET = "customDomainCertificateExpiryTime";
|
|
273
|
+
const _cDN = "customDomainName";
|
|
274
|
+
const _cP = "configParameters";
|
|
275
|
+
const _cS = "createSnapshot";
|
|
276
|
+
const _cT = "clientToken";
|
|
277
|
+
const _ca = "capacity";
|
|
278
|
+
const _co = "code";
|
|
279
|
+
const _cr = "cron";
|
|
280
|
+
const _d = "duration";
|
|
281
|
+
const _dIRA = "defaultIamRoleArn";
|
|
282
|
+
const _dKKI = "destinationKmsKeyId";
|
|
283
|
+
const _dN = "dbName";
|
|
284
|
+
const _dP = "dbPassword";
|
|
285
|
+
const _dR = "destinationRegion";
|
|
286
|
+
const _dS = "durationSeconds";
|
|
287
|
+
const _dU = "dbUser";
|
|
288
|
+
const _e = "error";
|
|
289
|
+
const _eA = "endpointArn";
|
|
290
|
+
const _eCT = "endpointCreateTime";
|
|
291
|
+
const _eD = "endDate";
|
|
292
|
+
const _eN = "endpointName";
|
|
293
|
+
const _eS = "endpointStatus";
|
|
294
|
+
const _eSTC = "estimatedSecondsToCompletion";
|
|
295
|
+
const _eT = "endTime";
|
|
296
|
+
const _eTIS = "elapsedTimeInSeconds";
|
|
297
|
+
const _eVR = "enhancedVpcRouting";
|
|
298
|
+
const _en = "endpoint";
|
|
299
|
+
const _ena = "enabled";
|
|
300
|
+
const _end = "endpoints";
|
|
301
|
+
const _ex = "expiration";
|
|
302
|
+
const _fSN = "finalSnapshotName";
|
|
303
|
+
const _fSRP = "finalSnapshotRetentionPeriod";
|
|
304
|
+
const _hC = "hourlyCharge";
|
|
305
|
+
const _hE = "httpError";
|
|
306
|
+
const _hQ = "httpQuery";
|
|
307
|
+
const _iA = "ipv6Address";
|
|
308
|
+
const _iAT = "ipAddressType";
|
|
309
|
+
const _iR = "iamRoles";
|
|
310
|
+
const _k = "key";
|
|
311
|
+
const _kKI = "kmsKeyId";
|
|
312
|
+
const _l = "level";
|
|
313
|
+
const _lE = "logExports";
|
|
314
|
+
const _m = "message";
|
|
315
|
+
const _mAP = "manageAdminPassword";
|
|
316
|
+
const _mC = "maxCapacity";
|
|
317
|
+
const _mR = "maxResults";
|
|
318
|
+
const _mW = "managedWorkgroups";
|
|
319
|
+
const _mWI = "managedWorkgroupId";
|
|
320
|
+
const _mWN = "managedWorkgroupName";
|
|
321
|
+
const _n = "namespace";
|
|
322
|
+
const _nA = "namespaceArn";
|
|
323
|
+
const _nI = "namespaceId";
|
|
324
|
+
const _nII = "networkInterfaceId";
|
|
325
|
+
const _nIe = "nextInvocations";
|
|
326
|
+
const _nIet = "networkInterfaces";
|
|
327
|
+
const _nN = "namespaceName";
|
|
328
|
+
const _nRT = "nextRefreshTime";
|
|
329
|
+
const _nT = "nextToken";
|
|
330
|
+
const _nTN = "newTableName";
|
|
331
|
+
const _na = "namespaces";
|
|
332
|
+
const _o = "offering";
|
|
333
|
+
const _oA = "ownerAccount";
|
|
334
|
+
const _oI = "offeringId";
|
|
335
|
+
const _oT = "offeringType";
|
|
336
|
+
const _p = "period";
|
|
337
|
+
const _pA = "publiclyAccessible";
|
|
338
|
+
const _pIA = "privateIpAddress";
|
|
339
|
+
const _pIMB = "progressInMegaBytes";
|
|
340
|
+
const _pK = "parameterKey";
|
|
341
|
+
const _pPT = "pricePerformanceTarget";
|
|
342
|
+
const _pTN = "pendingTrackName";
|
|
343
|
+
const _pV = "parameterValue";
|
|
344
|
+
const _pVa = "patchVersion";
|
|
345
|
+
const _po = "port";
|
|
346
|
+
const _pol = "policy";
|
|
347
|
+
const _r = "reservation";
|
|
348
|
+
const _rA = "roleArn";
|
|
349
|
+
const _rAe = "resourceArn";
|
|
350
|
+
const _rAes = "reservationArn";
|
|
351
|
+
const _rI = "reservationId";
|
|
352
|
+
const _rIAA = "redshiftIdcApplicationArn";
|
|
353
|
+
const _rL = "reservationsList";
|
|
354
|
+
const _rN = "resourceName";
|
|
355
|
+
const _rO = "reservationOffering";
|
|
356
|
+
const _rOL = "reservationOfferingsList";
|
|
357
|
+
const _rP = "retentionPeriod";
|
|
358
|
+
const _rPCT = "recoveryPointCreateTime";
|
|
359
|
+
const _rPI = "recoveryPointId";
|
|
360
|
+
const _rPe = "recoveryPoint";
|
|
361
|
+
const _rPec = "recoveryPoints";
|
|
362
|
+
const _rPes = "resourcePolicy";
|
|
363
|
+
const _rT = "requestTime";
|
|
364
|
+
const _s = "snapshot";
|
|
365
|
+
const _sA = "scheduledAction";
|
|
366
|
+
const _sAD = "scheduledActionDescription";
|
|
367
|
+
const _sAN = "scheduledActionName";
|
|
368
|
+
const _sAU = "scheduledActionUuid";
|
|
369
|
+
const _sAc = "scheduledActions";
|
|
370
|
+
const _sAn = "snapshotArn";
|
|
371
|
+
const _sAo = "sourceArn";
|
|
372
|
+
const _sCC = "snapshotCopyConfiguration";
|
|
373
|
+
const _sCCA = "snapshotCopyConfigurationArn";
|
|
374
|
+
const _sCCI = "snapshotCopyConfigurationId";
|
|
375
|
+
const _sCCn = "snapshotCopyConfigurations";
|
|
376
|
+
const _sCT = "snapshotCreateTime";
|
|
377
|
+
const _sD = "startDate";
|
|
378
|
+
const _sDN = "sourceDatabaseName";
|
|
379
|
+
const _sGI = "securityGroupIds";
|
|
380
|
+
const _sI = "subnetIds";
|
|
381
|
+
const _sIu = "subnetId";
|
|
382
|
+
const _sN = "snapshotName";
|
|
383
|
+
const _sNP = "snapshotNamePrefix";
|
|
384
|
+
const _sRD = "snapshotRemainingDays";
|
|
385
|
+
const _sRP = "snapshotRetentionPeriod";
|
|
386
|
+
const _sRST = "snapshotRetentionStartTime";
|
|
387
|
+
const _sSN = "sourceSchemaName";
|
|
388
|
+
const _sT = "startTime";
|
|
389
|
+
const _sTN = "sourceTableName";
|
|
390
|
+
const _sc = "schedule";
|
|
391
|
+
const _se = "server";
|
|
392
|
+
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.redshiftserverless";
|
|
393
|
+
const _sn = "snapshots";
|
|
394
|
+
const _st = "status";
|
|
395
|
+
const _sta = "state";
|
|
396
|
+
const _t = "tags";
|
|
397
|
+
const _tA = "targetAction";
|
|
398
|
+
const _tBSIMB = "totalBackupSizeInMegaBytes";
|
|
399
|
+
const _tDIMB = "totalDataInMegaBytes";
|
|
400
|
+
const _tDN = "targetDatabaseName";
|
|
401
|
+
const _tK = "tagKeys";
|
|
402
|
+
const _tN = "trackName";
|
|
403
|
+
const _tRRI = "tableRestoreRequestId";
|
|
404
|
+
const _tRS = "tableRestoreStatus";
|
|
405
|
+
const _tRSa = "tableRestoreStatuses";
|
|
406
|
+
const _tSIMB = "totalSizeInMegaBytes";
|
|
407
|
+
const _tSN = "targetSchemaName";
|
|
408
|
+
const _tr = "track";
|
|
409
|
+
const _tra = "tracks";
|
|
410
|
+
const _uC = "upfrontCharge";
|
|
411
|
+
const _uL = "usageLimit";
|
|
412
|
+
const _uLA = "usageLimitArn";
|
|
413
|
+
const _uLI = "usageLimitId";
|
|
414
|
+
const _uLs = "usageLimits";
|
|
415
|
+
const _uT = "usageType";
|
|
416
|
+
const _uTp = "updateTargets";
|
|
417
|
+
const _v = "value";
|
|
418
|
+
const _vE = "vpcEndpoints";
|
|
419
|
+
const _vEI = "vpcEndpointId";
|
|
420
|
+
const _vEp = "vpcEndpoint";
|
|
421
|
+
const _vI = "vpcId";
|
|
422
|
+
const _vSG = "vpcSecurityGroups";
|
|
423
|
+
const _vSGI = "vpcSecurityGroupIds";
|
|
424
|
+
const _vSGIp = "vpcSecurityGroupId";
|
|
425
|
+
const _w = "workgroup";
|
|
426
|
+
const _wA = "workgroupArn";
|
|
427
|
+
const _wI = "workgroupId";
|
|
428
|
+
const _wN = "workgroupName";
|
|
429
|
+
const _wV = "workgroupVersion";
|
|
430
|
+
const _wo = "workgroups";
|
|
431
|
+
const n0 = "com.amazonaws.redshiftserverless";
|
|
432
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
433
|
+
import { AccessDeniedException as __AccessDeniedException, ConflictException as __ConflictException, InsufficientCapacityException as __InsufficientCapacityException, InternalServerException as __InternalServerException, InvalidPaginationException as __InvalidPaginationException, Ipv6CidrBlockNotFoundException as __Ipv6CidrBlockNotFoundException, ResourceNotFoundException as __ResourceNotFoundException, ServiceQuotaExceededException as __ServiceQuotaExceededException, ThrottlingException as __ThrottlingException, TooManyTagsException as __TooManyTagsException, ValidationException as __ValidationException, } from "../models/index";
|
|
434
|
+
import { RedshiftServerlessServiceException as __RedshiftServerlessServiceException } from "../models/RedshiftServerlessServiceException";
|
|
435
|
+
export var DbPassword = [0, n0, _DP, 8, 0];
|
|
436
|
+
export var DbUser = [0, n0, _DU, 8, 0];
|
|
437
|
+
export var AccessDeniedException = [
|
|
438
|
+
-3,
|
|
439
|
+
n0,
|
|
440
|
+
_ADE,
|
|
441
|
+
{
|
|
442
|
+
[_e]: _c,
|
|
443
|
+
[_hE]: 403,
|
|
444
|
+
},
|
|
445
|
+
[_co, _m],
|
|
446
|
+
[0, 0],
|
|
447
|
+
];
|
|
448
|
+
TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
|
|
449
|
+
export var Association = [3, n0, _A, 0, [_cDCA, _cDCET, _cDN, _wN], [0, 5, 0, 0]];
|
|
450
|
+
export var ConfigParameter = [3, n0, _CP, 0, [_pK, _pV], [0, 0]];
|
|
451
|
+
export var ConflictException = [
|
|
452
|
+
-3,
|
|
453
|
+
n0,
|
|
454
|
+
_CE,
|
|
455
|
+
{
|
|
456
|
+
[_e]: _c,
|
|
457
|
+
[_hE]: 409,
|
|
458
|
+
},
|
|
459
|
+
[_m],
|
|
460
|
+
[0],
|
|
461
|
+
];
|
|
462
|
+
TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
|
|
463
|
+
export var ConvertRecoveryPointToSnapshotRequest = [
|
|
464
|
+
3,
|
|
465
|
+
n0,
|
|
466
|
+
_CRPTSR,
|
|
467
|
+
0,
|
|
468
|
+
[_rPI, _sN, _rP, _t],
|
|
469
|
+
[0, 0, 1, () => TagList],
|
|
470
|
+
];
|
|
471
|
+
export var ConvertRecoveryPointToSnapshotResponse = [3, n0, _CRPTSRo, 0, [_s], [() => Snapshot]];
|
|
472
|
+
export var CreateCustomDomainAssociationRequest = [
|
|
473
|
+
3,
|
|
474
|
+
n0,
|
|
475
|
+
_CCDAR,
|
|
476
|
+
0,
|
|
477
|
+
[_wN, _cDN, _cDCA],
|
|
478
|
+
[0, 0, 0],
|
|
479
|
+
];
|
|
480
|
+
export var CreateCustomDomainAssociationResponse = [
|
|
481
|
+
3,
|
|
482
|
+
n0,
|
|
483
|
+
_CCDARr,
|
|
484
|
+
0,
|
|
485
|
+
[_cDN, _wN, _cDCA, _cDCET],
|
|
486
|
+
[0, 0, 0, 5],
|
|
487
|
+
];
|
|
488
|
+
export var CreateEndpointAccessRequest = [
|
|
489
|
+
3,
|
|
490
|
+
n0,
|
|
491
|
+
_CEAR,
|
|
492
|
+
0,
|
|
493
|
+
[_eN, _sI, _wN, _vSGI, _oA],
|
|
494
|
+
[0, 64 | 0, 0, 64 | 0, 0],
|
|
495
|
+
];
|
|
496
|
+
export var CreateEndpointAccessResponse = [3, n0, _CEARr, 0, [_en], [() => EndpointAccess]];
|
|
497
|
+
export var CreateNamespaceRequest = [
|
|
498
|
+
3,
|
|
499
|
+
n0,
|
|
500
|
+
_CNR,
|
|
501
|
+
0,
|
|
502
|
+
[_nN, _aU, _aUP, _dN, _kKI, _dIRA, _iR, _lE, _t, _mAP, _aPSKKI, _rIAA],
|
|
503
|
+
[0, [() => DbUser, 0], [() => DbPassword, 0], 0, 0, 0, 64 | 0, 64 | 0, () => TagList, 2, 0, 0],
|
|
504
|
+
];
|
|
505
|
+
export var CreateNamespaceResponse = [3, n0, _CNRr, 0, [_n], [[() => Namespace, 0]]];
|
|
506
|
+
export var CreateReservationRequest = [3, n0, _CRR, 0, [_ca, _oI, _cT], [1, 0, [0, 4]]];
|
|
507
|
+
export var CreateReservationResponse = [3, n0, _CRRr, 0, [_r], [() => Reservation]];
|
|
508
|
+
export var CreateScheduledActionRequest = [
|
|
509
|
+
3,
|
|
510
|
+
n0,
|
|
511
|
+
_CSAR,
|
|
512
|
+
0,
|
|
513
|
+
[_sAN, _tA, _sc, _rA, _nN, _ena, _sAD, _sT, _eT],
|
|
514
|
+
[0, () => TargetAction, () => Schedule, 0, 0, 2, 0, 4, 4],
|
|
515
|
+
];
|
|
516
|
+
export var CreateScheduledActionResponse = [
|
|
517
|
+
3,
|
|
518
|
+
n0,
|
|
519
|
+
_CSARr,
|
|
520
|
+
0,
|
|
521
|
+
[_sA],
|
|
522
|
+
[() => ScheduledActionResponse],
|
|
523
|
+
];
|
|
524
|
+
export var CreateSnapshotCopyConfigurationRequest = [
|
|
525
|
+
3,
|
|
526
|
+
n0,
|
|
527
|
+
_CSCCR,
|
|
528
|
+
0,
|
|
529
|
+
[_nN, _dR, _sRP, _dKKI],
|
|
530
|
+
[0, 0, 1, 0],
|
|
531
|
+
];
|
|
532
|
+
export var CreateSnapshotCopyConfigurationResponse = [
|
|
533
|
+
3,
|
|
534
|
+
n0,
|
|
535
|
+
_CSCCRr,
|
|
536
|
+
0,
|
|
537
|
+
[_sCC],
|
|
538
|
+
[() => SnapshotCopyConfiguration],
|
|
539
|
+
];
|
|
540
|
+
export var CreateSnapshotRequest = [
|
|
541
|
+
3,
|
|
542
|
+
n0,
|
|
543
|
+
_CSR,
|
|
544
|
+
0,
|
|
545
|
+
[_nN, _sN, _rP, _t],
|
|
546
|
+
[0, 0, 1, () => TagList],
|
|
547
|
+
];
|
|
548
|
+
export var CreateSnapshotResponse = [3, n0, _CSRr, 0, [_s], [() => Snapshot]];
|
|
549
|
+
export var CreateSnapshotScheduleActionParameters = [
|
|
550
|
+
3,
|
|
551
|
+
n0,
|
|
552
|
+
_CSSAP,
|
|
553
|
+
0,
|
|
554
|
+
[_nN, _sNP, _rP, _t],
|
|
555
|
+
[0, 0, 1, () => TagList],
|
|
556
|
+
];
|
|
557
|
+
export var CreateUsageLimitRequest = [
|
|
558
|
+
3,
|
|
559
|
+
n0,
|
|
560
|
+
_CULR,
|
|
561
|
+
0,
|
|
562
|
+
[_rAe, _uT, _a, _p, _bA],
|
|
563
|
+
[0, 0, 1, 0, 0],
|
|
564
|
+
];
|
|
565
|
+
export var CreateUsageLimitResponse = [3, n0, _CULRr, 0, [_uL], [() => UsageLimit]];
|
|
566
|
+
export var CreateWorkgroupRequest = [
|
|
567
|
+
3,
|
|
568
|
+
n0,
|
|
569
|
+
_CWR,
|
|
570
|
+
0,
|
|
571
|
+
[_wN, _nN, _bC, _eVR, _cP, _sGI, _sI, _pA, _t, _po, _mC, _pPT, _iAT, _tN],
|
|
572
|
+
[0, 0, 1, 2, () => ConfigParameterList, 64 | 0, 64 | 0, 2, () => TagList, 1, 1, () => PerformanceTarget, 0, 0],
|
|
573
|
+
];
|
|
574
|
+
export var CreateWorkgroupResponse = [3, n0, _CWRr, 0, [_w], [() => Workgroup]];
|
|
575
|
+
export var DeleteCustomDomainAssociationRequest = [3, n0, _DCDAR, 0, [_wN, _cDN], [0, 0]];
|
|
576
|
+
export var DeleteCustomDomainAssociationResponse = [3, n0, _DCDARe, 0, [], []];
|
|
577
|
+
export var DeleteEndpointAccessRequest = [3, n0, _DEAR, 0, [_eN], [0]];
|
|
578
|
+
export var DeleteEndpointAccessResponse = [3, n0, _DEARe, 0, [_en], [() => EndpointAccess]];
|
|
579
|
+
export var DeleteNamespaceRequest = [3, n0, _DNR, 0, [_nN, _fSN, _fSRP], [0, 0, 1]];
|
|
580
|
+
export var DeleteNamespaceResponse = [3, n0, _DNRe, 0, [_n], [[() => Namespace, 0]]];
|
|
581
|
+
export var DeleteResourcePolicyRequest = [3, n0, _DRPR, 0, [_rAe], [0]];
|
|
582
|
+
export var DeleteResourcePolicyResponse = [3, n0, _DRPRe, 0, [], []];
|
|
583
|
+
export var DeleteScheduledActionRequest = [3, n0, _DSAR, 0, [_sAN], [0]];
|
|
584
|
+
export var DeleteScheduledActionResponse = [
|
|
585
|
+
3,
|
|
586
|
+
n0,
|
|
587
|
+
_DSARe,
|
|
588
|
+
0,
|
|
589
|
+
[_sA],
|
|
590
|
+
[() => ScheduledActionResponse],
|
|
591
|
+
];
|
|
592
|
+
export var DeleteSnapshotCopyConfigurationRequest = [3, n0, _DSCCR, 0, [_sCCI], [0]];
|
|
593
|
+
export var DeleteSnapshotCopyConfigurationResponse = [
|
|
594
|
+
3,
|
|
595
|
+
n0,
|
|
596
|
+
_DSCCRe,
|
|
597
|
+
0,
|
|
598
|
+
[_sCC],
|
|
599
|
+
[() => SnapshotCopyConfiguration],
|
|
600
|
+
];
|
|
601
|
+
export var DeleteSnapshotRequest = [3, n0, _DSR, 0, [_sN], [0]];
|
|
602
|
+
export var DeleteSnapshotResponse = [3, n0, _DSRe, 0, [_s], [() => Snapshot]];
|
|
603
|
+
export var DeleteUsageLimitRequest = [3, n0, _DULR, 0, [_uLI], [0]];
|
|
604
|
+
export var DeleteUsageLimitResponse = [3, n0, _DULRe, 0, [_uL], [() => UsageLimit]];
|
|
605
|
+
export var DeleteWorkgroupRequest = [3, n0, _DWR, 0, [_wN], [0]];
|
|
606
|
+
export var DeleteWorkgroupResponse = [3, n0, _DWRe, 0, [_w], [() => Workgroup]];
|
|
607
|
+
export var Endpoint = [3, n0, _E, 0, [_ad, _po, _vE], [0, 1, () => VpcEndpointList]];
|
|
608
|
+
export var EndpointAccess = [
|
|
609
|
+
3,
|
|
610
|
+
n0,
|
|
611
|
+
_EA,
|
|
612
|
+
0,
|
|
613
|
+
[_eN, _eS, _wN, _eCT, _po, _ad, _sI, _vSG, _vEp, _eA],
|
|
614
|
+
[0, 0, 0, 5, 1, 0, 64 | 0, () => VpcSecurityGroupMembershipList, () => VpcEndpoint, 0],
|
|
615
|
+
];
|
|
616
|
+
export var GetCredentialsRequest = [3, n0, _GCR, 0, [_dN, _dS, _wN, _cDN], [0, 1, 0, 0]];
|
|
617
|
+
export var GetCredentialsResponse = [
|
|
618
|
+
3,
|
|
619
|
+
n0,
|
|
620
|
+
_GCRe,
|
|
621
|
+
0,
|
|
622
|
+
[_dU, _dP, _ex, _nRT],
|
|
623
|
+
[[() => DbUser, 0], [() => DbPassword, 0], 4, 4],
|
|
624
|
+
];
|
|
625
|
+
export var GetCustomDomainAssociationRequest = [3, n0, _GCDAR, 0, [_cDN, _wN], [0, 0]];
|
|
626
|
+
export var GetCustomDomainAssociationResponse = [
|
|
627
|
+
3,
|
|
628
|
+
n0,
|
|
629
|
+
_GCDARe,
|
|
630
|
+
0,
|
|
631
|
+
[_cDN, _wN, _cDCA, _cDCET],
|
|
632
|
+
[0, 0, 0, 5],
|
|
633
|
+
];
|
|
634
|
+
export var GetEndpointAccessRequest = [3, n0, _GEAR, 0, [_eN], [0]];
|
|
635
|
+
export var GetEndpointAccessResponse = [3, n0, _GEARe, 0, [_en], [() => EndpointAccess]];
|
|
636
|
+
export var GetNamespaceRequest = [3, n0, _GNR, 0, [_nN], [0]];
|
|
637
|
+
export var GetNamespaceResponse = [3, n0, _GNRe, 0, [_n], [[() => Namespace, 0]]];
|
|
638
|
+
export var GetRecoveryPointRequest = [3, n0, _GRPR, 0, [_rPI], [0]];
|
|
639
|
+
export var GetRecoveryPointResponse = [3, n0, _GRPRe, 0, [_rPe], [() => RecoveryPoint]];
|
|
640
|
+
export var GetReservationOfferingRequest = [3, n0, _GROR, 0, [_oI], [0]];
|
|
641
|
+
export var GetReservationOfferingResponse = [
|
|
642
|
+
3,
|
|
643
|
+
n0,
|
|
644
|
+
_GRORe,
|
|
645
|
+
0,
|
|
646
|
+
[_rO],
|
|
647
|
+
[() => ReservationOffering],
|
|
648
|
+
];
|
|
649
|
+
export var GetReservationRequest = [3, n0, _GRR, 0, [_rI], [0]];
|
|
650
|
+
export var GetReservationResponse = [3, n0, _GRRe, 0, [_r], [() => Reservation]];
|
|
651
|
+
export var GetResourcePolicyRequest = [3, n0, _GRPRet, 0, [_rAe], [0]];
|
|
652
|
+
export var GetResourcePolicyResponse = [3, n0, _GRPRete, 0, [_rPes], [() => ResourcePolicy]];
|
|
653
|
+
export var GetScheduledActionRequest = [3, n0, _GSAR, 0, [_sAN], [0]];
|
|
654
|
+
export var GetScheduledActionResponse = [
|
|
655
|
+
3,
|
|
656
|
+
n0,
|
|
657
|
+
_GSARe,
|
|
658
|
+
0,
|
|
659
|
+
[_sA],
|
|
660
|
+
[() => ScheduledActionResponse],
|
|
661
|
+
];
|
|
662
|
+
export var GetSnapshotRequest = [3, n0, _GSR, 0, [_sN, _oA, _sAn], [0, 0, 0]];
|
|
663
|
+
export var GetSnapshotResponse = [3, n0, _GSRe, 0, [_s], [() => Snapshot]];
|
|
664
|
+
export var GetTableRestoreStatusRequest = [3, n0, _GTRSR, 0, [_tRRI], [0]];
|
|
665
|
+
export var GetTableRestoreStatusResponse = [
|
|
666
|
+
3,
|
|
667
|
+
n0,
|
|
668
|
+
_GTRSRe,
|
|
669
|
+
0,
|
|
670
|
+
[_tRS],
|
|
671
|
+
[() => TableRestoreStatus],
|
|
672
|
+
];
|
|
673
|
+
export var GetTrackRequest = [3, n0, _GTR, 0, [_tN], [0]];
|
|
674
|
+
export var GetTrackResponse = [3, n0, _GTRe, 0, [_tr], [() => ServerlessTrack]];
|
|
675
|
+
export var GetUsageLimitRequest = [3, n0, _GULR, 0, [_uLI], [0]];
|
|
676
|
+
export var GetUsageLimitResponse = [3, n0, _GULRe, 0, [_uL], [() => UsageLimit]];
|
|
677
|
+
export var GetWorkgroupRequest = [3, n0, _GWR, 0, [_wN], [0]];
|
|
678
|
+
export var GetWorkgroupResponse = [3, n0, _GWRe, 0, [_w], [() => Workgroup]];
|
|
679
|
+
export var InsufficientCapacityException = [
|
|
680
|
+
-3,
|
|
681
|
+
n0,
|
|
682
|
+
_ICE,
|
|
683
|
+
{
|
|
684
|
+
[_e]: _c,
|
|
685
|
+
[_hE]: 400,
|
|
686
|
+
},
|
|
687
|
+
[_m],
|
|
688
|
+
[0],
|
|
689
|
+
];
|
|
690
|
+
TypeRegistry.for(n0).registerError(InsufficientCapacityException, __InsufficientCapacityException);
|
|
691
|
+
export var InternalServerException = [
|
|
692
|
+
-3,
|
|
693
|
+
n0,
|
|
694
|
+
_ISE,
|
|
695
|
+
{
|
|
696
|
+
[_e]: _se,
|
|
697
|
+
[_hE]: 500,
|
|
698
|
+
},
|
|
699
|
+
[_m],
|
|
700
|
+
[0],
|
|
701
|
+
];
|
|
702
|
+
TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
|
|
703
|
+
export var InvalidPaginationException = [
|
|
704
|
+
-3,
|
|
705
|
+
n0,
|
|
706
|
+
_IPE,
|
|
707
|
+
{
|
|
708
|
+
[_e]: _c,
|
|
709
|
+
[_hE]: 400,
|
|
710
|
+
},
|
|
711
|
+
[_m],
|
|
712
|
+
[0],
|
|
713
|
+
];
|
|
714
|
+
TypeRegistry.for(n0).registerError(InvalidPaginationException, __InvalidPaginationException);
|
|
715
|
+
export var Ipv6CidrBlockNotFoundException = [
|
|
716
|
+
-3,
|
|
717
|
+
n0,
|
|
718
|
+
_ICBNFE,
|
|
719
|
+
{
|
|
720
|
+
[_e]: _c,
|
|
721
|
+
[_hE]: 400,
|
|
722
|
+
},
|
|
723
|
+
[_m],
|
|
724
|
+
[0],
|
|
725
|
+
];
|
|
726
|
+
TypeRegistry.for(n0).registerError(Ipv6CidrBlockNotFoundException, __Ipv6CidrBlockNotFoundException);
|
|
727
|
+
export var ListCustomDomainAssociationsRequest = [
|
|
728
|
+
3,
|
|
729
|
+
n0,
|
|
730
|
+
_LCDAR,
|
|
731
|
+
0,
|
|
732
|
+
[_nT, _mR, _cDN, _cDCA],
|
|
733
|
+
[
|
|
734
|
+
[
|
|
735
|
+
0,
|
|
736
|
+
{
|
|
737
|
+
[_hQ]: _nT,
|
|
738
|
+
},
|
|
739
|
+
],
|
|
740
|
+
[
|
|
741
|
+
1,
|
|
742
|
+
{
|
|
743
|
+
[_hQ]: _mR,
|
|
744
|
+
},
|
|
745
|
+
],
|
|
746
|
+
0,
|
|
747
|
+
0,
|
|
748
|
+
],
|
|
749
|
+
];
|
|
750
|
+
export var ListCustomDomainAssociationsResponse = [
|
|
751
|
+
3,
|
|
752
|
+
n0,
|
|
753
|
+
_LCDARi,
|
|
754
|
+
0,
|
|
755
|
+
[_nT, _as],
|
|
756
|
+
[0, () => AssociationList],
|
|
757
|
+
];
|
|
758
|
+
export var ListEndpointAccessRequest = [
|
|
759
|
+
3,
|
|
760
|
+
n0,
|
|
761
|
+
_LEAR,
|
|
762
|
+
0,
|
|
763
|
+
[_nT, _mR, _wN, _vI, _oA],
|
|
764
|
+
[
|
|
765
|
+
[
|
|
766
|
+
0,
|
|
767
|
+
{
|
|
768
|
+
[_hQ]: _nT,
|
|
769
|
+
},
|
|
770
|
+
],
|
|
771
|
+
[
|
|
772
|
+
1,
|
|
773
|
+
{
|
|
774
|
+
[_hQ]: _mR,
|
|
775
|
+
},
|
|
776
|
+
],
|
|
777
|
+
0,
|
|
778
|
+
0,
|
|
779
|
+
0,
|
|
780
|
+
],
|
|
781
|
+
];
|
|
782
|
+
export var ListEndpointAccessResponse = [
|
|
783
|
+
3,
|
|
784
|
+
n0,
|
|
785
|
+
_LEARi,
|
|
786
|
+
0,
|
|
787
|
+
[_nT, _end],
|
|
788
|
+
[0, () => EndpointAccessList],
|
|
789
|
+
];
|
|
790
|
+
export var ListManagedWorkgroupsRequest = [
|
|
791
|
+
3,
|
|
792
|
+
n0,
|
|
793
|
+
_LMWR,
|
|
794
|
+
0,
|
|
795
|
+
[_sAo, _nT, _mR],
|
|
796
|
+
[
|
|
797
|
+
0,
|
|
798
|
+
[
|
|
799
|
+
0,
|
|
800
|
+
{
|
|
801
|
+
[_hQ]: _nT,
|
|
802
|
+
},
|
|
803
|
+
],
|
|
804
|
+
[
|
|
805
|
+
1,
|
|
806
|
+
{
|
|
807
|
+
[_hQ]: _mR,
|
|
808
|
+
},
|
|
809
|
+
],
|
|
810
|
+
],
|
|
811
|
+
];
|
|
812
|
+
export var ListManagedWorkgroupsResponse = [
|
|
813
|
+
3,
|
|
814
|
+
n0,
|
|
815
|
+
_LMWRi,
|
|
816
|
+
0,
|
|
817
|
+
[_nT, _mW],
|
|
818
|
+
[0, () => ManagedWorkgroups],
|
|
819
|
+
];
|
|
820
|
+
export var ListNamespacesRequest = [
|
|
821
|
+
3,
|
|
822
|
+
n0,
|
|
823
|
+
_LNR,
|
|
824
|
+
0,
|
|
825
|
+
[_nT, _mR],
|
|
826
|
+
[
|
|
827
|
+
[
|
|
828
|
+
0,
|
|
829
|
+
{
|
|
830
|
+
[_hQ]: _nT,
|
|
831
|
+
},
|
|
832
|
+
],
|
|
833
|
+
[
|
|
834
|
+
1,
|
|
835
|
+
{
|
|
836
|
+
[_hQ]: _mR,
|
|
837
|
+
},
|
|
838
|
+
],
|
|
839
|
+
],
|
|
840
|
+
];
|
|
841
|
+
export var ListNamespacesResponse = [3, n0, _LNRi, 0, [_nT, _na], [0, [() => NamespaceList, 0]]];
|
|
842
|
+
export var ListRecoveryPointsRequest = [
|
|
843
|
+
3,
|
|
844
|
+
n0,
|
|
845
|
+
_LRPR,
|
|
846
|
+
0,
|
|
847
|
+
[_nT, _mR, _sT, _eT, _nN, _nA],
|
|
848
|
+
[
|
|
849
|
+
[
|
|
850
|
+
0,
|
|
851
|
+
{
|
|
852
|
+
[_hQ]: _nT,
|
|
853
|
+
},
|
|
854
|
+
],
|
|
855
|
+
[
|
|
856
|
+
1,
|
|
857
|
+
{
|
|
858
|
+
[_hQ]: _mR,
|
|
859
|
+
},
|
|
860
|
+
],
|
|
861
|
+
4,
|
|
862
|
+
4,
|
|
863
|
+
0,
|
|
864
|
+
0,
|
|
865
|
+
],
|
|
866
|
+
];
|
|
867
|
+
export var ListRecoveryPointsResponse = [
|
|
868
|
+
3,
|
|
869
|
+
n0,
|
|
870
|
+
_LRPRi,
|
|
871
|
+
0,
|
|
872
|
+
[_rPec, _nT],
|
|
873
|
+
[() => RecoveryPointList, 0],
|
|
874
|
+
];
|
|
875
|
+
export var ListReservationOfferingsRequest = [
|
|
876
|
+
3,
|
|
877
|
+
n0,
|
|
878
|
+
_LROR,
|
|
879
|
+
0,
|
|
880
|
+
[_nT, _mR],
|
|
881
|
+
[
|
|
882
|
+
[
|
|
883
|
+
0,
|
|
884
|
+
{
|
|
885
|
+
[_hQ]: _nT,
|
|
886
|
+
},
|
|
887
|
+
],
|
|
888
|
+
[
|
|
889
|
+
1,
|
|
890
|
+
{
|
|
891
|
+
[_hQ]: _mR,
|
|
892
|
+
},
|
|
893
|
+
],
|
|
894
|
+
],
|
|
895
|
+
];
|
|
896
|
+
export var ListReservationOfferingsResponse = [
|
|
897
|
+
3,
|
|
898
|
+
n0,
|
|
899
|
+
_LRORi,
|
|
900
|
+
0,
|
|
901
|
+
[_rOL, _nT],
|
|
902
|
+
[() => ReservationOfferingsList, 0],
|
|
903
|
+
];
|
|
904
|
+
export var ListReservationsRequest = [
|
|
905
|
+
3,
|
|
906
|
+
n0,
|
|
907
|
+
_LRR,
|
|
908
|
+
0,
|
|
909
|
+
[_nT, _mR],
|
|
910
|
+
[
|
|
911
|
+
[
|
|
912
|
+
0,
|
|
913
|
+
{
|
|
914
|
+
[_hQ]: _nT,
|
|
915
|
+
},
|
|
916
|
+
],
|
|
917
|
+
[
|
|
918
|
+
1,
|
|
919
|
+
{
|
|
920
|
+
[_hQ]: _mR,
|
|
921
|
+
},
|
|
922
|
+
],
|
|
923
|
+
],
|
|
924
|
+
];
|
|
925
|
+
export var ListReservationsResponse = [3, n0, _LRRi, 0, [_rL, _nT], [() => ReservationsList, 0]];
|
|
926
|
+
export var ListScheduledActionsRequest = [
|
|
927
|
+
3,
|
|
928
|
+
n0,
|
|
929
|
+
_LSAR,
|
|
930
|
+
0,
|
|
931
|
+
[_nT, _mR, _nN],
|
|
932
|
+
[
|
|
933
|
+
[
|
|
934
|
+
0,
|
|
935
|
+
{
|
|
936
|
+
[_hQ]: _nT,
|
|
937
|
+
},
|
|
938
|
+
],
|
|
939
|
+
[
|
|
940
|
+
1,
|
|
941
|
+
{
|
|
942
|
+
[_hQ]: _mR,
|
|
943
|
+
},
|
|
944
|
+
],
|
|
945
|
+
0,
|
|
946
|
+
],
|
|
947
|
+
];
|
|
948
|
+
export var ListScheduledActionsResponse = [
|
|
949
|
+
3,
|
|
950
|
+
n0,
|
|
951
|
+
_LSARi,
|
|
952
|
+
0,
|
|
953
|
+
[_nT, _sAc],
|
|
954
|
+
[0, () => ScheduledActionsList],
|
|
955
|
+
];
|
|
956
|
+
export var ListSnapshotCopyConfigurationsRequest = [
|
|
957
|
+
3,
|
|
958
|
+
n0,
|
|
959
|
+
_LSCCR,
|
|
960
|
+
0,
|
|
961
|
+
[_nN, _nT, _mR],
|
|
962
|
+
[
|
|
963
|
+
0,
|
|
964
|
+
[
|
|
965
|
+
0,
|
|
966
|
+
{
|
|
967
|
+
[_hQ]: _nT,
|
|
968
|
+
},
|
|
969
|
+
],
|
|
970
|
+
[
|
|
971
|
+
1,
|
|
972
|
+
{
|
|
973
|
+
[_hQ]: _mR,
|
|
974
|
+
},
|
|
975
|
+
],
|
|
976
|
+
],
|
|
977
|
+
];
|
|
978
|
+
export var ListSnapshotCopyConfigurationsResponse = [
|
|
979
|
+
3,
|
|
980
|
+
n0,
|
|
981
|
+
_LSCCRi,
|
|
982
|
+
0,
|
|
983
|
+
[_nT, _sCCn],
|
|
984
|
+
[0, () => SnapshotCopyConfigurations],
|
|
985
|
+
];
|
|
986
|
+
export var ListSnapshotsRequest = [
|
|
987
|
+
3,
|
|
988
|
+
n0,
|
|
989
|
+
_LSR,
|
|
990
|
+
0,
|
|
991
|
+
[_nT, _mR, _nN, _nA, _oA, _sT, _eT],
|
|
992
|
+
[
|
|
993
|
+
[
|
|
994
|
+
0,
|
|
995
|
+
{
|
|
996
|
+
[_hQ]: _nT,
|
|
997
|
+
},
|
|
998
|
+
],
|
|
999
|
+
[
|
|
1000
|
+
1,
|
|
1001
|
+
{
|
|
1002
|
+
[_hQ]: _mR,
|
|
1003
|
+
},
|
|
1004
|
+
],
|
|
1005
|
+
0,
|
|
1006
|
+
0,
|
|
1007
|
+
0,
|
|
1008
|
+
4,
|
|
1009
|
+
4,
|
|
1010
|
+
],
|
|
1011
|
+
];
|
|
1012
|
+
export var ListSnapshotsResponse = [3, n0, _LSRi, 0, [_nT, _sn], [0, () => SnapshotList]];
|
|
1013
|
+
export var ListTableRestoreStatusRequest = [
|
|
1014
|
+
3,
|
|
1015
|
+
n0,
|
|
1016
|
+
_LTRSR,
|
|
1017
|
+
0,
|
|
1018
|
+
[_nT, _mR, _nN, _wN],
|
|
1019
|
+
[
|
|
1020
|
+
[
|
|
1021
|
+
0,
|
|
1022
|
+
{
|
|
1023
|
+
[_hQ]: _nT,
|
|
1024
|
+
},
|
|
1025
|
+
],
|
|
1026
|
+
[
|
|
1027
|
+
1,
|
|
1028
|
+
{
|
|
1029
|
+
[_hQ]: _mR,
|
|
1030
|
+
},
|
|
1031
|
+
],
|
|
1032
|
+
0,
|
|
1033
|
+
0,
|
|
1034
|
+
],
|
|
1035
|
+
];
|
|
1036
|
+
export var ListTableRestoreStatusResponse = [
|
|
1037
|
+
3,
|
|
1038
|
+
n0,
|
|
1039
|
+
_LTRSRi,
|
|
1040
|
+
0,
|
|
1041
|
+
[_nT, _tRSa],
|
|
1042
|
+
[0, () => TableRestoreStatusList],
|
|
1043
|
+
];
|
|
1044
|
+
export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_rAe], [0]];
|
|
1045
|
+
export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_t], [() => TagList]];
|
|
1046
|
+
export var ListTracksRequest = [
|
|
1047
|
+
3,
|
|
1048
|
+
n0,
|
|
1049
|
+
_LTR,
|
|
1050
|
+
0,
|
|
1051
|
+
[_nT, _mR],
|
|
1052
|
+
[
|
|
1053
|
+
[
|
|
1054
|
+
0,
|
|
1055
|
+
{
|
|
1056
|
+
[_hQ]: _nT,
|
|
1057
|
+
},
|
|
1058
|
+
],
|
|
1059
|
+
[
|
|
1060
|
+
1,
|
|
1061
|
+
{
|
|
1062
|
+
[_hQ]: _mR,
|
|
1063
|
+
},
|
|
1064
|
+
],
|
|
1065
|
+
],
|
|
1066
|
+
];
|
|
1067
|
+
export var ListTracksResponse = [3, n0, _LTRi, 0, [_tra, _nT], [() => TrackList, 0]];
|
|
1068
|
+
export var ListUsageLimitsRequest = [
|
|
1069
|
+
3,
|
|
1070
|
+
n0,
|
|
1071
|
+
_LULR,
|
|
1072
|
+
0,
|
|
1073
|
+
[_rAe, _uT, _nT, _mR],
|
|
1074
|
+
[
|
|
1075
|
+
0,
|
|
1076
|
+
0,
|
|
1077
|
+
[
|
|
1078
|
+
0,
|
|
1079
|
+
{
|
|
1080
|
+
[_hQ]: _nT,
|
|
1081
|
+
},
|
|
1082
|
+
],
|
|
1083
|
+
[
|
|
1084
|
+
1,
|
|
1085
|
+
{
|
|
1086
|
+
[_hQ]: _mR,
|
|
1087
|
+
},
|
|
1088
|
+
],
|
|
1089
|
+
],
|
|
1090
|
+
];
|
|
1091
|
+
export var ListUsageLimitsResponse = [3, n0, _LULRi, 0, [_uLs, _nT], [() => UsageLimits, 0]];
|
|
1092
|
+
export var ListWorkgroupsRequest = [
|
|
1093
|
+
3,
|
|
1094
|
+
n0,
|
|
1095
|
+
_LWR,
|
|
1096
|
+
0,
|
|
1097
|
+
[_nT, _mR, _oA],
|
|
1098
|
+
[
|
|
1099
|
+
[
|
|
1100
|
+
0,
|
|
1101
|
+
{
|
|
1102
|
+
[_hQ]: _nT,
|
|
1103
|
+
},
|
|
1104
|
+
],
|
|
1105
|
+
[
|
|
1106
|
+
1,
|
|
1107
|
+
{
|
|
1108
|
+
[_hQ]: _mR,
|
|
1109
|
+
},
|
|
1110
|
+
],
|
|
1111
|
+
0,
|
|
1112
|
+
],
|
|
1113
|
+
];
|
|
1114
|
+
export var ListWorkgroupsResponse = [3, n0, _LWRi, 0, [_nT, _wo], [0, () => WorkgroupList]];
|
|
1115
|
+
export var ManagedWorkgroupListItem = [
|
|
1116
|
+
3,
|
|
1117
|
+
n0,
|
|
1118
|
+
_MWLI,
|
|
1119
|
+
0,
|
|
1120
|
+
[_mWN, _mWI, _sAo, _st, _cD],
|
|
1121
|
+
[0, 0, 0, 0, 5],
|
|
1122
|
+
];
|
|
1123
|
+
export var Namespace = [
|
|
1124
|
+
3,
|
|
1125
|
+
n0,
|
|
1126
|
+
_N,
|
|
1127
|
+
0,
|
|
1128
|
+
[_nA, _nI, _nN, _aU, _dN, _kKI, _dIRA, _iR, _lE, _st, _cD, _aPSA, _aPSKKI],
|
|
1129
|
+
[0, 0, 0, [() => DbUser, 0], 0, 0, 0, 64 | 0, 64 | 0, 0, 5, 0, 0],
|
|
1130
|
+
];
|
|
1131
|
+
export var NetworkInterface = [3, n0, _NI, 0, [_nII, _sIu, _pIA, _aZ, _iA], [0, 0, 0, 0, 0]];
|
|
1132
|
+
export var PerformanceTarget = [3, n0, _PT, 0, [_st, _l], [0, 1]];
|
|
1133
|
+
export var PutResourcePolicyRequest = [3, n0, _PRPR, 0, [_rAe, _pol], [0, 0]];
|
|
1134
|
+
export var PutResourcePolicyResponse = [3, n0, _PRPRu, 0, [_rPes], [() => ResourcePolicy]];
|
|
1135
|
+
export var RecoveryPoint = [
|
|
1136
|
+
3,
|
|
1137
|
+
n0,
|
|
1138
|
+
_RP,
|
|
1139
|
+
0,
|
|
1140
|
+
[_rPI, _rPCT, _tSIMB, _nN, _wN, _nA],
|
|
1141
|
+
[0, 5, 1, 0, 0, 0],
|
|
1142
|
+
];
|
|
1143
|
+
export var Reservation = [
|
|
1144
|
+
3,
|
|
1145
|
+
n0,
|
|
1146
|
+
_R,
|
|
1147
|
+
0,
|
|
1148
|
+
[_rI, _rAes, _sD, _eD, _ca, _o, _st],
|
|
1149
|
+
[0, 0, 5, 5, 1, () => ReservationOffering, 0],
|
|
1150
|
+
];
|
|
1151
|
+
export var ReservationOffering = [
|
|
1152
|
+
3,
|
|
1153
|
+
n0,
|
|
1154
|
+
_RO,
|
|
1155
|
+
0,
|
|
1156
|
+
[_oI, _d, _uC, _hC, _cC, _oT],
|
|
1157
|
+
[0, 1, 1, 1, 0, 0],
|
|
1158
|
+
];
|
|
1159
|
+
export var ResourceNotFoundException = [
|
|
1160
|
+
-3,
|
|
1161
|
+
n0,
|
|
1162
|
+
_RNFE,
|
|
1163
|
+
{
|
|
1164
|
+
[_e]: _c,
|
|
1165
|
+
[_hE]: 404,
|
|
1166
|
+
},
|
|
1167
|
+
[_m, _rN],
|
|
1168
|
+
[0, 0],
|
|
1169
|
+
];
|
|
1170
|
+
TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
|
|
1171
|
+
export var ResourcePolicy = [3, n0, _RPe, 0, [_rAe, _pol], [0, 0]];
|
|
1172
|
+
export var RestoreFromRecoveryPointRequest = [3, n0, _RFRPR, 0, [_rPI, _nN, _wN], [0, 0, 0]];
|
|
1173
|
+
export var RestoreFromRecoveryPointResponse = [
|
|
1174
|
+
3,
|
|
1175
|
+
n0,
|
|
1176
|
+
_RFRPRe,
|
|
1177
|
+
0,
|
|
1178
|
+
[_rPI, _n],
|
|
1179
|
+
[0, [() => Namespace, 0]],
|
|
1180
|
+
];
|
|
1181
|
+
export var RestoreFromSnapshotRequest = [
|
|
1182
|
+
3,
|
|
1183
|
+
n0,
|
|
1184
|
+
_RFSR,
|
|
1185
|
+
0,
|
|
1186
|
+
[_nN, _wN, _sN, _sAn, _oA, _mAP, _aPSKKI],
|
|
1187
|
+
[0, 0, 0, 0, 0, 2, 0],
|
|
1188
|
+
];
|
|
1189
|
+
export var RestoreFromSnapshotResponse = [
|
|
1190
|
+
3,
|
|
1191
|
+
n0,
|
|
1192
|
+
_RFSRe,
|
|
1193
|
+
0,
|
|
1194
|
+
[_sN, _oA, _n],
|
|
1195
|
+
[0, 0, [() => Namespace, 0]],
|
|
1196
|
+
];
|
|
1197
|
+
export var RestoreTableFromRecoveryPointRequest = [
|
|
1198
|
+
3,
|
|
1199
|
+
n0,
|
|
1200
|
+
_RTFRPR,
|
|
1201
|
+
0,
|
|
1202
|
+
[_nN, _wN, _rPI, _sDN, _sSN, _sTN, _tDN, _tSN, _nTN, _aCSI],
|
|
1203
|
+
[0, 0, 0, 0, 0, 0, 0, 0, 0, 2],
|
|
1204
|
+
];
|
|
1205
|
+
export var RestoreTableFromRecoveryPointResponse = [
|
|
1206
|
+
3,
|
|
1207
|
+
n0,
|
|
1208
|
+
_RTFRPRe,
|
|
1209
|
+
0,
|
|
1210
|
+
[_tRS],
|
|
1211
|
+
[() => TableRestoreStatus],
|
|
1212
|
+
];
|
|
1213
|
+
export var RestoreTableFromSnapshotRequest = [
|
|
1214
|
+
3,
|
|
1215
|
+
n0,
|
|
1216
|
+
_RTFSR,
|
|
1217
|
+
0,
|
|
1218
|
+
[_nN, _wN, _sN, _sDN, _sSN, _sTN, _tDN, _tSN, _nTN, _aCSI],
|
|
1219
|
+
[0, 0, 0, 0, 0, 0, 0, 0, 0, 2],
|
|
1220
|
+
];
|
|
1221
|
+
export var RestoreTableFromSnapshotResponse = [
|
|
1222
|
+
3,
|
|
1223
|
+
n0,
|
|
1224
|
+
_RTFSRe,
|
|
1225
|
+
0,
|
|
1226
|
+
[_tRS],
|
|
1227
|
+
[() => TableRestoreStatus],
|
|
1228
|
+
];
|
|
1229
|
+
export var ScheduledActionAssociation = [3, n0, _SAA, 0, [_nN, _sAN], [0, 0]];
|
|
1230
|
+
export var ScheduledActionResponse = [
|
|
1231
|
+
3,
|
|
1232
|
+
n0,
|
|
1233
|
+
_SAR,
|
|
1234
|
+
0,
|
|
1235
|
+
[_sAN, _sc, _sAD, _nIe, _rA, _sta, _sT, _eT, _tA, _nN, _sAU],
|
|
1236
|
+
[0, () => Schedule, 0, 64 | 4, 0, 0, 4, 4, () => TargetAction, 0, 0],
|
|
1237
|
+
];
|
|
1238
|
+
export var ServerlessTrack = [3, n0, _ST, 0, [_tN, _wV, _uTp], [0, 0, () => UpdateTargetsList]];
|
|
1239
|
+
export var ServiceQuotaExceededException = [
|
|
1240
|
+
-3,
|
|
1241
|
+
n0,
|
|
1242
|
+
_SQEE,
|
|
1243
|
+
{
|
|
1244
|
+
[_e]: _c,
|
|
1245
|
+
[_hE]: 402,
|
|
1246
|
+
},
|
|
1247
|
+
[_m],
|
|
1248
|
+
[0],
|
|
1249
|
+
];
|
|
1250
|
+
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, __ServiceQuotaExceededException);
|
|
1251
|
+
export var Snapshot = [
|
|
1252
|
+
3,
|
|
1253
|
+
n0,
|
|
1254
|
+
_S,
|
|
1255
|
+
0,
|
|
1256
|
+
[
|
|
1257
|
+
_nN,
|
|
1258
|
+
_nA,
|
|
1259
|
+
_sN,
|
|
1260
|
+
_sCT,
|
|
1261
|
+
_aU,
|
|
1262
|
+
_st,
|
|
1263
|
+
_kKI,
|
|
1264
|
+
_oA,
|
|
1265
|
+
_tBSIMB,
|
|
1266
|
+
_aIBSIMB,
|
|
1267
|
+
_bPIMB,
|
|
1268
|
+
_cBRIMBPS,
|
|
1269
|
+
_eSTC,
|
|
1270
|
+
_eTIS,
|
|
1271
|
+
_sRP,
|
|
1272
|
+
_sRD,
|
|
1273
|
+
_sRST,
|
|
1274
|
+
_sAn,
|
|
1275
|
+
_aWRA,
|
|
1276
|
+
_aWPRA,
|
|
1277
|
+
_aPSA,
|
|
1278
|
+
_aPSKKI,
|
|
1279
|
+
],
|
|
1280
|
+
[0, 0, 0, 5, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 5, 0, 64 | 0, 64 | 0, 0, 0],
|
|
1281
|
+
];
|
|
1282
|
+
export var SnapshotCopyConfiguration = [
|
|
1283
|
+
3,
|
|
1284
|
+
n0,
|
|
1285
|
+
_SCC,
|
|
1286
|
+
0,
|
|
1287
|
+
[_sCCI, _sCCA, _nN, _dR, _sRP, _dKKI],
|
|
1288
|
+
[0, 0, 0, 0, 1, 0],
|
|
1289
|
+
];
|
|
1290
|
+
export var TableRestoreStatus = [
|
|
1291
|
+
3,
|
|
1292
|
+
n0,
|
|
1293
|
+
_TRS,
|
|
1294
|
+
0,
|
|
1295
|
+
[_tRRI, _st, _m, _rT, _nN, _wN, _sN, _pIMB, _tDIMB, _sDN, _sSN, _sTN, _tDN, _tSN, _nTN, _rPI],
|
|
1296
|
+
[0, 0, 0, 4, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0],
|
|
1297
|
+
];
|
|
1298
|
+
export var Tag = [3, n0, _T, 0, [_k, _v], [0, 0]];
|
|
1299
|
+
export var TagResourceRequest = [3, n0, _TRR, 0, [_rAe, _t], [0, () => TagList]];
|
|
1300
|
+
export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
|
|
1301
|
+
export var ThrottlingException = [
|
|
1302
|
+
-3,
|
|
1303
|
+
n0,
|
|
1304
|
+
_TE,
|
|
1305
|
+
{
|
|
1306
|
+
[_e]: _c,
|
|
1307
|
+
[_hE]: 429,
|
|
1308
|
+
},
|
|
1309
|
+
[_co, _m],
|
|
1310
|
+
[0, 0],
|
|
1311
|
+
];
|
|
1312
|
+
TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
|
|
1313
|
+
export var TooManyTagsException = [
|
|
1314
|
+
-3,
|
|
1315
|
+
n0,
|
|
1316
|
+
_TMTE,
|
|
1317
|
+
{
|
|
1318
|
+
[_e]: _c,
|
|
1319
|
+
[_hE]: 400,
|
|
1320
|
+
},
|
|
1321
|
+
[_m, _rN],
|
|
1322
|
+
[0, 0],
|
|
1323
|
+
];
|
|
1324
|
+
TypeRegistry.for(n0).registerError(TooManyTagsException, __TooManyTagsException);
|
|
1325
|
+
export var UntagResourceRequest = [3, n0, _URR, 0, [_rAe, _tK], [0, 64 | 0]];
|
|
1326
|
+
export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
1327
|
+
export var UpdateCustomDomainAssociationRequest = [
|
|
1328
|
+
3,
|
|
1329
|
+
n0,
|
|
1330
|
+
_UCDAR,
|
|
1331
|
+
0,
|
|
1332
|
+
[_wN, _cDN, _cDCA],
|
|
1333
|
+
[0, 0, 0],
|
|
1334
|
+
];
|
|
1335
|
+
export var UpdateCustomDomainAssociationResponse = [
|
|
1336
|
+
3,
|
|
1337
|
+
n0,
|
|
1338
|
+
_UCDARp,
|
|
1339
|
+
0,
|
|
1340
|
+
[_cDN, _wN, _cDCA, _cDCET],
|
|
1341
|
+
[0, 0, 0, 5],
|
|
1342
|
+
];
|
|
1343
|
+
export var UpdateEndpointAccessRequest = [3, n0, _UEAR, 0, [_eN, _vSGI], [0, 64 | 0]];
|
|
1344
|
+
export var UpdateEndpointAccessResponse = [3, n0, _UEARp, 0, [_en], [() => EndpointAccess]];
|
|
1345
|
+
export var UpdateNamespaceRequest = [
|
|
1346
|
+
3,
|
|
1347
|
+
n0,
|
|
1348
|
+
_UNR,
|
|
1349
|
+
0,
|
|
1350
|
+
[_nN, _aUP, _aU, _kKI, _dIRA, _iR, _lE, _mAP, _aPSKKI],
|
|
1351
|
+
[0, [() => DbPassword, 0], [() => DbUser, 0], 0, 0, 64 | 0, 64 | 0, 2, 0],
|
|
1352
|
+
];
|
|
1353
|
+
export var UpdateNamespaceResponse = [3, n0, _UNRp, 0, [_n], [[() => Namespace, 0]]];
|
|
1354
|
+
export var UpdateScheduledActionRequest = [
|
|
1355
|
+
3,
|
|
1356
|
+
n0,
|
|
1357
|
+
_USAR,
|
|
1358
|
+
0,
|
|
1359
|
+
[_sAN, _tA, _sc, _rA, _ena, _sAD, _sT, _eT],
|
|
1360
|
+
[0, () => TargetAction, () => Schedule, 0, 2, 0, 4, 4],
|
|
1361
|
+
];
|
|
1362
|
+
export var UpdateScheduledActionResponse = [
|
|
1363
|
+
3,
|
|
1364
|
+
n0,
|
|
1365
|
+
_USARp,
|
|
1366
|
+
0,
|
|
1367
|
+
[_sA],
|
|
1368
|
+
[() => ScheduledActionResponse],
|
|
1369
|
+
];
|
|
1370
|
+
export var UpdateSnapshotCopyConfigurationRequest = [3, n0, _USCCR, 0, [_sCCI, _sRP], [0, 1]];
|
|
1371
|
+
export var UpdateSnapshotCopyConfigurationResponse = [
|
|
1372
|
+
3,
|
|
1373
|
+
n0,
|
|
1374
|
+
_USCCRp,
|
|
1375
|
+
0,
|
|
1376
|
+
[_sCC],
|
|
1377
|
+
[() => SnapshotCopyConfiguration],
|
|
1378
|
+
];
|
|
1379
|
+
export var UpdateSnapshotRequest = [3, n0, _USR, 0, [_sN, _rP], [0, 1]];
|
|
1380
|
+
export var UpdateSnapshotResponse = [3, n0, _USRp, 0, [_s], [() => Snapshot]];
|
|
1381
|
+
export var UpdateTarget = [3, n0, _UT, 0, [_tN, _wV], [0, 0]];
|
|
1382
|
+
export var UpdateUsageLimitRequest = [3, n0, _UULR, 0, [_uLI, _a, _bA], [0, 1, 0]];
|
|
1383
|
+
export var UpdateUsageLimitResponse = [3, n0, _UULRp, 0, [_uL], [() => UsageLimit]];
|
|
1384
|
+
export var UpdateWorkgroupRequest = [
|
|
1385
|
+
3,
|
|
1386
|
+
n0,
|
|
1387
|
+
_UWR,
|
|
1388
|
+
0,
|
|
1389
|
+
[_wN, _bC, _eVR, _cP, _pA, _sI, _sGI, _po, _mC, _iAT, _pPT, _tN],
|
|
1390
|
+
[0, 1, 2, () => ConfigParameterList, 2, 64 | 0, 64 | 0, 1, 1, 0, () => PerformanceTarget, 0],
|
|
1391
|
+
];
|
|
1392
|
+
export var UpdateWorkgroupResponse = [3, n0, _UWRp, 0, [_w], [() => Workgroup]];
|
|
1393
|
+
export var UsageLimit = [
|
|
1394
|
+
3,
|
|
1395
|
+
n0,
|
|
1396
|
+
_UL,
|
|
1397
|
+
0,
|
|
1398
|
+
[_uLI, _uLA, _rAe, _uT, _a, _p, _bA],
|
|
1399
|
+
[0, 0, 0, 0, 1, 0, 0],
|
|
1400
|
+
];
|
|
1401
|
+
export var ValidationException = [
|
|
1402
|
+
-3,
|
|
1403
|
+
n0,
|
|
1404
|
+
_VE,
|
|
1405
|
+
{
|
|
1406
|
+
[_e]: _c,
|
|
1407
|
+
[_hE]: 400,
|
|
1408
|
+
},
|
|
1409
|
+
[_m],
|
|
1410
|
+
[0],
|
|
1411
|
+
];
|
|
1412
|
+
TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
|
|
1413
|
+
export var VpcEndpoint = [
|
|
1414
|
+
3,
|
|
1415
|
+
n0,
|
|
1416
|
+
_VEp,
|
|
1417
|
+
0,
|
|
1418
|
+
[_vEI, _vI, _nIet],
|
|
1419
|
+
[0, 0, () => NetworkInterfaceList],
|
|
1420
|
+
];
|
|
1421
|
+
export var VpcSecurityGroupMembership = [3, n0, _VSGM, 0, [_vSGIp, _st], [0, 0]];
|
|
1422
|
+
export var Workgroup = [
|
|
1423
|
+
3,
|
|
1424
|
+
n0,
|
|
1425
|
+
_W,
|
|
1426
|
+
0,
|
|
1427
|
+
[
|
|
1428
|
+
_wI,
|
|
1429
|
+
_wA,
|
|
1430
|
+
_wN,
|
|
1431
|
+
_nN,
|
|
1432
|
+
_bC,
|
|
1433
|
+
_eVR,
|
|
1434
|
+
_cP,
|
|
1435
|
+
_sGI,
|
|
1436
|
+
_sI,
|
|
1437
|
+
_st,
|
|
1438
|
+
_en,
|
|
1439
|
+
_pA,
|
|
1440
|
+
_cD,
|
|
1441
|
+
_po,
|
|
1442
|
+
_cDN,
|
|
1443
|
+
_cDCA,
|
|
1444
|
+
_cDCET,
|
|
1445
|
+
_wV,
|
|
1446
|
+
_pVa,
|
|
1447
|
+
_mC,
|
|
1448
|
+
_cAV,
|
|
1449
|
+
_iAT,
|
|
1450
|
+
_pPT,
|
|
1451
|
+
_tN,
|
|
1452
|
+
_pTN,
|
|
1453
|
+
],
|
|
1454
|
+
[
|
|
1455
|
+
0,
|
|
1456
|
+
0,
|
|
1457
|
+
0,
|
|
1458
|
+
0,
|
|
1459
|
+
1,
|
|
1460
|
+
2,
|
|
1461
|
+
() => ConfigParameterList,
|
|
1462
|
+
64 | 0,
|
|
1463
|
+
64 | 0,
|
|
1464
|
+
0,
|
|
1465
|
+
() => Endpoint,
|
|
1466
|
+
2,
|
|
1467
|
+
5,
|
|
1468
|
+
1,
|
|
1469
|
+
0,
|
|
1470
|
+
0,
|
|
1471
|
+
5,
|
|
1472
|
+
0,
|
|
1473
|
+
0,
|
|
1474
|
+
1,
|
|
1475
|
+
64 | 0,
|
|
1476
|
+
0,
|
|
1477
|
+
() => PerformanceTarget,
|
|
1478
|
+
0,
|
|
1479
|
+
0,
|
|
1480
|
+
],
|
|
1481
|
+
];
|
|
1482
|
+
export var __Unit = "unit";
|
|
1483
|
+
export var RedshiftServerlessServiceException = [
|
|
1484
|
+
-3,
|
|
1485
|
+
_sm,
|
|
1486
|
+
"RedshiftServerlessServiceException",
|
|
1487
|
+
0,
|
|
1488
|
+
[],
|
|
1489
|
+
[],
|
|
1490
|
+
];
|
|
1491
|
+
TypeRegistry.for(_sm).registerError(RedshiftServerlessServiceException, __RedshiftServerlessServiceException);
|
|
1492
|
+
export var AccountIdList = 64 | 0;
|
|
1493
|
+
export var AssociationList = [1, n0, _AL, 0, () => Association];
|
|
1494
|
+
export var ConfigParameterList = [1, n0, _CPL, 0, () => ConfigParameter];
|
|
1495
|
+
export var EndpointAccessList = [1, n0, _EAL, 0, () => EndpointAccess];
|
|
1496
|
+
export var IamRoleArnList = 64 | 0;
|
|
1497
|
+
export var LogExportList = 64 | 0;
|
|
1498
|
+
export var ManagedWorkgroups = [1, n0, _MW, 0, () => ManagedWorkgroupListItem];
|
|
1499
|
+
export var NamespaceList = [1, n0, _NL, 0, [() => Namespace, 0]];
|
|
1500
|
+
export var NetworkInterfaceList = [1, n0, _NIL, 0, () => NetworkInterface];
|
|
1501
|
+
export var NextInvocationsList = 64 | 4;
|
|
1502
|
+
export var RecoveryPointList = [1, n0, _RPL, 0, () => RecoveryPoint];
|
|
1503
|
+
export var ReservationOfferingsList = [1, n0, _ROL, 0, () => ReservationOffering];
|
|
1504
|
+
export var ReservationsList = [1, n0, _RL, 0, () => Reservation];
|
|
1505
|
+
export var ScheduledActionsList = [1, n0, _SAL, 0, () => ScheduledActionAssociation];
|
|
1506
|
+
export var SecurityGroupIdList = 64 | 0;
|
|
1507
|
+
export var SnapshotCopyConfigurations = [1, n0, _SCCn, 0, () => SnapshotCopyConfiguration];
|
|
1508
|
+
export var SnapshotList = [1, n0, _SL, 0, () => Snapshot];
|
|
1509
|
+
export var SubnetIdList = 64 | 0;
|
|
1510
|
+
export var TableRestoreStatusList = [1, n0, _TRSL, 0, () => TableRestoreStatus];
|
|
1511
|
+
export var TagKeyList = 64 | 0;
|
|
1512
|
+
export var TagList = [1, n0, _TL, 0, () => Tag];
|
|
1513
|
+
export var TrackList = [1, n0, _TLr, 0, () => ServerlessTrack];
|
|
1514
|
+
export var UpdateTargetsList = [1, n0, _UTL, 0, () => UpdateTarget];
|
|
1515
|
+
export var UsageLimits = [1, n0, _ULs, 0, () => UsageLimit];
|
|
1516
|
+
export var VpcEndpointList = [1, n0, _VEL, 0, () => VpcEndpoint];
|
|
1517
|
+
export var VpcIds = 64 | 0;
|
|
1518
|
+
export var VpcSecurityGroupIdList = 64 | 0;
|
|
1519
|
+
export var VpcSecurityGroupMembershipList = [1, n0, _VSGML, 0, () => VpcSecurityGroupMembership];
|
|
1520
|
+
export var WorkgroupList = [1, n0, _WL, 0, () => Workgroup];
|
|
1521
|
+
export var Schedule = [3, n0, _Sc, 0, [_at, _cr], [4, 0]];
|
|
1522
|
+
export var TargetAction = [3, n0, _TA, 0, [_cS], [() => CreateSnapshotScheduleActionParameters]];
|
|
1523
|
+
export var ConvertRecoveryPointToSnapshot = [
|
|
1524
|
+
9,
|
|
1525
|
+
n0,
|
|
1526
|
+
_CRPTS,
|
|
1527
|
+
0,
|
|
1528
|
+
() => ConvertRecoveryPointToSnapshotRequest,
|
|
1529
|
+
() => ConvertRecoveryPointToSnapshotResponse,
|
|
1530
|
+
];
|
|
1531
|
+
export var CreateCustomDomainAssociation = [
|
|
1532
|
+
9,
|
|
1533
|
+
n0,
|
|
1534
|
+
_CCDA,
|
|
1535
|
+
0,
|
|
1536
|
+
() => CreateCustomDomainAssociationRequest,
|
|
1537
|
+
() => CreateCustomDomainAssociationResponse,
|
|
1538
|
+
];
|
|
1539
|
+
export var CreateEndpointAccess = [
|
|
1540
|
+
9,
|
|
1541
|
+
n0,
|
|
1542
|
+
_CEA,
|
|
1543
|
+
2,
|
|
1544
|
+
() => CreateEndpointAccessRequest,
|
|
1545
|
+
() => CreateEndpointAccessResponse,
|
|
1546
|
+
];
|
|
1547
|
+
export var CreateNamespace = [
|
|
1548
|
+
9,
|
|
1549
|
+
n0,
|
|
1550
|
+
_CN,
|
|
1551
|
+
2,
|
|
1552
|
+
() => CreateNamespaceRequest,
|
|
1553
|
+
() => CreateNamespaceResponse,
|
|
1554
|
+
];
|
|
1555
|
+
export var CreateReservation = [
|
|
1556
|
+
9,
|
|
1557
|
+
n0,
|
|
1558
|
+
_CR,
|
|
1559
|
+
2,
|
|
1560
|
+
() => CreateReservationRequest,
|
|
1561
|
+
() => CreateReservationResponse,
|
|
1562
|
+
];
|
|
1563
|
+
export var CreateScheduledAction = [
|
|
1564
|
+
9,
|
|
1565
|
+
n0,
|
|
1566
|
+
_CSA,
|
|
1567
|
+
2,
|
|
1568
|
+
() => CreateScheduledActionRequest,
|
|
1569
|
+
() => CreateScheduledActionResponse,
|
|
1570
|
+
];
|
|
1571
|
+
export var CreateSnapshot = [
|
|
1572
|
+
9,
|
|
1573
|
+
n0,
|
|
1574
|
+
_CS,
|
|
1575
|
+
2,
|
|
1576
|
+
() => CreateSnapshotRequest,
|
|
1577
|
+
() => CreateSnapshotResponse,
|
|
1578
|
+
];
|
|
1579
|
+
export var CreateSnapshotCopyConfiguration = [
|
|
1580
|
+
9,
|
|
1581
|
+
n0,
|
|
1582
|
+
_CSCC,
|
|
1583
|
+
2,
|
|
1584
|
+
() => CreateSnapshotCopyConfigurationRequest,
|
|
1585
|
+
() => CreateSnapshotCopyConfigurationResponse,
|
|
1586
|
+
];
|
|
1587
|
+
export var CreateUsageLimit = [
|
|
1588
|
+
9,
|
|
1589
|
+
n0,
|
|
1590
|
+
_CUL,
|
|
1591
|
+
2,
|
|
1592
|
+
() => CreateUsageLimitRequest,
|
|
1593
|
+
() => CreateUsageLimitResponse,
|
|
1594
|
+
];
|
|
1595
|
+
export var CreateWorkgroup = [
|
|
1596
|
+
9,
|
|
1597
|
+
n0,
|
|
1598
|
+
_CW,
|
|
1599
|
+
2,
|
|
1600
|
+
() => CreateWorkgroupRequest,
|
|
1601
|
+
() => CreateWorkgroupResponse,
|
|
1602
|
+
];
|
|
1603
|
+
export var DeleteCustomDomainAssociation = [
|
|
1604
|
+
9,
|
|
1605
|
+
n0,
|
|
1606
|
+
_DCDA,
|
|
1607
|
+
0,
|
|
1608
|
+
() => DeleteCustomDomainAssociationRequest,
|
|
1609
|
+
() => DeleteCustomDomainAssociationResponse,
|
|
1610
|
+
];
|
|
1611
|
+
export var DeleteEndpointAccess = [
|
|
1612
|
+
9,
|
|
1613
|
+
n0,
|
|
1614
|
+
_DEA,
|
|
1615
|
+
2,
|
|
1616
|
+
() => DeleteEndpointAccessRequest,
|
|
1617
|
+
() => DeleteEndpointAccessResponse,
|
|
1618
|
+
];
|
|
1619
|
+
export var DeleteNamespace = [
|
|
1620
|
+
9,
|
|
1621
|
+
n0,
|
|
1622
|
+
_DN,
|
|
1623
|
+
2,
|
|
1624
|
+
() => DeleteNamespaceRequest,
|
|
1625
|
+
() => DeleteNamespaceResponse,
|
|
1626
|
+
];
|
|
1627
|
+
export var DeleteResourcePolicy = [
|
|
1628
|
+
9,
|
|
1629
|
+
n0,
|
|
1630
|
+
_DRP,
|
|
1631
|
+
0,
|
|
1632
|
+
() => DeleteResourcePolicyRequest,
|
|
1633
|
+
() => DeleteResourcePolicyResponse,
|
|
1634
|
+
];
|
|
1635
|
+
export var DeleteScheduledAction = [
|
|
1636
|
+
9,
|
|
1637
|
+
n0,
|
|
1638
|
+
_DSA,
|
|
1639
|
+
2,
|
|
1640
|
+
() => DeleteScheduledActionRequest,
|
|
1641
|
+
() => DeleteScheduledActionResponse,
|
|
1642
|
+
];
|
|
1643
|
+
export var DeleteSnapshot = [
|
|
1644
|
+
9,
|
|
1645
|
+
n0,
|
|
1646
|
+
_DS,
|
|
1647
|
+
2,
|
|
1648
|
+
() => DeleteSnapshotRequest,
|
|
1649
|
+
() => DeleteSnapshotResponse,
|
|
1650
|
+
];
|
|
1651
|
+
export var DeleteSnapshotCopyConfiguration = [
|
|
1652
|
+
9,
|
|
1653
|
+
n0,
|
|
1654
|
+
_DSCC,
|
|
1655
|
+
2,
|
|
1656
|
+
() => DeleteSnapshotCopyConfigurationRequest,
|
|
1657
|
+
() => DeleteSnapshotCopyConfigurationResponse,
|
|
1658
|
+
];
|
|
1659
|
+
export var DeleteUsageLimit = [
|
|
1660
|
+
9,
|
|
1661
|
+
n0,
|
|
1662
|
+
_DUL,
|
|
1663
|
+
2,
|
|
1664
|
+
() => DeleteUsageLimitRequest,
|
|
1665
|
+
() => DeleteUsageLimitResponse,
|
|
1666
|
+
];
|
|
1667
|
+
export var DeleteWorkgroup = [
|
|
1668
|
+
9,
|
|
1669
|
+
n0,
|
|
1670
|
+
_DW,
|
|
1671
|
+
2,
|
|
1672
|
+
() => DeleteWorkgroupRequest,
|
|
1673
|
+
() => DeleteWorkgroupResponse,
|
|
1674
|
+
];
|
|
1675
|
+
export var GetCredentials = [
|
|
1676
|
+
9,
|
|
1677
|
+
n0,
|
|
1678
|
+
_GC,
|
|
1679
|
+
0,
|
|
1680
|
+
() => GetCredentialsRequest,
|
|
1681
|
+
() => GetCredentialsResponse,
|
|
1682
|
+
];
|
|
1683
|
+
export var GetCustomDomainAssociation = [
|
|
1684
|
+
9,
|
|
1685
|
+
n0,
|
|
1686
|
+
_GCDA,
|
|
1687
|
+
0,
|
|
1688
|
+
() => GetCustomDomainAssociationRequest,
|
|
1689
|
+
() => GetCustomDomainAssociationResponse,
|
|
1690
|
+
];
|
|
1691
|
+
export var GetEndpointAccess = [
|
|
1692
|
+
9,
|
|
1693
|
+
n0,
|
|
1694
|
+
_GEA,
|
|
1695
|
+
0,
|
|
1696
|
+
() => GetEndpointAccessRequest,
|
|
1697
|
+
() => GetEndpointAccessResponse,
|
|
1698
|
+
];
|
|
1699
|
+
export var GetNamespace = [9, n0, _GN, 0, () => GetNamespaceRequest, () => GetNamespaceResponse];
|
|
1700
|
+
export var GetRecoveryPoint = [
|
|
1701
|
+
9,
|
|
1702
|
+
n0,
|
|
1703
|
+
_GRP,
|
|
1704
|
+
0,
|
|
1705
|
+
() => GetRecoveryPointRequest,
|
|
1706
|
+
() => GetRecoveryPointResponse,
|
|
1707
|
+
];
|
|
1708
|
+
export var GetReservation = [
|
|
1709
|
+
9,
|
|
1710
|
+
n0,
|
|
1711
|
+
_GR,
|
|
1712
|
+
0,
|
|
1713
|
+
() => GetReservationRequest,
|
|
1714
|
+
() => GetReservationResponse,
|
|
1715
|
+
];
|
|
1716
|
+
export var GetReservationOffering = [
|
|
1717
|
+
9,
|
|
1718
|
+
n0,
|
|
1719
|
+
_GRO,
|
|
1720
|
+
0,
|
|
1721
|
+
() => GetReservationOfferingRequest,
|
|
1722
|
+
() => GetReservationOfferingResponse,
|
|
1723
|
+
];
|
|
1724
|
+
export var GetResourcePolicy = [
|
|
1725
|
+
9,
|
|
1726
|
+
n0,
|
|
1727
|
+
_GRPe,
|
|
1728
|
+
0,
|
|
1729
|
+
() => GetResourcePolicyRequest,
|
|
1730
|
+
() => GetResourcePolicyResponse,
|
|
1731
|
+
];
|
|
1732
|
+
export var GetScheduledAction = [
|
|
1733
|
+
9,
|
|
1734
|
+
n0,
|
|
1735
|
+
_GSA,
|
|
1736
|
+
0,
|
|
1737
|
+
() => GetScheduledActionRequest,
|
|
1738
|
+
() => GetScheduledActionResponse,
|
|
1739
|
+
];
|
|
1740
|
+
export var GetSnapshot = [9, n0, _GS, 0, () => GetSnapshotRequest, () => GetSnapshotResponse];
|
|
1741
|
+
export var GetTableRestoreStatus = [
|
|
1742
|
+
9,
|
|
1743
|
+
n0,
|
|
1744
|
+
_GTRS,
|
|
1745
|
+
0,
|
|
1746
|
+
() => GetTableRestoreStatusRequest,
|
|
1747
|
+
() => GetTableRestoreStatusResponse,
|
|
1748
|
+
];
|
|
1749
|
+
export var GetTrack = [9, n0, _GT, 0, () => GetTrackRequest, () => GetTrackResponse];
|
|
1750
|
+
export var GetUsageLimit = [
|
|
1751
|
+
9,
|
|
1752
|
+
n0,
|
|
1753
|
+
_GUL,
|
|
1754
|
+
0,
|
|
1755
|
+
() => GetUsageLimitRequest,
|
|
1756
|
+
() => GetUsageLimitResponse,
|
|
1757
|
+
];
|
|
1758
|
+
export var GetWorkgroup = [9, n0, _GW, 0, () => GetWorkgroupRequest, () => GetWorkgroupResponse];
|
|
1759
|
+
export var ListCustomDomainAssociations = [
|
|
1760
|
+
9,
|
|
1761
|
+
n0,
|
|
1762
|
+
_LCDA,
|
|
1763
|
+
0,
|
|
1764
|
+
() => ListCustomDomainAssociationsRequest,
|
|
1765
|
+
() => ListCustomDomainAssociationsResponse,
|
|
1766
|
+
];
|
|
1767
|
+
export var ListEndpointAccess = [
|
|
1768
|
+
9,
|
|
1769
|
+
n0,
|
|
1770
|
+
_LEA,
|
|
1771
|
+
0,
|
|
1772
|
+
() => ListEndpointAccessRequest,
|
|
1773
|
+
() => ListEndpointAccessResponse,
|
|
1774
|
+
];
|
|
1775
|
+
export var ListManagedWorkgroups = [
|
|
1776
|
+
9,
|
|
1777
|
+
n0,
|
|
1778
|
+
_LMW,
|
|
1779
|
+
0,
|
|
1780
|
+
() => ListManagedWorkgroupsRequest,
|
|
1781
|
+
() => ListManagedWorkgroupsResponse,
|
|
1782
|
+
];
|
|
1783
|
+
export var ListNamespaces = [
|
|
1784
|
+
9,
|
|
1785
|
+
n0,
|
|
1786
|
+
_LN,
|
|
1787
|
+
0,
|
|
1788
|
+
() => ListNamespacesRequest,
|
|
1789
|
+
() => ListNamespacesResponse,
|
|
1790
|
+
];
|
|
1791
|
+
export var ListRecoveryPoints = [
|
|
1792
|
+
9,
|
|
1793
|
+
n0,
|
|
1794
|
+
_LRP,
|
|
1795
|
+
0,
|
|
1796
|
+
() => ListRecoveryPointsRequest,
|
|
1797
|
+
() => ListRecoveryPointsResponse,
|
|
1798
|
+
];
|
|
1799
|
+
export var ListReservationOfferings = [
|
|
1800
|
+
9,
|
|
1801
|
+
n0,
|
|
1802
|
+
_LRO,
|
|
1803
|
+
0,
|
|
1804
|
+
() => ListReservationOfferingsRequest,
|
|
1805
|
+
() => ListReservationOfferingsResponse,
|
|
1806
|
+
];
|
|
1807
|
+
export var ListReservations = [
|
|
1808
|
+
9,
|
|
1809
|
+
n0,
|
|
1810
|
+
_LR,
|
|
1811
|
+
0,
|
|
1812
|
+
() => ListReservationsRequest,
|
|
1813
|
+
() => ListReservationsResponse,
|
|
1814
|
+
];
|
|
1815
|
+
export var ListScheduledActions = [
|
|
1816
|
+
9,
|
|
1817
|
+
n0,
|
|
1818
|
+
_LSA,
|
|
1819
|
+
0,
|
|
1820
|
+
() => ListScheduledActionsRequest,
|
|
1821
|
+
() => ListScheduledActionsResponse,
|
|
1822
|
+
];
|
|
1823
|
+
export var ListSnapshotCopyConfigurations = [
|
|
1824
|
+
9,
|
|
1825
|
+
n0,
|
|
1826
|
+
_LSCC,
|
|
1827
|
+
0,
|
|
1828
|
+
() => ListSnapshotCopyConfigurationsRequest,
|
|
1829
|
+
() => ListSnapshotCopyConfigurationsResponse,
|
|
1830
|
+
];
|
|
1831
|
+
export var ListSnapshots = [
|
|
1832
|
+
9,
|
|
1833
|
+
n0,
|
|
1834
|
+
_LS,
|
|
1835
|
+
0,
|
|
1836
|
+
() => ListSnapshotsRequest,
|
|
1837
|
+
() => ListSnapshotsResponse,
|
|
1838
|
+
];
|
|
1839
|
+
export var ListTableRestoreStatus = [
|
|
1840
|
+
9,
|
|
1841
|
+
n0,
|
|
1842
|
+
_LTRS,
|
|
1843
|
+
0,
|
|
1844
|
+
() => ListTableRestoreStatusRequest,
|
|
1845
|
+
() => ListTableRestoreStatusResponse,
|
|
1846
|
+
];
|
|
1847
|
+
export var ListTagsForResource = [
|
|
1848
|
+
9,
|
|
1849
|
+
n0,
|
|
1850
|
+
_LTFR,
|
|
1851
|
+
0,
|
|
1852
|
+
() => ListTagsForResourceRequest,
|
|
1853
|
+
() => ListTagsForResourceResponse,
|
|
1854
|
+
];
|
|
1855
|
+
export var ListTracks = [9, n0, _LT, 0, () => ListTracksRequest, () => ListTracksResponse];
|
|
1856
|
+
export var ListUsageLimits = [
|
|
1857
|
+
9,
|
|
1858
|
+
n0,
|
|
1859
|
+
_LUL,
|
|
1860
|
+
0,
|
|
1861
|
+
() => ListUsageLimitsRequest,
|
|
1862
|
+
() => ListUsageLimitsResponse,
|
|
1863
|
+
];
|
|
1864
|
+
export var ListWorkgroups = [
|
|
1865
|
+
9,
|
|
1866
|
+
n0,
|
|
1867
|
+
_LW,
|
|
1868
|
+
0,
|
|
1869
|
+
() => ListWorkgroupsRequest,
|
|
1870
|
+
() => ListWorkgroupsResponse,
|
|
1871
|
+
];
|
|
1872
|
+
export var PutResourcePolicy = [
|
|
1873
|
+
9,
|
|
1874
|
+
n0,
|
|
1875
|
+
_PRP,
|
|
1876
|
+
0,
|
|
1877
|
+
() => PutResourcePolicyRequest,
|
|
1878
|
+
() => PutResourcePolicyResponse,
|
|
1879
|
+
];
|
|
1880
|
+
export var RestoreFromRecoveryPoint = [
|
|
1881
|
+
9,
|
|
1882
|
+
n0,
|
|
1883
|
+
_RFRP,
|
|
1884
|
+
0,
|
|
1885
|
+
() => RestoreFromRecoveryPointRequest,
|
|
1886
|
+
() => RestoreFromRecoveryPointResponse,
|
|
1887
|
+
];
|
|
1888
|
+
export var RestoreFromSnapshot = [
|
|
1889
|
+
9,
|
|
1890
|
+
n0,
|
|
1891
|
+
_RFS,
|
|
1892
|
+
2,
|
|
1893
|
+
() => RestoreFromSnapshotRequest,
|
|
1894
|
+
() => RestoreFromSnapshotResponse,
|
|
1895
|
+
];
|
|
1896
|
+
export var RestoreTableFromRecoveryPoint = [
|
|
1897
|
+
9,
|
|
1898
|
+
n0,
|
|
1899
|
+
_RTFRP,
|
|
1900
|
+
0,
|
|
1901
|
+
() => RestoreTableFromRecoveryPointRequest,
|
|
1902
|
+
() => RestoreTableFromRecoveryPointResponse,
|
|
1903
|
+
];
|
|
1904
|
+
export var RestoreTableFromSnapshot = [
|
|
1905
|
+
9,
|
|
1906
|
+
n0,
|
|
1907
|
+
_RTFS,
|
|
1908
|
+
0,
|
|
1909
|
+
() => RestoreTableFromSnapshotRequest,
|
|
1910
|
+
() => RestoreTableFromSnapshotResponse,
|
|
1911
|
+
];
|
|
1912
|
+
export var TagResource = [9, n0, _TR, 0, () => TagResourceRequest, () => TagResourceResponse];
|
|
1913
|
+
export var UntagResource = [
|
|
1914
|
+
9,
|
|
1915
|
+
n0,
|
|
1916
|
+
_UR,
|
|
1917
|
+
0,
|
|
1918
|
+
() => UntagResourceRequest,
|
|
1919
|
+
() => UntagResourceResponse,
|
|
1920
|
+
];
|
|
1921
|
+
export var UpdateCustomDomainAssociation = [
|
|
1922
|
+
9,
|
|
1923
|
+
n0,
|
|
1924
|
+
_UCDA,
|
|
1925
|
+
0,
|
|
1926
|
+
() => UpdateCustomDomainAssociationRequest,
|
|
1927
|
+
() => UpdateCustomDomainAssociationResponse,
|
|
1928
|
+
];
|
|
1929
|
+
export var UpdateEndpointAccess = [
|
|
1930
|
+
9,
|
|
1931
|
+
n0,
|
|
1932
|
+
_UEA,
|
|
1933
|
+
0,
|
|
1934
|
+
() => UpdateEndpointAccessRequest,
|
|
1935
|
+
() => UpdateEndpointAccessResponse,
|
|
1936
|
+
];
|
|
1937
|
+
export var UpdateNamespace = [
|
|
1938
|
+
9,
|
|
1939
|
+
n0,
|
|
1940
|
+
_UN,
|
|
1941
|
+
0,
|
|
1942
|
+
() => UpdateNamespaceRequest,
|
|
1943
|
+
() => UpdateNamespaceResponse,
|
|
1944
|
+
];
|
|
1945
|
+
export var UpdateScheduledAction = [
|
|
1946
|
+
9,
|
|
1947
|
+
n0,
|
|
1948
|
+
_USA,
|
|
1949
|
+
2,
|
|
1950
|
+
() => UpdateScheduledActionRequest,
|
|
1951
|
+
() => UpdateScheduledActionResponse,
|
|
1952
|
+
];
|
|
1953
|
+
export var UpdateSnapshot = [
|
|
1954
|
+
9,
|
|
1955
|
+
n0,
|
|
1956
|
+
_US,
|
|
1957
|
+
0,
|
|
1958
|
+
() => UpdateSnapshotRequest,
|
|
1959
|
+
() => UpdateSnapshotResponse,
|
|
1960
|
+
];
|
|
1961
|
+
export var UpdateSnapshotCopyConfiguration = [
|
|
1962
|
+
9,
|
|
1963
|
+
n0,
|
|
1964
|
+
_USCC,
|
|
1965
|
+
0,
|
|
1966
|
+
() => UpdateSnapshotCopyConfigurationRequest,
|
|
1967
|
+
() => UpdateSnapshotCopyConfigurationResponse,
|
|
1968
|
+
];
|
|
1969
|
+
export var UpdateUsageLimit = [
|
|
1970
|
+
9,
|
|
1971
|
+
n0,
|
|
1972
|
+
_UUL,
|
|
1973
|
+
0,
|
|
1974
|
+
() => UpdateUsageLimitRequest,
|
|
1975
|
+
() => UpdateUsageLimitResponse,
|
|
1976
|
+
];
|
|
1977
|
+
export var UpdateWorkgroup = [
|
|
1978
|
+
9,
|
|
1979
|
+
n0,
|
|
1980
|
+
_UW,
|
|
1981
|
+
0,
|
|
1982
|
+
() => UpdateWorkgroupRequest,
|
|
1983
|
+
() => UpdateWorkgroupResponse,
|
|
1984
|
+
];
|