@aws-sdk/client-redshift-serverless 3.799.0 → 3.804.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (106) hide show
  1. package/dist-es/protocols/Aws_json1_1.js +9 -9
  2. package/dist-types/commands/ConvertRecoveryPointToSnapshotCommand.d.ts +1 -1
  3. package/dist-types/commands/CreateCustomDomainAssociationCommand.d.ts +1 -1
  4. package/dist-types/commands/CreateEndpointAccessCommand.d.ts +1 -1
  5. package/dist-types/commands/CreateNamespaceCommand.d.ts +1 -1
  6. package/dist-types/commands/CreateReservationCommand.d.ts +1 -1
  7. package/dist-types/commands/CreateScheduledActionCommand.d.ts +1 -1
  8. package/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
  9. package/dist-types/commands/CreateSnapshotCopyConfigurationCommand.d.ts +1 -1
  10. package/dist-types/commands/CreateUsageLimitCommand.d.ts +1 -1
  11. package/dist-types/commands/CreateWorkgroupCommand.d.ts +1 -1
  12. package/dist-types/commands/DeleteCustomDomainAssociationCommand.d.ts +1 -1
  13. package/dist-types/commands/DeleteEndpointAccessCommand.d.ts +1 -1
  14. package/dist-types/commands/DeleteNamespaceCommand.d.ts +1 -1
  15. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +1 -1
  16. package/dist-types/commands/DeleteScheduledActionCommand.d.ts +1 -1
  17. package/dist-types/commands/DeleteSnapshotCommand.d.ts +1 -1
  18. package/dist-types/commands/DeleteSnapshotCopyConfigurationCommand.d.ts +1 -1
  19. package/dist-types/commands/DeleteUsageLimitCommand.d.ts +1 -1
  20. package/dist-types/commands/DeleteWorkgroupCommand.d.ts +1 -1
  21. package/dist-types/commands/GetCustomDomainAssociationCommand.d.ts +1 -1
  22. package/dist-types/commands/GetEndpointAccessCommand.d.ts +1 -1
  23. package/dist-types/commands/GetNamespaceCommand.d.ts +1 -1
  24. package/dist-types/commands/GetRecoveryPointCommand.d.ts +1 -1
  25. package/dist-types/commands/GetReservationCommand.d.ts +1 -1
  26. package/dist-types/commands/GetReservationOfferingCommand.d.ts +1 -1
  27. package/dist-types/commands/GetResourcePolicyCommand.d.ts +1 -1
  28. package/dist-types/commands/GetScheduledActionCommand.d.ts +1 -1
  29. package/dist-types/commands/GetTableRestoreStatusCommand.d.ts +1 -1
  30. package/dist-types/commands/GetTrackCommand.d.ts +1 -1
  31. package/dist-types/commands/GetUsageLimitCommand.d.ts +1 -1
  32. package/dist-types/commands/GetWorkgroupCommand.d.ts +1 -1
  33. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  34. package/dist-types/commands/PutResourcePolicyCommand.d.ts +1 -1
  35. package/dist-types/commands/RestoreFromRecoveryPointCommand.d.ts +1 -1
  36. package/dist-types/commands/RestoreFromSnapshotCommand.d.ts +1 -1
  37. package/dist-types/commands/RestoreTableFromRecoveryPointCommand.d.ts +1 -1
  38. package/dist-types/commands/RestoreTableFromSnapshotCommand.d.ts +1 -1
  39. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  40. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  41. package/dist-types/commands/UpdateCustomDomainAssociationCommand.d.ts +1 -1
  42. package/dist-types/commands/UpdateEndpointAccessCommand.d.ts +1 -1
  43. package/dist-types/commands/UpdateNamespaceCommand.d.ts +1 -1
  44. package/dist-types/commands/UpdateScheduledActionCommand.d.ts +1 -1
  45. package/dist-types/commands/UpdateSnapshotCommand.d.ts +1 -1
  46. package/dist-types/commands/UpdateSnapshotCopyConfigurationCommand.d.ts +1 -1
  47. package/dist-types/commands/UpdateUsageLimitCommand.d.ts +1 -1
  48. package/dist-types/commands/UpdateWorkgroupCommand.d.ts +1 -1
  49. package/dist-types/endpoint/EndpointParameters.d.ts +1 -3
  50. package/dist-types/runtimeConfig.browser.d.ts +17 -17
  51. package/dist-types/runtimeConfig.d.ts +16 -16
  52. package/dist-types/runtimeConfig.native.d.ts +18 -18
  53. package/dist-types/runtimeConfig.shared.d.ts +3 -3
  54. package/dist-types/ts3.4/commands/ConvertRecoveryPointToSnapshotCommand.d.ts +1 -1
  55. package/dist-types/ts3.4/commands/CreateCustomDomainAssociationCommand.d.ts +1 -1
  56. package/dist-types/ts3.4/commands/CreateEndpointAccessCommand.d.ts +1 -1
  57. package/dist-types/ts3.4/commands/CreateNamespaceCommand.d.ts +1 -1
  58. package/dist-types/ts3.4/commands/CreateReservationCommand.d.ts +1 -1
  59. package/dist-types/ts3.4/commands/CreateScheduledActionCommand.d.ts +1 -1
  60. package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +1 -1
  61. package/dist-types/ts3.4/commands/CreateSnapshotCopyConfigurationCommand.d.ts +1 -1
  62. package/dist-types/ts3.4/commands/CreateUsageLimitCommand.d.ts +1 -1
  63. package/dist-types/ts3.4/commands/CreateWorkgroupCommand.d.ts +1 -1
  64. package/dist-types/ts3.4/commands/DeleteCustomDomainAssociationCommand.d.ts +1 -1
  65. package/dist-types/ts3.4/commands/DeleteEndpointAccessCommand.d.ts +1 -1
  66. package/dist-types/ts3.4/commands/DeleteNamespaceCommand.d.ts +1 -1
  67. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +1 -1
  68. package/dist-types/ts3.4/commands/DeleteScheduledActionCommand.d.ts +1 -1
  69. package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +1 -1
  70. package/dist-types/ts3.4/commands/DeleteSnapshotCopyConfigurationCommand.d.ts +1 -1
  71. package/dist-types/ts3.4/commands/DeleteUsageLimitCommand.d.ts +1 -1
  72. package/dist-types/ts3.4/commands/DeleteWorkgroupCommand.d.ts +1 -1
  73. package/dist-types/ts3.4/commands/GetCustomDomainAssociationCommand.d.ts +1 -1
  74. package/dist-types/ts3.4/commands/GetEndpointAccessCommand.d.ts +1 -1
  75. package/dist-types/ts3.4/commands/GetNamespaceCommand.d.ts +1 -1
  76. package/dist-types/ts3.4/commands/GetRecoveryPointCommand.d.ts +1 -1
  77. package/dist-types/ts3.4/commands/GetReservationCommand.d.ts +1 -1
  78. package/dist-types/ts3.4/commands/GetReservationOfferingCommand.d.ts +1 -1
  79. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +1 -1
  80. package/dist-types/ts3.4/commands/GetScheduledActionCommand.d.ts +1 -1
  81. package/dist-types/ts3.4/commands/GetTableRestoreStatusCommand.d.ts +1 -1
  82. package/dist-types/ts3.4/commands/GetTrackCommand.d.ts +1 -1
  83. package/dist-types/ts3.4/commands/GetUsageLimitCommand.d.ts +1 -1
  84. package/dist-types/ts3.4/commands/GetWorkgroupCommand.d.ts +1 -1
  85. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
  86. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +1 -1
  87. package/dist-types/ts3.4/commands/RestoreFromRecoveryPointCommand.d.ts +1 -1
  88. package/dist-types/ts3.4/commands/RestoreFromSnapshotCommand.d.ts +1 -1
  89. package/dist-types/ts3.4/commands/RestoreTableFromRecoveryPointCommand.d.ts +1 -1
  90. package/dist-types/ts3.4/commands/RestoreTableFromSnapshotCommand.d.ts +1 -1
  91. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
  92. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
  93. package/dist-types/ts3.4/commands/UpdateCustomDomainAssociationCommand.d.ts +1 -1
  94. package/dist-types/ts3.4/commands/UpdateEndpointAccessCommand.d.ts +1 -1
  95. package/dist-types/ts3.4/commands/UpdateNamespaceCommand.d.ts +1 -1
  96. package/dist-types/ts3.4/commands/UpdateScheduledActionCommand.d.ts +1 -1
  97. package/dist-types/ts3.4/commands/UpdateSnapshotCommand.d.ts +1 -1
  98. package/dist-types/ts3.4/commands/UpdateSnapshotCopyConfigurationCommand.d.ts +1 -1
  99. package/dist-types/ts3.4/commands/UpdateUsageLimitCommand.d.ts +1 -1
  100. package/dist-types/ts3.4/commands/UpdateWorkgroupCommand.d.ts +1 -1
  101. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -4
  102. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +22 -32
  103. package/dist-types/ts3.4/runtimeConfig.d.ts +20 -29
  104. package/dist-types/ts3.4/runtimeConfig.native.d.ts +23 -33
  105. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +3 -3
  106. package/package.json +20 -20
