@aws-sdk/client-redshift-serverless 3.948.0 → 3.953.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 +790 -513
- package/dist-cjs/runtimeConfig.shared.js +6 -6
- package/dist-es/commands/ConvertRecoveryPointToSnapshotCommand.js +2 -2
- package/dist-es/commands/CreateCustomDomainAssociationCommand.js +2 -2
- package/dist-es/commands/CreateEndpointAccessCommand.js +2 -2
- package/dist-es/commands/CreateNamespaceCommand.js +2 -2
- package/dist-es/commands/CreateReservationCommand.js +2 -2
- package/dist-es/commands/CreateScheduledActionCommand.js +2 -2
- package/dist-es/commands/CreateSnapshotCommand.js +2 -2
- package/dist-es/commands/CreateSnapshotCopyConfigurationCommand.js +2 -2
- package/dist-es/commands/CreateUsageLimitCommand.js +2 -2
- package/dist-es/commands/CreateWorkgroupCommand.js +2 -2
- package/dist-es/commands/DeleteCustomDomainAssociationCommand.js +2 -2
- package/dist-es/commands/DeleteEndpointAccessCommand.js +2 -2
- package/dist-es/commands/DeleteNamespaceCommand.js +2 -2
- package/dist-es/commands/DeleteResourcePolicyCommand.js +2 -2
- package/dist-es/commands/DeleteScheduledActionCommand.js +2 -2
- package/dist-es/commands/DeleteSnapshotCommand.js +2 -2
- package/dist-es/commands/DeleteSnapshotCopyConfigurationCommand.js +2 -2
- package/dist-es/commands/DeleteUsageLimitCommand.js +2 -2
- package/dist-es/commands/DeleteWorkgroupCommand.js +2 -2
- package/dist-es/commands/GetCredentialsCommand.js +2 -2
- package/dist-es/commands/GetCustomDomainAssociationCommand.js +2 -2
- package/dist-es/commands/GetEndpointAccessCommand.js +2 -2
- package/dist-es/commands/GetIdentityCenterAuthTokenCommand.js +2 -2
- package/dist-es/commands/GetNamespaceCommand.js +2 -2
- package/dist-es/commands/GetRecoveryPointCommand.js +2 -2
- package/dist-es/commands/GetReservationCommand.js +2 -2
- package/dist-es/commands/GetReservationOfferingCommand.js +2 -2
- package/dist-es/commands/GetResourcePolicyCommand.js +2 -2
- package/dist-es/commands/GetScheduledActionCommand.js +2 -2
- package/dist-es/commands/GetSnapshotCommand.js +2 -2
- package/dist-es/commands/GetTableRestoreStatusCommand.js +2 -2
- package/dist-es/commands/GetTrackCommand.js +2 -2
- package/dist-es/commands/GetUsageLimitCommand.js +2 -2
- package/dist-es/commands/GetWorkgroupCommand.js +2 -2
- package/dist-es/commands/ListCustomDomainAssociationsCommand.js +2 -2
- package/dist-es/commands/ListEndpointAccessCommand.js +2 -2
- package/dist-es/commands/ListManagedWorkgroupsCommand.js +2 -2
- package/dist-es/commands/ListNamespacesCommand.js +2 -2
- package/dist-es/commands/ListRecoveryPointsCommand.js +2 -2
- package/dist-es/commands/ListReservationOfferingsCommand.js +2 -2
- package/dist-es/commands/ListReservationsCommand.js +2 -2
- package/dist-es/commands/ListScheduledActionsCommand.js +2 -2
- package/dist-es/commands/ListSnapshotCopyConfigurationsCommand.js +2 -2
- package/dist-es/commands/ListSnapshotsCommand.js +2 -2
- package/dist-es/commands/ListTableRestoreStatusCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ListTracksCommand.js +2 -2
- package/dist-es/commands/ListUsageLimitsCommand.js +2 -2
- package/dist-es/commands/ListWorkgroupsCommand.js +2 -2
- package/dist-es/commands/PutResourcePolicyCommand.js +2 -2
- package/dist-es/commands/RestoreFromRecoveryPointCommand.js +2 -2
- package/dist-es/commands/RestoreFromSnapshotCommand.js +2 -2
- package/dist-es/commands/RestoreTableFromRecoveryPointCommand.js +2 -2
- package/dist-es/commands/RestoreTableFromSnapshotCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateCustomDomainAssociationCommand.js +2 -2
- package/dist-es/commands/UpdateEndpointAccessCommand.js +2 -2
- package/dist-es/commands/UpdateLakehouseConfigurationCommand.js +2 -2
- package/dist-es/commands/UpdateNamespaceCommand.js +2 -2
- package/dist-es/commands/UpdateScheduledActionCommand.js +2 -2
- package/dist-es/commands/UpdateSnapshotCommand.js +2 -2
- package/dist-es/commands/UpdateSnapshotCopyConfigurationCommand.js +2 -2
- package/dist-es/commands/UpdateUsageLimitCommand.js +2 -2
- package/dist-es/commands/UpdateWorkgroupCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +6 -6
- package/dist-es/schemas/schemas_0.js +465 -423
- package/dist-types/RedshiftServerlessClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +236 -268
- package/dist-types/ts3.4/RedshiftServerlessClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +235 -269
- package/package.json +34 -34
package/dist-cjs/index.js
CHANGED
|
@@ -110,14 +110,14 @@ class RedshiftServerlessClient extends smithyClient.Client {
|
|
|
110
110
|
}
|
|
111
111
|
}
|
|
112
112
|
|
|
113
|
-
|
|
113
|
+
class RedshiftServerlessServiceException extends smithyClient.ServiceException {
|
|
114
114
|
constructor(options) {
|
|
115
115
|
super(options);
|
|
116
116
|
Object.setPrototypeOf(this, RedshiftServerlessServiceException.prototype);
|
|
117
117
|
}
|
|
118
|
-
}
|
|
118
|
+
}
|
|
119
119
|
|
|
120
|
-
|
|
120
|
+
class AccessDeniedException extends RedshiftServerlessServiceException {
|
|
121
121
|
name = "AccessDeniedException";
|
|
122
122
|
$fault = "client";
|
|
123
123
|
code;
|
|
@@ -130,8 +130,8 @@ let AccessDeniedException$1 = class AccessDeniedException extends RedshiftServer
|
|
|
130
130
|
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
131
131
|
this.code = opts.code;
|
|
132
132
|
}
|
|
133
|
-
}
|
|
134
|
-
|
|
133
|
+
}
|
|
134
|
+
class ConflictException extends RedshiftServerlessServiceException {
|
|
135
135
|
name = "ConflictException";
|
|
136
136
|
$fault = "client";
|
|
137
137
|
constructor(opts) {
|
|
@@ -142,8 +142,8 @@ let ConflictException$1 = class ConflictException extends RedshiftServerlessServ
|
|
|
142
142
|
});
|
|
143
143
|
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
144
144
|
}
|
|
145
|
-
}
|
|
146
|
-
|
|
145
|
+
}
|
|
146
|
+
class InternalServerException extends RedshiftServerlessServiceException {
|
|
147
147
|
name = "InternalServerException";
|
|
148
148
|
$fault = "server";
|
|
149
149
|
$retryable = {};
|
|
@@ -155,8 +155,8 @@ let InternalServerException$1 = class InternalServerException extends RedshiftSe
|
|
|
155
155
|
});
|
|
156
156
|
Object.setPrototypeOf(this, InternalServerException.prototype);
|
|
157
157
|
}
|
|
158
|
-
}
|
|
159
|
-
|
|
158
|
+
}
|
|
159
|
+
class ResourceNotFoundException extends RedshiftServerlessServiceException {
|
|
160
160
|
name = "ResourceNotFoundException";
|
|
161
161
|
$fault = "client";
|
|
162
162
|
resourceName;
|
|
@@ -169,8 +169,8 @@ let ResourceNotFoundException$1 = class ResourceNotFoundException extends Redshi
|
|
|
169
169
|
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
170
170
|
this.resourceName = opts.resourceName;
|
|
171
171
|
}
|
|
172
|
-
}
|
|
173
|
-
|
|
172
|
+
}
|
|
173
|
+
class ServiceQuotaExceededException extends RedshiftServerlessServiceException {
|
|
174
174
|
name = "ServiceQuotaExceededException";
|
|
175
175
|
$fault = "client";
|
|
176
176
|
constructor(opts) {
|
|
@@ -181,8 +181,8 @@ let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extend
|
|
|
181
181
|
});
|
|
182
182
|
Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
|
|
183
183
|
}
|
|
184
|
-
}
|
|
185
|
-
|
|
184
|
+
}
|
|
185
|
+
class TooManyTagsException extends RedshiftServerlessServiceException {
|
|
186
186
|
name = "TooManyTagsException";
|
|
187
187
|
$fault = "client";
|
|
188
188
|
resourceName;
|
|
@@ -195,8 +195,8 @@ let TooManyTagsException$1 = class TooManyTagsException extends RedshiftServerle
|
|
|
195
195
|
Object.setPrototypeOf(this, TooManyTagsException.prototype);
|
|
196
196
|
this.resourceName = opts.resourceName;
|
|
197
197
|
}
|
|
198
|
-
}
|
|
199
|
-
|
|
198
|
+
}
|
|
199
|
+
class ValidationException extends RedshiftServerlessServiceException {
|
|
200
200
|
name = "ValidationException";
|
|
201
201
|
$fault = "client";
|
|
202
202
|
constructor(opts) {
|
|
@@ -207,8 +207,8 @@ let ValidationException$1 = class ValidationException extends RedshiftServerless
|
|
|
207
207
|
});
|
|
208
208
|
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
209
209
|
}
|
|
210
|
-
}
|
|
211
|
-
|
|
210
|
+
}
|
|
211
|
+
class ThrottlingException extends RedshiftServerlessServiceException {
|
|
212
212
|
name = "ThrottlingException";
|
|
213
213
|
$fault = "client";
|
|
214
214
|
$retryable = {};
|
|
@@ -222,8 +222,8 @@ let ThrottlingException$1 = class ThrottlingException extends RedshiftServerless
|
|
|
222
222
|
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
223
223
|
this.code = opts.code;
|
|
224
224
|
}
|
|
225
|
-
}
|
|
226
|
-
|
|
225
|
+
}
|
|
226
|
+
class InsufficientCapacityException extends RedshiftServerlessServiceException {
|
|
227
227
|
name = "InsufficientCapacityException";
|
|
228
228
|
$fault = "client";
|
|
229
229
|
$retryable = {};
|
|
@@ -235,8 +235,8 @@ let InsufficientCapacityException$1 = class InsufficientCapacityException extend
|
|
|
235
235
|
});
|
|
236
236
|
Object.setPrototypeOf(this, InsufficientCapacityException.prototype);
|
|
237
237
|
}
|
|
238
|
-
}
|
|
239
|
-
|
|
238
|
+
}
|
|
239
|
+
class Ipv6CidrBlockNotFoundException extends RedshiftServerlessServiceException {
|
|
240
240
|
name = "Ipv6CidrBlockNotFoundException";
|
|
241
241
|
$fault = "client";
|
|
242
242
|
constructor(opts) {
|
|
@@ -247,8 +247,8 @@ let Ipv6CidrBlockNotFoundException$1 = class Ipv6CidrBlockNotFoundException exte
|
|
|
247
247
|
});
|
|
248
248
|
Object.setPrototypeOf(this, Ipv6CidrBlockNotFoundException.prototype);
|
|
249
249
|
}
|
|
250
|
-
}
|
|
251
|
-
|
|
250
|
+
}
|
|
251
|
+
class DryRunException extends RedshiftServerlessServiceException {
|
|
252
252
|
name = "DryRunException";
|
|
253
253
|
$fault = "client";
|
|
254
254
|
constructor(opts) {
|
|
@@ -259,8 +259,8 @@ let DryRunException$1 = class DryRunException extends RedshiftServerlessServiceE
|
|
|
259
259
|
});
|
|
260
260
|
Object.setPrototypeOf(this, DryRunException.prototype);
|
|
261
261
|
}
|
|
262
|
-
}
|
|
263
|
-
|
|
262
|
+
}
|
|
263
|
+
class InvalidPaginationException extends RedshiftServerlessServiceException {
|
|
264
264
|
name = "InvalidPaginationException";
|
|
265
265
|
$fault = "client";
|
|
266
266
|
constructor(opts) {
|
|
@@ -271,7 +271,7 @@ let InvalidPaginationException$1 = class InvalidPaginationException extends Reds
|
|
|
271
271
|
});
|
|
272
272
|
Object.setPrototypeOf(this, InvalidPaginationException.prototype);
|
|
273
273
|
}
|
|
274
|
-
}
|
|
274
|
+
}
|
|
275
275
|
|
|
276
276
|
const _A = "Association";
|
|
277
277
|
const _ADE = "AccessDeniedException";
|
|
@@ -726,13 +726,13 @@ const _wo = "workgroups";
|
|
|
726
726
|
const n0 = "com.amazonaws.redshiftserverless";
|
|
727
727
|
var DbPassword = [0, n0, _DP, 8, 0];
|
|
728
728
|
var DbUser = [0, n0, _DU, 8, 0];
|
|
729
|
-
var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_co, _m], [0, 0]];
|
|
730
|
-
schema.TypeRegistry.for(n0).registerError(AccessDeniedException
|
|
731
|
-
var Association = [3, n0, _A, 0, [_cDCA, _cDCET, _cDN, _wN], [0, 5, 0, 0]];
|
|
732
|
-
var ConfigParameter = [3, n0, _CP, 0, [_pK, _pV], [0, 0]];
|
|
733
|
-
var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
|
|
734
|
-
schema.TypeRegistry.for(n0).registerError(ConflictException
|
|
735
|
-
var ConvertRecoveryPointToSnapshotRequest = [
|
|
729
|
+
var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_co, _m], [0, 0]];
|
|
730
|
+
schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
|
|
731
|
+
var Association$ = [3, n0, _A, 0, [_cDCA, _cDCET, _cDN, _wN], [0, 5, 0, 0]];
|
|
732
|
+
var ConfigParameter$ = [3, n0, _CP, 0, [_pK, _pV], [0, 0]];
|
|
733
|
+
var ConflictException$ = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
|
|
734
|
+
schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
735
|
+
var ConvertRecoveryPointToSnapshotRequest$ = [
|
|
736
736
|
3,
|
|
737
737
|
n0,
|
|
738
738
|
_CRPTSR,
|
|
@@ -740,8 +740,15 @@ var ConvertRecoveryPointToSnapshotRequest = [
|
|
|
740
740
|
[_rPI, _sN, _rP, _t],
|
|
741
741
|
[0, 0, 1, () => TagList],
|
|
742
742
|
];
|
|
743
|
-
var ConvertRecoveryPointToSnapshotResponse = [
|
|
744
|
-
|
|
743
|
+
var ConvertRecoveryPointToSnapshotResponse$ = [
|
|
744
|
+
3,
|
|
745
|
+
n0,
|
|
746
|
+
_CRPTSRo,
|
|
747
|
+
0,
|
|
748
|
+
[_s],
|
|
749
|
+
[() => Snapshot$],
|
|
750
|
+
];
|
|
751
|
+
var CreateCustomDomainAssociationRequest$ = [
|
|
745
752
|
3,
|
|
746
753
|
n0,
|
|
747
754
|
_CCDAR,
|
|
@@ -749,7 +756,7 @@ var CreateCustomDomainAssociationRequest = [
|
|
|
749
756
|
[_wN, _cDN, _cDCA],
|
|
750
757
|
[0, 0, 0],
|
|
751
758
|
];
|
|
752
|
-
var CreateCustomDomainAssociationResponse = [
|
|
759
|
+
var CreateCustomDomainAssociationResponse$ = [
|
|
753
760
|
3,
|
|
754
761
|
n0,
|
|
755
762
|
_CCDARr,
|
|
@@ -757,7 +764,7 @@ var CreateCustomDomainAssociationResponse = [
|
|
|
757
764
|
[_cDN, _wN, _cDCA, _cDCET],
|
|
758
765
|
[0, 0, 0, 5],
|
|
759
766
|
];
|
|
760
|
-
var CreateEndpointAccessRequest = [
|
|
767
|
+
var CreateEndpointAccessRequest$ = [
|
|
761
768
|
3,
|
|
762
769
|
n0,
|
|
763
770
|
_CEAR,
|
|
@@ -765,8 +772,8 @@ var CreateEndpointAccessRequest = [
|
|
|
765
772
|
[_eN, _sI, _wN, _vSGI, _oA],
|
|
766
773
|
[0, 64 | 0, 0, 64 | 0, 0],
|
|
767
774
|
];
|
|
768
|
-
var CreateEndpointAccessResponse = [3, n0, _CEARr, 0, [_en], [() => EndpointAccess]];
|
|
769
|
-
var CreateNamespaceRequest = [
|
|
775
|
+
var CreateEndpointAccessResponse$ = [3, n0, _CEARr, 0, [_en], [() => EndpointAccess$]];
|
|
776
|
+
var CreateNamespaceRequest$ = [
|
|
770
777
|
3,
|
|
771
778
|
n0,
|
|
772
779
|
_CNR,
|
|
@@ -774,26 +781,26 @@ var CreateNamespaceRequest = [
|
|
|
774
781
|
[_nN, _aU, _aUP, _dN, _kKI, _dIRA, _iR, _lE, _t, _mAP, _aPSKKI, _rIAA],
|
|
775
782
|
[0, [() => DbUser, 0], [() => DbPassword, 0], 0, 0, 0, 64 | 0, 64 | 0, () => TagList, 2, 0, 0],
|
|
776
783
|
];
|
|
777
|
-
var CreateNamespaceResponse = [3, n0, _CNRr, 0, [_n], [[() => Namespace
|
|
778
|
-
var CreateReservationRequest = [3, n0, _CRR, 0, [_ca, _oI, _cT], [1, 0, [0, 4]]];
|
|
779
|
-
var CreateReservationResponse = [3, n0, _CRRr, 0, [_r], [() => Reservation]];
|
|
780
|
-
var CreateScheduledActionRequest = [
|
|
784
|
+
var CreateNamespaceResponse$ = [3, n0, _CNRr, 0, [_n], [[() => Namespace$, 0]]];
|
|
785
|
+
var CreateReservationRequest$ = [3, n0, _CRR, 0, [_ca, _oI, _cT], [1, 0, [0, 4]]];
|
|
786
|
+
var CreateReservationResponse$ = [3, n0, _CRRr, 0, [_r], [() => Reservation$]];
|
|
787
|
+
var CreateScheduledActionRequest$ = [
|
|
781
788
|
3,
|
|
782
789
|
n0,
|
|
783
790
|
_CSAR,
|
|
784
791
|
0,
|
|
785
792
|
[_sAN, _tA, _sc, _rA, _nN, _ena, _sAD, _sT, _eT],
|
|
786
|
-
[0, () => TargetAction
|
|
793
|
+
[0, () => TargetAction$, () => Schedule$, 0, 0, 2, 0, 4, 4],
|
|
787
794
|
];
|
|
788
|
-
var CreateScheduledActionResponse = [
|
|
795
|
+
var CreateScheduledActionResponse$ = [
|
|
789
796
|
3,
|
|
790
797
|
n0,
|
|
791
798
|
_CSARr,
|
|
792
799
|
0,
|
|
793
800
|
[_sA],
|
|
794
|
-
[() => ScheduledActionResponse],
|
|
801
|
+
[() => ScheduledActionResponse$],
|
|
795
802
|
];
|
|
796
|
-
var CreateSnapshotCopyConfigurationRequest = [
|
|
803
|
+
var CreateSnapshotCopyConfigurationRequest$ = [
|
|
797
804
|
3,
|
|
798
805
|
n0,
|
|
799
806
|
_CSCCR,
|
|
@@ -801,15 +808,15 @@ var CreateSnapshotCopyConfigurationRequest = [
|
|
|
801
808
|
[_nN, _dR, _sRP, _dKKI],
|
|
802
809
|
[0, 0, 1, 0],
|
|
803
810
|
];
|
|
804
|
-
var CreateSnapshotCopyConfigurationResponse = [
|
|
811
|
+
var CreateSnapshotCopyConfigurationResponse$ = [
|
|
805
812
|
3,
|
|
806
813
|
n0,
|
|
807
814
|
_CSCCRr,
|
|
808
815
|
0,
|
|
809
816
|
[_sCC],
|
|
810
|
-
[() => SnapshotCopyConfiguration],
|
|
817
|
+
[() => SnapshotCopyConfiguration$],
|
|
811
818
|
];
|
|
812
|
-
var CreateSnapshotRequest = [
|
|
819
|
+
var CreateSnapshotRequest$ = [
|
|
813
820
|
3,
|
|
814
821
|
n0,
|
|
815
822
|
_CSR,
|
|
@@ -817,8 +824,8 @@ var CreateSnapshotRequest = [
|
|
|
817
824
|
[_nN, _sN, _rP, _t],
|
|
818
825
|
[0, 0, 1, () => TagList],
|
|
819
826
|
];
|
|
820
|
-
var CreateSnapshotResponse = [3, n0, _CSRr, 0, [_s], [() => Snapshot]];
|
|
821
|
-
var CreateSnapshotScheduleActionParameters = [
|
|
827
|
+
var CreateSnapshotResponse$ = [3, n0, _CSRr, 0, [_s], [() => Snapshot$]];
|
|
828
|
+
var CreateSnapshotScheduleActionParameters$ = [
|
|
822
829
|
3,
|
|
823
830
|
n0,
|
|
824
831
|
_CSSAP,
|
|
@@ -826,7 +833,7 @@ var CreateSnapshotScheduleActionParameters = [
|
|
|
826
833
|
[_nN, _sNP, _rP, _t],
|
|
827
834
|
[0, 0, 1, () => TagList],
|
|
828
835
|
];
|
|
829
|
-
var CreateUsageLimitRequest = [
|
|
836
|
+
var CreateUsageLimitRequest$ = [
|
|
830
837
|
3,
|
|
831
838
|
n0,
|
|
832
839
|
_CULR,
|
|
@@ -834,61 +841,61 @@ var CreateUsageLimitRequest = [
|
|
|
834
841
|
[_rAe, _uT, _a, _p, _bA],
|
|
835
842
|
[0, 0, 1, 0, 0],
|
|
836
843
|
];
|
|
837
|
-
var CreateUsageLimitResponse = [3, n0, _CULRr, 0, [_uL], [() => UsageLimit]];
|
|
838
|
-
var CreateWorkgroupRequest = [
|
|
844
|
+
var CreateUsageLimitResponse$ = [3, n0, _CULRr, 0, [_uL], [() => UsageLimit$]];
|
|
845
|
+
var CreateWorkgroupRequest$ = [
|
|
839
846
|
3,
|
|
840
847
|
n0,
|
|
841
848
|
_CWR,
|
|
842
849
|
0,
|
|
843
850
|
[_wN, _nN, _bC, _eVR, _cP, _sGI, _sI, _pA, _t, _po, _mC, _pPT, _iAT, _tN],
|
|
844
|
-
[0, 0, 1, 2, () => ConfigParameterList, 64 | 0, 64 | 0, 2, () => TagList, 1, 1, () => PerformanceTarget
|
|
851
|
+
[0, 0, 1, 2, () => ConfigParameterList, 64 | 0, 64 | 0, 2, () => TagList, 1, 1, () => PerformanceTarget$, 0, 0],
|
|
845
852
|
];
|
|
846
|
-
var CreateWorkgroupResponse = [3, n0, _CWRr, 0, [_w], [() => Workgroup]];
|
|
847
|
-
var DeleteCustomDomainAssociationRequest = [3, n0, _DCDAR, 0, [_wN, _cDN], [0, 0]];
|
|
848
|
-
var DeleteCustomDomainAssociationResponse = [3, n0, _DCDARe, 0, [], []];
|
|
849
|
-
var DeleteEndpointAccessRequest = [3, n0, _DEAR, 0, [_eN], [0]];
|
|
850
|
-
var DeleteEndpointAccessResponse = [3, n0, _DEARe, 0, [_en], [() => EndpointAccess]];
|
|
851
|
-
var DeleteNamespaceRequest = [3, n0, _DNR, 0, [_nN, _fSN, _fSRP], [0, 0, 1]];
|
|
852
|
-
var DeleteNamespaceResponse = [3, n0, _DNRe, 0, [_n], [[() => Namespace
|
|
853
|
-
var DeleteResourcePolicyRequest = [3, n0, _DRPR, 0, [_rAe], [0]];
|
|
854
|
-
var DeleteResourcePolicyResponse = [3, n0, _DRPRe, 0, [], []];
|
|
855
|
-
var DeleteScheduledActionRequest = [3, n0, _DSAR, 0, [_sAN], [0]];
|
|
856
|
-
var DeleteScheduledActionResponse = [
|
|
853
|
+
var CreateWorkgroupResponse$ = [3, n0, _CWRr, 0, [_w], [() => Workgroup$]];
|
|
854
|
+
var DeleteCustomDomainAssociationRequest$ = [3, n0, _DCDAR, 0, [_wN, _cDN], [0, 0]];
|
|
855
|
+
var DeleteCustomDomainAssociationResponse$ = [3, n0, _DCDARe, 0, [], []];
|
|
856
|
+
var DeleteEndpointAccessRequest$ = [3, n0, _DEAR, 0, [_eN], [0]];
|
|
857
|
+
var DeleteEndpointAccessResponse$ = [3, n0, _DEARe, 0, [_en], [() => EndpointAccess$]];
|
|
858
|
+
var DeleteNamespaceRequest$ = [3, n0, _DNR, 0, [_nN, _fSN, _fSRP], [0, 0, 1]];
|
|
859
|
+
var DeleteNamespaceResponse$ = [3, n0, _DNRe, 0, [_n], [[() => Namespace$, 0]]];
|
|
860
|
+
var DeleteResourcePolicyRequest$ = [3, n0, _DRPR, 0, [_rAe], [0]];
|
|
861
|
+
var DeleteResourcePolicyResponse$ = [3, n0, _DRPRe, 0, [], []];
|
|
862
|
+
var DeleteScheduledActionRequest$ = [3, n0, _DSAR, 0, [_sAN], [0]];
|
|
863
|
+
var DeleteScheduledActionResponse$ = [
|
|
857
864
|
3,
|
|
858
865
|
n0,
|
|
859
866
|
_DSARe,
|
|
860
867
|
0,
|
|
861
868
|
[_sA],
|
|
862
|
-
[() => ScheduledActionResponse],
|
|
869
|
+
[() => ScheduledActionResponse$],
|
|
863
870
|
];
|
|
864
|
-
var DeleteSnapshotCopyConfigurationRequest = [3, n0, _DSCCR, 0, [_sCCI], [0]];
|
|
865
|
-
var DeleteSnapshotCopyConfigurationResponse = [
|
|
871
|
+
var DeleteSnapshotCopyConfigurationRequest$ = [3, n0, _DSCCR, 0, [_sCCI], [0]];
|
|
872
|
+
var DeleteSnapshotCopyConfigurationResponse$ = [
|
|
866
873
|
3,
|
|
867
874
|
n0,
|
|
868
875
|
_DSCCRe,
|
|
869
876
|
0,
|
|
870
877
|
[_sCC],
|
|
871
|
-
[() => SnapshotCopyConfiguration],
|
|
878
|
+
[() => SnapshotCopyConfiguration$],
|
|
872
879
|
];
|
|
873
|
-
var DeleteSnapshotRequest = [3, n0, _DSR, 0, [_sN], [0]];
|
|
874
|
-
var DeleteSnapshotResponse = [3, n0, _DSRe, 0, [_s], [() => Snapshot]];
|
|
875
|
-
var DeleteUsageLimitRequest = [3, n0, _DULR, 0, [_uLI], [0]];
|
|
876
|
-
var DeleteUsageLimitResponse = [3, n0, _DULRe, 0, [_uL], [() => UsageLimit]];
|
|
877
|
-
var DeleteWorkgroupRequest = [3, n0, _DWR, 0, [_wN], [0]];
|
|
878
|
-
var DeleteWorkgroupResponse = [3, n0, _DWRe, 0, [_w], [() => Workgroup]];
|
|
879
|
-
var DryRunException = [-3, n0, _DRE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
880
|
-
schema.TypeRegistry.for(n0).registerError(DryRunException
|
|
881
|
-
var Endpoint = [3, n0, _E, 0, [_ad, _po, _vE], [0, 1, () => VpcEndpointList]];
|
|
882
|
-
var EndpointAccess = [
|
|
880
|
+
var DeleteSnapshotRequest$ = [3, n0, _DSR, 0, [_sN], [0]];
|
|
881
|
+
var DeleteSnapshotResponse$ = [3, n0, _DSRe, 0, [_s], [() => Snapshot$]];
|
|
882
|
+
var DeleteUsageLimitRequest$ = [3, n0, _DULR, 0, [_uLI], [0]];
|
|
883
|
+
var DeleteUsageLimitResponse$ = [3, n0, _DULRe, 0, [_uL], [() => UsageLimit$]];
|
|
884
|
+
var DeleteWorkgroupRequest$ = [3, n0, _DWR, 0, [_wN], [0]];
|
|
885
|
+
var DeleteWorkgroupResponse$ = [3, n0, _DWRe, 0, [_w], [() => Workgroup$]];
|
|
886
|
+
var DryRunException$ = [-3, n0, _DRE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
887
|
+
schema.TypeRegistry.for(n0).registerError(DryRunException$, DryRunException);
|
|
888
|
+
var Endpoint$ = [3, n0, _E, 0, [_ad, _po, _vE], [0, 1, () => VpcEndpointList]];
|
|
889
|
+
var EndpointAccess$ = [
|
|
883
890
|
3,
|
|
884
891
|
n0,
|
|
885
892
|
_EA,
|
|
886
893
|
0,
|
|
887
894
|
[_eN, _eS, _wN, _eCT, _po, _ad, _sI, _vSG, _vEp, _eA],
|
|
888
|
-
[0, 0, 0, 5, 1, 0, 64 | 0, () => VpcSecurityGroupMembershipList, () => VpcEndpoint
|
|
895
|
+
[0, 0, 0, 5, 1, 0, 64 | 0, () => VpcSecurityGroupMembershipList, () => VpcEndpoint$, 0],
|
|
889
896
|
];
|
|
890
|
-
var GetCredentialsRequest = [3, n0, _GCR, 0, [_dN, _dS, _wN, _cDN], [0, 1, 0, 0]];
|
|
891
|
-
var GetCredentialsResponse = [
|
|
897
|
+
var GetCredentialsRequest$ = [3, n0, _GCR, 0, [_dN, _dS, _wN, _cDN], [0, 1, 0, 0]];
|
|
898
|
+
var GetCredentialsResponse$ = [
|
|
892
899
|
3,
|
|
893
900
|
n0,
|
|
894
901
|
_GCRe,
|
|
@@ -896,8 +903,8 @@ var GetCredentialsResponse = [
|
|
|
896
903
|
[_dU, _dP, _ex, _nRT],
|
|
897
904
|
[[() => DbUser, 0], [() => DbPassword, 0], 4, 4],
|
|
898
905
|
];
|
|
899
|
-
var GetCustomDomainAssociationRequest = [3, n0, _GCDAR, 0, [_cDN, _wN], [0, 0]];
|
|
900
|
-
var GetCustomDomainAssociationResponse = [
|
|
906
|
+
var GetCustomDomainAssociationRequest$ = [3, n0, _GCDAR, 0, [_cDN, _wN], [0, 0]];
|
|
907
|
+
var GetCustomDomainAssociationResponse$ = [
|
|
901
908
|
3,
|
|
902
909
|
n0,
|
|
903
910
|
_GCDARe,
|
|
@@ -905,10 +912,10 @@ var GetCustomDomainAssociationResponse = [
|
|
|
905
912
|
[_cDN, _wN, _cDCA, _cDCET],
|
|
906
913
|
[0, 0, 0, 5],
|
|
907
914
|
];
|
|
908
|
-
var GetEndpointAccessRequest = [3, n0, _GEAR, 0, [_eN], [0]];
|
|
909
|
-
var GetEndpointAccessResponse = [3, n0, _GEARe, 0, [_en], [() => EndpointAccess]];
|
|
910
|
-
var GetIdentityCenterAuthTokenRequest = [3, n0, _GICATR, 0, [_wNo], [64 | 0]];
|
|
911
|
-
var GetIdentityCenterAuthTokenResponse = [
|
|
915
|
+
var GetEndpointAccessRequest$ = [3, n0, _GEAR, 0, [_eN], [0]];
|
|
916
|
+
var GetEndpointAccessResponse$ = [3, n0, _GEARe, 0, [_en], [() => EndpointAccess$]];
|
|
917
|
+
var GetIdentityCenterAuthTokenRequest$ = [3, n0, _GICATR, 0, [_wNo], [64 | 0]];
|
|
918
|
+
var GetIdentityCenterAuthTokenResponse$ = [
|
|
912
919
|
3,
|
|
913
920
|
n0,
|
|
914
921
|
_GICATRe,
|
|
@@ -919,58 +926,58 @@ var GetIdentityCenterAuthTokenResponse = [
|
|
|
919
926
|
[5, { [_jN]: _ET }],
|
|
920
927
|
],
|
|
921
928
|
];
|
|
922
|
-
var GetNamespaceRequest = [3, n0, _GNR, 0, [_nN], [0]];
|
|
923
|
-
var GetNamespaceResponse = [3, n0, _GNRe, 0, [_n], [[() => Namespace
|
|
924
|
-
var GetRecoveryPointRequest = [3, n0, _GRPR, 0, [_rPI], [0]];
|
|
925
|
-
var GetRecoveryPointResponse = [3, n0, _GRPRe, 0, [_rPe], [() => RecoveryPoint]];
|
|
926
|
-
var GetReservationOfferingRequest = [3, n0, _GROR, 0, [_oI], [0]];
|
|
927
|
-
var GetReservationOfferingResponse = [
|
|
929
|
+
var GetNamespaceRequest$ = [3, n0, _GNR, 0, [_nN], [0]];
|
|
930
|
+
var GetNamespaceResponse$ = [3, n0, _GNRe, 0, [_n], [[() => Namespace$, 0]]];
|
|
931
|
+
var GetRecoveryPointRequest$ = [3, n0, _GRPR, 0, [_rPI], [0]];
|
|
932
|
+
var GetRecoveryPointResponse$ = [3, n0, _GRPRe, 0, [_rPe], [() => RecoveryPoint$]];
|
|
933
|
+
var GetReservationOfferingRequest$ = [3, n0, _GROR, 0, [_oI], [0]];
|
|
934
|
+
var GetReservationOfferingResponse$ = [
|
|
928
935
|
3,
|
|
929
936
|
n0,
|
|
930
937
|
_GRORe,
|
|
931
938
|
0,
|
|
932
939
|
[_rO],
|
|
933
|
-
[() => ReservationOffering],
|
|
940
|
+
[() => ReservationOffering$],
|
|
934
941
|
];
|
|
935
|
-
var GetReservationRequest = [3, n0, _GRR, 0, [_rI], [0]];
|
|
936
|
-
var GetReservationResponse = [3, n0, _GRRe, 0, [_r], [() => Reservation]];
|
|
937
|
-
var GetResourcePolicyRequest = [3, n0, _GRPRet, 0, [_rAe], [0]];
|
|
938
|
-
var GetResourcePolicyResponse = [3, n0, _GRPRete, 0, [_rPes], [() => ResourcePolicy]];
|
|
939
|
-
var GetScheduledActionRequest = [3, n0, _GSAR, 0, [_sAN], [0]];
|
|
940
|
-
var GetScheduledActionResponse = [
|
|
942
|
+
var GetReservationRequest$ = [3, n0, _GRR, 0, [_rI], [0]];
|
|
943
|
+
var GetReservationResponse$ = [3, n0, _GRRe, 0, [_r], [() => Reservation$]];
|
|
944
|
+
var GetResourcePolicyRequest$ = [3, n0, _GRPRet, 0, [_rAe], [0]];
|
|
945
|
+
var GetResourcePolicyResponse$ = [3, n0, _GRPRete, 0, [_rPes], [() => ResourcePolicy$]];
|
|
946
|
+
var GetScheduledActionRequest$ = [3, n0, _GSAR, 0, [_sAN], [0]];
|
|
947
|
+
var GetScheduledActionResponse$ = [
|
|
941
948
|
3,
|
|
942
949
|
n0,
|
|
943
950
|
_GSARe,
|
|
944
951
|
0,
|
|
945
952
|
[_sA],
|
|
946
|
-
[() => ScheduledActionResponse],
|
|
953
|
+
[() => ScheduledActionResponse$],
|
|
947
954
|
];
|
|
948
|
-
var GetSnapshotRequest = [3, n0, _GSR, 0, [_sN, _oA, _sAn], [0, 0, 0]];
|
|
949
|
-
var GetSnapshotResponse = [3, n0, _GSRe, 0, [_s], [() => Snapshot]];
|
|
950
|
-
var GetTableRestoreStatusRequest = [3, n0, _GTRSR, 0, [_tRRI], [0]];
|
|
951
|
-
var GetTableRestoreStatusResponse = [
|
|
955
|
+
var GetSnapshotRequest$ = [3, n0, _GSR, 0, [_sN, _oA, _sAn], [0, 0, 0]];
|
|
956
|
+
var GetSnapshotResponse$ = [3, n0, _GSRe, 0, [_s], [() => Snapshot$]];
|
|
957
|
+
var GetTableRestoreStatusRequest$ = [3, n0, _GTRSR, 0, [_tRRI], [0]];
|
|
958
|
+
var GetTableRestoreStatusResponse$ = [
|
|
952
959
|
3,
|
|
953
960
|
n0,
|
|
954
961
|
_GTRSRe,
|
|
955
962
|
0,
|
|
956
963
|
[_tRS],
|
|
957
|
-
[() => TableRestoreStatus],
|
|
958
|
-
];
|
|
959
|
-
var GetTrackRequest = [3, n0, _GTR, 0, [_tN], [0]];
|
|
960
|
-
var GetTrackResponse = [3, n0, _GTRe, 0, [_tr], [() => ServerlessTrack]];
|
|
961
|
-
var GetUsageLimitRequest = [3, n0, _GULR, 0, [_uLI], [0]];
|
|
962
|
-
var GetUsageLimitResponse = [3, n0, _GULRe, 0, [_uL], [() => UsageLimit]];
|
|
963
|
-
var GetWorkgroupRequest = [3, n0, _GWR, 0, [_wN], [0]];
|
|
964
|
-
var GetWorkgroupResponse = [3, n0, _GWRe, 0, [_w], [() => Workgroup]];
|
|
965
|
-
var InsufficientCapacityException = [-3, n0, _ICE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
966
|
-
schema.TypeRegistry.for(n0).registerError(InsufficientCapacityException
|
|
967
|
-
var InternalServerException = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_m], [0]];
|
|
968
|
-
schema.TypeRegistry.for(n0).registerError(InternalServerException
|
|
969
|
-
var InvalidPaginationException = [-3, n0, _IPE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
970
|
-
schema.TypeRegistry.for(n0).registerError(InvalidPaginationException
|
|
971
|
-
var Ipv6CidrBlockNotFoundException = [-3, n0, _ICBNFE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
972
|
-
schema.TypeRegistry.for(n0).registerError(Ipv6CidrBlockNotFoundException
|
|
973
|
-
var ListCustomDomainAssociationsRequest = [
|
|
964
|
+
[() => TableRestoreStatus$],
|
|
965
|
+
];
|
|
966
|
+
var GetTrackRequest$ = [3, n0, _GTR, 0, [_tN], [0]];
|
|
967
|
+
var GetTrackResponse$ = [3, n0, _GTRe, 0, [_tr], [() => ServerlessTrack$]];
|
|
968
|
+
var GetUsageLimitRequest$ = [3, n0, _GULR, 0, [_uLI], [0]];
|
|
969
|
+
var GetUsageLimitResponse$ = [3, n0, _GULRe, 0, [_uL], [() => UsageLimit$]];
|
|
970
|
+
var GetWorkgroupRequest$ = [3, n0, _GWR, 0, [_wN], [0]];
|
|
971
|
+
var GetWorkgroupResponse$ = [3, n0, _GWRe, 0, [_w], [() => Workgroup$]];
|
|
972
|
+
var InsufficientCapacityException$ = [-3, n0, _ICE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
973
|
+
schema.TypeRegistry.for(n0).registerError(InsufficientCapacityException$, InsufficientCapacityException);
|
|
974
|
+
var InternalServerException$ = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_m], [0]];
|
|
975
|
+
schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
976
|
+
var InvalidPaginationException$ = [-3, n0, _IPE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
977
|
+
schema.TypeRegistry.for(n0).registerError(InvalidPaginationException$, InvalidPaginationException);
|
|
978
|
+
var Ipv6CidrBlockNotFoundException$ = [-3, n0, _ICBNFE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
979
|
+
schema.TypeRegistry.for(n0).registerError(Ipv6CidrBlockNotFoundException$, Ipv6CidrBlockNotFoundException);
|
|
980
|
+
var ListCustomDomainAssociationsRequest$ = [
|
|
974
981
|
3,
|
|
975
982
|
n0,
|
|
976
983
|
_LCDAR,
|
|
@@ -978,7 +985,7 @@ var ListCustomDomainAssociationsRequest = [
|
|
|
978
985
|
[_nT, _mR, _cDN, _cDCA],
|
|
979
986
|
[[0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }], 0, 0],
|
|
980
987
|
];
|
|
981
|
-
var ListCustomDomainAssociationsResponse = [
|
|
988
|
+
var ListCustomDomainAssociationsResponse$ = [
|
|
982
989
|
3,
|
|
983
990
|
n0,
|
|
984
991
|
_LCDARi,
|
|
@@ -986,7 +993,7 @@ var ListCustomDomainAssociationsResponse = [
|
|
|
986
993
|
[_nT, _as],
|
|
987
994
|
[0, () => AssociationList],
|
|
988
995
|
];
|
|
989
|
-
var ListEndpointAccessRequest = [
|
|
996
|
+
var ListEndpointAccessRequest$ = [
|
|
990
997
|
3,
|
|
991
998
|
n0,
|
|
992
999
|
_LEAR,
|
|
@@ -994,7 +1001,7 @@ var ListEndpointAccessRequest = [
|
|
|
994
1001
|
[_nT, _mR, _wN, _vI, _oA],
|
|
995
1002
|
[[0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }], 0, 0, 0],
|
|
996
1003
|
];
|
|
997
|
-
var ListEndpointAccessResponse = [
|
|
1004
|
+
var ListEndpointAccessResponse$ = [
|
|
998
1005
|
3,
|
|
999
1006
|
n0,
|
|
1000
1007
|
_LEARi,
|
|
@@ -1002,7 +1009,7 @@ var ListEndpointAccessResponse = [
|
|
|
1002
1009
|
[_nT, _end],
|
|
1003
1010
|
[0, () => EndpointAccessList],
|
|
1004
1011
|
];
|
|
1005
|
-
var ListManagedWorkgroupsRequest = [
|
|
1012
|
+
var ListManagedWorkgroupsRequest$ = [
|
|
1006
1013
|
3,
|
|
1007
1014
|
n0,
|
|
1008
1015
|
_LMWR,
|
|
@@ -1010,7 +1017,7 @@ var ListManagedWorkgroupsRequest = [
|
|
|
1010
1017
|
[_sAo, _nT, _mR],
|
|
1011
1018
|
[0, [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]],
|
|
1012
1019
|
];
|
|
1013
|
-
var ListManagedWorkgroupsResponse = [
|
|
1020
|
+
var ListManagedWorkgroupsResponse$ = [
|
|
1014
1021
|
3,
|
|
1015
1022
|
n0,
|
|
1016
1023
|
_LMWRi,
|
|
@@ -1018,7 +1025,7 @@ var ListManagedWorkgroupsResponse = [
|
|
|
1018
1025
|
[_nT, _mW],
|
|
1019
1026
|
[0, () => ManagedWorkgroups],
|
|
1020
1027
|
];
|
|
1021
|
-
var ListNamespacesRequest = [
|
|
1028
|
+
var ListNamespacesRequest$ = [
|
|
1022
1029
|
3,
|
|
1023
1030
|
n0,
|
|
1024
1031
|
_LNR,
|
|
@@ -1029,8 +1036,15 @@ var ListNamespacesRequest = [
|
|
|
1029
1036
|
[1, { [_hQ]: _mR }],
|
|
1030
1037
|
],
|
|
1031
1038
|
];
|
|
1032
|
-
var ListNamespacesResponse = [
|
|
1033
|
-
|
|
1039
|
+
var ListNamespacesResponse$ = [
|
|
1040
|
+
3,
|
|
1041
|
+
n0,
|
|
1042
|
+
_LNRi,
|
|
1043
|
+
0,
|
|
1044
|
+
[_nT, _na],
|
|
1045
|
+
[0, [() => NamespaceList, 0]],
|
|
1046
|
+
];
|
|
1047
|
+
var ListRecoveryPointsRequest$ = [
|
|
1034
1048
|
3,
|
|
1035
1049
|
n0,
|
|
1036
1050
|
_LRPR,
|
|
@@ -1038,7 +1052,7 @@ var ListRecoveryPointsRequest = [
|
|
|
1038
1052
|
[_nT, _mR, _sT, _eT, _nN, _nA],
|
|
1039
1053
|
[[0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }], 4, 4, 0, 0],
|
|
1040
1054
|
];
|
|
1041
|
-
var ListRecoveryPointsResponse = [
|
|
1055
|
+
var ListRecoveryPointsResponse$ = [
|
|
1042
1056
|
3,
|
|
1043
1057
|
n0,
|
|
1044
1058
|
_LRPRi,
|
|
@@ -1046,7 +1060,7 @@ var ListRecoveryPointsResponse = [
|
|
|
1046
1060
|
[_rPec, _nT],
|
|
1047
1061
|
[() => RecoveryPointList, 0],
|
|
1048
1062
|
];
|
|
1049
|
-
var ListReservationOfferingsRequest = [
|
|
1063
|
+
var ListReservationOfferingsRequest$ = [
|
|
1050
1064
|
3,
|
|
1051
1065
|
n0,
|
|
1052
1066
|
_LROR,
|
|
@@ -1057,7 +1071,7 @@ var ListReservationOfferingsRequest = [
|
|
|
1057
1071
|
[1, { [_hQ]: _mR }],
|
|
1058
1072
|
],
|
|
1059
1073
|
];
|
|
1060
|
-
var ListReservationOfferingsResponse = [
|
|
1074
|
+
var ListReservationOfferingsResponse$ = [
|
|
1061
1075
|
3,
|
|
1062
1076
|
n0,
|
|
1063
1077
|
_LRORi,
|
|
@@ -1065,7 +1079,7 @@ var ListReservationOfferingsResponse = [
|
|
|
1065
1079
|
[_rOL, _nT],
|
|
1066
1080
|
[() => ReservationOfferingsList, 0],
|
|
1067
1081
|
];
|
|
1068
|
-
var ListReservationsRequest = [
|
|
1082
|
+
var ListReservationsRequest$ = [
|
|
1069
1083
|
3,
|
|
1070
1084
|
n0,
|
|
1071
1085
|
_LRR,
|
|
@@ -1076,8 +1090,15 @@ var ListReservationsRequest = [
|
|
|
1076
1090
|
[1, { [_hQ]: _mR }],
|
|
1077
1091
|
],
|
|
1078
1092
|
];
|
|
1079
|
-
var ListReservationsResponse = [
|
|
1080
|
-
|
|
1093
|
+
var ListReservationsResponse$ = [
|
|
1094
|
+
3,
|
|
1095
|
+
n0,
|
|
1096
|
+
_LRRi,
|
|
1097
|
+
0,
|
|
1098
|
+
[_rL, _nT],
|
|
1099
|
+
[() => ReservationsList, 0],
|
|
1100
|
+
];
|
|
1101
|
+
var ListScheduledActionsRequest$ = [
|
|
1081
1102
|
3,
|
|
1082
1103
|
n0,
|
|
1083
1104
|
_LSAR,
|
|
@@ -1085,7 +1106,7 @@ var ListScheduledActionsRequest = [
|
|
|
1085
1106
|
[_nT, _mR, _nN],
|
|
1086
1107
|
[[0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }], 0],
|
|
1087
1108
|
];
|
|
1088
|
-
var ListScheduledActionsResponse = [
|
|
1109
|
+
var ListScheduledActionsResponse$ = [
|
|
1089
1110
|
3,
|
|
1090
1111
|
n0,
|
|
1091
1112
|
_LSARi,
|
|
@@ -1093,7 +1114,7 @@ var ListScheduledActionsResponse = [
|
|
|
1093
1114
|
[_nT, _sAc],
|
|
1094
1115
|
[0, () => ScheduledActionsList],
|
|
1095
1116
|
];
|
|
1096
|
-
var ListSnapshotCopyConfigurationsRequest = [
|
|
1117
|
+
var ListSnapshotCopyConfigurationsRequest$ = [
|
|
1097
1118
|
3,
|
|
1098
1119
|
n0,
|
|
1099
1120
|
_LSCCR,
|
|
@@ -1101,7 +1122,7 @@ var ListSnapshotCopyConfigurationsRequest = [
|
|
|
1101
1122
|
[_nN, _nT, _mR],
|
|
1102
1123
|
[0, [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]],
|
|
1103
1124
|
];
|
|
1104
|
-
var ListSnapshotCopyConfigurationsResponse = [
|
|
1125
|
+
var ListSnapshotCopyConfigurationsResponse$ = [
|
|
1105
1126
|
3,
|
|
1106
1127
|
n0,
|
|
1107
1128
|
_LSCCRi,
|
|
@@ -1109,7 +1130,7 @@ var ListSnapshotCopyConfigurationsResponse = [
|
|
|
1109
1130
|
[_nT, _sCCn],
|
|
1110
1131
|
[0, () => SnapshotCopyConfigurations],
|
|
1111
1132
|
];
|
|
1112
|
-
var ListSnapshotsRequest = [
|
|
1133
|
+
var ListSnapshotsRequest$ = [
|
|
1113
1134
|
3,
|
|
1114
1135
|
n0,
|
|
1115
1136
|
_LSR,
|
|
@@ -1117,8 +1138,8 @@ var ListSnapshotsRequest = [
|
|
|
1117
1138
|
[_nT, _mR, _nN, _nA, _oA, _sT, _eT],
|
|
1118
1139
|
[[0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }], 0, 0, 0, 4, 4],
|
|
1119
1140
|
];
|
|
1120
|
-
var ListSnapshotsResponse = [3, n0, _LSRi, 0, [_nT, _sn], [0, () => SnapshotList]];
|
|
1121
|
-
var ListTableRestoreStatusRequest = [
|
|
1141
|
+
var ListSnapshotsResponse$ = [3, n0, _LSRi, 0, [_nT, _sn], [0, () => SnapshotList]];
|
|
1142
|
+
var ListTableRestoreStatusRequest$ = [
|
|
1122
1143
|
3,
|
|
1123
1144
|
n0,
|
|
1124
1145
|
_LTRSR,
|
|
@@ -1126,7 +1147,7 @@ var ListTableRestoreStatusRequest = [
|
|
|
1126
1147
|
[_nT, _mR, _nN, _wN],
|
|
1127
1148
|
[[0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }], 0, 0],
|
|
1128
1149
|
];
|
|
1129
|
-
var ListTableRestoreStatusResponse = [
|
|
1150
|
+
var ListTableRestoreStatusResponse$ = [
|
|
1130
1151
|
3,
|
|
1131
1152
|
n0,
|
|
1132
1153
|
_LTRSRi,
|
|
@@ -1134,9 +1155,9 @@ var ListTableRestoreStatusResponse = [
|
|
|
1134
1155
|
[_nT, _tRSa],
|
|
1135
1156
|
[0, () => TableRestoreStatusList],
|
|
1136
1157
|
];
|
|
1137
|
-
var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_rAe], [0]];
|
|
1138
|
-
var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_t], [() => TagList]];
|
|
1139
|
-
var ListTracksRequest = [
|
|
1158
|
+
var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_rAe], [0]];
|
|
1159
|
+
var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_t], [() => TagList]];
|
|
1160
|
+
var ListTracksRequest$ = [
|
|
1140
1161
|
3,
|
|
1141
1162
|
n0,
|
|
1142
1163
|
_LTR,
|
|
@@ -1147,8 +1168,8 @@ var ListTracksRequest = [
|
|
|
1147
1168
|
[1, { [_hQ]: _mR }],
|
|
1148
1169
|
],
|
|
1149
1170
|
];
|
|
1150
|
-
var ListTracksResponse = [3, n0, _LTRi, 0, [_tra, _nT], [() => TrackList, 0]];
|
|
1151
|
-
var ListUsageLimitsRequest = [
|
|
1171
|
+
var ListTracksResponse$ = [3, n0, _LTRi, 0, [_tra, _nT], [() => TrackList, 0]];
|
|
1172
|
+
var ListUsageLimitsRequest$ = [
|
|
1152
1173
|
3,
|
|
1153
1174
|
n0,
|
|
1154
1175
|
_LULR,
|
|
@@ -1156,8 +1177,8 @@ var ListUsageLimitsRequest = [
|
|
|
1156
1177
|
[_rAe, _uT, _nT, _mR],
|
|
1157
1178
|
[0, 0, [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]],
|
|
1158
1179
|
];
|
|
1159
|
-
var ListUsageLimitsResponse = [3, n0, _LULRi, 0, [_uLs, _nT], [() => UsageLimits, 0]];
|
|
1160
|
-
var ListWorkgroupsRequest = [
|
|
1180
|
+
var ListUsageLimitsResponse$ = [3, n0, _LULRi, 0, [_uLs, _nT], [() => UsageLimits, 0]];
|
|
1181
|
+
var ListWorkgroupsRequest$ = [
|
|
1161
1182
|
3,
|
|
1162
1183
|
n0,
|
|
1163
1184
|
_LWR,
|
|
@@ -1165,8 +1186,8 @@ var ListWorkgroupsRequest = [
|
|
|
1165
1186
|
[_nT, _mR, _oA],
|
|
1166
1187
|
[[0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }], 0],
|
|
1167
1188
|
];
|
|
1168
|
-
var ListWorkgroupsResponse = [3, n0, _LWRi, 0, [_nT, _wo], [0, () => WorkgroupList]];
|
|
1169
|
-
var ManagedWorkgroupListItem = [
|
|
1189
|
+
var ListWorkgroupsResponse$ = [3, n0, _LWRi, 0, [_nT, _wo], [0, () => WorkgroupList]];
|
|
1190
|
+
var ManagedWorkgroupListItem$ = [
|
|
1170
1191
|
3,
|
|
1171
1192
|
n0,
|
|
1172
1193
|
_MWLI,
|
|
@@ -1174,7 +1195,7 @@ var ManagedWorkgroupListItem = [
|
|
|
1174
1195
|
[_mWN, _mWI, _sAo, _st, _cD],
|
|
1175
1196
|
[0, 0, 0, 0, 5],
|
|
1176
1197
|
];
|
|
1177
|
-
var Namespace = [
|
|
1198
|
+
var Namespace$ = [
|
|
1178
1199
|
3,
|
|
1179
1200
|
n0,
|
|
1180
1201
|
_N,
|
|
@@ -1182,11 +1203,11 @@ var Namespace = [
|
|
|
1182
1203
|
[_nA, _nI, _nN, _aU, _dN, _kKI, _dIRA, _iR, _lE, _st, _cD, _aPSA, _aPSKKI, _lRS, _cA],
|
|
1183
1204
|
[0, 0, 0, [() => DbUser, 0], 0, 0, 0, 64 | 0, 64 | 0, 0, 5, 0, 0, 0, 0],
|
|
1184
1205
|
];
|
|
1185
|
-
var NetworkInterface = [3, n0, _NI, 0, [_nII, _sIu, _pIA, _aZ, _iA], [0, 0, 0, 0, 0]];
|
|
1186
|
-
var PerformanceTarget = [3, n0, _PT, 0, [_st, _l], [0, 1]];
|
|
1187
|
-
var PutResourcePolicyRequest = [3, n0, _PRPR, 0, [_rAe, _pol], [0, 0]];
|
|
1188
|
-
var PutResourcePolicyResponse = [3, n0, _PRPRu, 0, [_rPes], [() => ResourcePolicy]];
|
|
1189
|
-
var RecoveryPoint = [
|
|
1206
|
+
var NetworkInterface$ = [3, n0, _NI, 0, [_nII, _sIu, _pIA, _aZ, _iA], [0, 0, 0, 0, 0]];
|
|
1207
|
+
var PerformanceTarget$ = [3, n0, _PT, 0, [_st, _l], [0, 1]];
|
|
1208
|
+
var PutResourcePolicyRequest$ = [3, n0, _PRPR, 0, [_rAe, _pol], [0, 0]];
|
|
1209
|
+
var PutResourcePolicyResponse$ = [3, n0, _PRPRu, 0, [_rPes], [() => ResourcePolicy$]];
|
|
1210
|
+
var RecoveryPoint$ = [
|
|
1190
1211
|
3,
|
|
1191
1212
|
n0,
|
|
1192
1213
|
_RP,
|
|
@@ -1194,15 +1215,15 @@ var RecoveryPoint = [
|
|
|
1194
1215
|
[_rPI, _rPCT, _tSIMB, _nN, _wN, _nA],
|
|
1195
1216
|
[0, 5, 1, 0, 0, 0],
|
|
1196
1217
|
];
|
|
1197
|
-
var Reservation = [
|
|
1218
|
+
var Reservation$ = [
|
|
1198
1219
|
3,
|
|
1199
1220
|
n0,
|
|
1200
1221
|
_R,
|
|
1201
1222
|
0,
|
|
1202
1223
|
[_rI, _rAes, _sD, _eD, _ca, _o, _st],
|
|
1203
|
-
[0, 0, 5, 5, 1, () => ReservationOffering
|
|
1224
|
+
[0, 0, 5, 5, 1, () => ReservationOffering$, 0],
|
|
1204
1225
|
];
|
|
1205
|
-
var ReservationOffering = [
|
|
1226
|
+
var ReservationOffering$ = [
|
|
1206
1227
|
3,
|
|
1207
1228
|
n0,
|
|
1208
1229
|
_RO,
|
|
@@ -1210,19 +1231,19 @@ var ReservationOffering = [
|
|
|
1210
1231
|
[_oI, _d, _uC, _hC, _cC, _oT],
|
|
1211
1232
|
[0, 1, 1, 1, 0, 0],
|
|
1212
1233
|
];
|
|
1213
|
-
var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m, _rN], [0, 0]];
|
|
1214
|
-
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException
|
|
1215
|
-
var ResourcePolicy = [3, n0, _RPe, 0, [_rAe, _pol], [0, 0]];
|
|
1216
|
-
var RestoreFromRecoveryPointRequest = [3, n0, _RFRPR, 0, [_rPI, _nN, _wN], [0, 0, 0]];
|
|
1217
|
-
var RestoreFromRecoveryPointResponse = [
|
|
1234
|
+
var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m, _rN], [0, 0]];
|
|
1235
|
+
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
1236
|
+
var ResourcePolicy$ = [3, n0, _RPe, 0, [_rAe, _pol], [0, 0]];
|
|
1237
|
+
var RestoreFromRecoveryPointRequest$ = [3, n0, _RFRPR, 0, [_rPI, _nN, _wN], [0, 0, 0]];
|
|
1238
|
+
var RestoreFromRecoveryPointResponse$ = [
|
|
1218
1239
|
3,
|
|
1219
1240
|
n0,
|
|
1220
1241
|
_RFRPRe,
|
|
1221
1242
|
0,
|
|
1222
1243
|
[_rPI, _n],
|
|
1223
|
-
[0, [() => Namespace
|
|
1244
|
+
[0, [() => Namespace$, 0]],
|
|
1224
1245
|
];
|
|
1225
|
-
var RestoreFromSnapshotRequest = [
|
|
1246
|
+
var RestoreFromSnapshotRequest$ = [
|
|
1226
1247
|
3,
|
|
1227
1248
|
n0,
|
|
1228
1249
|
_RFSR,
|
|
@@ -1230,15 +1251,15 @@ var RestoreFromSnapshotRequest = [
|
|
|
1230
1251
|
[_nN, _wN, _sN, _sAn, _oA, _mAP, _aPSKKI],
|
|
1231
1252
|
[0, 0, 0, 0, 0, 2, 0],
|
|
1232
1253
|
];
|
|
1233
|
-
var RestoreFromSnapshotResponse = [
|
|
1254
|
+
var RestoreFromSnapshotResponse$ = [
|
|
1234
1255
|
3,
|
|
1235
1256
|
n0,
|
|
1236
1257
|
_RFSRe,
|
|
1237
1258
|
0,
|
|
1238
1259
|
[_sN, _oA, _n],
|
|
1239
|
-
[0, 0, [() => Namespace
|
|
1260
|
+
[0, 0, [() => Namespace$, 0]],
|
|
1240
1261
|
];
|
|
1241
|
-
var RestoreTableFromRecoveryPointRequest = [
|
|
1262
|
+
var RestoreTableFromRecoveryPointRequest$ = [
|
|
1242
1263
|
3,
|
|
1243
1264
|
n0,
|
|
1244
1265
|
_RTFRPR,
|
|
@@ -1246,15 +1267,15 @@ var RestoreTableFromRecoveryPointRequest = [
|
|
|
1246
1267
|
[_nN, _wN, _rPI, _sDN, _sSN, _sTN, _tDN, _tSN, _nTN, _aCSI],
|
|
1247
1268
|
[0, 0, 0, 0, 0, 0, 0, 0, 0, 2],
|
|
1248
1269
|
];
|
|
1249
|
-
var RestoreTableFromRecoveryPointResponse = [
|
|
1270
|
+
var RestoreTableFromRecoveryPointResponse$ = [
|
|
1250
1271
|
3,
|
|
1251
1272
|
n0,
|
|
1252
1273
|
_RTFRPRe,
|
|
1253
1274
|
0,
|
|
1254
1275
|
[_tRS],
|
|
1255
|
-
[() => TableRestoreStatus],
|
|
1276
|
+
[() => TableRestoreStatus$],
|
|
1256
1277
|
];
|
|
1257
|
-
var RestoreTableFromSnapshotRequest = [
|
|
1278
|
+
var RestoreTableFromSnapshotRequest$ = [
|
|
1258
1279
|
3,
|
|
1259
1280
|
n0,
|
|
1260
1281
|
_RTFSR,
|
|
@@ -1262,27 +1283,27 @@ var RestoreTableFromSnapshotRequest = [
|
|
|
1262
1283
|
[_nN, _wN, _sN, _sDN, _sSN, _sTN, _tDN, _tSN, _nTN, _aCSI],
|
|
1263
1284
|
[0, 0, 0, 0, 0, 0, 0, 0, 0, 2],
|
|
1264
1285
|
];
|
|
1265
|
-
var RestoreTableFromSnapshotResponse = [
|
|
1286
|
+
var RestoreTableFromSnapshotResponse$ = [
|
|
1266
1287
|
3,
|
|
1267
1288
|
n0,
|
|
1268
1289
|
_RTFSRe,
|
|
1269
1290
|
0,
|
|
1270
1291
|
[_tRS],
|
|
1271
|
-
[() => TableRestoreStatus],
|
|
1292
|
+
[() => TableRestoreStatus$],
|
|
1272
1293
|
];
|
|
1273
|
-
var ScheduledActionAssociation = [3, n0, _SAA, 0, [_nN, _sAN], [0, 0]];
|
|
1274
|
-
var ScheduledActionResponse = [
|
|
1294
|
+
var ScheduledActionAssociation$ = [3, n0, _SAA, 0, [_nN, _sAN], [0, 0]];
|
|
1295
|
+
var ScheduledActionResponse$ = [
|
|
1275
1296
|
3,
|
|
1276
1297
|
n0,
|
|
1277
1298
|
_SAR,
|
|
1278
1299
|
0,
|
|
1279
1300
|
[_sAN, _sc, _sAD, _nIe, _rA, _sta, _sT, _eT, _tA, _nN, _sAU],
|
|
1280
|
-
[0, () => Schedule
|
|
1301
|
+
[0, () => Schedule$, 0, 64 | 4, 0, 0, 4, 4, () => TargetAction$, 0, 0],
|
|
1281
1302
|
];
|
|
1282
|
-
var ServerlessTrack = [3, n0, _ST, 0, [_tN, _wV, _uTp], [0, 0, () => UpdateTargetsList]];
|
|
1283
|
-
var ServiceQuotaExceededException = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_m], [0]];
|
|
1284
|
-
schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException
|
|
1285
|
-
var Snapshot = [
|
|
1303
|
+
var ServerlessTrack$ = [3, n0, _ST, 0, [_tN, _wV, _uTp], [0, 0, () => UpdateTargetsList]];
|
|
1304
|
+
var ServiceQuotaExceededException$ = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_m], [0]];
|
|
1305
|
+
schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
1306
|
+
var Snapshot$ = [
|
|
1286
1307
|
3,
|
|
1287
1308
|
n0,
|
|
1288
1309
|
_S,
|
|
@@ -1313,7 +1334,7 @@ var Snapshot = [
|
|
|
1313
1334
|
],
|
|
1314
1335
|
[0, 0, 0, 5, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 5, 0, 64 | 0, 64 | 0, 0, 0],
|
|
1315
1336
|
];
|
|
1316
|
-
var SnapshotCopyConfiguration = [
|
|
1337
|
+
var SnapshotCopyConfiguration$ = [
|
|
1317
1338
|
3,
|
|
1318
1339
|
n0,
|
|
1319
1340
|
_SCC,
|
|
@@ -1321,7 +1342,7 @@ var SnapshotCopyConfiguration = [
|
|
|
1321
1342
|
[_sCCI, _sCCA, _nN, _dR, _sRP, _dKKI],
|
|
1322
1343
|
[0, 0, 0, 0, 1, 0],
|
|
1323
1344
|
];
|
|
1324
|
-
var TableRestoreStatus = [
|
|
1345
|
+
var TableRestoreStatus$ = [
|
|
1325
1346
|
3,
|
|
1326
1347
|
n0,
|
|
1327
1348
|
_TRS,
|
|
@@ -1329,16 +1350,16 @@ var TableRestoreStatus = [
|
|
|
1329
1350
|
[_tRRI, _st, _m, _rT, _nN, _wN, _sN, _pIMB, _tDIMB, _sDN, _sSN, _sTN, _tDN, _tSN, _nTN, _rPI],
|
|
1330
1351
|
[0, 0, 0, 4, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0],
|
|
1331
1352
|
];
|
|
1332
|
-
var Tag = [3, n0, _Ta, 0, [_k, _v], [0, 0]];
|
|
1333
|
-
var TagResourceRequest = [3, n0, _TRR, 0, [_rAe, _t], [0, () => TagList]];
|
|
1334
|
-
var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
|
|
1335
|
-
var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_co, _m], [0, 0]];
|
|
1336
|
-
schema.TypeRegistry.for(n0).registerError(ThrottlingException
|
|
1337
|
-
var TooManyTagsException = [-3, n0, _TMTE, { [_e]: _c, [_hE]: 400 }, [_m, _rN], [0, 0]];
|
|
1338
|
-
schema.TypeRegistry.for(n0).registerError(TooManyTagsException
|
|
1339
|
-
var UntagResourceRequest = [3, n0, _URR, 0, [_rAe, _tK], [0, 64 | 0]];
|
|
1340
|
-
var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
1341
|
-
var UpdateCustomDomainAssociationRequest = [
|
|
1353
|
+
var Tag$ = [3, n0, _Ta, 0, [_k, _v], [0, 0]];
|
|
1354
|
+
var TagResourceRequest$ = [3, n0, _TRR, 0, [_rAe, _t], [0, () => TagList]];
|
|
1355
|
+
var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
|
|
1356
|
+
var ThrottlingException$ = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_co, _m], [0, 0]];
|
|
1357
|
+
schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
1358
|
+
var TooManyTagsException$ = [-3, n0, _TMTE, { [_e]: _c, [_hE]: 400 }, [_m, _rN], [0, 0]];
|
|
1359
|
+
schema.TypeRegistry.for(n0).registerError(TooManyTagsException$, TooManyTagsException);
|
|
1360
|
+
var UntagResourceRequest$ = [3, n0, _URR, 0, [_rAe, _tK], [0, 64 | 0]];
|
|
1361
|
+
var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
|
|
1362
|
+
var UpdateCustomDomainAssociationRequest$ = [
|
|
1342
1363
|
3,
|
|
1343
1364
|
n0,
|
|
1344
1365
|
_UCDAR,
|
|
@@ -1346,7 +1367,7 @@ var UpdateCustomDomainAssociationRequest = [
|
|
|
1346
1367
|
[_wN, _cDN, _cDCA],
|
|
1347
1368
|
[0, 0, 0],
|
|
1348
1369
|
];
|
|
1349
|
-
var UpdateCustomDomainAssociationResponse = [
|
|
1370
|
+
var UpdateCustomDomainAssociationResponse$ = [
|
|
1350
1371
|
3,
|
|
1351
1372
|
n0,
|
|
1352
1373
|
_UCDARp,
|
|
@@ -1354,9 +1375,9 @@ var UpdateCustomDomainAssociationResponse = [
|
|
|
1354
1375
|
[_cDN, _wN, _cDCA, _cDCET],
|
|
1355
1376
|
[0, 0, 0, 5],
|
|
1356
1377
|
];
|
|
1357
|
-
var UpdateEndpointAccessRequest = [3, n0, _UEAR, 0, [_eN, _vSGI], [0, 64 | 0]];
|
|
1358
|
-
var UpdateEndpointAccessResponse = [3, n0, _UEARp, 0, [_en], [() => EndpointAccess]];
|
|
1359
|
-
var UpdateLakehouseConfigurationRequest = [
|
|
1378
|
+
var UpdateEndpointAccessRequest$ = [3, n0, _UEAR, 0, [_eN, _vSGI], [0, 64 | 0]];
|
|
1379
|
+
var UpdateEndpointAccessResponse$ = [3, n0, _UEARp, 0, [_en], [() => EndpointAccess$]];
|
|
1380
|
+
var UpdateLakehouseConfigurationRequest$ = [
|
|
1360
1381
|
3,
|
|
1361
1382
|
n0,
|
|
1362
1383
|
_ULCR,
|
|
@@ -1364,7 +1385,7 @@ var UpdateLakehouseConfigurationRequest = [
|
|
|
1364
1385
|
[_nN, _lR, _cN, _lIR, _lIAA, _dRr],
|
|
1365
1386
|
[0, 0, 0, 0, 0, 2],
|
|
1366
1387
|
];
|
|
1367
|
-
var UpdateLakehouseConfigurationResponse = [
|
|
1388
|
+
var UpdateLakehouseConfigurationResponse$ = [
|
|
1368
1389
|
3,
|
|
1369
1390
|
n0,
|
|
1370
1391
|
_ULCRp,
|
|
@@ -1372,7 +1393,7 @@ var UpdateLakehouseConfigurationResponse = [
|
|
|
1372
1393
|
[_nN, _lIAA, _lRS, _cA],
|
|
1373
1394
|
[0, 0, 0, 0],
|
|
1374
1395
|
];
|
|
1375
|
-
var UpdateNamespaceRequest = [
|
|
1396
|
+
var UpdateNamespaceRequest$ = [
|
|
1376
1397
|
3,
|
|
1377
1398
|
n0,
|
|
1378
1399
|
_UNR,
|
|
@@ -1380,47 +1401,47 @@ var UpdateNamespaceRequest = [
|
|
|
1380
1401
|
[_nN, _aUP, _aU, _kKI, _dIRA, _iR, _lE, _mAP, _aPSKKI],
|
|
1381
1402
|
[0, [() => DbPassword, 0], [() => DbUser, 0], 0, 0, 64 | 0, 64 | 0, 2, 0],
|
|
1382
1403
|
];
|
|
1383
|
-
var UpdateNamespaceResponse = [3, n0, _UNRp, 0, [_n], [[() => Namespace
|
|
1384
|
-
var UpdateScheduledActionRequest = [
|
|
1404
|
+
var UpdateNamespaceResponse$ = [3, n0, _UNRp, 0, [_n], [[() => Namespace$, 0]]];
|
|
1405
|
+
var UpdateScheduledActionRequest$ = [
|
|
1385
1406
|
3,
|
|
1386
1407
|
n0,
|
|
1387
1408
|
_USAR,
|
|
1388
1409
|
0,
|
|
1389
1410
|
[_sAN, _tA, _sc, _rA, _ena, _sAD, _sT, _eT],
|
|
1390
|
-
[0, () => TargetAction
|
|
1411
|
+
[0, () => TargetAction$, () => Schedule$, 0, 2, 0, 4, 4],
|
|
1391
1412
|
];
|
|
1392
|
-
var UpdateScheduledActionResponse = [
|
|
1413
|
+
var UpdateScheduledActionResponse$ = [
|
|
1393
1414
|
3,
|
|
1394
1415
|
n0,
|
|
1395
1416
|
_USARp,
|
|
1396
1417
|
0,
|
|
1397
1418
|
[_sA],
|
|
1398
|
-
[() => ScheduledActionResponse],
|
|
1419
|
+
[() => ScheduledActionResponse$],
|
|
1399
1420
|
];
|
|
1400
|
-
var UpdateSnapshotCopyConfigurationRequest = [3, n0, _USCCR, 0, [_sCCI, _sRP], [0, 1]];
|
|
1401
|
-
var UpdateSnapshotCopyConfigurationResponse = [
|
|
1421
|
+
var UpdateSnapshotCopyConfigurationRequest$ = [3, n0, _USCCR, 0, [_sCCI, _sRP], [0, 1]];
|
|
1422
|
+
var UpdateSnapshotCopyConfigurationResponse$ = [
|
|
1402
1423
|
3,
|
|
1403
1424
|
n0,
|
|
1404
1425
|
_USCCRp,
|
|
1405
1426
|
0,
|
|
1406
1427
|
[_sCC],
|
|
1407
|
-
[() => SnapshotCopyConfiguration],
|
|
1428
|
+
[() => SnapshotCopyConfiguration$],
|
|
1408
1429
|
];
|
|
1409
|
-
var UpdateSnapshotRequest = [3, n0, _USR, 0, [_sN, _rP], [0, 1]];
|
|
1410
|
-
var UpdateSnapshotResponse = [3, n0, _USRp, 0, [_s], [() => Snapshot]];
|
|
1411
|
-
var UpdateTarget = [3, n0, _UT, 0, [_tN, _wV], [0, 0]];
|
|
1412
|
-
var UpdateUsageLimitRequest = [3, n0, _UULR, 0, [_uLI, _a, _bA], [0, 1, 0]];
|
|
1413
|
-
var UpdateUsageLimitResponse = [3, n0, _UULRp, 0, [_uL], [() => UsageLimit]];
|
|
1414
|
-
var UpdateWorkgroupRequest = [
|
|
1430
|
+
var UpdateSnapshotRequest$ = [3, n0, _USR, 0, [_sN, _rP], [0, 1]];
|
|
1431
|
+
var UpdateSnapshotResponse$ = [3, n0, _USRp, 0, [_s], [() => Snapshot$]];
|
|
1432
|
+
var UpdateTarget$ = [3, n0, _UT, 0, [_tN, _wV], [0, 0]];
|
|
1433
|
+
var UpdateUsageLimitRequest$ = [3, n0, _UULR, 0, [_uLI, _a, _bA], [0, 1, 0]];
|
|
1434
|
+
var UpdateUsageLimitResponse$ = [3, n0, _UULRp, 0, [_uL], [() => UsageLimit$]];
|
|
1435
|
+
var UpdateWorkgroupRequest$ = [
|
|
1415
1436
|
3,
|
|
1416
1437
|
n0,
|
|
1417
1438
|
_UWR,
|
|
1418
1439
|
0,
|
|
1419
1440
|
[_wN, _bC, _eVR, _cP, _pA, _sI, _sGI, _po, _mC, _iAT, _pPT, _tN],
|
|
1420
|
-
[0, 1, 2, () => ConfigParameterList, 2, 64 | 0, 64 | 0, 1, 1, 0, () => PerformanceTarget
|
|
1441
|
+
[0, 1, 2, () => ConfigParameterList, 2, 64 | 0, 64 | 0, 1, 1, 0, () => PerformanceTarget$, 0],
|
|
1421
1442
|
];
|
|
1422
|
-
var UpdateWorkgroupResponse = [3, n0, _UWRp, 0, [_w], [() => Workgroup]];
|
|
1423
|
-
var UsageLimit = [
|
|
1443
|
+
var UpdateWorkgroupResponse$ = [3, n0, _UWRp, 0, [_w], [() => Workgroup$]];
|
|
1444
|
+
var UsageLimit$ = [
|
|
1424
1445
|
3,
|
|
1425
1446
|
n0,
|
|
1426
1447
|
_UL,
|
|
@@ -1428,9 +1449,9 @@ var UsageLimit = [
|
|
|
1428
1449
|
[_uLI, _uLA, _rAe, _uT, _a, _p, _bA],
|
|
1429
1450
|
[0, 0, 0, 0, 1, 0, 0],
|
|
1430
1451
|
];
|
|
1431
|
-
var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
1432
|
-
schema.TypeRegistry.for(n0).registerError(ValidationException
|
|
1433
|
-
var VpcEndpoint = [
|
|
1452
|
+
var ValidationException$ = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
1453
|
+
schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
1454
|
+
var VpcEndpoint$ = [
|
|
1434
1455
|
3,
|
|
1435
1456
|
n0,
|
|
1436
1457
|
_VEp,
|
|
@@ -1438,8 +1459,8 @@ var VpcEndpoint = [
|
|
|
1438
1459
|
[_vEI, _vI, _nIet],
|
|
1439
1460
|
[0, 0, () => NetworkInterfaceList],
|
|
1440
1461
|
];
|
|
1441
|
-
var VpcSecurityGroupMembership = [3, n0, _VSGM, 0, [_vSGIp, _st], [0, 0]];
|
|
1442
|
-
var Workgroup = [
|
|
1462
|
+
var VpcSecurityGroupMembership$ = [3, n0, _VSGM, 0, [_vSGIp, _st], [0, 0]];
|
|
1463
|
+
var Workgroup$ = [
|
|
1443
1464
|
3,
|
|
1444
1465
|
n0,
|
|
1445
1466
|
_W,
|
|
@@ -1482,7 +1503,7 @@ var Workgroup = [
|
|
|
1482
1503
|
64 | 0,
|
|
1483
1504
|
64 | 0,
|
|
1484
1505
|
0,
|
|
1485
|
-
() => Endpoint
|
|
1506
|
+
() => Endpoint$,
|
|
1486
1507
|
2,
|
|
1487
1508
|
5,
|
|
1488
1509
|
1,
|
|
@@ -1494,12 +1515,12 @@ var Workgroup = [
|
|
|
1494
1515
|
1,
|
|
1495
1516
|
64 | 0,
|
|
1496
1517
|
0,
|
|
1497
|
-
() => PerformanceTarget
|
|
1518
|
+
() => PerformanceTarget$,
|
|
1498
1519
|
0,
|
|
1499
1520
|
0,
|
|
1500
1521
|
],
|
|
1501
1522
|
];
|
|
1502
|
-
var RedshiftServerlessServiceException = [
|
|
1523
|
+
var RedshiftServerlessServiceException$ = [
|
|
1503
1524
|
-3,
|
|
1504
1525
|
_sm,
|
|
1505
1526
|
"RedshiftServerlessServiceException",
|
|
@@ -1507,506 +1528,527 @@ var RedshiftServerlessServiceException = [
|
|
|
1507
1528
|
[],
|
|
1508
1529
|
[],
|
|
1509
1530
|
];
|
|
1510
|
-
schema.TypeRegistry.for(_sm).registerError(RedshiftServerlessServiceException
|
|
1511
|
-
var AssociationList = [1, n0, _AL, 0, () => Association];
|
|
1512
|
-
var ConfigParameterList = [1, n0, _CPL, 0, () => ConfigParameter];
|
|
1513
|
-
var EndpointAccessList = [1, n0, _EAL, 0, () => EndpointAccess];
|
|
1514
|
-
var ManagedWorkgroups = [1, n0, _MW, 0, () => ManagedWorkgroupListItem];
|
|
1515
|
-
var NamespaceList = [1, n0, _NL, 0, [() => Namespace
|
|
1516
|
-
var NetworkInterfaceList = [1, n0, _NIL, 0, () => NetworkInterface];
|
|
1517
|
-
var RecoveryPointList = [1, n0, _RPL, 0, () => RecoveryPoint];
|
|
1518
|
-
var ReservationOfferingsList = [1, n0, _ROL, 0, () => ReservationOffering];
|
|
1519
|
-
var ReservationsList = [1, n0, _RL, 0, () => Reservation];
|
|
1520
|
-
var ScheduledActionsList = [1, n0, _SAL, 0, () => ScheduledActionAssociation];
|
|
1521
|
-
var SnapshotCopyConfigurations = [1, n0, _SCCn, 0, () => SnapshotCopyConfiguration];
|
|
1522
|
-
var SnapshotList = [1, n0, _SL, 0, () => Snapshot];
|
|
1523
|
-
var TableRestoreStatusList = [1, n0, _TRSL, 0, () => TableRestoreStatus];
|
|
1524
|
-
var TagList = [1, n0, _TL, 0, () => Tag];
|
|
1525
|
-
var TrackList = [1, n0, _TLr, 0, () => ServerlessTrack];
|
|
1526
|
-
var UpdateTargetsList = [1, n0, _UTL, 0, () => UpdateTarget];
|
|
1527
|
-
var UsageLimits = [1, n0, _ULs, 0, () => UsageLimit];
|
|
1528
|
-
var VpcEndpointList = [1, n0, _VEL, 0, () => VpcEndpoint];
|
|
1529
|
-
var VpcSecurityGroupMembershipList = [1, n0, _VSGML, 0, () => VpcSecurityGroupMembership];
|
|
1530
|
-
var WorkgroupList = [1, n0, _WL, 0, () => Workgroup];
|
|
1531
|
-
var Schedule = [3, n0, _Sc, 0, [_at, _cr], [4, 0]];
|
|
1532
|
-
var TargetAction = [
|
|
1533
|
-
|
|
1531
|
+
schema.TypeRegistry.for(_sm).registerError(RedshiftServerlessServiceException$, RedshiftServerlessServiceException);
|
|
1532
|
+
var AssociationList = [1, n0, _AL, 0, () => Association$];
|
|
1533
|
+
var ConfigParameterList = [1, n0, _CPL, 0, () => ConfigParameter$];
|
|
1534
|
+
var EndpointAccessList = [1, n0, _EAL, 0, () => EndpointAccess$];
|
|
1535
|
+
var ManagedWorkgroups = [1, n0, _MW, 0, () => ManagedWorkgroupListItem$];
|
|
1536
|
+
var NamespaceList = [1, n0, _NL, 0, [() => Namespace$, 0]];
|
|
1537
|
+
var NetworkInterfaceList = [1, n0, _NIL, 0, () => NetworkInterface$];
|
|
1538
|
+
var RecoveryPointList = [1, n0, _RPL, 0, () => RecoveryPoint$];
|
|
1539
|
+
var ReservationOfferingsList = [1, n0, _ROL, 0, () => ReservationOffering$];
|
|
1540
|
+
var ReservationsList = [1, n0, _RL, 0, () => Reservation$];
|
|
1541
|
+
var ScheduledActionsList = [1, n0, _SAL, 0, () => ScheduledActionAssociation$];
|
|
1542
|
+
var SnapshotCopyConfigurations = [1, n0, _SCCn, 0, () => SnapshotCopyConfiguration$];
|
|
1543
|
+
var SnapshotList = [1, n0, _SL, 0, () => Snapshot$];
|
|
1544
|
+
var TableRestoreStatusList = [1, n0, _TRSL, 0, () => TableRestoreStatus$];
|
|
1545
|
+
var TagList = [1, n0, _TL, 0, () => Tag$];
|
|
1546
|
+
var TrackList = [1, n0, _TLr, 0, () => ServerlessTrack$];
|
|
1547
|
+
var UpdateTargetsList = [1, n0, _UTL, 0, () => UpdateTarget$];
|
|
1548
|
+
var UsageLimits = [1, n0, _ULs, 0, () => UsageLimit$];
|
|
1549
|
+
var VpcEndpointList = [1, n0, _VEL, 0, () => VpcEndpoint$];
|
|
1550
|
+
var VpcSecurityGroupMembershipList = [1, n0, _VSGML, 0, () => VpcSecurityGroupMembership$];
|
|
1551
|
+
var WorkgroupList = [1, n0, _WL, 0, () => Workgroup$];
|
|
1552
|
+
var Schedule$ = [3, n0, _Sc, 0, [_at, _cr], [4, 0]];
|
|
1553
|
+
var TargetAction$ = [
|
|
1554
|
+
3,
|
|
1555
|
+
n0,
|
|
1556
|
+
_TA,
|
|
1557
|
+
0,
|
|
1558
|
+
[_cS],
|
|
1559
|
+
[() => CreateSnapshotScheduleActionParameters$],
|
|
1560
|
+
];
|
|
1561
|
+
var ConvertRecoveryPointToSnapshot$ = [
|
|
1534
1562
|
9,
|
|
1535
1563
|
n0,
|
|
1536
1564
|
_CRPTS,
|
|
1537
1565
|
0,
|
|
1538
|
-
() => ConvertRecoveryPointToSnapshotRequest
|
|
1539
|
-
() => ConvertRecoveryPointToSnapshotResponse
|
|
1566
|
+
() => ConvertRecoveryPointToSnapshotRequest$,
|
|
1567
|
+
() => ConvertRecoveryPointToSnapshotResponse$,
|
|
1540
1568
|
];
|
|
1541
|
-
var CreateCustomDomainAssociation = [
|
|
1569
|
+
var CreateCustomDomainAssociation$ = [
|
|
1542
1570
|
9,
|
|
1543
1571
|
n0,
|
|
1544
1572
|
_CCDA,
|
|
1545
1573
|
0,
|
|
1546
|
-
() => CreateCustomDomainAssociationRequest
|
|
1547
|
-
() => CreateCustomDomainAssociationResponse
|
|
1574
|
+
() => CreateCustomDomainAssociationRequest$,
|
|
1575
|
+
() => CreateCustomDomainAssociationResponse$,
|
|
1548
1576
|
];
|
|
1549
|
-
var CreateEndpointAccess = [
|
|
1577
|
+
var CreateEndpointAccess$ = [
|
|
1550
1578
|
9,
|
|
1551
1579
|
n0,
|
|
1552
1580
|
_CEA,
|
|
1553
1581
|
2,
|
|
1554
|
-
() => CreateEndpointAccessRequest
|
|
1555
|
-
() => CreateEndpointAccessResponse
|
|
1582
|
+
() => CreateEndpointAccessRequest$,
|
|
1583
|
+
() => CreateEndpointAccessResponse$,
|
|
1556
1584
|
];
|
|
1557
|
-
var CreateNamespace = [
|
|
1585
|
+
var CreateNamespace$ = [
|
|
1558
1586
|
9,
|
|
1559
1587
|
n0,
|
|
1560
1588
|
_CN,
|
|
1561
1589
|
2,
|
|
1562
|
-
() => CreateNamespaceRequest
|
|
1563
|
-
() => CreateNamespaceResponse
|
|
1590
|
+
() => CreateNamespaceRequest$,
|
|
1591
|
+
() => CreateNamespaceResponse$,
|
|
1564
1592
|
];
|
|
1565
|
-
var CreateReservation = [
|
|
1593
|
+
var CreateReservation$ = [
|
|
1566
1594
|
9,
|
|
1567
1595
|
n0,
|
|
1568
1596
|
_CR,
|
|
1569
1597
|
2,
|
|
1570
|
-
() => CreateReservationRequest
|
|
1571
|
-
() => CreateReservationResponse
|
|
1598
|
+
() => CreateReservationRequest$,
|
|
1599
|
+
() => CreateReservationResponse$,
|
|
1572
1600
|
];
|
|
1573
|
-
var CreateScheduledAction = [
|
|
1601
|
+
var CreateScheduledAction$ = [
|
|
1574
1602
|
9,
|
|
1575
1603
|
n0,
|
|
1576
1604
|
_CSA,
|
|
1577
1605
|
2,
|
|
1578
|
-
() => CreateScheduledActionRequest
|
|
1579
|
-
() => CreateScheduledActionResponse
|
|
1606
|
+
() => CreateScheduledActionRequest$,
|
|
1607
|
+
() => CreateScheduledActionResponse$,
|
|
1580
1608
|
];
|
|
1581
|
-
var CreateSnapshot = [
|
|
1609
|
+
var CreateSnapshot$ = [
|
|
1582
1610
|
9,
|
|
1583
1611
|
n0,
|
|
1584
1612
|
_CS,
|
|
1585
1613
|
2,
|
|
1586
|
-
() => CreateSnapshotRequest
|
|
1587
|
-
() => CreateSnapshotResponse
|
|
1614
|
+
() => CreateSnapshotRequest$,
|
|
1615
|
+
() => CreateSnapshotResponse$,
|
|
1588
1616
|
];
|
|
1589
|
-
var CreateSnapshotCopyConfiguration = [
|
|
1617
|
+
var CreateSnapshotCopyConfiguration$ = [
|
|
1590
1618
|
9,
|
|
1591
1619
|
n0,
|
|
1592
1620
|
_CSCC,
|
|
1593
1621
|
2,
|
|
1594
|
-
() => CreateSnapshotCopyConfigurationRequest
|
|
1595
|
-
() => CreateSnapshotCopyConfigurationResponse
|
|
1622
|
+
() => CreateSnapshotCopyConfigurationRequest$,
|
|
1623
|
+
() => CreateSnapshotCopyConfigurationResponse$,
|
|
1596
1624
|
];
|
|
1597
|
-
var CreateUsageLimit = [
|
|
1625
|
+
var CreateUsageLimit$ = [
|
|
1598
1626
|
9,
|
|
1599
1627
|
n0,
|
|
1600
1628
|
_CUL,
|
|
1601
1629
|
2,
|
|
1602
|
-
() => CreateUsageLimitRequest
|
|
1603
|
-
() => CreateUsageLimitResponse
|
|
1630
|
+
() => CreateUsageLimitRequest$,
|
|
1631
|
+
() => CreateUsageLimitResponse$,
|
|
1604
1632
|
];
|
|
1605
|
-
var CreateWorkgroup = [
|
|
1633
|
+
var CreateWorkgroup$ = [
|
|
1606
1634
|
9,
|
|
1607
1635
|
n0,
|
|
1608
1636
|
_CW,
|
|
1609
1637
|
2,
|
|
1610
|
-
() => CreateWorkgroupRequest
|
|
1611
|
-
() => CreateWorkgroupResponse
|
|
1638
|
+
() => CreateWorkgroupRequest$,
|
|
1639
|
+
() => CreateWorkgroupResponse$,
|
|
1612
1640
|
];
|
|
1613
|
-
var DeleteCustomDomainAssociation = [
|
|
1641
|
+
var DeleteCustomDomainAssociation$ = [
|
|
1614
1642
|
9,
|
|
1615
1643
|
n0,
|
|
1616
1644
|
_DCDA,
|
|
1617
1645
|
0,
|
|
1618
|
-
() => DeleteCustomDomainAssociationRequest
|
|
1619
|
-
() => DeleteCustomDomainAssociationResponse
|
|
1646
|
+
() => DeleteCustomDomainAssociationRequest$,
|
|
1647
|
+
() => DeleteCustomDomainAssociationResponse$,
|
|
1620
1648
|
];
|
|
1621
|
-
var DeleteEndpointAccess = [
|
|
1649
|
+
var DeleteEndpointAccess$ = [
|
|
1622
1650
|
9,
|
|
1623
1651
|
n0,
|
|
1624
1652
|
_DEA,
|
|
1625
1653
|
2,
|
|
1626
|
-
() => DeleteEndpointAccessRequest
|
|
1627
|
-
() => DeleteEndpointAccessResponse
|
|
1654
|
+
() => DeleteEndpointAccessRequest$,
|
|
1655
|
+
() => DeleteEndpointAccessResponse$,
|
|
1628
1656
|
];
|
|
1629
|
-
var DeleteNamespace = [
|
|
1657
|
+
var DeleteNamespace$ = [
|
|
1630
1658
|
9,
|
|
1631
1659
|
n0,
|
|
1632
1660
|
_DN,
|
|
1633
1661
|
2,
|
|
1634
|
-
() => DeleteNamespaceRequest
|
|
1635
|
-
() => DeleteNamespaceResponse
|
|
1662
|
+
() => DeleteNamespaceRequest$,
|
|
1663
|
+
() => DeleteNamespaceResponse$,
|
|
1636
1664
|
];
|
|
1637
|
-
var DeleteResourcePolicy = [
|
|
1665
|
+
var DeleteResourcePolicy$ = [
|
|
1638
1666
|
9,
|
|
1639
1667
|
n0,
|
|
1640
1668
|
_DRP,
|
|
1641
1669
|
0,
|
|
1642
|
-
() => DeleteResourcePolicyRequest
|
|
1643
|
-
() => DeleteResourcePolicyResponse
|
|
1670
|
+
() => DeleteResourcePolicyRequest$,
|
|
1671
|
+
() => DeleteResourcePolicyResponse$,
|
|
1644
1672
|
];
|
|
1645
|
-
var DeleteScheduledAction = [
|
|
1673
|
+
var DeleteScheduledAction$ = [
|
|
1646
1674
|
9,
|
|
1647
1675
|
n0,
|
|
1648
1676
|
_DSA,
|
|
1649
1677
|
2,
|
|
1650
|
-
() => DeleteScheduledActionRequest
|
|
1651
|
-
() => DeleteScheduledActionResponse
|
|
1678
|
+
() => DeleteScheduledActionRequest$,
|
|
1679
|
+
() => DeleteScheduledActionResponse$,
|
|
1652
1680
|
];
|
|
1653
|
-
var DeleteSnapshot = [
|
|
1681
|
+
var DeleteSnapshot$ = [
|
|
1654
1682
|
9,
|
|
1655
1683
|
n0,
|
|
1656
1684
|
_DS,
|
|
1657
1685
|
2,
|
|
1658
|
-
() => DeleteSnapshotRequest
|
|
1659
|
-
() => DeleteSnapshotResponse
|
|
1686
|
+
() => DeleteSnapshotRequest$,
|
|
1687
|
+
() => DeleteSnapshotResponse$,
|
|
1660
1688
|
];
|
|
1661
|
-
var DeleteSnapshotCopyConfiguration = [
|
|
1689
|
+
var DeleteSnapshotCopyConfiguration$ = [
|
|
1662
1690
|
9,
|
|
1663
1691
|
n0,
|
|
1664
1692
|
_DSCC,
|
|
1665
1693
|
2,
|
|
1666
|
-
() => DeleteSnapshotCopyConfigurationRequest
|
|
1667
|
-
() => DeleteSnapshotCopyConfigurationResponse
|
|
1694
|
+
() => DeleteSnapshotCopyConfigurationRequest$,
|
|
1695
|
+
() => DeleteSnapshotCopyConfigurationResponse$,
|
|
1668
1696
|
];
|
|
1669
|
-
var DeleteUsageLimit = [
|
|
1697
|
+
var DeleteUsageLimit$ = [
|
|
1670
1698
|
9,
|
|
1671
1699
|
n0,
|
|
1672
1700
|
_DUL,
|
|
1673
1701
|
2,
|
|
1674
|
-
() => DeleteUsageLimitRequest
|
|
1675
|
-
() => DeleteUsageLimitResponse
|
|
1702
|
+
() => DeleteUsageLimitRequest$,
|
|
1703
|
+
() => DeleteUsageLimitResponse$,
|
|
1676
1704
|
];
|
|
1677
|
-
var DeleteWorkgroup = [
|
|
1705
|
+
var DeleteWorkgroup$ = [
|
|
1678
1706
|
9,
|
|
1679
1707
|
n0,
|
|
1680
1708
|
_DW,
|
|
1681
1709
|
2,
|
|
1682
|
-
() => DeleteWorkgroupRequest
|
|
1683
|
-
() => DeleteWorkgroupResponse
|
|
1710
|
+
() => DeleteWorkgroupRequest$,
|
|
1711
|
+
() => DeleteWorkgroupResponse$,
|
|
1684
1712
|
];
|
|
1685
|
-
var GetCredentials = [
|
|
1713
|
+
var GetCredentials$ = [
|
|
1686
1714
|
9,
|
|
1687
1715
|
n0,
|
|
1688
1716
|
_GC,
|
|
1689
1717
|
0,
|
|
1690
|
-
() => GetCredentialsRequest
|
|
1691
|
-
() => GetCredentialsResponse
|
|
1718
|
+
() => GetCredentialsRequest$,
|
|
1719
|
+
() => GetCredentialsResponse$,
|
|
1692
1720
|
];
|
|
1693
|
-
var GetCustomDomainAssociation = [
|
|
1721
|
+
var GetCustomDomainAssociation$ = [
|
|
1694
1722
|
9,
|
|
1695
1723
|
n0,
|
|
1696
1724
|
_GCDA,
|
|
1697
1725
|
0,
|
|
1698
|
-
() => GetCustomDomainAssociationRequest
|
|
1699
|
-
() => GetCustomDomainAssociationResponse
|
|
1726
|
+
() => GetCustomDomainAssociationRequest$,
|
|
1727
|
+
() => GetCustomDomainAssociationResponse$,
|
|
1700
1728
|
];
|
|
1701
|
-
var GetEndpointAccess = [
|
|
1729
|
+
var GetEndpointAccess$ = [
|
|
1702
1730
|
9,
|
|
1703
1731
|
n0,
|
|
1704
1732
|
_GEA,
|
|
1705
1733
|
0,
|
|
1706
|
-
() => GetEndpointAccessRequest
|
|
1707
|
-
() => GetEndpointAccessResponse
|
|
1734
|
+
() => GetEndpointAccessRequest$,
|
|
1735
|
+
() => GetEndpointAccessResponse$,
|
|
1708
1736
|
];
|
|
1709
|
-
var GetIdentityCenterAuthToken = [
|
|
1737
|
+
var GetIdentityCenterAuthToken$ = [
|
|
1710
1738
|
9,
|
|
1711
1739
|
n0,
|
|
1712
1740
|
_GICAT,
|
|
1713
1741
|
0,
|
|
1714
|
-
() => GetIdentityCenterAuthTokenRequest
|
|
1715
|
-
() => GetIdentityCenterAuthTokenResponse
|
|
1742
|
+
() => GetIdentityCenterAuthTokenRequest$,
|
|
1743
|
+
() => GetIdentityCenterAuthTokenResponse$,
|
|
1716
1744
|
];
|
|
1717
|
-
var GetNamespace = [
|
|
1718
|
-
|
|
1745
|
+
var GetNamespace$ = [
|
|
1746
|
+
9,
|
|
1747
|
+
n0,
|
|
1748
|
+
_GN,
|
|
1749
|
+
0,
|
|
1750
|
+
() => GetNamespaceRequest$,
|
|
1751
|
+
() => GetNamespaceResponse$,
|
|
1752
|
+
];
|
|
1753
|
+
var GetRecoveryPoint$ = [
|
|
1719
1754
|
9,
|
|
1720
1755
|
n0,
|
|
1721
1756
|
_GRP,
|
|
1722
1757
|
0,
|
|
1723
|
-
() => GetRecoveryPointRequest
|
|
1724
|
-
() => GetRecoveryPointResponse
|
|
1758
|
+
() => GetRecoveryPointRequest$,
|
|
1759
|
+
() => GetRecoveryPointResponse$,
|
|
1725
1760
|
];
|
|
1726
|
-
var GetReservation = [
|
|
1761
|
+
var GetReservation$ = [
|
|
1727
1762
|
9,
|
|
1728
1763
|
n0,
|
|
1729
1764
|
_GR,
|
|
1730
1765
|
0,
|
|
1731
|
-
() => GetReservationRequest
|
|
1732
|
-
() => GetReservationResponse
|
|
1766
|
+
() => GetReservationRequest$,
|
|
1767
|
+
() => GetReservationResponse$,
|
|
1733
1768
|
];
|
|
1734
|
-
var GetReservationOffering = [
|
|
1769
|
+
var GetReservationOffering$ = [
|
|
1735
1770
|
9,
|
|
1736
1771
|
n0,
|
|
1737
1772
|
_GRO,
|
|
1738
1773
|
0,
|
|
1739
|
-
() => GetReservationOfferingRequest
|
|
1740
|
-
() => GetReservationOfferingResponse
|
|
1774
|
+
() => GetReservationOfferingRequest$,
|
|
1775
|
+
() => GetReservationOfferingResponse$,
|
|
1741
1776
|
];
|
|
1742
|
-
var GetResourcePolicy = [
|
|
1777
|
+
var GetResourcePolicy$ = [
|
|
1743
1778
|
9,
|
|
1744
1779
|
n0,
|
|
1745
1780
|
_GRPe,
|
|
1746
1781
|
0,
|
|
1747
|
-
() => GetResourcePolicyRequest
|
|
1748
|
-
() => GetResourcePolicyResponse
|
|
1782
|
+
() => GetResourcePolicyRequest$,
|
|
1783
|
+
() => GetResourcePolicyResponse$,
|
|
1749
1784
|
];
|
|
1750
|
-
var GetScheduledAction = [
|
|
1785
|
+
var GetScheduledAction$ = [
|
|
1751
1786
|
9,
|
|
1752
1787
|
n0,
|
|
1753
1788
|
_GSA,
|
|
1754
1789
|
0,
|
|
1755
|
-
() => GetScheduledActionRequest
|
|
1756
|
-
() => GetScheduledActionResponse
|
|
1790
|
+
() => GetScheduledActionRequest$,
|
|
1791
|
+
() => GetScheduledActionResponse$,
|
|
1757
1792
|
];
|
|
1758
|
-
var GetSnapshot = [9, n0, _GS, 0, () => GetSnapshotRequest
|
|
1759
|
-
var GetTableRestoreStatus = [
|
|
1793
|
+
var GetSnapshot$ = [9, n0, _GS, 0, () => GetSnapshotRequest$, () => GetSnapshotResponse$];
|
|
1794
|
+
var GetTableRestoreStatus$ = [
|
|
1760
1795
|
9,
|
|
1761
1796
|
n0,
|
|
1762
1797
|
_GTRS,
|
|
1763
1798
|
0,
|
|
1764
|
-
() => GetTableRestoreStatusRequest
|
|
1765
|
-
() => GetTableRestoreStatusResponse
|
|
1799
|
+
() => GetTableRestoreStatusRequest$,
|
|
1800
|
+
() => GetTableRestoreStatusResponse$,
|
|
1766
1801
|
];
|
|
1767
|
-
var GetTrack = [9, n0, _GT, 0, () => GetTrackRequest
|
|
1768
|
-
var GetUsageLimit = [
|
|
1802
|
+
var GetTrack$ = [9, n0, _GT, 0, () => GetTrackRequest$, () => GetTrackResponse$];
|
|
1803
|
+
var GetUsageLimit$ = [
|
|
1769
1804
|
9,
|
|
1770
1805
|
n0,
|
|
1771
1806
|
_GUL,
|
|
1772
1807
|
0,
|
|
1773
|
-
() => GetUsageLimitRequest
|
|
1774
|
-
() => GetUsageLimitResponse
|
|
1808
|
+
() => GetUsageLimitRequest$,
|
|
1809
|
+
() => GetUsageLimitResponse$,
|
|
1810
|
+
];
|
|
1811
|
+
var GetWorkgroup$ = [
|
|
1812
|
+
9,
|
|
1813
|
+
n0,
|
|
1814
|
+
_GW,
|
|
1815
|
+
0,
|
|
1816
|
+
() => GetWorkgroupRequest$,
|
|
1817
|
+
() => GetWorkgroupResponse$,
|
|
1775
1818
|
];
|
|
1776
|
-
var
|
|
1777
|
-
var ListCustomDomainAssociations = [
|
|
1819
|
+
var ListCustomDomainAssociations$ = [
|
|
1778
1820
|
9,
|
|
1779
1821
|
n0,
|
|
1780
1822
|
_LCDA,
|
|
1781
1823
|
0,
|
|
1782
|
-
() => ListCustomDomainAssociationsRequest
|
|
1783
|
-
() => ListCustomDomainAssociationsResponse
|
|
1824
|
+
() => ListCustomDomainAssociationsRequest$,
|
|
1825
|
+
() => ListCustomDomainAssociationsResponse$,
|
|
1784
1826
|
];
|
|
1785
|
-
var ListEndpointAccess = [
|
|
1827
|
+
var ListEndpointAccess$ = [
|
|
1786
1828
|
9,
|
|
1787
1829
|
n0,
|
|
1788
1830
|
_LEA,
|
|
1789
1831
|
0,
|
|
1790
|
-
() => ListEndpointAccessRequest
|
|
1791
|
-
() => ListEndpointAccessResponse
|
|
1832
|
+
() => ListEndpointAccessRequest$,
|
|
1833
|
+
() => ListEndpointAccessResponse$,
|
|
1792
1834
|
];
|
|
1793
|
-
var ListManagedWorkgroups = [
|
|
1835
|
+
var ListManagedWorkgroups$ = [
|
|
1794
1836
|
9,
|
|
1795
1837
|
n0,
|
|
1796
1838
|
_LMW,
|
|
1797
1839
|
0,
|
|
1798
|
-
() => ListManagedWorkgroupsRequest
|
|
1799
|
-
() => ListManagedWorkgroupsResponse
|
|
1840
|
+
() => ListManagedWorkgroupsRequest$,
|
|
1841
|
+
() => ListManagedWorkgroupsResponse$,
|
|
1800
1842
|
];
|
|
1801
|
-
var ListNamespaces = [
|
|
1843
|
+
var ListNamespaces$ = [
|
|
1802
1844
|
9,
|
|
1803
1845
|
n0,
|
|
1804
1846
|
_LN,
|
|
1805
1847
|
0,
|
|
1806
|
-
() => ListNamespacesRequest
|
|
1807
|
-
() => ListNamespacesResponse
|
|
1848
|
+
() => ListNamespacesRequest$,
|
|
1849
|
+
() => ListNamespacesResponse$,
|
|
1808
1850
|
];
|
|
1809
|
-
var ListRecoveryPoints = [
|
|
1851
|
+
var ListRecoveryPoints$ = [
|
|
1810
1852
|
9,
|
|
1811
1853
|
n0,
|
|
1812
1854
|
_LRP,
|
|
1813
1855
|
0,
|
|
1814
|
-
() => ListRecoveryPointsRequest
|
|
1815
|
-
() => ListRecoveryPointsResponse
|
|
1856
|
+
() => ListRecoveryPointsRequest$,
|
|
1857
|
+
() => ListRecoveryPointsResponse$,
|
|
1816
1858
|
];
|
|
1817
|
-
var ListReservationOfferings = [
|
|
1859
|
+
var ListReservationOfferings$ = [
|
|
1818
1860
|
9,
|
|
1819
1861
|
n0,
|
|
1820
1862
|
_LRO,
|
|
1821
1863
|
0,
|
|
1822
|
-
() => ListReservationOfferingsRequest
|
|
1823
|
-
() => ListReservationOfferingsResponse
|
|
1864
|
+
() => ListReservationOfferingsRequest$,
|
|
1865
|
+
() => ListReservationOfferingsResponse$,
|
|
1824
1866
|
];
|
|
1825
|
-
var ListReservations = [
|
|
1867
|
+
var ListReservations$ = [
|
|
1826
1868
|
9,
|
|
1827
1869
|
n0,
|
|
1828
1870
|
_LR,
|
|
1829
1871
|
0,
|
|
1830
|
-
() => ListReservationsRequest
|
|
1831
|
-
() => ListReservationsResponse
|
|
1872
|
+
() => ListReservationsRequest$,
|
|
1873
|
+
() => ListReservationsResponse$,
|
|
1832
1874
|
];
|
|
1833
|
-
var ListScheduledActions = [
|
|
1875
|
+
var ListScheduledActions$ = [
|
|
1834
1876
|
9,
|
|
1835
1877
|
n0,
|
|
1836
1878
|
_LSA,
|
|
1837
1879
|
0,
|
|
1838
|
-
() => ListScheduledActionsRequest
|
|
1839
|
-
() => ListScheduledActionsResponse
|
|
1880
|
+
() => ListScheduledActionsRequest$,
|
|
1881
|
+
() => ListScheduledActionsResponse$,
|
|
1840
1882
|
];
|
|
1841
|
-
var ListSnapshotCopyConfigurations = [
|
|
1883
|
+
var ListSnapshotCopyConfigurations$ = [
|
|
1842
1884
|
9,
|
|
1843
1885
|
n0,
|
|
1844
1886
|
_LSCC,
|
|
1845
1887
|
0,
|
|
1846
|
-
() => ListSnapshotCopyConfigurationsRequest
|
|
1847
|
-
() => ListSnapshotCopyConfigurationsResponse
|
|
1888
|
+
() => ListSnapshotCopyConfigurationsRequest$,
|
|
1889
|
+
() => ListSnapshotCopyConfigurationsResponse$,
|
|
1848
1890
|
];
|
|
1849
|
-
var ListSnapshots = [
|
|
1891
|
+
var ListSnapshots$ = [
|
|
1850
1892
|
9,
|
|
1851
1893
|
n0,
|
|
1852
1894
|
_LS,
|
|
1853
1895
|
0,
|
|
1854
|
-
() => ListSnapshotsRequest
|
|
1855
|
-
() => ListSnapshotsResponse
|
|
1896
|
+
() => ListSnapshotsRequest$,
|
|
1897
|
+
() => ListSnapshotsResponse$,
|
|
1856
1898
|
];
|
|
1857
|
-
var ListTableRestoreStatus = [
|
|
1899
|
+
var ListTableRestoreStatus$ = [
|
|
1858
1900
|
9,
|
|
1859
1901
|
n0,
|
|
1860
1902
|
_LTRS,
|
|
1861
1903
|
0,
|
|
1862
|
-
() => ListTableRestoreStatusRequest
|
|
1863
|
-
() => ListTableRestoreStatusResponse
|
|
1904
|
+
() => ListTableRestoreStatusRequest$,
|
|
1905
|
+
() => ListTableRestoreStatusResponse$,
|
|
1864
1906
|
];
|
|
1865
|
-
var ListTagsForResource = [
|
|
1907
|
+
var ListTagsForResource$ = [
|
|
1866
1908
|
9,
|
|
1867
1909
|
n0,
|
|
1868
1910
|
_LTFR,
|
|
1869
1911
|
0,
|
|
1870
|
-
() => ListTagsForResourceRequest
|
|
1871
|
-
() => ListTagsForResourceResponse
|
|
1912
|
+
() => ListTagsForResourceRequest$,
|
|
1913
|
+
() => ListTagsForResourceResponse$,
|
|
1872
1914
|
];
|
|
1873
|
-
var ListTracks = [9, n0, _LT, 0, () => ListTracksRequest
|
|
1874
|
-
var ListUsageLimits = [
|
|
1915
|
+
var ListTracks$ = [9, n0, _LT, 0, () => ListTracksRequest$, () => ListTracksResponse$];
|
|
1916
|
+
var ListUsageLimits$ = [
|
|
1875
1917
|
9,
|
|
1876
1918
|
n0,
|
|
1877
1919
|
_LUL,
|
|
1878
1920
|
0,
|
|
1879
|
-
() => ListUsageLimitsRequest
|
|
1880
|
-
() => ListUsageLimitsResponse
|
|
1921
|
+
() => ListUsageLimitsRequest$,
|
|
1922
|
+
() => ListUsageLimitsResponse$,
|
|
1881
1923
|
];
|
|
1882
|
-
var ListWorkgroups = [
|
|
1924
|
+
var ListWorkgroups$ = [
|
|
1883
1925
|
9,
|
|
1884
1926
|
n0,
|
|
1885
1927
|
_LW,
|
|
1886
1928
|
0,
|
|
1887
|
-
() => ListWorkgroupsRequest
|
|
1888
|
-
() => ListWorkgroupsResponse
|
|
1929
|
+
() => ListWorkgroupsRequest$,
|
|
1930
|
+
() => ListWorkgroupsResponse$,
|
|
1889
1931
|
];
|
|
1890
|
-
var PutResourcePolicy = [
|
|
1932
|
+
var PutResourcePolicy$ = [
|
|
1891
1933
|
9,
|
|
1892
1934
|
n0,
|
|
1893
1935
|
_PRP,
|
|
1894
1936
|
0,
|
|
1895
|
-
() => PutResourcePolicyRequest
|
|
1896
|
-
() => PutResourcePolicyResponse
|
|
1937
|
+
() => PutResourcePolicyRequest$,
|
|
1938
|
+
() => PutResourcePolicyResponse$,
|
|
1897
1939
|
];
|
|
1898
|
-
var RestoreFromRecoveryPoint = [
|
|
1940
|
+
var RestoreFromRecoveryPoint$ = [
|
|
1899
1941
|
9,
|
|
1900
1942
|
n0,
|
|
1901
1943
|
_RFRP,
|
|
1902
1944
|
0,
|
|
1903
|
-
() => RestoreFromRecoveryPointRequest
|
|
1904
|
-
() => RestoreFromRecoveryPointResponse
|
|
1945
|
+
() => RestoreFromRecoveryPointRequest$,
|
|
1946
|
+
() => RestoreFromRecoveryPointResponse$,
|
|
1905
1947
|
];
|
|
1906
|
-
var RestoreFromSnapshot = [
|
|
1948
|
+
var RestoreFromSnapshot$ = [
|
|
1907
1949
|
9,
|
|
1908
1950
|
n0,
|
|
1909
1951
|
_RFS,
|
|
1910
1952
|
2,
|
|
1911
|
-
() => RestoreFromSnapshotRequest
|
|
1912
|
-
() => RestoreFromSnapshotResponse
|
|
1953
|
+
() => RestoreFromSnapshotRequest$,
|
|
1954
|
+
() => RestoreFromSnapshotResponse$,
|
|
1913
1955
|
];
|
|
1914
|
-
var RestoreTableFromRecoveryPoint = [
|
|
1956
|
+
var RestoreTableFromRecoveryPoint$ = [
|
|
1915
1957
|
9,
|
|
1916
1958
|
n0,
|
|
1917
1959
|
_RTFRP,
|
|
1918
1960
|
0,
|
|
1919
|
-
() => RestoreTableFromRecoveryPointRequest
|
|
1920
|
-
() => RestoreTableFromRecoveryPointResponse
|
|
1961
|
+
() => RestoreTableFromRecoveryPointRequest$,
|
|
1962
|
+
() => RestoreTableFromRecoveryPointResponse$,
|
|
1921
1963
|
];
|
|
1922
|
-
var RestoreTableFromSnapshot = [
|
|
1964
|
+
var RestoreTableFromSnapshot$ = [
|
|
1923
1965
|
9,
|
|
1924
1966
|
n0,
|
|
1925
1967
|
_RTFS,
|
|
1926
1968
|
0,
|
|
1927
|
-
() => RestoreTableFromSnapshotRequest
|
|
1928
|
-
() => RestoreTableFromSnapshotResponse
|
|
1969
|
+
() => RestoreTableFromSnapshotRequest$,
|
|
1970
|
+
() => RestoreTableFromSnapshotResponse$,
|
|
1929
1971
|
];
|
|
1930
|
-
var TagResource = [9, n0, _TR, 0, () => TagResourceRequest
|
|
1931
|
-
var UntagResource = [
|
|
1972
|
+
var TagResource$ = [9, n0, _TR, 0, () => TagResourceRequest$, () => TagResourceResponse$];
|
|
1973
|
+
var UntagResource$ = [
|
|
1932
1974
|
9,
|
|
1933
1975
|
n0,
|
|
1934
1976
|
_UR,
|
|
1935
1977
|
0,
|
|
1936
|
-
() => UntagResourceRequest
|
|
1937
|
-
() => UntagResourceResponse
|
|
1978
|
+
() => UntagResourceRequest$,
|
|
1979
|
+
() => UntagResourceResponse$,
|
|
1938
1980
|
];
|
|
1939
|
-
var UpdateCustomDomainAssociation = [
|
|
1981
|
+
var UpdateCustomDomainAssociation$ = [
|
|
1940
1982
|
9,
|
|
1941
1983
|
n0,
|
|
1942
1984
|
_UCDA,
|
|
1943
1985
|
0,
|
|
1944
|
-
() => UpdateCustomDomainAssociationRequest
|
|
1945
|
-
() => UpdateCustomDomainAssociationResponse
|
|
1986
|
+
() => UpdateCustomDomainAssociationRequest$,
|
|
1987
|
+
() => UpdateCustomDomainAssociationResponse$,
|
|
1946
1988
|
];
|
|
1947
|
-
var UpdateEndpointAccess = [
|
|
1989
|
+
var UpdateEndpointAccess$ = [
|
|
1948
1990
|
9,
|
|
1949
1991
|
n0,
|
|
1950
1992
|
_UEA,
|
|
1951
1993
|
0,
|
|
1952
|
-
() => UpdateEndpointAccessRequest
|
|
1953
|
-
() => UpdateEndpointAccessResponse
|
|
1994
|
+
() => UpdateEndpointAccessRequest$,
|
|
1995
|
+
() => UpdateEndpointAccessResponse$,
|
|
1954
1996
|
];
|
|
1955
|
-
var UpdateLakehouseConfiguration = [
|
|
1997
|
+
var UpdateLakehouseConfiguration$ = [
|
|
1956
1998
|
9,
|
|
1957
1999
|
n0,
|
|
1958
2000
|
_ULC,
|
|
1959
2001
|
0,
|
|
1960
|
-
() => UpdateLakehouseConfigurationRequest
|
|
1961
|
-
() => UpdateLakehouseConfigurationResponse
|
|
2002
|
+
() => UpdateLakehouseConfigurationRequest$,
|
|
2003
|
+
() => UpdateLakehouseConfigurationResponse$,
|
|
1962
2004
|
];
|
|
1963
|
-
var UpdateNamespace = [
|
|
2005
|
+
var UpdateNamespace$ = [
|
|
1964
2006
|
9,
|
|
1965
2007
|
n0,
|
|
1966
2008
|
_UN,
|
|
1967
2009
|
0,
|
|
1968
|
-
() => UpdateNamespaceRequest
|
|
1969
|
-
() => UpdateNamespaceResponse
|
|
2010
|
+
() => UpdateNamespaceRequest$,
|
|
2011
|
+
() => UpdateNamespaceResponse$,
|
|
1970
2012
|
];
|
|
1971
|
-
var UpdateScheduledAction = [
|
|
2013
|
+
var UpdateScheduledAction$ = [
|
|
1972
2014
|
9,
|
|
1973
2015
|
n0,
|
|
1974
2016
|
_USA,
|
|
1975
2017
|
2,
|
|
1976
|
-
() => UpdateScheduledActionRequest
|
|
1977
|
-
() => UpdateScheduledActionResponse
|
|
2018
|
+
() => UpdateScheduledActionRequest$,
|
|
2019
|
+
() => UpdateScheduledActionResponse$,
|
|
1978
2020
|
];
|
|
1979
|
-
var UpdateSnapshot = [
|
|
2021
|
+
var UpdateSnapshot$ = [
|
|
1980
2022
|
9,
|
|
1981
2023
|
n0,
|
|
1982
2024
|
_US,
|
|
1983
2025
|
0,
|
|
1984
|
-
() => UpdateSnapshotRequest
|
|
1985
|
-
() => UpdateSnapshotResponse
|
|
2026
|
+
() => UpdateSnapshotRequest$,
|
|
2027
|
+
() => UpdateSnapshotResponse$,
|
|
1986
2028
|
];
|
|
1987
|
-
var UpdateSnapshotCopyConfiguration = [
|
|
2029
|
+
var UpdateSnapshotCopyConfiguration$ = [
|
|
1988
2030
|
9,
|
|
1989
2031
|
n0,
|
|
1990
2032
|
_USCC,
|
|
1991
2033
|
0,
|
|
1992
|
-
() => UpdateSnapshotCopyConfigurationRequest
|
|
1993
|
-
() => UpdateSnapshotCopyConfigurationResponse
|
|
2034
|
+
() => UpdateSnapshotCopyConfigurationRequest$,
|
|
2035
|
+
() => UpdateSnapshotCopyConfigurationResponse$,
|
|
1994
2036
|
];
|
|
1995
|
-
var UpdateUsageLimit = [
|
|
2037
|
+
var UpdateUsageLimit$ = [
|
|
1996
2038
|
9,
|
|
1997
2039
|
n0,
|
|
1998
2040
|
_UUL,
|
|
1999
2041
|
0,
|
|
2000
|
-
() => UpdateUsageLimitRequest
|
|
2001
|
-
() => UpdateUsageLimitResponse
|
|
2042
|
+
() => UpdateUsageLimitRequest$,
|
|
2043
|
+
() => UpdateUsageLimitResponse$,
|
|
2002
2044
|
];
|
|
2003
|
-
var UpdateWorkgroup = [
|
|
2045
|
+
var UpdateWorkgroup$ = [
|
|
2004
2046
|
9,
|
|
2005
2047
|
n0,
|
|
2006
2048
|
_UW,
|
|
2007
2049
|
0,
|
|
2008
|
-
() => UpdateWorkgroupRequest
|
|
2009
|
-
() => UpdateWorkgroupResponse
|
|
2050
|
+
() => UpdateWorkgroupRequest$,
|
|
2051
|
+
() => UpdateWorkgroupResponse$,
|
|
2010
2052
|
];
|
|
2011
2053
|
|
|
2012
2054
|
class ConvertRecoveryPointToSnapshotCommand extends smithyClient.Command
|
|
@@ -2017,7 +2059,7 @@ class ConvertRecoveryPointToSnapshotCommand extends smithyClient.Command
|
|
|
2017
2059
|
})
|
|
2018
2060
|
.s("RedshiftServerless", "ConvertRecoveryPointToSnapshot", {})
|
|
2019
2061
|
.n("RedshiftServerlessClient", "ConvertRecoveryPointToSnapshotCommand")
|
|
2020
|
-
.sc(ConvertRecoveryPointToSnapshot)
|
|
2062
|
+
.sc(ConvertRecoveryPointToSnapshot$)
|
|
2021
2063
|
.build() {
|
|
2022
2064
|
}
|
|
2023
2065
|
|
|
@@ -2029,7 +2071,7 @@ class CreateCustomDomainAssociationCommand extends smithyClient.Command
|
|
|
2029
2071
|
})
|
|
2030
2072
|
.s("RedshiftServerless", "CreateCustomDomainAssociation", {})
|
|
2031
2073
|
.n("RedshiftServerlessClient", "CreateCustomDomainAssociationCommand")
|
|
2032
|
-
.sc(CreateCustomDomainAssociation)
|
|
2074
|
+
.sc(CreateCustomDomainAssociation$)
|
|
2033
2075
|
.build() {
|
|
2034
2076
|
}
|
|
2035
2077
|
|
|
@@ -2041,7 +2083,7 @@ class CreateEndpointAccessCommand extends smithyClient.Command
|
|
|
2041
2083
|
})
|
|
2042
2084
|
.s("RedshiftServerless", "CreateEndpointAccess", {})
|
|
2043
2085
|
.n("RedshiftServerlessClient", "CreateEndpointAccessCommand")
|
|
2044
|
-
.sc(CreateEndpointAccess)
|
|
2086
|
+
.sc(CreateEndpointAccess$)
|
|
2045
2087
|
.build() {
|
|
2046
2088
|
}
|
|
2047
2089
|
|
|
@@ -2053,7 +2095,7 @@ class CreateNamespaceCommand extends smithyClient.Command
|
|
|
2053
2095
|
})
|
|
2054
2096
|
.s("RedshiftServerless", "CreateNamespace", {})
|
|
2055
2097
|
.n("RedshiftServerlessClient", "CreateNamespaceCommand")
|
|
2056
|
-
.sc(CreateNamespace)
|
|
2098
|
+
.sc(CreateNamespace$)
|
|
2057
2099
|
.build() {
|
|
2058
2100
|
}
|
|
2059
2101
|
|
|
@@ -2065,7 +2107,7 @@ class CreateReservationCommand extends smithyClient.Command
|
|
|
2065
2107
|
})
|
|
2066
2108
|
.s("RedshiftServerless", "CreateReservation", {})
|
|
2067
2109
|
.n("RedshiftServerlessClient", "CreateReservationCommand")
|
|
2068
|
-
.sc(CreateReservation)
|
|
2110
|
+
.sc(CreateReservation$)
|
|
2069
2111
|
.build() {
|
|
2070
2112
|
}
|
|
2071
2113
|
|
|
@@ -2077,7 +2119,7 @@ class CreateScheduledActionCommand extends smithyClient.Command
|
|
|
2077
2119
|
})
|
|
2078
2120
|
.s("RedshiftServerless", "CreateScheduledAction", {})
|
|
2079
2121
|
.n("RedshiftServerlessClient", "CreateScheduledActionCommand")
|
|
2080
|
-
.sc(CreateScheduledAction)
|
|
2122
|
+
.sc(CreateScheduledAction$)
|
|
2081
2123
|
.build() {
|
|
2082
2124
|
}
|
|
2083
2125
|
|
|
@@ -2089,7 +2131,7 @@ class CreateSnapshotCommand extends smithyClient.Command
|
|
|
2089
2131
|
})
|
|
2090
2132
|
.s("RedshiftServerless", "CreateSnapshot", {})
|
|
2091
2133
|
.n("RedshiftServerlessClient", "CreateSnapshotCommand")
|
|
2092
|
-
.sc(CreateSnapshot)
|
|
2134
|
+
.sc(CreateSnapshot$)
|
|
2093
2135
|
.build() {
|
|
2094
2136
|
}
|
|
2095
2137
|
|
|
@@ -2101,7 +2143,7 @@ class CreateSnapshotCopyConfigurationCommand extends smithyClient.Command
|
|
|
2101
2143
|
})
|
|
2102
2144
|
.s("RedshiftServerless", "CreateSnapshotCopyConfiguration", {})
|
|
2103
2145
|
.n("RedshiftServerlessClient", "CreateSnapshotCopyConfigurationCommand")
|
|
2104
|
-
.sc(CreateSnapshotCopyConfiguration)
|
|
2146
|
+
.sc(CreateSnapshotCopyConfiguration$)
|
|
2105
2147
|
.build() {
|
|
2106
2148
|
}
|
|
2107
2149
|
|
|
@@ -2113,7 +2155,7 @@ class CreateUsageLimitCommand extends smithyClient.Command
|
|
|
2113
2155
|
})
|
|
2114
2156
|
.s("RedshiftServerless", "CreateUsageLimit", {})
|
|
2115
2157
|
.n("RedshiftServerlessClient", "CreateUsageLimitCommand")
|
|
2116
|
-
.sc(CreateUsageLimit)
|
|
2158
|
+
.sc(CreateUsageLimit$)
|
|
2117
2159
|
.build() {
|
|
2118
2160
|
}
|
|
2119
2161
|
|
|
@@ -2125,7 +2167,7 @@ class CreateWorkgroupCommand extends smithyClient.Command
|
|
|
2125
2167
|
})
|
|
2126
2168
|
.s("RedshiftServerless", "CreateWorkgroup", {})
|
|
2127
2169
|
.n("RedshiftServerlessClient", "CreateWorkgroupCommand")
|
|
2128
|
-
.sc(CreateWorkgroup)
|
|
2170
|
+
.sc(CreateWorkgroup$)
|
|
2129
2171
|
.build() {
|
|
2130
2172
|
}
|
|
2131
2173
|
|
|
@@ -2137,7 +2179,7 @@ class DeleteCustomDomainAssociationCommand extends smithyClient.Command
|
|
|
2137
2179
|
})
|
|
2138
2180
|
.s("RedshiftServerless", "DeleteCustomDomainAssociation", {})
|
|
2139
2181
|
.n("RedshiftServerlessClient", "DeleteCustomDomainAssociationCommand")
|
|
2140
|
-
.sc(DeleteCustomDomainAssociation)
|
|
2182
|
+
.sc(DeleteCustomDomainAssociation$)
|
|
2141
2183
|
.build() {
|
|
2142
2184
|
}
|
|
2143
2185
|
|
|
@@ -2149,7 +2191,7 @@ class DeleteEndpointAccessCommand extends smithyClient.Command
|
|
|
2149
2191
|
})
|
|
2150
2192
|
.s("RedshiftServerless", "DeleteEndpointAccess", {})
|
|
2151
2193
|
.n("RedshiftServerlessClient", "DeleteEndpointAccessCommand")
|
|
2152
|
-
.sc(DeleteEndpointAccess)
|
|
2194
|
+
.sc(DeleteEndpointAccess$)
|
|
2153
2195
|
.build() {
|
|
2154
2196
|
}
|
|
2155
2197
|
|
|
@@ -2161,7 +2203,7 @@ class DeleteNamespaceCommand extends smithyClient.Command
|
|
|
2161
2203
|
})
|
|
2162
2204
|
.s("RedshiftServerless", "DeleteNamespace", {})
|
|
2163
2205
|
.n("RedshiftServerlessClient", "DeleteNamespaceCommand")
|
|
2164
|
-
.sc(DeleteNamespace)
|
|
2206
|
+
.sc(DeleteNamespace$)
|
|
2165
2207
|
.build() {
|
|
2166
2208
|
}
|
|
2167
2209
|
|
|
@@ -2173,7 +2215,7 @@ class DeleteResourcePolicyCommand extends smithyClient.Command
|
|
|
2173
2215
|
})
|
|
2174
2216
|
.s("RedshiftServerless", "DeleteResourcePolicy", {})
|
|
2175
2217
|
.n("RedshiftServerlessClient", "DeleteResourcePolicyCommand")
|
|
2176
|
-
.sc(DeleteResourcePolicy)
|
|
2218
|
+
.sc(DeleteResourcePolicy$)
|
|
2177
2219
|
.build() {
|
|
2178
2220
|
}
|
|
2179
2221
|
|
|
@@ -2185,7 +2227,7 @@ class DeleteScheduledActionCommand extends smithyClient.Command
|
|
|
2185
2227
|
})
|
|
2186
2228
|
.s("RedshiftServerless", "DeleteScheduledAction", {})
|
|
2187
2229
|
.n("RedshiftServerlessClient", "DeleteScheduledActionCommand")
|
|
2188
|
-
.sc(DeleteScheduledAction)
|
|
2230
|
+
.sc(DeleteScheduledAction$)
|
|
2189
2231
|
.build() {
|
|
2190
2232
|
}
|
|
2191
2233
|
|
|
@@ -2197,7 +2239,7 @@ class DeleteSnapshotCommand extends smithyClient.Command
|
|
|
2197
2239
|
})
|
|
2198
2240
|
.s("RedshiftServerless", "DeleteSnapshot", {})
|
|
2199
2241
|
.n("RedshiftServerlessClient", "DeleteSnapshotCommand")
|
|
2200
|
-
.sc(DeleteSnapshot)
|
|
2242
|
+
.sc(DeleteSnapshot$)
|
|
2201
2243
|
.build() {
|
|
2202
2244
|
}
|
|
2203
2245
|
|
|
@@ -2209,7 +2251,7 @@ class DeleteSnapshotCopyConfigurationCommand extends smithyClient.Command
|
|
|
2209
2251
|
})
|
|
2210
2252
|
.s("RedshiftServerless", "DeleteSnapshotCopyConfiguration", {})
|
|
2211
2253
|
.n("RedshiftServerlessClient", "DeleteSnapshotCopyConfigurationCommand")
|
|
2212
|
-
.sc(DeleteSnapshotCopyConfiguration)
|
|
2254
|
+
.sc(DeleteSnapshotCopyConfiguration$)
|
|
2213
2255
|
.build() {
|
|
2214
2256
|
}
|
|
2215
2257
|
|
|
@@ -2221,7 +2263,7 @@ class DeleteUsageLimitCommand extends smithyClient.Command
|
|
|
2221
2263
|
})
|
|
2222
2264
|
.s("RedshiftServerless", "DeleteUsageLimit", {})
|
|
2223
2265
|
.n("RedshiftServerlessClient", "DeleteUsageLimitCommand")
|
|
2224
|
-
.sc(DeleteUsageLimit)
|
|
2266
|
+
.sc(DeleteUsageLimit$)
|
|
2225
2267
|
.build() {
|
|
2226
2268
|
}
|
|
2227
2269
|
|
|
@@ -2233,7 +2275,7 @@ class DeleteWorkgroupCommand extends smithyClient.Command
|
|
|
2233
2275
|
})
|
|
2234
2276
|
.s("RedshiftServerless", "DeleteWorkgroup", {})
|
|
2235
2277
|
.n("RedshiftServerlessClient", "DeleteWorkgroupCommand")
|
|
2236
|
-
.sc(DeleteWorkgroup)
|
|
2278
|
+
.sc(DeleteWorkgroup$)
|
|
2237
2279
|
.build() {
|
|
2238
2280
|
}
|
|
2239
2281
|
|
|
@@ -2245,7 +2287,7 @@ class GetCredentialsCommand extends smithyClient.Command
|
|
|
2245
2287
|
})
|
|
2246
2288
|
.s("RedshiftServerless", "GetCredentials", {})
|
|
2247
2289
|
.n("RedshiftServerlessClient", "GetCredentialsCommand")
|
|
2248
|
-
.sc(GetCredentials)
|
|
2290
|
+
.sc(GetCredentials$)
|
|
2249
2291
|
.build() {
|
|
2250
2292
|
}
|
|
2251
2293
|
|
|
@@ -2257,7 +2299,7 @@ class GetCustomDomainAssociationCommand extends smithyClient.Command
|
|
|
2257
2299
|
})
|
|
2258
2300
|
.s("RedshiftServerless", "GetCustomDomainAssociation", {})
|
|
2259
2301
|
.n("RedshiftServerlessClient", "GetCustomDomainAssociationCommand")
|
|
2260
|
-
.sc(GetCustomDomainAssociation)
|
|
2302
|
+
.sc(GetCustomDomainAssociation$)
|
|
2261
2303
|
.build() {
|
|
2262
2304
|
}
|
|
2263
2305
|
|
|
@@ -2269,7 +2311,7 @@ class GetEndpointAccessCommand extends smithyClient.Command
|
|
|
2269
2311
|
})
|
|
2270
2312
|
.s("RedshiftServerless", "GetEndpointAccess", {})
|
|
2271
2313
|
.n("RedshiftServerlessClient", "GetEndpointAccessCommand")
|
|
2272
|
-
.sc(GetEndpointAccess)
|
|
2314
|
+
.sc(GetEndpointAccess$)
|
|
2273
2315
|
.build() {
|
|
2274
2316
|
}
|
|
2275
2317
|
|
|
@@ -2281,7 +2323,7 @@ class GetIdentityCenterAuthTokenCommand extends smithyClient.Command
|
|
|
2281
2323
|
})
|
|
2282
2324
|
.s("RedshiftServerless", "GetIdentityCenterAuthToken", {})
|
|
2283
2325
|
.n("RedshiftServerlessClient", "GetIdentityCenterAuthTokenCommand")
|
|
2284
|
-
.sc(GetIdentityCenterAuthToken)
|
|
2326
|
+
.sc(GetIdentityCenterAuthToken$)
|
|
2285
2327
|
.build() {
|
|
2286
2328
|
}
|
|
2287
2329
|
|
|
@@ -2293,7 +2335,7 @@ class GetNamespaceCommand extends smithyClient.Command
|
|
|
2293
2335
|
})
|
|
2294
2336
|
.s("RedshiftServerless", "GetNamespace", {})
|
|
2295
2337
|
.n("RedshiftServerlessClient", "GetNamespaceCommand")
|
|
2296
|
-
.sc(GetNamespace)
|
|
2338
|
+
.sc(GetNamespace$)
|
|
2297
2339
|
.build() {
|
|
2298
2340
|
}
|
|
2299
2341
|
|
|
@@ -2305,7 +2347,7 @@ class GetRecoveryPointCommand extends smithyClient.Command
|
|
|
2305
2347
|
})
|
|
2306
2348
|
.s("RedshiftServerless", "GetRecoveryPoint", {})
|
|
2307
2349
|
.n("RedshiftServerlessClient", "GetRecoveryPointCommand")
|
|
2308
|
-
.sc(GetRecoveryPoint)
|
|
2350
|
+
.sc(GetRecoveryPoint$)
|
|
2309
2351
|
.build() {
|
|
2310
2352
|
}
|
|
2311
2353
|
|
|
@@ -2317,7 +2359,7 @@ class GetReservationCommand extends smithyClient.Command
|
|
|
2317
2359
|
})
|
|
2318
2360
|
.s("RedshiftServerless", "GetReservation", {})
|
|
2319
2361
|
.n("RedshiftServerlessClient", "GetReservationCommand")
|
|
2320
|
-
.sc(GetReservation)
|
|
2362
|
+
.sc(GetReservation$)
|
|
2321
2363
|
.build() {
|
|
2322
2364
|
}
|
|
2323
2365
|
|
|
@@ -2329,7 +2371,7 @@ class GetReservationOfferingCommand extends smithyClient.Command
|
|
|
2329
2371
|
})
|
|
2330
2372
|
.s("RedshiftServerless", "GetReservationOffering", {})
|
|
2331
2373
|
.n("RedshiftServerlessClient", "GetReservationOfferingCommand")
|
|
2332
|
-
.sc(GetReservationOffering)
|
|
2374
|
+
.sc(GetReservationOffering$)
|
|
2333
2375
|
.build() {
|
|
2334
2376
|
}
|
|
2335
2377
|
|
|
@@ -2341,7 +2383,7 @@ class GetResourcePolicyCommand extends smithyClient.Command
|
|
|
2341
2383
|
})
|
|
2342
2384
|
.s("RedshiftServerless", "GetResourcePolicy", {})
|
|
2343
2385
|
.n("RedshiftServerlessClient", "GetResourcePolicyCommand")
|
|
2344
|
-
.sc(GetResourcePolicy)
|
|
2386
|
+
.sc(GetResourcePolicy$)
|
|
2345
2387
|
.build() {
|
|
2346
2388
|
}
|
|
2347
2389
|
|
|
@@ -2353,7 +2395,7 @@ class GetScheduledActionCommand extends smithyClient.Command
|
|
|
2353
2395
|
})
|
|
2354
2396
|
.s("RedshiftServerless", "GetScheduledAction", {})
|
|
2355
2397
|
.n("RedshiftServerlessClient", "GetScheduledActionCommand")
|
|
2356
|
-
.sc(GetScheduledAction)
|
|
2398
|
+
.sc(GetScheduledAction$)
|
|
2357
2399
|
.build() {
|
|
2358
2400
|
}
|
|
2359
2401
|
|
|
@@ -2365,7 +2407,7 @@ class GetSnapshotCommand extends smithyClient.Command
|
|
|
2365
2407
|
})
|
|
2366
2408
|
.s("RedshiftServerless", "GetSnapshot", {})
|
|
2367
2409
|
.n("RedshiftServerlessClient", "GetSnapshotCommand")
|
|
2368
|
-
.sc(GetSnapshot)
|
|
2410
|
+
.sc(GetSnapshot$)
|
|
2369
2411
|
.build() {
|
|
2370
2412
|
}
|
|
2371
2413
|
|
|
@@ -2377,7 +2419,7 @@ class GetTableRestoreStatusCommand extends smithyClient.Command
|
|
|
2377
2419
|
})
|
|
2378
2420
|
.s("RedshiftServerless", "GetTableRestoreStatus", {})
|
|
2379
2421
|
.n("RedshiftServerlessClient", "GetTableRestoreStatusCommand")
|
|
2380
|
-
.sc(GetTableRestoreStatus)
|
|
2422
|
+
.sc(GetTableRestoreStatus$)
|
|
2381
2423
|
.build() {
|
|
2382
2424
|
}
|
|
2383
2425
|
|
|
@@ -2389,7 +2431,7 @@ class GetTrackCommand extends smithyClient.Command
|
|
|
2389
2431
|
})
|
|
2390
2432
|
.s("RedshiftServerless", "GetTrack", {})
|
|
2391
2433
|
.n("RedshiftServerlessClient", "GetTrackCommand")
|
|
2392
|
-
.sc(GetTrack)
|
|
2434
|
+
.sc(GetTrack$)
|
|
2393
2435
|
.build() {
|
|
2394
2436
|
}
|
|
2395
2437
|
|
|
@@ -2401,7 +2443,7 @@ class GetUsageLimitCommand extends smithyClient.Command
|
|
|
2401
2443
|
})
|
|
2402
2444
|
.s("RedshiftServerless", "GetUsageLimit", {})
|
|
2403
2445
|
.n("RedshiftServerlessClient", "GetUsageLimitCommand")
|
|
2404
|
-
.sc(GetUsageLimit)
|
|
2446
|
+
.sc(GetUsageLimit$)
|
|
2405
2447
|
.build() {
|
|
2406
2448
|
}
|
|
2407
2449
|
|
|
@@ -2413,7 +2455,7 @@ class GetWorkgroupCommand extends smithyClient.Command
|
|
|
2413
2455
|
})
|
|
2414
2456
|
.s("RedshiftServerless", "GetWorkgroup", {})
|
|
2415
2457
|
.n("RedshiftServerlessClient", "GetWorkgroupCommand")
|
|
2416
|
-
.sc(GetWorkgroup)
|
|
2458
|
+
.sc(GetWorkgroup$)
|
|
2417
2459
|
.build() {
|
|
2418
2460
|
}
|
|
2419
2461
|
|
|
@@ -2425,7 +2467,7 @@ class ListCustomDomainAssociationsCommand extends smithyClient.Command
|
|
|
2425
2467
|
})
|
|
2426
2468
|
.s("RedshiftServerless", "ListCustomDomainAssociations", {})
|
|
2427
2469
|
.n("RedshiftServerlessClient", "ListCustomDomainAssociationsCommand")
|
|
2428
|
-
.sc(ListCustomDomainAssociations)
|
|
2470
|
+
.sc(ListCustomDomainAssociations$)
|
|
2429
2471
|
.build() {
|
|
2430
2472
|
}
|
|
2431
2473
|
|
|
@@ -2437,7 +2479,7 @@ class ListEndpointAccessCommand extends smithyClient.Command
|
|
|
2437
2479
|
})
|
|
2438
2480
|
.s("RedshiftServerless", "ListEndpointAccess", {})
|
|
2439
2481
|
.n("RedshiftServerlessClient", "ListEndpointAccessCommand")
|
|
2440
|
-
.sc(ListEndpointAccess)
|
|
2482
|
+
.sc(ListEndpointAccess$)
|
|
2441
2483
|
.build() {
|
|
2442
2484
|
}
|
|
2443
2485
|
|
|
@@ -2449,7 +2491,7 @@ class ListManagedWorkgroupsCommand extends smithyClient.Command
|
|
|
2449
2491
|
})
|
|
2450
2492
|
.s("RedshiftServerless", "ListManagedWorkgroups", {})
|
|
2451
2493
|
.n("RedshiftServerlessClient", "ListManagedWorkgroupsCommand")
|
|
2452
|
-
.sc(ListManagedWorkgroups)
|
|
2494
|
+
.sc(ListManagedWorkgroups$)
|
|
2453
2495
|
.build() {
|
|
2454
2496
|
}
|
|
2455
2497
|
|
|
@@ -2461,7 +2503,7 @@ class ListNamespacesCommand extends smithyClient.Command
|
|
|
2461
2503
|
})
|
|
2462
2504
|
.s("RedshiftServerless", "ListNamespaces", {})
|
|
2463
2505
|
.n("RedshiftServerlessClient", "ListNamespacesCommand")
|
|
2464
|
-
.sc(ListNamespaces)
|
|
2506
|
+
.sc(ListNamespaces$)
|
|
2465
2507
|
.build() {
|
|
2466
2508
|
}
|
|
2467
2509
|
|
|
@@ -2473,7 +2515,7 @@ class ListRecoveryPointsCommand extends smithyClient.Command
|
|
|
2473
2515
|
})
|
|
2474
2516
|
.s("RedshiftServerless", "ListRecoveryPoints", {})
|
|
2475
2517
|
.n("RedshiftServerlessClient", "ListRecoveryPointsCommand")
|
|
2476
|
-
.sc(ListRecoveryPoints)
|
|
2518
|
+
.sc(ListRecoveryPoints$)
|
|
2477
2519
|
.build() {
|
|
2478
2520
|
}
|
|
2479
2521
|
|
|
@@ -2485,7 +2527,7 @@ class ListReservationOfferingsCommand extends smithyClient.Command
|
|
|
2485
2527
|
})
|
|
2486
2528
|
.s("RedshiftServerless", "ListReservationOfferings", {})
|
|
2487
2529
|
.n("RedshiftServerlessClient", "ListReservationOfferingsCommand")
|
|
2488
|
-
.sc(ListReservationOfferings)
|
|
2530
|
+
.sc(ListReservationOfferings$)
|
|
2489
2531
|
.build() {
|
|
2490
2532
|
}
|
|
2491
2533
|
|
|
@@ -2497,7 +2539,7 @@ class ListReservationsCommand extends smithyClient.Command
|
|
|
2497
2539
|
})
|
|
2498
2540
|
.s("RedshiftServerless", "ListReservations", {})
|
|
2499
2541
|
.n("RedshiftServerlessClient", "ListReservationsCommand")
|
|
2500
|
-
.sc(ListReservations)
|
|
2542
|
+
.sc(ListReservations$)
|
|
2501
2543
|
.build() {
|
|
2502
2544
|
}
|
|
2503
2545
|
|
|
@@ -2509,7 +2551,7 @@ class ListScheduledActionsCommand extends smithyClient.Command
|
|
|
2509
2551
|
})
|
|
2510
2552
|
.s("RedshiftServerless", "ListScheduledActions", {})
|
|
2511
2553
|
.n("RedshiftServerlessClient", "ListScheduledActionsCommand")
|
|
2512
|
-
.sc(ListScheduledActions)
|
|
2554
|
+
.sc(ListScheduledActions$)
|
|
2513
2555
|
.build() {
|
|
2514
2556
|
}
|
|
2515
2557
|
|
|
@@ -2521,7 +2563,7 @@ class ListSnapshotCopyConfigurationsCommand extends smithyClient.Command
|
|
|
2521
2563
|
})
|
|
2522
2564
|
.s("RedshiftServerless", "ListSnapshotCopyConfigurations", {})
|
|
2523
2565
|
.n("RedshiftServerlessClient", "ListSnapshotCopyConfigurationsCommand")
|
|
2524
|
-
.sc(ListSnapshotCopyConfigurations)
|
|
2566
|
+
.sc(ListSnapshotCopyConfigurations$)
|
|
2525
2567
|
.build() {
|
|
2526
2568
|
}
|
|
2527
2569
|
|
|
@@ -2533,7 +2575,7 @@ class ListSnapshotsCommand extends smithyClient.Command
|
|
|
2533
2575
|
})
|
|
2534
2576
|
.s("RedshiftServerless", "ListSnapshots", {})
|
|
2535
2577
|
.n("RedshiftServerlessClient", "ListSnapshotsCommand")
|
|
2536
|
-
.sc(ListSnapshots)
|
|
2578
|
+
.sc(ListSnapshots$)
|
|
2537
2579
|
.build() {
|
|
2538
2580
|
}
|
|
2539
2581
|
|
|
@@ -2545,7 +2587,7 @@ class ListTableRestoreStatusCommand extends smithyClient.Command
|
|
|
2545
2587
|
})
|
|
2546
2588
|
.s("RedshiftServerless", "ListTableRestoreStatus", {})
|
|
2547
2589
|
.n("RedshiftServerlessClient", "ListTableRestoreStatusCommand")
|
|
2548
|
-
.sc(ListTableRestoreStatus)
|
|
2590
|
+
.sc(ListTableRestoreStatus$)
|
|
2549
2591
|
.build() {
|
|
2550
2592
|
}
|
|
2551
2593
|
|
|
@@ -2557,7 +2599,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
|
|
|
2557
2599
|
})
|
|
2558
2600
|
.s("RedshiftServerless", "ListTagsForResource", {})
|
|
2559
2601
|
.n("RedshiftServerlessClient", "ListTagsForResourceCommand")
|
|
2560
|
-
.sc(ListTagsForResource)
|
|
2602
|
+
.sc(ListTagsForResource$)
|
|
2561
2603
|
.build() {
|
|
2562
2604
|
}
|
|
2563
2605
|
|
|
@@ -2569,7 +2611,7 @@ class ListTracksCommand extends smithyClient.Command
|
|
|
2569
2611
|
})
|
|
2570
2612
|
.s("RedshiftServerless", "ListTracks", {})
|
|
2571
2613
|
.n("RedshiftServerlessClient", "ListTracksCommand")
|
|
2572
|
-
.sc(ListTracks)
|
|
2614
|
+
.sc(ListTracks$)
|
|
2573
2615
|
.build() {
|
|
2574
2616
|
}
|
|
2575
2617
|
|
|
@@ -2581,7 +2623,7 @@ class ListUsageLimitsCommand extends smithyClient.Command
|
|
|
2581
2623
|
})
|
|
2582
2624
|
.s("RedshiftServerless", "ListUsageLimits", {})
|
|
2583
2625
|
.n("RedshiftServerlessClient", "ListUsageLimitsCommand")
|
|
2584
|
-
.sc(ListUsageLimits)
|
|
2626
|
+
.sc(ListUsageLimits$)
|
|
2585
2627
|
.build() {
|
|
2586
2628
|
}
|
|
2587
2629
|
|
|
@@ -2593,7 +2635,7 @@ class ListWorkgroupsCommand extends smithyClient.Command
|
|
|
2593
2635
|
})
|
|
2594
2636
|
.s("RedshiftServerless", "ListWorkgroups", {})
|
|
2595
2637
|
.n("RedshiftServerlessClient", "ListWorkgroupsCommand")
|
|
2596
|
-
.sc(ListWorkgroups)
|
|
2638
|
+
.sc(ListWorkgroups$)
|
|
2597
2639
|
.build() {
|
|
2598
2640
|
}
|
|
2599
2641
|
|
|
@@ -2605,7 +2647,7 @@ class PutResourcePolicyCommand extends smithyClient.Command
|
|
|
2605
2647
|
})
|
|
2606
2648
|
.s("RedshiftServerless", "PutResourcePolicy", {})
|
|
2607
2649
|
.n("RedshiftServerlessClient", "PutResourcePolicyCommand")
|
|
2608
|
-
.sc(PutResourcePolicy)
|
|
2650
|
+
.sc(PutResourcePolicy$)
|
|
2609
2651
|
.build() {
|
|
2610
2652
|
}
|
|
2611
2653
|
|
|
@@ -2617,7 +2659,7 @@ class RestoreFromRecoveryPointCommand extends smithyClient.Command
|
|
|
2617
2659
|
})
|
|
2618
2660
|
.s("RedshiftServerless", "RestoreFromRecoveryPoint", {})
|
|
2619
2661
|
.n("RedshiftServerlessClient", "RestoreFromRecoveryPointCommand")
|
|
2620
|
-
.sc(RestoreFromRecoveryPoint)
|
|
2662
|
+
.sc(RestoreFromRecoveryPoint$)
|
|
2621
2663
|
.build() {
|
|
2622
2664
|
}
|
|
2623
2665
|
|
|
@@ -2629,7 +2671,7 @@ class RestoreFromSnapshotCommand extends smithyClient.Command
|
|
|
2629
2671
|
})
|
|
2630
2672
|
.s("RedshiftServerless", "RestoreFromSnapshot", {})
|
|
2631
2673
|
.n("RedshiftServerlessClient", "RestoreFromSnapshotCommand")
|
|
2632
|
-
.sc(RestoreFromSnapshot)
|
|
2674
|
+
.sc(RestoreFromSnapshot$)
|
|
2633
2675
|
.build() {
|
|
2634
2676
|
}
|
|
2635
2677
|
|
|
@@ -2641,7 +2683,7 @@ class RestoreTableFromRecoveryPointCommand extends smithyClient.Command
|
|
|
2641
2683
|
})
|
|
2642
2684
|
.s("RedshiftServerless", "RestoreTableFromRecoveryPoint", {})
|
|
2643
2685
|
.n("RedshiftServerlessClient", "RestoreTableFromRecoveryPointCommand")
|
|
2644
|
-
.sc(RestoreTableFromRecoveryPoint)
|
|
2686
|
+
.sc(RestoreTableFromRecoveryPoint$)
|
|
2645
2687
|
.build() {
|
|
2646
2688
|
}
|
|
2647
2689
|
|
|
@@ -2653,7 +2695,7 @@ class RestoreTableFromSnapshotCommand extends smithyClient.Command
|
|
|
2653
2695
|
})
|
|
2654
2696
|
.s("RedshiftServerless", "RestoreTableFromSnapshot", {})
|
|
2655
2697
|
.n("RedshiftServerlessClient", "RestoreTableFromSnapshotCommand")
|
|
2656
|
-
.sc(RestoreTableFromSnapshot)
|
|
2698
|
+
.sc(RestoreTableFromSnapshot$)
|
|
2657
2699
|
.build() {
|
|
2658
2700
|
}
|
|
2659
2701
|
|
|
@@ -2665,7 +2707,7 @@ class TagResourceCommand extends smithyClient.Command
|
|
|
2665
2707
|
})
|
|
2666
2708
|
.s("RedshiftServerless", "TagResource", {})
|
|
2667
2709
|
.n("RedshiftServerlessClient", "TagResourceCommand")
|
|
2668
|
-
.sc(TagResource)
|
|
2710
|
+
.sc(TagResource$)
|
|
2669
2711
|
.build() {
|
|
2670
2712
|
}
|
|
2671
2713
|
|
|
@@ -2677,7 +2719,7 @@ class UntagResourceCommand extends smithyClient.Command
|
|
|
2677
2719
|
})
|
|
2678
2720
|
.s("RedshiftServerless", "UntagResource", {})
|
|
2679
2721
|
.n("RedshiftServerlessClient", "UntagResourceCommand")
|
|
2680
|
-
.sc(UntagResource)
|
|
2722
|
+
.sc(UntagResource$)
|
|
2681
2723
|
.build() {
|
|
2682
2724
|
}
|
|
2683
2725
|
|
|
@@ -2689,7 +2731,7 @@ class UpdateCustomDomainAssociationCommand extends smithyClient.Command
|
|
|
2689
2731
|
})
|
|
2690
2732
|
.s("RedshiftServerless", "UpdateCustomDomainAssociation", {})
|
|
2691
2733
|
.n("RedshiftServerlessClient", "UpdateCustomDomainAssociationCommand")
|
|
2692
|
-
.sc(UpdateCustomDomainAssociation)
|
|
2734
|
+
.sc(UpdateCustomDomainAssociation$)
|
|
2693
2735
|
.build() {
|
|
2694
2736
|
}
|
|
2695
2737
|
|
|
@@ -2701,7 +2743,7 @@ class UpdateEndpointAccessCommand extends smithyClient.Command
|
|
|
2701
2743
|
})
|
|
2702
2744
|
.s("RedshiftServerless", "UpdateEndpointAccess", {})
|
|
2703
2745
|
.n("RedshiftServerlessClient", "UpdateEndpointAccessCommand")
|
|
2704
|
-
.sc(UpdateEndpointAccess)
|
|
2746
|
+
.sc(UpdateEndpointAccess$)
|
|
2705
2747
|
.build() {
|
|
2706
2748
|
}
|
|
2707
2749
|
|
|
@@ -2713,7 +2755,7 @@ class UpdateLakehouseConfigurationCommand extends smithyClient.Command
|
|
|
2713
2755
|
})
|
|
2714
2756
|
.s("RedshiftServerless", "UpdateLakehouseConfiguration", {})
|
|
2715
2757
|
.n("RedshiftServerlessClient", "UpdateLakehouseConfigurationCommand")
|
|
2716
|
-
.sc(UpdateLakehouseConfiguration)
|
|
2758
|
+
.sc(UpdateLakehouseConfiguration$)
|
|
2717
2759
|
.build() {
|
|
2718
2760
|
}
|
|
2719
2761
|
|
|
@@ -2725,7 +2767,7 @@ class UpdateNamespaceCommand extends smithyClient.Command
|
|
|
2725
2767
|
})
|
|
2726
2768
|
.s("RedshiftServerless", "UpdateNamespace", {})
|
|
2727
2769
|
.n("RedshiftServerlessClient", "UpdateNamespaceCommand")
|
|
2728
|
-
.sc(UpdateNamespace)
|
|
2770
|
+
.sc(UpdateNamespace$)
|
|
2729
2771
|
.build() {
|
|
2730
2772
|
}
|
|
2731
2773
|
|
|
@@ -2737,7 +2779,7 @@ class UpdateScheduledActionCommand extends smithyClient.Command
|
|
|
2737
2779
|
})
|
|
2738
2780
|
.s("RedshiftServerless", "UpdateScheduledAction", {})
|
|
2739
2781
|
.n("RedshiftServerlessClient", "UpdateScheduledActionCommand")
|
|
2740
|
-
.sc(UpdateScheduledAction)
|
|
2782
|
+
.sc(UpdateScheduledAction$)
|
|
2741
2783
|
.build() {
|
|
2742
2784
|
}
|
|
2743
2785
|
|
|
@@ -2749,7 +2791,7 @@ class UpdateSnapshotCommand extends smithyClient.Command
|
|
|
2749
2791
|
})
|
|
2750
2792
|
.s("RedshiftServerless", "UpdateSnapshot", {})
|
|
2751
2793
|
.n("RedshiftServerlessClient", "UpdateSnapshotCommand")
|
|
2752
|
-
.sc(UpdateSnapshot)
|
|
2794
|
+
.sc(UpdateSnapshot$)
|
|
2753
2795
|
.build() {
|
|
2754
2796
|
}
|
|
2755
2797
|
|
|
@@ -2761,7 +2803,7 @@ class UpdateSnapshotCopyConfigurationCommand extends smithyClient.Command
|
|
|
2761
2803
|
})
|
|
2762
2804
|
.s("RedshiftServerless", "UpdateSnapshotCopyConfiguration", {})
|
|
2763
2805
|
.n("RedshiftServerlessClient", "UpdateSnapshotCopyConfigurationCommand")
|
|
2764
|
-
.sc(UpdateSnapshotCopyConfiguration)
|
|
2806
|
+
.sc(UpdateSnapshotCopyConfiguration$)
|
|
2765
2807
|
.build() {
|
|
2766
2808
|
}
|
|
2767
2809
|
|
|
@@ -2773,7 +2815,7 @@ class UpdateUsageLimitCommand extends smithyClient.Command
|
|
|
2773
2815
|
})
|
|
2774
2816
|
.s("RedshiftServerless", "UpdateUsageLimit", {})
|
|
2775
2817
|
.n("RedshiftServerlessClient", "UpdateUsageLimitCommand")
|
|
2776
|
-
.sc(UpdateUsageLimit)
|
|
2818
|
+
.sc(UpdateUsageLimit$)
|
|
2777
2819
|
.build() {
|
|
2778
2820
|
}
|
|
2779
2821
|
|
|
@@ -2785,7 +2827,7 @@ class UpdateWorkgroupCommand extends smithyClient.Command
|
|
|
2785
2827
|
})
|
|
2786
2828
|
.s("RedshiftServerless", "UpdateWorkgroup", {})
|
|
2787
2829
|
.n("RedshiftServerlessClient", "UpdateWorkgroupCommand")
|
|
2788
|
-
.sc(UpdateWorkgroup)
|
|
2830
|
+
.sc(UpdateWorkgroup$)
|
|
2789
2831
|
.build() {
|
|
2790
2832
|
}
|
|
2791
2833
|
|
|
@@ -2962,98 +3004,333 @@ Object.defineProperty(exports, "__Client", {
|
|
|
2962
3004
|
enumerable: true,
|
|
2963
3005
|
get: function () { return smithyClient.Client; }
|
|
2964
3006
|
});
|
|
2965
|
-
exports.AccessDeniedException = AccessDeniedException
|
|
2966
|
-
exports.
|
|
3007
|
+
exports.AccessDeniedException = AccessDeniedException;
|
|
3008
|
+
exports.AccessDeniedException$ = AccessDeniedException$;
|
|
3009
|
+
exports.Association$ = Association$;
|
|
3010
|
+
exports.ConfigParameter$ = ConfigParameter$;
|
|
3011
|
+
exports.ConflictException = ConflictException;
|
|
3012
|
+
exports.ConflictException$ = ConflictException$;
|
|
3013
|
+
exports.ConvertRecoveryPointToSnapshot$ = ConvertRecoveryPointToSnapshot$;
|
|
2967
3014
|
exports.ConvertRecoveryPointToSnapshotCommand = ConvertRecoveryPointToSnapshotCommand;
|
|
3015
|
+
exports.ConvertRecoveryPointToSnapshotRequest$ = ConvertRecoveryPointToSnapshotRequest$;
|
|
3016
|
+
exports.ConvertRecoveryPointToSnapshotResponse$ = ConvertRecoveryPointToSnapshotResponse$;
|
|
3017
|
+
exports.CreateCustomDomainAssociation$ = CreateCustomDomainAssociation$;
|
|
2968
3018
|
exports.CreateCustomDomainAssociationCommand = CreateCustomDomainAssociationCommand;
|
|
3019
|
+
exports.CreateCustomDomainAssociationRequest$ = CreateCustomDomainAssociationRequest$;
|
|
3020
|
+
exports.CreateCustomDomainAssociationResponse$ = CreateCustomDomainAssociationResponse$;
|
|
3021
|
+
exports.CreateEndpointAccess$ = CreateEndpointAccess$;
|
|
2969
3022
|
exports.CreateEndpointAccessCommand = CreateEndpointAccessCommand;
|
|
3023
|
+
exports.CreateEndpointAccessRequest$ = CreateEndpointAccessRequest$;
|
|
3024
|
+
exports.CreateEndpointAccessResponse$ = CreateEndpointAccessResponse$;
|
|
3025
|
+
exports.CreateNamespace$ = CreateNamespace$;
|
|
2970
3026
|
exports.CreateNamespaceCommand = CreateNamespaceCommand;
|
|
3027
|
+
exports.CreateNamespaceRequest$ = CreateNamespaceRequest$;
|
|
3028
|
+
exports.CreateNamespaceResponse$ = CreateNamespaceResponse$;
|
|
3029
|
+
exports.CreateReservation$ = CreateReservation$;
|
|
2971
3030
|
exports.CreateReservationCommand = CreateReservationCommand;
|
|
3031
|
+
exports.CreateReservationRequest$ = CreateReservationRequest$;
|
|
3032
|
+
exports.CreateReservationResponse$ = CreateReservationResponse$;
|
|
3033
|
+
exports.CreateScheduledAction$ = CreateScheduledAction$;
|
|
2972
3034
|
exports.CreateScheduledActionCommand = CreateScheduledActionCommand;
|
|
3035
|
+
exports.CreateScheduledActionRequest$ = CreateScheduledActionRequest$;
|
|
3036
|
+
exports.CreateScheduledActionResponse$ = CreateScheduledActionResponse$;
|
|
3037
|
+
exports.CreateSnapshot$ = CreateSnapshot$;
|
|
2973
3038
|
exports.CreateSnapshotCommand = CreateSnapshotCommand;
|
|
3039
|
+
exports.CreateSnapshotCopyConfiguration$ = CreateSnapshotCopyConfiguration$;
|
|
2974
3040
|
exports.CreateSnapshotCopyConfigurationCommand = CreateSnapshotCopyConfigurationCommand;
|
|
3041
|
+
exports.CreateSnapshotCopyConfigurationRequest$ = CreateSnapshotCopyConfigurationRequest$;
|
|
3042
|
+
exports.CreateSnapshotCopyConfigurationResponse$ = CreateSnapshotCopyConfigurationResponse$;
|
|
3043
|
+
exports.CreateSnapshotRequest$ = CreateSnapshotRequest$;
|
|
3044
|
+
exports.CreateSnapshotResponse$ = CreateSnapshotResponse$;
|
|
3045
|
+
exports.CreateSnapshotScheduleActionParameters$ = CreateSnapshotScheduleActionParameters$;
|
|
3046
|
+
exports.CreateUsageLimit$ = CreateUsageLimit$;
|
|
2975
3047
|
exports.CreateUsageLimitCommand = CreateUsageLimitCommand;
|
|
3048
|
+
exports.CreateUsageLimitRequest$ = CreateUsageLimitRequest$;
|
|
3049
|
+
exports.CreateUsageLimitResponse$ = CreateUsageLimitResponse$;
|
|
3050
|
+
exports.CreateWorkgroup$ = CreateWorkgroup$;
|
|
2976
3051
|
exports.CreateWorkgroupCommand = CreateWorkgroupCommand;
|
|
3052
|
+
exports.CreateWorkgroupRequest$ = CreateWorkgroupRequest$;
|
|
3053
|
+
exports.CreateWorkgroupResponse$ = CreateWorkgroupResponse$;
|
|
3054
|
+
exports.DeleteCustomDomainAssociation$ = DeleteCustomDomainAssociation$;
|
|
2977
3055
|
exports.DeleteCustomDomainAssociationCommand = DeleteCustomDomainAssociationCommand;
|
|
3056
|
+
exports.DeleteCustomDomainAssociationRequest$ = DeleteCustomDomainAssociationRequest$;
|
|
3057
|
+
exports.DeleteCustomDomainAssociationResponse$ = DeleteCustomDomainAssociationResponse$;
|
|
3058
|
+
exports.DeleteEndpointAccess$ = DeleteEndpointAccess$;
|
|
2978
3059
|
exports.DeleteEndpointAccessCommand = DeleteEndpointAccessCommand;
|
|
3060
|
+
exports.DeleteEndpointAccessRequest$ = DeleteEndpointAccessRequest$;
|
|
3061
|
+
exports.DeleteEndpointAccessResponse$ = DeleteEndpointAccessResponse$;
|
|
3062
|
+
exports.DeleteNamespace$ = DeleteNamespace$;
|
|
2979
3063
|
exports.DeleteNamespaceCommand = DeleteNamespaceCommand;
|
|
3064
|
+
exports.DeleteNamespaceRequest$ = DeleteNamespaceRequest$;
|
|
3065
|
+
exports.DeleteNamespaceResponse$ = DeleteNamespaceResponse$;
|
|
3066
|
+
exports.DeleteResourcePolicy$ = DeleteResourcePolicy$;
|
|
2980
3067
|
exports.DeleteResourcePolicyCommand = DeleteResourcePolicyCommand;
|
|
3068
|
+
exports.DeleteResourcePolicyRequest$ = DeleteResourcePolicyRequest$;
|
|
3069
|
+
exports.DeleteResourcePolicyResponse$ = DeleteResourcePolicyResponse$;
|
|
3070
|
+
exports.DeleteScheduledAction$ = DeleteScheduledAction$;
|
|
2981
3071
|
exports.DeleteScheduledActionCommand = DeleteScheduledActionCommand;
|
|
3072
|
+
exports.DeleteScheduledActionRequest$ = DeleteScheduledActionRequest$;
|
|
3073
|
+
exports.DeleteScheduledActionResponse$ = DeleteScheduledActionResponse$;
|
|
3074
|
+
exports.DeleteSnapshot$ = DeleteSnapshot$;
|
|
2982
3075
|
exports.DeleteSnapshotCommand = DeleteSnapshotCommand;
|
|
3076
|
+
exports.DeleteSnapshotCopyConfiguration$ = DeleteSnapshotCopyConfiguration$;
|
|
2983
3077
|
exports.DeleteSnapshotCopyConfigurationCommand = DeleteSnapshotCopyConfigurationCommand;
|
|
3078
|
+
exports.DeleteSnapshotCopyConfigurationRequest$ = DeleteSnapshotCopyConfigurationRequest$;
|
|
3079
|
+
exports.DeleteSnapshotCopyConfigurationResponse$ = DeleteSnapshotCopyConfigurationResponse$;
|
|
3080
|
+
exports.DeleteSnapshotRequest$ = DeleteSnapshotRequest$;
|
|
3081
|
+
exports.DeleteSnapshotResponse$ = DeleteSnapshotResponse$;
|
|
3082
|
+
exports.DeleteUsageLimit$ = DeleteUsageLimit$;
|
|
2984
3083
|
exports.DeleteUsageLimitCommand = DeleteUsageLimitCommand;
|
|
3084
|
+
exports.DeleteUsageLimitRequest$ = DeleteUsageLimitRequest$;
|
|
3085
|
+
exports.DeleteUsageLimitResponse$ = DeleteUsageLimitResponse$;
|
|
3086
|
+
exports.DeleteWorkgroup$ = DeleteWorkgroup$;
|
|
2985
3087
|
exports.DeleteWorkgroupCommand = DeleteWorkgroupCommand;
|
|
2986
|
-
exports.
|
|
3088
|
+
exports.DeleteWorkgroupRequest$ = DeleteWorkgroupRequest$;
|
|
3089
|
+
exports.DeleteWorkgroupResponse$ = DeleteWorkgroupResponse$;
|
|
3090
|
+
exports.DryRunException = DryRunException;
|
|
3091
|
+
exports.DryRunException$ = DryRunException$;
|
|
3092
|
+
exports.Endpoint$ = Endpoint$;
|
|
3093
|
+
exports.EndpointAccess$ = EndpointAccess$;
|
|
3094
|
+
exports.GetCredentials$ = GetCredentials$;
|
|
2987
3095
|
exports.GetCredentialsCommand = GetCredentialsCommand;
|
|
3096
|
+
exports.GetCredentialsRequest$ = GetCredentialsRequest$;
|
|
3097
|
+
exports.GetCredentialsResponse$ = GetCredentialsResponse$;
|
|
3098
|
+
exports.GetCustomDomainAssociation$ = GetCustomDomainAssociation$;
|
|
2988
3099
|
exports.GetCustomDomainAssociationCommand = GetCustomDomainAssociationCommand;
|
|
3100
|
+
exports.GetCustomDomainAssociationRequest$ = GetCustomDomainAssociationRequest$;
|
|
3101
|
+
exports.GetCustomDomainAssociationResponse$ = GetCustomDomainAssociationResponse$;
|
|
3102
|
+
exports.GetEndpointAccess$ = GetEndpointAccess$;
|
|
2989
3103
|
exports.GetEndpointAccessCommand = GetEndpointAccessCommand;
|
|
3104
|
+
exports.GetEndpointAccessRequest$ = GetEndpointAccessRequest$;
|
|
3105
|
+
exports.GetEndpointAccessResponse$ = GetEndpointAccessResponse$;
|
|
3106
|
+
exports.GetIdentityCenterAuthToken$ = GetIdentityCenterAuthToken$;
|
|
2990
3107
|
exports.GetIdentityCenterAuthTokenCommand = GetIdentityCenterAuthTokenCommand;
|
|
3108
|
+
exports.GetIdentityCenterAuthTokenRequest$ = GetIdentityCenterAuthTokenRequest$;
|
|
3109
|
+
exports.GetIdentityCenterAuthTokenResponse$ = GetIdentityCenterAuthTokenResponse$;
|
|
3110
|
+
exports.GetNamespace$ = GetNamespace$;
|
|
2991
3111
|
exports.GetNamespaceCommand = GetNamespaceCommand;
|
|
3112
|
+
exports.GetNamespaceRequest$ = GetNamespaceRequest$;
|
|
3113
|
+
exports.GetNamespaceResponse$ = GetNamespaceResponse$;
|
|
3114
|
+
exports.GetRecoveryPoint$ = GetRecoveryPoint$;
|
|
2992
3115
|
exports.GetRecoveryPointCommand = GetRecoveryPointCommand;
|
|
3116
|
+
exports.GetRecoveryPointRequest$ = GetRecoveryPointRequest$;
|
|
3117
|
+
exports.GetRecoveryPointResponse$ = GetRecoveryPointResponse$;
|
|
3118
|
+
exports.GetReservation$ = GetReservation$;
|
|
2993
3119
|
exports.GetReservationCommand = GetReservationCommand;
|
|
3120
|
+
exports.GetReservationOffering$ = GetReservationOffering$;
|
|
2994
3121
|
exports.GetReservationOfferingCommand = GetReservationOfferingCommand;
|
|
3122
|
+
exports.GetReservationOfferingRequest$ = GetReservationOfferingRequest$;
|
|
3123
|
+
exports.GetReservationOfferingResponse$ = GetReservationOfferingResponse$;
|
|
3124
|
+
exports.GetReservationRequest$ = GetReservationRequest$;
|
|
3125
|
+
exports.GetReservationResponse$ = GetReservationResponse$;
|
|
3126
|
+
exports.GetResourcePolicy$ = GetResourcePolicy$;
|
|
2995
3127
|
exports.GetResourcePolicyCommand = GetResourcePolicyCommand;
|
|
3128
|
+
exports.GetResourcePolicyRequest$ = GetResourcePolicyRequest$;
|
|
3129
|
+
exports.GetResourcePolicyResponse$ = GetResourcePolicyResponse$;
|
|
3130
|
+
exports.GetScheduledAction$ = GetScheduledAction$;
|
|
2996
3131
|
exports.GetScheduledActionCommand = GetScheduledActionCommand;
|
|
3132
|
+
exports.GetScheduledActionRequest$ = GetScheduledActionRequest$;
|
|
3133
|
+
exports.GetScheduledActionResponse$ = GetScheduledActionResponse$;
|
|
3134
|
+
exports.GetSnapshot$ = GetSnapshot$;
|
|
2997
3135
|
exports.GetSnapshotCommand = GetSnapshotCommand;
|
|
3136
|
+
exports.GetSnapshotRequest$ = GetSnapshotRequest$;
|
|
3137
|
+
exports.GetSnapshotResponse$ = GetSnapshotResponse$;
|
|
3138
|
+
exports.GetTableRestoreStatus$ = GetTableRestoreStatus$;
|
|
2998
3139
|
exports.GetTableRestoreStatusCommand = GetTableRestoreStatusCommand;
|
|
3140
|
+
exports.GetTableRestoreStatusRequest$ = GetTableRestoreStatusRequest$;
|
|
3141
|
+
exports.GetTableRestoreStatusResponse$ = GetTableRestoreStatusResponse$;
|
|
3142
|
+
exports.GetTrack$ = GetTrack$;
|
|
2999
3143
|
exports.GetTrackCommand = GetTrackCommand;
|
|
3144
|
+
exports.GetTrackRequest$ = GetTrackRequest$;
|
|
3145
|
+
exports.GetTrackResponse$ = GetTrackResponse$;
|
|
3146
|
+
exports.GetUsageLimit$ = GetUsageLimit$;
|
|
3000
3147
|
exports.GetUsageLimitCommand = GetUsageLimitCommand;
|
|
3148
|
+
exports.GetUsageLimitRequest$ = GetUsageLimitRequest$;
|
|
3149
|
+
exports.GetUsageLimitResponse$ = GetUsageLimitResponse$;
|
|
3150
|
+
exports.GetWorkgroup$ = GetWorkgroup$;
|
|
3001
3151
|
exports.GetWorkgroupCommand = GetWorkgroupCommand;
|
|
3002
|
-
exports.
|
|
3003
|
-
exports.
|
|
3004
|
-
exports.
|
|
3005
|
-
exports.
|
|
3152
|
+
exports.GetWorkgroupRequest$ = GetWorkgroupRequest$;
|
|
3153
|
+
exports.GetWorkgroupResponse$ = GetWorkgroupResponse$;
|
|
3154
|
+
exports.InsufficientCapacityException = InsufficientCapacityException;
|
|
3155
|
+
exports.InsufficientCapacityException$ = InsufficientCapacityException$;
|
|
3156
|
+
exports.InternalServerException = InternalServerException;
|
|
3157
|
+
exports.InternalServerException$ = InternalServerException$;
|
|
3158
|
+
exports.InvalidPaginationException = InvalidPaginationException;
|
|
3159
|
+
exports.InvalidPaginationException$ = InvalidPaginationException$;
|
|
3160
|
+
exports.Ipv6CidrBlockNotFoundException = Ipv6CidrBlockNotFoundException;
|
|
3161
|
+
exports.Ipv6CidrBlockNotFoundException$ = Ipv6CidrBlockNotFoundException$;
|
|
3006
3162
|
exports.LakehouseIdcRegistration = LakehouseIdcRegistration;
|
|
3007
3163
|
exports.LakehouseRegistration = LakehouseRegistration;
|
|
3164
|
+
exports.ListCustomDomainAssociations$ = ListCustomDomainAssociations$;
|
|
3008
3165
|
exports.ListCustomDomainAssociationsCommand = ListCustomDomainAssociationsCommand;
|
|
3166
|
+
exports.ListCustomDomainAssociationsRequest$ = ListCustomDomainAssociationsRequest$;
|
|
3167
|
+
exports.ListCustomDomainAssociationsResponse$ = ListCustomDomainAssociationsResponse$;
|
|
3168
|
+
exports.ListEndpointAccess$ = ListEndpointAccess$;
|
|
3009
3169
|
exports.ListEndpointAccessCommand = ListEndpointAccessCommand;
|
|
3170
|
+
exports.ListEndpointAccessRequest$ = ListEndpointAccessRequest$;
|
|
3171
|
+
exports.ListEndpointAccessResponse$ = ListEndpointAccessResponse$;
|
|
3172
|
+
exports.ListManagedWorkgroups$ = ListManagedWorkgroups$;
|
|
3010
3173
|
exports.ListManagedWorkgroupsCommand = ListManagedWorkgroupsCommand;
|
|
3174
|
+
exports.ListManagedWorkgroupsRequest$ = ListManagedWorkgroupsRequest$;
|
|
3175
|
+
exports.ListManagedWorkgroupsResponse$ = ListManagedWorkgroupsResponse$;
|
|
3176
|
+
exports.ListNamespaces$ = ListNamespaces$;
|
|
3011
3177
|
exports.ListNamespacesCommand = ListNamespacesCommand;
|
|
3178
|
+
exports.ListNamespacesRequest$ = ListNamespacesRequest$;
|
|
3179
|
+
exports.ListNamespacesResponse$ = ListNamespacesResponse$;
|
|
3180
|
+
exports.ListRecoveryPoints$ = ListRecoveryPoints$;
|
|
3012
3181
|
exports.ListRecoveryPointsCommand = ListRecoveryPointsCommand;
|
|
3182
|
+
exports.ListRecoveryPointsRequest$ = ListRecoveryPointsRequest$;
|
|
3183
|
+
exports.ListRecoveryPointsResponse$ = ListRecoveryPointsResponse$;
|
|
3184
|
+
exports.ListReservationOfferings$ = ListReservationOfferings$;
|
|
3013
3185
|
exports.ListReservationOfferingsCommand = ListReservationOfferingsCommand;
|
|
3186
|
+
exports.ListReservationOfferingsRequest$ = ListReservationOfferingsRequest$;
|
|
3187
|
+
exports.ListReservationOfferingsResponse$ = ListReservationOfferingsResponse$;
|
|
3188
|
+
exports.ListReservations$ = ListReservations$;
|
|
3014
3189
|
exports.ListReservationsCommand = ListReservationsCommand;
|
|
3190
|
+
exports.ListReservationsRequest$ = ListReservationsRequest$;
|
|
3191
|
+
exports.ListReservationsResponse$ = ListReservationsResponse$;
|
|
3192
|
+
exports.ListScheduledActions$ = ListScheduledActions$;
|
|
3015
3193
|
exports.ListScheduledActionsCommand = ListScheduledActionsCommand;
|
|
3194
|
+
exports.ListScheduledActionsRequest$ = ListScheduledActionsRequest$;
|
|
3195
|
+
exports.ListScheduledActionsResponse$ = ListScheduledActionsResponse$;
|
|
3196
|
+
exports.ListSnapshotCopyConfigurations$ = ListSnapshotCopyConfigurations$;
|
|
3016
3197
|
exports.ListSnapshotCopyConfigurationsCommand = ListSnapshotCopyConfigurationsCommand;
|
|
3198
|
+
exports.ListSnapshotCopyConfigurationsRequest$ = ListSnapshotCopyConfigurationsRequest$;
|
|
3199
|
+
exports.ListSnapshotCopyConfigurationsResponse$ = ListSnapshotCopyConfigurationsResponse$;
|
|
3200
|
+
exports.ListSnapshots$ = ListSnapshots$;
|
|
3017
3201
|
exports.ListSnapshotsCommand = ListSnapshotsCommand;
|
|
3202
|
+
exports.ListSnapshotsRequest$ = ListSnapshotsRequest$;
|
|
3203
|
+
exports.ListSnapshotsResponse$ = ListSnapshotsResponse$;
|
|
3204
|
+
exports.ListTableRestoreStatus$ = ListTableRestoreStatus$;
|
|
3018
3205
|
exports.ListTableRestoreStatusCommand = ListTableRestoreStatusCommand;
|
|
3206
|
+
exports.ListTableRestoreStatusRequest$ = ListTableRestoreStatusRequest$;
|
|
3207
|
+
exports.ListTableRestoreStatusResponse$ = ListTableRestoreStatusResponse$;
|
|
3208
|
+
exports.ListTagsForResource$ = ListTagsForResource$;
|
|
3019
3209
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
3210
|
+
exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
|
|
3211
|
+
exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
|
|
3212
|
+
exports.ListTracks$ = ListTracks$;
|
|
3020
3213
|
exports.ListTracksCommand = ListTracksCommand;
|
|
3214
|
+
exports.ListTracksRequest$ = ListTracksRequest$;
|
|
3215
|
+
exports.ListTracksResponse$ = ListTracksResponse$;
|
|
3216
|
+
exports.ListUsageLimits$ = ListUsageLimits$;
|
|
3021
3217
|
exports.ListUsageLimitsCommand = ListUsageLimitsCommand;
|
|
3218
|
+
exports.ListUsageLimitsRequest$ = ListUsageLimitsRequest$;
|
|
3219
|
+
exports.ListUsageLimitsResponse$ = ListUsageLimitsResponse$;
|
|
3220
|
+
exports.ListWorkgroups$ = ListWorkgroups$;
|
|
3022
3221
|
exports.ListWorkgroupsCommand = ListWorkgroupsCommand;
|
|
3222
|
+
exports.ListWorkgroupsRequest$ = ListWorkgroupsRequest$;
|
|
3223
|
+
exports.ListWorkgroupsResponse$ = ListWorkgroupsResponse$;
|
|
3023
3224
|
exports.LogExport = LogExport;
|
|
3225
|
+
exports.ManagedWorkgroupListItem$ = ManagedWorkgroupListItem$;
|
|
3024
3226
|
exports.ManagedWorkgroupStatus = ManagedWorkgroupStatus;
|
|
3227
|
+
exports.Namespace$ = Namespace$;
|
|
3025
3228
|
exports.NamespaceStatus = NamespaceStatus;
|
|
3229
|
+
exports.NetworkInterface$ = NetworkInterface$;
|
|
3026
3230
|
exports.OfferingType = OfferingType;
|
|
3231
|
+
exports.PerformanceTarget$ = PerformanceTarget$;
|
|
3027
3232
|
exports.PerformanceTargetStatus = PerformanceTargetStatus;
|
|
3233
|
+
exports.PutResourcePolicy$ = PutResourcePolicy$;
|
|
3028
3234
|
exports.PutResourcePolicyCommand = PutResourcePolicyCommand;
|
|
3235
|
+
exports.PutResourcePolicyRequest$ = PutResourcePolicyRequest$;
|
|
3236
|
+
exports.PutResourcePolicyResponse$ = PutResourcePolicyResponse$;
|
|
3237
|
+
exports.RecoveryPoint$ = RecoveryPoint$;
|
|
3029
3238
|
exports.RedshiftServerless = RedshiftServerless;
|
|
3030
3239
|
exports.RedshiftServerlessClient = RedshiftServerlessClient;
|
|
3031
|
-
exports.RedshiftServerlessServiceException = RedshiftServerlessServiceException
|
|
3032
|
-
exports.
|
|
3240
|
+
exports.RedshiftServerlessServiceException = RedshiftServerlessServiceException;
|
|
3241
|
+
exports.RedshiftServerlessServiceException$ = RedshiftServerlessServiceException$;
|
|
3242
|
+
exports.Reservation$ = Reservation$;
|
|
3243
|
+
exports.ReservationOffering$ = ReservationOffering$;
|
|
3244
|
+
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
3245
|
+
exports.ResourceNotFoundException$ = ResourceNotFoundException$;
|
|
3246
|
+
exports.ResourcePolicy$ = ResourcePolicy$;
|
|
3247
|
+
exports.RestoreFromRecoveryPoint$ = RestoreFromRecoveryPoint$;
|
|
3033
3248
|
exports.RestoreFromRecoveryPointCommand = RestoreFromRecoveryPointCommand;
|
|
3249
|
+
exports.RestoreFromRecoveryPointRequest$ = RestoreFromRecoveryPointRequest$;
|
|
3250
|
+
exports.RestoreFromRecoveryPointResponse$ = RestoreFromRecoveryPointResponse$;
|
|
3251
|
+
exports.RestoreFromSnapshot$ = RestoreFromSnapshot$;
|
|
3034
3252
|
exports.RestoreFromSnapshotCommand = RestoreFromSnapshotCommand;
|
|
3253
|
+
exports.RestoreFromSnapshotRequest$ = RestoreFromSnapshotRequest$;
|
|
3254
|
+
exports.RestoreFromSnapshotResponse$ = RestoreFromSnapshotResponse$;
|
|
3255
|
+
exports.RestoreTableFromRecoveryPoint$ = RestoreTableFromRecoveryPoint$;
|
|
3035
3256
|
exports.RestoreTableFromRecoveryPointCommand = RestoreTableFromRecoveryPointCommand;
|
|
3257
|
+
exports.RestoreTableFromRecoveryPointRequest$ = RestoreTableFromRecoveryPointRequest$;
|
|
3258
|
+
exports.RestoreTableFromRecoveryPointResponse$ = RestoreTableFromRecoveryPointResponse$;
|
|
3259
|
+
exports.RestoreTableFromSnapshot$ = RestoreTableFromSnapshot$;
|
|
3036
3260
|
exports.RestoreTableFromSnapshotCommand = RestoreTableFromSnapshotCommand;
|
|
3037
|
-
exports.
|
|
3261
|
+
exports.RestoreTableFromSnapshotRequest$ = RestoreTableFromSnapshotRequest$;
|
|
3262
|
+
exports.RestoreTableFromSnapshotResponse$ = RestoreTableFromSnapshotResponse$;
|
|
3263
|
+
exports.Schedule$ = Schedule$;
|
|
3264
|
+
exports.ScheduledActionAssociation$ = ScheduledActionAssociation$;
|
|
3265
|
+
exports.ScheduledActionResponse$ = ScheduledActionResponse$;
|
|
3266
|
+
exports.ServerlessTrack$ = ServerlessTrack$;
|
|
3267
|
+
exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
|
|
3268
|
+
exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
|
|
3269
|
+
exports.Snapshot$ = Snapshot$;
|
|
3270
|
+
exports.SnapshotCopyConfiguration$ = SnapshotCopyConfiguration$;
|
|
3038
3271
|
exports.SnapshotStatus = SnapshotStatus;
|
|
3039
3272
|
exports.State = State;
|
|
3273
|
+
exports.TableRestoreStatus$ = TableRestoreStatus$;
|
|
3274
|
+
exports.Tag$ = Tag$;
|
|
3275
|
+
exports.TagResource$ = TagResource$;
|
|
3040
3276
|
exports.TagResourceCommand = TagResourceCommand;
|
|
3041
|
-
exports.
|
|
3042
|
-
exports.
|
|
3277
|
+
exports.TagResourceRequest$ = TagResourceRequest$;
|
|
3278
|
+
exports.TagResourceResponse$ = TagResourceResponse$;
|
|
3279
|
+
exports.TargetAction$ = TargetAction$;
|
|
3280
|
+
exports.ThrottlingException = ThrottlingException;
|
|
3281
|
+
exports.ThrottlingException$ = ThrottlingException$;
|
|
3282
|
+
exports.TooManyTagsException = TooManyTagsException;
|
|
3283
|
+
exports.TooManyTagsException$ = TooManyTagsException$;
|
|
3284
|
+
exports.UntagResource$ = UntagResource$;
|
|
3043
3285
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
3286
|
+
exports.UntagResourceRequest$ = UntagResourceRequest$;
|
|
3287
|
+
exports.UntagResourceResponse$ = UntagResourceResponse$;
|
|
3288
|
+
exports.UpdateCustomDomainAssociation$ = UpdateCustomDomainAssociation$;
|
|
3044
3289
|
exports.UpdateCustomDomainAssociationCommand = UpdateCustomDomainAssociationCommand;
|
|
3290
|
+
exports.UpdateCustomDomainAssociationRequest$ = UpdateCustomDomainAssociationRequest$;
|
|
3291
|
+
exports.UpdateCustomDomainAssociationResponse$ = UpdateCustomDomainAssociationResponse$;
|
|
3292
|
+
exports.UpdateEndpointAccess$ = UpdateEndpointAccess$;
|
|
3045
3293
|
exports.UpdateEndpointAccessCommand = UpdateEndpointAccessCommand;
|
|
3294
|
+
exports.UpdateEndpointAccessRequest$ = UpdateEndpointAccessRequest$;
|
|
3295
|
+
exports.UpdateEndpointAccessResponse$ = UpdateEndpointAccessResponse$;
|
|
3296
|
+
exports.UpdateLakehouseConfiguration$ = UpdateLakehouseConfiguration$;
|
|
3046
3297
|
exports.UpdateLakehouseConfigurationCommand = UpdateLakehouseConfigurationCommand;
|
|
3298
|
+
exports.UpdateLakehouseConfigurationRequest$ = UpdateLakehouseConfigurationRequest$;
|
|
3299
|
+
exports.UpdateLakehouseConfigurationResponse$ = UpdateLakehouseConfigurationResponse$;
|
|
3300
|
+
exports.UpdateNamespace$ = UpdateNamespace$;
|
|
3047
3301
|
exports.UpdateNamespaceCommand = UpdateNamespaceCommand;
|
|
3302
|
+
exports.UpdateNamespaceRequest$ = UpdateNamespaceRequest$;
|
|
3303
|
+
exports.UpdateNamespaceResponse$ = UpdateNamespaceResponse$;
|
|
3304
|
+
exports.UpdateScheduledAction$ = UpdateScheduledAction$;
|
|
3048
3305
|
exports.UpdateScheduledActionCommand = UpdateScheduledActionCommand;
|
|
3306
|
+
exports.UpdateScheduledActionRequest$ = UpdateScheduledActionRequest$;
|
|
3307
|
+
exports.UpdateScheduledActionResponse$ = UpdateScheduledActionResponse$;
|
|
3308
|
+
exports.UpdateSnapshot$ = UpdateSnapshot$;
|
|
3049
3309
|
exports.UpdateSnapshotCommand = UpdateSnapshotCommand;
|
|
3310
|
+
exports.UpdateSnapshotCopyConfiguration$ = UpdateSnapshotCopyConfiguration$;
|
|
3050
3311
|
exports.UpdateSnapshotCopyConfigurationCommand = UpdateSnapshotCopyConfigurationCommand;
|
|
3312
|
+
exports.UpdateSnapshotCopyConfigurationRequest$ = UpdateSnapshotCopyConfigurationRequest$;
|
|
3313
|
+
exports.UpdateSnapshotCopyConfigurationResponse$ = UpdateSnapshotCopyConfigurationResponse$;
|
|
3314
|
+
exports.UpdateSnapshotRequest$ = UpdateSnapshotRequest$;
|
|
3315
|
+
exports.UpdateSnapshotResponse$ = UpdateSnapshotResponse$;
|
|
3316
|
+
exports.UpdateTarget$ = UpdateTarget$;
|
|
3317
|
+
exports.UpdateUsageLimit$ = UpdateUsageLimit$;
|
|
3051
3318
|
exports.UpdateUsageLimitCommand = UpdateUsageLimitCommand;
|
|
3319
|
+
exports.UpdateUsageLimitRequest$ = UpdateUsageLimitRequest$;
|
|
3320
|
+
exports.UpdateUsageLimitResponse$ = UpdateUsageLimitResponse$;
|
|
3321
|
+
exports.UpdateWorkgroup$ = UpdateWorkgroup$;
|
|
3052
3322
|
exports.UpdateWorkgroupCommand = UpdateWorkgroupCommand;
|
|
3323
|
+
exports.UpdateWorkgroupRequest$ = UpdateWorkgroupRequest$;
|
|
3324
|
+
exports.UpdateWorkgroupResponse$ = UpdateWorkgroupResponse$;
|
|
3325
|
+
exports.UsageLimit$ = UsageLimit$;
|
|
3053
3326
|
exports.UsageLimitBreachAction = UsageLimitBreachAction;
|
|
3054
3327
|
exports.UsageLimitPeriod = UsageLimitPeriod;
|
|
3055
3328
|
exports.UsageLimitUsageType = UsageLimitUsageType;
|
|
3056
|
-
exports.ValidationException = ValidationException
|
|
3329
|
+
exports.ValidationException = ValidationException;
|
|
3330
|
+
exports.ValidationException$ = ValidationException$;
|
|
3331
|
+
exports.VpcEndpoint$ = VpcEndpoint$;
|
|
3332
|
+
exports.VpcSecurityGroupMembership$ = VpcSecurityGroupMembership$;
|
|
3333
|
+
exports.Workgroup$ = Workgroup$;
|
|
3057
3334
|
exports.WorkgroupStatus = WorkgroupStatus;
|
|
3058
3335
|
exports.paginateListCustomDomainAssociations = paginateListCustomDomainAssociations;
|
|
3059
3336
|
exports.paginateListEndpointAccess = paginateListEndpointAccess;
|