@@ -1359,40 +1359,40 @@ const se_CreateReservationRequest = (input, context) => {
1359
1359
  const se_CreateScheduledActionRequest = (input, context) => {
1360
1360
  return take(input, {
1361
1361
  enabled: [],
1362
- endTime: (_) => _.getTime() / 1000,
1362
+ endTime: (_) => _.getTime() / 1_000,
1363
1363
  namespaceName: [],
1364
1364
  roleArn: [],
1365
1365
  schedule: (_) => se_Schedule(_, context),
1366
1366
  scheduledActionDescription: [],
1367
1367
  scheduledActionName: [],
1368
- startTime: (_) => _.getTime() / 1000,
1368
+ startTime: (_) => _.getTime() / 1_000,
1369
1369
  targetAction: _json,
1370
1370
  });
1371
1371
  };
1372
1372
  const se_ListRecoveryPointsRequest = (input, context) => {
1373
1373
  return take(input, {
1374
- endTime: (_) => _.getTime() / 1000,
1374
+ endTime: (_) => _.getTime() / 1_000,
1375
1375
  maxResults: [],
1376
1376
  namespaceArn: [],
1377
1377
  namespaceName: [],
1378
1378
  nextToken: [],
1379
- startTime: (_) => _.getTime() / 1000,
1379
+ startTime: (_) => _.getTime() / 1_000,
1380
1380
  });
1381
1381
  };
1382
1382
  const se_ListSnapshotsRequest = (input, context) => {
1383
1383
  return take(input, {
1384
- endTime: (_) => _.getTime() / 1000,
1384
+ endTime: (_) => _.getTime() / 1_000,
1385
1385
  maxResults: [],
1386
1386
  namespaceArn: [],
1387
1387
  namespaceName: [],
1388
1388
  nextToken: [],
1389
1389
  ownerAccount: [],
1390
- startTime: (_) => _.getTime() / 1000,
1390
+ startTime: (_) => _.getTime() / 1_000,
1391
1391
  });
1392
1392
  };
1393
1393
  const se_Schedule = (input, context) => {
1394
1394
  return Schedule.visit(input, {
1395
- at: (value) => ({ at: value.getTime() / 1000 }),
1395
+ at: (value) => ({ at: value.getTime() / 1_000 }),
1396
1396
  cron: (value) => ({ cron: value }),
1397
1397
  _: (name, value) => ({ [name]: value }),
1398
1398
  });
@@ -1400,12 +1400,12 @@ const se_Schedule = (input, context) => {
1400
1400
  const se_UpdateScheduledActionRequest = (input, context) => {
1401
1401
  return take(input, {
1402
1402
  enabled: [],
1403
- endTime: (_) => _.getTime() / 1000,
1403
+ endTime: (_) => _.getTime() / 1_000,
1404
1404
  roleArn: [],
1405
1405
  schedule: (_) => se_Schedule(_, context),
1406
1406
  scheduledActionDescription: [],
1407
1407
  scheduledActionName: [],
1408
- startTime: (_) => _.getTime() / 1000,
1408
+ startTime: (_) => _.getTime() / 1_000,
1409
1409
  targetAction: _json,
1410
1410
  });
1411
1411
  };
@@ -23,7 +23,7 @@ export interface ConvertRecoveryPointToSnapshotCommandOutput extends ConvertReco
23
23
  }
24
24
  declare const ConvertRecoveryPointToSnapshotCommand_base: {
25
25
  new (input: ConvertRecoveryPointToSnapshotCommandInput): import("@smithy/smithy-client").CommandImpl<ConvertRecoveryPointToSnapshotCommandInput, ConvertRecoveryPointToSnapshotCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ConvertRecoveryPointToSnapshotCommandInput): import("@smithy/smithy-client").CommandImpl<ConvertRecoveryPointToSnapshotCommandInput, ConvertRecoveryPointToSnapshotCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ConvertRecoveryPointToSnapshotCommandInput): import("@smithy/smithy-client").CommandImpl<ConvertRecoveryPointToSnapshotCommandInput, ConvertRecoveryPointToSnapshotCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface CreateCustomDomainAssociationCommandOutput extends CreateCustom
23
23
  }
24
24
  declare const CreateCustomDomainAssociationCommand_base: {
25
25
  new (input: CreateCustomDomainAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateCustomDomainAssociationCommandInput, CreateCustomDomainAssociationCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: CreateCustomDomainAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateCustomDomainAssociationCommandInput, CreateCustomDomainAssociationCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateCustomDomainAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateCustomDomainAssociationCommandInput, CreateCustomDomainAssociationCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface CreateEndpointAccessCommandOutput extends CreateEndpointAccessR
23
23
  }
24
24
  declare const CreateEndpointAccessCommand_base: {
25
25
  new (input: CreateEndpointAccessCommandInput): import("@smithy/smithy-client").CommandImpl<CreateEndpointAccessCommandInput, CreateEndpointAccessCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: CreateEndpointAccessCommandInput): import("@smithy/smithy-client").CommandImpl<CreateEndpointAccessCommandInput, CreateEndpointAccessCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateEndpointAccessCommandInput): import("@smithy/smithy-client").CommandImpl<CreateEndpointAccessCommandInput, CreateEndpointAccessCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface CreateNamespaceCommandOutput extends CreateNamespaceResponse, _
23
23
  }
24
24
  declare const CreateNamespaceCommand_base: {
25
25
  new (input: CreateNamespaceCommandInput): import("@smithy/smithy-client").CommandImpl<CreateNamespaceCommandInput, CreateNamespaceCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: CreateNamespaceCommandInput): import("@smithy/smithy-client").CommandImpl<CreateNamespaceCommandInput, CreateNamespaceCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateNamespaceCommandInput): import("@smithy/smithy-client").CommandImpl<CreateNamespaceCommandInput, CreateNamespaceCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface CreateReservationCommandOutput extends CreateReservationRespons
23
23
  }
24
24
  declare const CreateReservationCommand_base: {
25
25
  new (input: CreateReservationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateReservationCommandInput, CreateReservationCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: CreateReservationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateReservationCommandInput, CreateReservationCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateReservationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateReservationCommandInput, CreateReservationCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface CreateScheduledActionCommandOutput extends CreateScheduledActio
23
23
  }
24
24
  declare const CreateScheduledActionCommand_base: {
25
25
  new (input: CreateScheduledActionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateScheduledActionCommandInput, CreateScheduledActionCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: CreateScheduledActionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateScheduledActionCommandInput, CreateScheduledActionCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateScheduledActionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateScheduledActionCommandInput, CreateScheduledActionCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface CreateSnapshotCommandOutput extends CreateSnapshotResponse, __M
23
23
  }
24
24
  declare const CreateSnapshotCommand_base: {
25
25
  new (input: CreateSnapshotCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSnapshotCommandInput, CreateSnapshotCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: CreateSnapshotCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSnapshotCommandInput, CreateSnapshotCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateSnapshotCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSnapshotCommandInput, CreateSnapshotCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface CreateSnapshotCopyConfigurationCommandOutput extends CreateSnap
23
23
  }
24
24
  declare const CreateSnapshotCopyConfigurationCommand_base: {
25
25
  new (input: CreateSnapshotCopyConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSnapshotCopyConfigurationCommandInput, CreateSnapshotCopyConfigurationCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: CreateSnapshotCopyConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSnapshotCopyConfigurationCommandInput, CreateSnapshotCopyConfigurationCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateSnapshotCopyConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSnapshotCopyConfigurationCommandInput, CreateSnapshotCopyConfigurationCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface CreateUsageLimitCommandOutput extends CreateUsageLimitResponse,
23
23
  }
24
24
  declare const CreateUsageLimitCommand_base: {
25
25
  new (input: CreateUsageLimitCommandInput): import("@smithy/smithy-client").CommandImpl<CreateUsageLimitCommandInput, CreateUsageLimitCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: CreateUsageLimitCommandInput): import("@smithy/smithy-client").CommandImpl<CreateUsageLimitCommandInput, CreateUsageLimitCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateUsageLimitCommandInput): import("@smithy/smithy-client").CommandImpl<CreateUsageLimitCommandInput, CreateUsageLimitCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface CreateWorkgroupCommandOutput extends CreateWorkgroupResponse, _
23
23
  }
24
24
  declare const CreateWorkgroupCommand_base: {
25
25
  new (input: CreateWorkgroupCommandInput): import("@smithy/smithy-client").CommandImpl<CreateWorkgroupCommandInput, CreateWorkgroupCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: CreateWorkgroupCommandInput): import("@smithy/smithy-client").CommandImpl<CreateWorkgroupCommandInput, CreateWorkgroupCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateWorkgroupCommandInput): import("@smithy/smithy-client").CommandImpl<CreateWorkgroupCommandInput, CreateWorkgroupCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteCustomDomainAssociationCommandOutput extends DeleteCustom
23
23
  }
24
24
  declare const DeleteCustomDomainAssociationCommand_base: {
25
25
  new (input: DeleteCustomDomainAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCustomDomainAssociationCommandInput, DeleteCustomDomainAssociationCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteCustomDomainAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCustomDomainAssociationCommandInput, DeleteCustomDomainAssociationCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteCustomDomainAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCustomDomainAssociationCommandInput, DeleteCustomDomainAssociationCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteEndpointAccessCommandOutput extends DeleteEndpointAccessR
23
23
  }
24
24
  declare const DeleteEndpointAccessCommand_base: {
25
25
  new (input: DeleteEndpointAccessCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteEndpointAccessCommandInput, DeleteEndpointAccessCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteEndpointAccessCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteEndpointAccessCommandInput, DeleteEndpointAccessCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteEndpointAccessCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteEndpointAccessCommandInput, DeleteEndpointAccessCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteNamespaceCommandOutput extends DeleteNamespaceResponse, _
23
23
  }
24
24
  declare const DeleteNamespaceCommand_base: {
25
25
  new (input: DeleteNamespaceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteNamespaceCommandInput, DeleteNamespaceCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteNamespaceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteNamespaceCommandInput, DeleteNamespaceCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteNamespaceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteNamespaceCommandInput, DeleteNamespaceCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteResourcePolicyCommandOutput extends DeleteResourcePolicyR
23
23
  }
24
24
  declare const DeleteResourcePolicyCommand_base: {
25
25
  new (input: DeleteResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteScheduledActionCommandOutput extends DeleteScheduledActio
23
23
  }
24
24
  declare const DeleteScheduledActionCommand_base: {
25
25
  new (input: DeleteScheduledActionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteScheduledActionCommandInput, DeleteScheduledActionCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteScheduledActionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteScheduledActionCommandInput, DeleteScheduledActionCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteScheduledActionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteScheduledActionCommandInput, DeleteScheduledActionCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteSnapshotCommandOutput extends DeleteSnapshotResponse, __M
23
23
  }
24
24
  declare const DeleteSnapshotCommand_base: {
25
25
  new (input: DeleteSnapshotCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSnapshotCommandInput, DeleteSnapshotCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteSnapshotCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSnapshotCommandInput, DeleteSnapshotCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteSnapshotCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSnapshotCommandInput, DeleteSnapshotCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteSnapshotCopyConfigurationCommandOutput extends DeleteSnap
23
23
  }
24
24
  declare const DeleteSnapshotCopyConfigurationCommand_base: {
25
25
  new (input: DeleteSnapshotCopyConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSnapshotCopyConfigurationCommandInput, DeleteSnapshotCopyConfigurationCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteSnapshotCopyConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSnapshotCopyConfigurationCommandInput, DeleteSnapshotCopyConfigurationCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteSnapshotCopyConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSnapshotCopyConfigurationCommandInput, DeleteSnapshotCopyConfigurationCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteUsageLimitCommandOutput extends DeleteUsageLimitResponse,
23
23
  }
24
24
  declare const DeleteUsageLimitCommand_base: {
25
25
  new (input: DeleteUsageLimitCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteUsageLimitCommandInput, DeleteUsageLimitCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteUsageLimitCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteUsageLimitCommandInput, DeleteUsageLimitCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteUsageLimitCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteUsageLimitCommandInput, DeleteUsageLimitCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteWorkgroupCommandOutput extends DeleteWorkgroupResponse, _
23
23
  }
24
24
  declare const DeleteWorkgroupCommand_base: {
25
25
  new (input: DeleteWorkgroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteWorkgroupCommandInput, DeleteWorkgroupCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteWorkgroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteWorkgroupCommandInput, DeleteWorkgroupCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteWorkgroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteWorkgroupCommandInput, DeleteWorkgroupCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetCustomDomainAssociationCommandOutput extends GetCustomDomain
23
23
  }
24
24
  declare const GetCustomDomainAssociationCommand_base: {
25
25
  new (input: GetCustomDomainAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<GetCustomDomainAssociationCommandInput, GetCustomDomainAssociationCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetCustomDomainAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<GetCustomDomainAssociationCommandInput, GetCustomDomainAssociationCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetCustomDomainAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<GetCustomDomainAssociationCommandInput, GetCustomDomainAssociationCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetEndpointAccessCommandOutput extends GetEndpointAccessRespons
23
23
  }
24
24
  declare const GetEndpointAccessCommand_base: {
25
25
  new (input: GetEndpointAccessCommandInput): import("@smithy/smithy-client").CommandImpl<GetEndpointAccessCommandInput, GetEndpointAccessCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetEndpointAccessCommandInput): import("@smithy/smithy-client").CommandImpl<GetEndpointAccessCommandInput, GetEndpointAccessCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetEndpointAccessCommandInput): import("@smithy/smithy-client").CommandImpl<GetEndpointAccessCommandInput, GetEndpointAccessCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetNamespaceCommandOutput extends GetNamespaceResponse, __Metad
23
23
  }
24
24
  declare const GetNamespaceCommand_base: {
25
25
  new (input: GetNamespaceCommandInput): import("@smithy/smithy-client").CommandImpl<GetNamespaceCommandInput, GetNamespaceCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetNamespaceCommandInput): import("@smithy/smithy-client").CommandImpl<GetNamespaceCommandInput, GetNamespaceCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetNamespaceCommandInput): import("@smithy/smithy-client").CommandImpl<GetNamespaceCommandInput, GetNamespaceCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetRecoveryPointCommandOutput extends GetRecoveryPointResponse,
23
23
  }
24
24
  declare const GetRecoveryPointCommand_base: {
25
25
  new (input: GetRecoveryPointCommandInput): import("@smithy/smithy-client").CommandImpl<GetRecoveryPointCommandInput, GetRecoveryPointCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetRecoveryPointCommandInput): import("@smithy/smithy-client").CommandImpl<GetRecoveryPointCommandInput, GetRecoveryPointCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetRecoveryPointCommandInput): import("@smithy/smithy-client").CommandImpl<GetRecoveryPointCommandInput, GetRecoveryPointCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetReservationCommandOutput extends GetReservationResponse, __M
23
23
  }
24
24
  declare const GetReservationCommand_base: {
25
25
  new (input: GetReservationCommandInput): import("@smithy/smithy-client").CommandImpl<GetReservationCommandInput, GetReservationCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetReservationCommandInput): import("@smithy/smithy-client").CommandImpl<GetReservationCommandInput, GetReservationCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetReservationCommandInput): import("@smithy/smithy-client").CommandImpl<GetReservationCommandInput, GetReservationCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetReservationOfferingCommandOutput extends GetReservationOffer
23
23
  }
24
24
  declare const GetReservationOfferingCommand_base: {
25
25
  new (input: GetReservationOfferingCommandInput): import("@smithy/smithy-client").CommandImpl<GetReservationOfferingCommandInput, GetReservationOfferingCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetReservationOfferingCommandInput): import("@smithy/smithy-client").CommandImpl<GetReservationOfferingCommandInput, GetReservationOfferingCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetReservationOfferingCommandInput): import("@smithy/smithy-client").CommandImpl<GetReservationOfferingCommandInput, GetReservationOfferingCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetResourcePolicyCommandOutput extends GetResourcePolicyRespons
23
23
  }
24
24
  declare const GetResourcePolicyCommand_base: {
25
25
  new (input: GetResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetScheduledActionCommandOutput extends GetScheduledActionRespo
23
23
  }
24
24
  declare const GetScheduledActionCommand_base: {
25
25
  new (input: GetScheduledActionCommandInput): import("@smithy/smithy-client").CommandImpl<GetScheduledActionCommandInput, GetScheduledActionCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetScheduledActionCommandInput): import("@smithy/smithy-client").CommandImpl<GetScheduledActionCommandInput, GetScheduledActionCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetScheduledActionCommandInput): import("@smithy/smithy-client").CommandImpl<GetScheduledActionCommandInput, GetScheduledActionCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetTableRestoreStatusCommandOutput extends GetTableRestoreStatu
23
23
  }
24
24
  declare const GetTableRestoreStatusCommand_base: {
25
25
  new (input: GetTableRestoreStatusCommandInput): import("@smithy/smithy-client").CommandImpl<GetTableRestoreStatusCommandInput, GetTableRestoreStatusCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetTableRestoreStatusCommandInput): import("@smithy/smithy-client").CommandImpl<GetTableRestoreStatusCommandInput, GetTableRestoreStatusCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetTableRestoreStatusCommandInput): import("@smithy/smithy-client").CommandImpl<GetTableRestoreStatusCommandInput, GetTableRestoreStatusCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetTrackCommandOutput extends GetTrackResponse, __MetadataBeare
23
23
  }
24
24
  declare const GetTrackCommand_base: {
25
25
  new (input: GetTrackCommandInput): import("@smithy/smithy-client").CommandImpl<GetTrackCommandInput, GetTrackCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetTrackCommandInput): import("@smithy/smithy-client").CommandImpl<GetTrackCommandInput, GetTrackCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetTrackCommandInput): import("@smithy/smithy-client").CommandImpl<GetTrackCommandInput, GetTrackCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetUsageLimitCommandOutput extends GetUsageLimitResponse, __Met
23
23
  }
24
24
  declare const GetUsageLimitCommand_base: {
25
25
  new (input: GetUsageLimitCommandInput): import("@smithy/smithy-client").CommandImpl<GetUsageLimitCommandInput, GetUsageLimitCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetUsageLimitCommandInput): import("@smithy/smithy-client").CommandImpl<GetUsageLimitCommandInput, GetUsageLimitCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetUsageLimitCommandInput): import("@smithy/smithy-client").CommandImpl<GetUsageLimitCommandInput, GetUsageLimitCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetWorkgroupCommandOutput extends GetWorkgroupResponse, __Metad
23
23
  }
24
24
  declare const GetWorkgroupCommand_base: {
25
25
  new (input: GetWorkgroupCommandInput): import("@smithy/smithy-client").CommandImpl<GetWorkgroupCommandInput, GetWorkgroupCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetWorkgroupCommandInput): import("@smithy/smithy-client").CommandImpl<GetWorkgroupCommandInput, GetWorkgroupCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetWorkgroupCommandInput): import("@smithy/smithy-client").CommandImpl<GetWorkgroupCommandInput, GetWorkgroupCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
23
23
  }
24
24
  declare const ListTagsForResourceCommand_base: {
25
25
  new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface PutResourcePolicyCommandOutput extends PutResourcePolicyRespons
23
23
  }
24
24
  declare const PutResourcePolicyCommand_base: {
25
25
  new (input: PutResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: PutResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: PutResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface RestoreFromRecoveryPointCommandOutput extends RestoreFromRecove
23
23
  }
24
24
  declare const RestoreFromRecoveryPointCommand_base: {
25
25
  new (input: RestoreFromRecoveryPointCommandInput): import("@smithy/smithy-client").CommandImpl<RestoreFromRecoveryPointCommandInput, RestoreFromRecoveryPointCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: RestoreFromRecoveryPointCommandInput): import("@smithy/smithy-client").CommandImpl<RestoreFromRecoveryPointCommandInput, RestoreFromRecoveryPointCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: RestoreFromRecoveryPointCommandInput): import("@smithy/smithy-client").CommandImpl<RestoreFromRecoveryPointCommandInput, RestoreFromRecoveryPointCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface RestoreFromSnapshotCommandOutput extends RestoreFromSnapshotRes
23
23
  }
24
24
  declare const RestoreFromSnapshotCommand_base: {
25
25
  new (input: RestoreFromSnapshotCommandInput): import("@smithy/smithy-client").CommandImpl<RestoreFromSnapshotCommandInput, RestoreFromSnapshotCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: RestoreFromSnapshotCommandInput): import("@smithy/smithy-client").CommandImpl<RestoreFromSnapshotCommandInput, RestoreFromSnapshotCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: RestoreFromSnapshotCommandInput): import("@smithy/smithy-client").CommandImpl<RestoreFromSnapshotCommandInput, RestoreFromSnapshotCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface RestoreTableFromRecoveryPointCommandOutput extends RestoreTable
23
23
  }
24
24
  declare const RestoreTableFromRecoveryPointCommand_base: {
25
25
  new (input: RestoreTableFromRecoveryPointCommandInput): import("@smithy/smithy-client").CommandImpl<RestoreTableFromRecoveryPointCommandInput, RestoreTableFromRecoveryPointCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: RestoreTableFromRecoveryPointCommandInput): import("@smithy/smithy-client").CommandImpl<RestoreTableFromRecoveryPointCommandInput, RestoreTableFromRecoveryPointCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: RestoreTableFromRecoveryPointCommandInput): import("@smithy/smithy-client").CommandImpl<RestoreTableFromRecoveryPointCommandInput, RestoreTableFromRecoveryPointCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface RestoreTableFromSnapshotCommandOutput extends RestoreTableFromS
23
23
  }
24
24
  declare const RestoreTableFromSnapshotCommand_base: {
25
25
  new (input: RestoreTableFromSnapshotCommandInput): import("@smithy/smithy-client").CommandImpl<RestoreTableFromSnapshotCommandInput, RestoreTableFromSnapshotCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: RestoreTableFromSnapshotCommandInput): import("@smithy/smithy-client").CommandImpl<RestoreTableFromSnapshotCommandInput, RestoreTableFromSnapshotCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: RestoreTableFromSnapshotCommandInput): import("@smithy/smithy-client").CommandImpl<RestoreTableFromSnapshotCommandInput, RestoreTableFromSnapshotCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
23
23
  }
24
24
  declare const TagResourceCommand_base: {
25
25
  new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
23
23
  }
24
24
  declare const UntagResourceCommand_base: {
25
25
  new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface UpdateCustomDomainAssociationCommandOutput extends UpdateCustom
23
23
  }
24
24
  declare const UpdateCustomDomainAssociationCommand_base: {
25
25
  new (input: UpdateCustomDomainAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateCustomDomainAssociationCommandInput, UpdateCustomDomainAssociationCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: UpdateCustomDomainAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateCustomDomainAssociationCommandInput, UpdateCustomDomainAssociationCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UpdateCustomDomainAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateCustomDomainAssociationCommandInput, UpdateCustomDomainAssociationCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface UpdateEndpointAccessCommandOutput extends UpdateEndpointAccessR
23
23
  }
24
24
  declare const UpdateEndpointAccessCommand_base: {
25
25
  new (input: UpdateEndpointAccessCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateEndpointAccessCommandInput, UpdateEndpointAccessCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: UpdateEndpointAccessCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateEndpointAccessCommandInput, UpdateEndpointAccessCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UpdateEndpointAccessCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateEndpointAccessCommandInput, UpdateEndpointAccessCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface UpdateNamespaceCommandOutput extends UpdateNamespaceResponse, _
23
23
  }
24
24
  declare const UpdateNamespaceCommand_base: {
25
25
  new (input: UpdateNamespaceCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateNamespaceCommandInput, UpdateNamespaceCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: UpdateNamespaceCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateNamespaceCommandInput, UpdateNamespaceCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UpdateNamespaceCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateNamespaceCommandInput, UpdateNamespaceCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface UpdateScheduledActionCommandOutput extends UpdateScheduledActio
23
23
  }
24
24
  declare const UpdateScheduledActionCommand_base: {
25
25
  new (input: UpdateScheduledActionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateScheduledActionCommandInput, UpdateScheduledActionCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: UpdateScheduledActionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateScheduledActionCommandInput, UpdateScheduledActionCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UpdateScheduledActionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateScheduledActionCommandInput, UpdateScheduledActionCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface UpdateSnapshotCommandOutput extends UpdateSnapshotResponse, __M
23
23
  }
24
24
  declare const UpdateSnapshotCommand_base: {
25
25
  new (input: UpdateSnapshotCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateSnapshotCommandInput, UpdateSnapshotCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: UpdateSnapshotCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateSnapshotCommandInput, UpdateSnapshotCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UpdateSnapshotCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateSnapshotCommandInput, UpdateSnapshotCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface UpdateSnapshotCopyConfigurationCommandOutput extends UpdateSnap
23
23
  }
24
24
  declare const UpdateSnapshotCopyConfigurationCommand_base: {
25
25
  new (input: UpdateSnapshotCopyConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateSnapshotCopyConfigurationCommandInput, UpdateSnapshotCopyConfigurationCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: UpdateSnapshotCopyConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateSnapshotCopyConfigurationCommandInput, UpdateSnapshotCopyConfigurationCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UpdateSnapshotCopyConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateSnapshotCopyConfigurationCommandInput, UpdateSnapshotCopyConfigurationCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface UpdateUsageLimitCommandOutput extends UpdateUsageLimitResponse,
23
23
  }
24
24
  declare const UpdateUsageLimitCommand_base: {
25
25
  new (input: UpdateUsageLimitCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateUsageLimitCommandInput, UpdateUsageLimitCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: UpdateUsageLimitCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateUsageLimitCommandInput, UpdateUsageLimitCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UpdateUsageLimitCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateUsageLimitCommandInput, UpdateUsageLimitCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface UpdateWorkgroupCommandOutput extends UpdateWorkgroupResponse, _
23
23
  }
24
24
  declare const UpdateWorkgroupCommand_base: {
25
25
  new (input: UpdateWorkgroupCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateWorkgroupCommandInput, UpdateWorkgroupCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: UpdateWorkgroupCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateWorkgroupCommandInput, UpdateWorkgroupCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UpdateWorkgroupCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateWorkgroupCommandInput, UpdateWorkgroupCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**