@aws-sdk/client-redshift-serverless 3.650.0 → 3.654.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 (111) hide show
  1. package/dist-types/commands/ConvertRecoveryPointToSnapshotCommand.d.ts +11 -0
  2. package/dist-types/commands/CreateCustomDomainAssociationCommand.d.ts +11 -0
  3. package/dist-types/commands/CreateEndpointAccessCommand.d.ts +11 -0
  4. package/dist-types/commands/CreateNamespaceCommand.d.ts +11 -0
  5. package/dist-types/commands/CreateScheduledActionCommand.d.ts +11 -0
  6. package/dist-types/commands/CreateSnapshotCommand.d.ts +11 -0
  7. package/dist-types/commands/CreateSnapshotCopyConfigurationCommand.d.ts +11 -0
  8. package/dist-types/commands/CreateUsageLimitCommand.d.ts +11 -0
  9. package/dist-types/commands/CreateWorkgroupCommand.d.ts +11 -0
  10. package/dist-types/commands/DeleteCustomDomainAssociationCommand.d.ts +11 -0
  11. package/dist-types/commands/DeleteEndpointAccessCommand.d.ts +11 -0
  12. package/dist-types/commands/DeleteNamespaceCommand.d.ts +11 -0
  13. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +11 -0
  14. package/dist-types/commands/DeleteScheduledActionCommand.d.ts +11 -0
  15. package/dist-types/commands/DeleteSnapshotCommand.d.ts +11 -0
  16. package/dist-types/commands/DeleteSnapshotCopyConfigurationCommand.d.ts +11 -0
  17. package/dist-types/commands/DeleteUsageLimitCommand.d.ts +11 -0
  18. package/dist-types/commands/DeleteWorkgroupCommand.d.ts +11 -0
  19. package/dist-types/commands/GetCredentialsCommand.d.ts +11 -0
  20. package/dist-types/commands/GetCustomDomainAssociationCommand.d.ts +11 -0
  21. package/dist-types/commands/GetEndpointAccessCommand.d.ts +11 -0
  22. package/dist-types/commands/GetNamespaceCommand.d.ts +11 -0
  23. package/dist-types/commands/GetRecoveryPointCommand.d.ts +11 -0
  24. package/dist-types/commands/GetResourcePolicyCommand.d.ts +11 -0
  25. package/dist-types/commands/GetScheduledActionCommand.d.ts +11 -0
  26. package/dist-types/commands/GetSnapshotCommand.d.ts +11 -0
  27. package/dist-types/commands/GetTableRestoreStatusCommand.d.ts +11 -0
  28. package/dist-types/commands/GetUsageLimitCommand.d.ts +11 -0
  29. package/dist-types/commands/GetWorkgroupCommand.d.ts +11 -0
  30. package/dist-types/commands/ListCustomDomainAssociationsCommand.d.ts +11 -0
  31. package/dist-types/commands/ListEndpointAccessCommand.d.ts +11 -0
  32. package/dist-types/commands/ListNamespacesCommand.d.ts +11 -0
  33. package/dist-types/commands/ListRecoveryPointsCommand.d.ts +11 -0
  34. package/dist-types/commands/ListScheduledActionsCommand.d.ts +11 -0
  35. package/dist-types/commands/ListSnapshotCopyConfigurationsCommand.d.ts +11 -0
  36. package/dist-types/commands/ListSnapshotsCommand.d.ts +11 -0
  37. package/dist-types/commands/ListTableRestoreStatusCommand.d.ts +11 -0
  38. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  39. package/dist-types/commands/ListUsageLimitsCommand.d.ts +11 -0
  40. package/dist-types/commands/ListWorkgroupsCommand.d.ts +11 -0
  41. package/dist-types/commands/PutResourcePolicyCommand.d.ts +11 -0
  42. package/dist-types/commands/RestoreFromRecoveryPointCommand.d.ts +11 -0
  43. package/dist-types/commands/RestoreFromSnapshotCommand.d.ts +11 -0
  44. package/dist-types/commands/RestoreTableFromRecoveryPointCommand.d.ts +11 -0
  45. package/dist-types/commands/RestoreTableFromSnapshotCommand.d.ts +11 -0
  46. package/dist-types/commands/TagResourceCommand.d.ts +11 -0
  47. package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
  48. package/dist-types/commands/UpdateCustomDomainAssociationCommand.d.ts +11 -0
  49. package/dist-types/commands/UpdateEndpointAccessCommand.d.ts +11 -0
  50. package/dist-types/commands/UpdateNamespaceCommand.d.ts +11 -0
  51. package/dist-types/commands/UpdateScheduledActionCommand.d.ts +11 -0
  52. package/dist-types/commands/UpdateSnapshotCommand.d.ts +11 -0
  53. package/dist-types/commands/UpdateSnapshotCopyConfigurationCommand.d.ts +11 -0
  54. package/dist-types/commands/UpdateUsageLimitCommand.d.ts +11 -0
  55. package/dist-types/commands/UpdateWorkgroupCommand.d.ts +11 -0
  56. package/dist-types/ts3.4/commands/ConvertRecoveryPointToSnapshotCommand.d.ts +12 -1
  57. package/dist-types/ts3.4/commands/CreateCustomDomainAssociationCommand.d.ts +12 -1
  58. package/dist-types/ts3.4/commands/CreateEndpointAccessCommand.d.ts +12 -1
  59. package/dist-types/ts3.4/commands/CreateNamespaceCommand.d.ts +12 -1
  60. package/dist-types/ts3.4/commands/CreateScheduledActionCommand.d.ts +12 -1
  61. package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +12 -1
  62. package/dist-types/ts3.4/commands/CreateSnapshotCopyConfigurationCommand.d.ts +12 -1
  63. package/dist-types/ts3.4/commands/CreateUsageLimitCommand.d.ts +12 -1
  64. package/dist-types/ts3.4/commands/CreateWorkgroupCommand.d.ts +12 -1
  65. package/dist-types/ts3.4/commands/DeleteCustomDomainAssociationCommand.d.ts +12 -1
  66. package/dist-types/ts3.4/commands/DeleteEndpointAccessCommand.d.ts +12 -1
  67. package/dist-types/ts3.4/commands/DeleteNamespaceCommand.d.ts +12 -1
  68. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +12 -1
  69. package/dist-types/ts3.4/commands/DeleteScheduledActionCommand.d.ts +12 -1
  70. package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +12 -1
  71. package/dist-types/ts3.4/commands/DeleteSnapshotCopyConfigurationCommand.d.ts +12 -1
  72. package/dist-types/ts3.4/commands/DeleteUsageLimitCommand.d.ts +12 -1
  73. package/dist-types/ts3.4/commands/DeleteWorkgroupCommand.d.ts +12 -1
  74. package/dist-types/ts3.4/commands/GetCredentialsCommand.d.ts +12 -1
  75. package/dist-types/ts3.4/commands/GetCustomDomainAssociationCommand.d.ts +12 -1
  76. package/dist-types/ts3.4/commands/GetEndpointAccessCommand.d.ts +12 -1
  77. package/dist-types/ts3.4/commands/GetNamespaceCommand.d.ts +12 -1
  78. package/dist-types/ts3.4/commands/GetRecoveryPointCommand.d.ts +12 -1
  79. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +12 -1
  80. package/dist-types/ts3.4/commands/GetScheduledActionCommand.d.ts +12 -1
  81. package/dist-types/ts3.4/commands/GetSnapshotCommand.d.ts +12 -1
  82. package/dist-types/ts3.4/commands/GetTableRestoreStatusCommand.d.ts +12 -1
  83. package/dist-types/ts3.4/commands/GetUsageLimitCommand.d.ts +12 -1
  84. package/dist-types/ts3.4/commands/GetWorkgroupCommand.d.ts +12 -1
  85. package/dist-types/ts3.4/commands/ListCustomDomainAssociationsCommand.d.ts +12 -1
  86. package/dist-types/ts3.4/commands/ListEndpointAccessCommand.d.ts +12 -1
  87. package/dist-types/ts3.4/commands/ListNamespacesCommand.d.ts +12 -1
  88. package/dist-types/ts3.4/commands/ListRecoveryPointsCommand.d.ts +12 -1
  89. package/dist-types/ts3.4/commands/ListScheduledActionsCommand.d.ts +12 -1
  90. package/dist-types/ts3.4/commands/ListSnapshotCopyConfigurationsCommand.d.ts +12 -1
  91. package/dist-types/ts3.4/commands/ListSnapshotsCommand.d.ts +12 -1
  92. package/dist-types/ts3.4/commands/ListTableRestoreStatusCommand.d.ts +12 -1
  93. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
  94. package/dist-types/ts3.4/commands/ListUsageLimitsCommand.d.ts +12 -1
  95. package/dist-types/ts3.4/commands/ListWorkgroupsCommand.d.ts +12 -1
  96. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +12 -1
  97. package/dist-types/ts3.4/commands/RestoreFromRecoveryPointCommand.d.ts +12 -1
  98. package/dist-types/ts3.4/commands/RestoreFromSnapshotCommand.d.ts +12 -1
  99. package/dist-types/ts3.4/commands/RestoreTableFromRecoveryPointCommand.d.ts +12 -1
  100. package/dist-types/ts3.4/commands/RestoreTableFromSnapshotCommand.d.ts +12 -1
  101. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
  102. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
  103. package/dist-types/ts3.4/commands/UpdateCustomDomainAssociationCommand.d.ts +12 -1
  104. package/dist-types/ts3.4/commands/UpdateEndpointAccessCommand.d.ts +12 -1
  105. package/dist-types/ts3.4/commands/UpdateNamespaceCommand.d.ts +12 -1
  106. package/dist-types/ts3.4/commands/UpdateScheduledActionCommand.d.ts +12 -1
  107. package/dist-types/ts3.4/commands/UpdateSnapshotCommand.d.ts +12 -1
  108. package/dist-types/ts3.4/commands/UpdateSnapshotCopyConfigurationCommand.d.ts +12 -1
  109. package/dist-types/ts3.4/commands/UpdateUsageLimitCommand.d.ts +12 -1
  110. package/dist-types/ts3.4/commands/UpdateWorkgroupCommand.d.ts +12 -1
  111. package/package.json +35 -35
@@ -33,4 +33,15 @@ declare const GetNamespaceCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class GetNamespaceCommand extends GetNamespaceCommand_base {}
36
+ export declare class GetNamespaceCommand extends GetNamespaceCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: GetNamespaceRequest;
40
+ output: GetNamespaceResponse;
41
+ };
42
+ sdk: {
43
+ input: GetNamespaceCommandInput;
44
+ output: GetNamespaceCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -36,4 +36,15 @@ declare const GetRecoveryPointCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class GetRecoveryPointCommand extends GetRecoveryPointCommand_base {}
39
+ export declare class GetRecoveryPointCommand extends GetRecoveryPointCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: GetRecoveryPointRequest;
43
+ output: GetRecoveryPointResponse;
44
+ };
45
+ sdk: {
46
+ input: GetRecoveryPointCommandInput;
47
+ output: GetRecoveryPointCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const GetResourcePolicyCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetResourcePolicyCommand extends GetResourcePolicyCommand_base {}
40
+ export declare class GetResourcePolicyCommand extends GetResourcePolicyCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetResourcePolicyRequest;
44
+ output: GetResourcePolicyResponse;
45
+ };
46
+ sdk: {
47
+ input: GetResourcePolicyCommandInput;
48
+ output: GetResourcePolicyCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const GetScheduledActionCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetScheduledActionCommand extends GetScheduledActionCommand_base {}
40
+ export declare class GetScheduledActionCommand extends GetScheduledActionCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetScheduledActionRequest;
44
+ output: GetScheduledActionResponse;
45
+ };
46
+ sdk: {
47
+ input: GetScheduledActionCommandInput;
48
+ output: GetScheduledActionCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const GetSnapshotCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class GetSnapshotCommand extends GetSnapshotCommand_base {}
36
+ export declare class GetSnapshotCommand extends GetSnapshotCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: GetSnapshotRequest;
40
+ output: GetSnapshotResponse;
41
+ };
42
+ sdk: {
43
+ input: GetSnapshotCommandInput;
44
+ output: GetSnapshotCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const GetTableRestoreStatusCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetTableRestoreStatusCommand extends GetTableRestoreStatusCommand_base {}
40
+ export declare class GetTableRestoreStatusCommand extends GetTableRestoreStatusCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetTableRestoreStatusRequest;
44
+ output: GetTableRestoreStatusResponse;
45
+ };
46
+ sdk: {
47
+ input: GetTableRestoreStatusCommandInput;
48
+ output: GetTableRestoreStatusCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const GetUsageLimitCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class GetUsageLimitCommand extends GetUsageLimitCommand_base {}
39
+ export declare class GetUsageLimitCommand extends GetUsageLimitCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: GetUsageLimitRequest;
43
+ output: GetUsageLimitResponse;
44
+ };
45
+ sdk: {
46
+ input: GetUsageLimitCommandInput;
47
+ output: GetUsageLimitCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -33,4 +33,15 @@ declare const GetWorkgroupCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class GetWorkgroupCommand extends GetWorkgroupCommand_base {}
36
+ export declare class GetWorkgroupCommand extends GetWorkgroupCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: GetWorkgroupRequest;
40
+ output: GetWorkgroupResponse;
41
+ };
42
+ sdk: {
43
+ input: GetWorkgroupCommandInput;
44
+ output: GetWorkgroupCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const ListCustomDomainAssociationsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListCustomDomainAssociationsCommand extends ListCustomDomainAssociationsCommand_base {}
40
+ export declare class ListCustomDomainAssociationsCommand extends ListCustomDomainAssociationsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListCustomDomainAssociationsRequest;
44
+ output: ListCustomDomainAssociationsResponse;
45
+ };
46
+ sdk: {
47
+ input: ListCustomDomainAssociationsCommandInput;
48
+ output: ListCustomDomainAssociationsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListEndpointAccessCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListEndpointAccessCommand extends ListEndpointAccessCommand_base {}
40
+ export declare class ListEndpointAccessCommand extends ListEndpointAccessCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListEndpointAccessRequest;
44
+ output: ListEndpointAccessResponse;
45
+ };
46
+ sdk: {
47
+ input: ListEndpointAccessCommandInput;
48
+ output: ListEndpointAccessCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const ListNamespacesCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class ListNamespacesCommand extends ListNamespacesCommand_base {}
39
+ export declare class ListNamespacesCommand extends ListNamespacesCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: ListNamespacesRequest;
43
+ output: ListNamespacesResponse;
44
+ };
45
+ sdk: {
46
+ input: ListNamespacesCommandInput;
47
+ output: ListNamespacesCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const ListRecoveryPointsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListRecoveryPointsCommand extends ListRecoveryPointsCommand_base {}
40
+ export declare class ListRecoveryPointsCommand extends ListRecoveryPointsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListRecoveryPointsRequest;
44
+ output: ListRecoveryPointsResponse;
45
+ };
46
+ sdk: {
47
+ input: ListRecoveryPointsCommandInput;
48
+ output: ListRecoveryPointsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListScheduledActionsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListScheduledActionsCommand extends ListScheduledActionsCommand_base {}
40
+ export declare class ListScheduledActionsCommand extends ListScheduledActionsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListScheduledActionsRequest;
44
+ output: ListScheduledActionsResponse;
45
+ };
46
+ sdk: {
47
+ input: ListScheduledActionsCommandInput;
48
+ output: ListScheduledActionsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListSnapshotCopyConfigurationsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListSnapshotCopyConfigurationsCommand extends ListSnapshotCopyConfigurationsCommand_base {}
40
+ export declare class ListSnapshotCopyConfigurationsCommand extends ListSnapshotCopyConfigurationsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListSnapshotCopyConfigurationsRequest;
44
+ output: ListSnapshotCopyConfigurationsResponse;
45
+ };
46
+ sdk: {
47
+ input: ListSnapshotCopyConfigurationsCommandInput;
48
+ output: ListSnapshotCopyConfigurationsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const ListSnapshotsCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class ListSnapshotsCommand extends ListSnapshotsCommand_base {}
39
+ export declare class ListSnapshotsCommand extends ListSnapshotsCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: ListSnapshotsRequest;
43
+ output: ListSnapshotsResponse;
44
+ };
45
+ sdk: {
46
+ input: ListSnapshotsCommandInput;
47
+ output: ListSnapshotsCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const ListTableRestoreStatusCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListTableRestoreStatusCommand extends ListTableRestoreStatusCommand_base {}
40
+ export declare class ListTableRestoreStatusCommand extends ListTableRestoreStatusCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListTableRestoreStatusRequest;
44
+ output: ListTableRestoreStatusResponse;
45
+ };
46
+ sdk: {
47
+ input: ListTableRestoreStatusCommandInput;
48
+ output: ListTableRestoreStatusCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListTagsForResourceCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}
40
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListTagsForResourceRequest;
44
+ output: ListTagsForResourceResponse;
45
+ };
46
+ sdk: {
47
+ input: ListTagsForResourceCommandInput;
48
+ output: ListTagsForResourceCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const ListUsageLimitsCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class ListUsageLimitsCommand extends ListUsageLimitsCommand_base {}
39
+ export declare class ListUsageLimitsCommand extends ListUsageLimitsCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: ListUsageLimitsRequest;
43
+ output: ListUsageLimitsResponse;
44
+ };
45
+ sdk: {
46
+ input: ListUsageLimitsCommandInput;
47
+ output: ListUsageLimitsCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -36,4 +36,15 @@ declare const ListWorkgroupsCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class ListWorkgroupsCommand extends ListWorkgroupsCommand_base {}
39
+ export declare class ListWorkgroupsCommand extends ListWorkgroupsCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: ListWorkgroupsRequest;
43
+ output: ListWorkgroupsResponse;
44
+ };
45
+ sdk: {
46
+ input: ListWorkgroupsCommandInput;
47
+ output: ListWorkgroupsCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const PutResourcePolicyCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class PutResourcePolicyCommand extends PutResourcePolicyCommand_base {}
40
+ export declare class PutResourcePolicyCommand extends PutResourcePolicyCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: PutResourcePolicyRequest;
44
+ output: PutResourcePolicyResponse;
45
+ };
46
+ sdk: {
47
+ input: PutResourcePolicyCommandInput;
48
+ output: PutResourcePolicyCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const RestoreFromRecoveryPointCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class RestoreFromRecoveryPointCommand extends RestoreFromRecoveryPointCommand_base {}
40
+ export declare class RestoreFromRecoveryPointCommand extends RestoreFromRecoveryPointCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: RestoreFromRecoveryPointRequest;
44
+ output: RestoreFromRecoveryPointResponse;
45
+ };
46
+ sdk: {
47
+ input: RestoreFromRecoveryPointCommandInput;
48
+ output: RestoreFromRecoveryPointCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const RestoreFromSnapshotCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class RestoreFromSnapshotCommand extends RestoreFromSnapshotCommand_base {}
40
+ export declare class RestoreFromSnapshotCommand extends RestoreFromSnapshotCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: RestoreFromSnapshotRequest;
44
+ output: RestoreFromSnapshotResponse;
45
+ };
46
+ sdk: {
47
+ input: RestoreFromSnapshotCommandInput;
48
+ output: RestoreFromSnapshotCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const RestoreTableFromRecoveryPointCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class RestoreTableFromRecoveryPointCommand extends RestoreTableFromRecoveryPointCommand_base {}
40
+ export declare class RestoreTableFromRecoveryPointCommand extends RestoreTableFromRecoveryPointCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: RestoreTableFromRecoveryPointRequest;
44
+ output: RestoreTableFromRecoveryPointResponse;
45
+ };
46
+ sdk: {
47
+ input: RestoreTableFromRecoveryPointCommandInput;
48
+ output: RestoreTableFromRecoveryPointCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const RestoreTableFromSnapshotCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class RestoreTableFromSnapshotCommand extends RestoreTableFromSnapshotCommand_base {}
40
+ export declare class RestoreTableFromSnapshotCommand extends RestoreTableFromSnapshotCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: RestoreTableFromSnapshotRequest;
44
+ output: RestoreTableFromSnapshotResponse;
45
+ };
46
+ sdk: {
47
+ input: RestoreTableFromSnapshotCommandInput;
48
+ output: RestoreTableFromSnapshotCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const TagResourceCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class TagResourceCommand extends TagResourceCommand_base {}
36
+ export declare class TagResourceCommand extends TagResourceCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: TagResourceRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: TagResourceCommandInput;
44
+ output: TagResourceCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -36,4 +36,15 @@ declare const UntagResourceCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class UntagResourceCommand extends UntagResourceCommand_base {}
39
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: UntagResourceRequest;
43
+ output: {};
44
+ };
45
+ sdk: {
46
+ input: UntagResourceCommandInput;
47
+ output: UntagResourceCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const UpdateCustomDomainAssociationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class UpdateCustomDomainAssociationCommand extends UpdateCustomDomainAssociationCommand_base {}
40
+ export declare class UpdateCustomDomainAssociationCommand extends UpdateCustomDomainAssociationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdateCustomDomainAssociationRequest;
44
+ output: UpdateCustomDomainAssociationResponse;
45
+ };
46
+ sdk: {
47
+ input: UpdateCustomDomainAssociationCommandInput;
48
+ output: UpdateCustomDomainAssociationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const UpdateEndpointAccessCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class UpdateEndpointAccessCommand extends UpdateEndpointAccessCommand_base {}
40
+ export declare class UpdateEndpointAccessCommand extends UpdateEndpointAccessCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdateEndpointAccessRequest;
44
+ output: UpdateEndpointAccessResponse;
45
+ };
46
+ sdk: {
47
+ input: UpdateEndpointAccessCommandInput;
48
+ output: UpdateEndpointAccessCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const UpdateNamespaceCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class UpdateNamespaceCommand extends UpdateNamespaceCommand_base {}
39
+ export declare class UpdateNamespaceCommand extends UpdateNamespaceCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: UpdateNamespaceRequest;
43
+ output: UpdateNamespaceResponse;
44
+ };
45
+ sdk: {
46
+ input: UpdateNamespaceCommandInput;
47
+ output: UpdateNamespaceCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const UpdateScheduledActionCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class UpdateScheduledActionCommand extends UpdateScheduledActionCommand_base {}
40
+ export declare class UpdateScheduledActionCommand extends UpdateScheduledActionCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdateScheduledActionRequest;
44
+ output: UpdateScheduledActionResponse;
45
+ };
46
+ sdk: {
47
+ input: UpdateScheduledActionCommandInput;
48
+ output: UpdateScheduledActionCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const UpdateSnapshotCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class UpdateSnapshotCommand extends UpdateSnapshotCommand_base {}
39
+ export declare class UpdateSnapshotCommand extends UpdateSnapshotCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: UpdateSnapshotRequest;
43
+ output: UpdateSnapshotResponse;
44
+ };
45
+ sdk: {
46
+ input: UpdateSnapshotCommandInput;
47
+ output: UpdateSnapshotCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const UpdateSnapshotCopyConfigurationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class UpdateSnapshotCopyConfigurationCommand extends UpdateSnapshotCopyConfigurationCommand_base {}
40
+ export declare class UpdateSnapshotCopyConfigurationCommand extends UpdateSnapshotCopyConfigurationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdateSnapshotCopyConfigurationRequest;
44
+ output: UpdateSnapshotCopyConfigurationResponse;
45
+ };
46
+ sdk: {
47
+ input: UpdateSnapshotCopyConfigurationCommandInput;
48
+ output: UpdateSnapshotCopyConfigurationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const UpdateUsageLimitCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class UpdateUsageLimitCommand extends UpdateUsageLimitCommand_base {}
39
+ export declare class UpdateUsageLimitCommand extends UpdateUsageLimitCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: UpdateUsageLimitRequest;
43
+ output: UpdateUsageLimitResponse;
44
+ };
45
+ sdk: {
46
+ input: UpdateUsageLimitCommandInput;
47
+ output: UpdateUsageLimitCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -36,4 +36,15 @@ declare const UpdateWorkgroupCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class UpdateWorkgroupCommand extends UpdateWorkgroupCommand_base {}
39
+ export declare class UpdateWorkgroupCommand extends UpdateWorkgroupCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: UpdateWorkgroupRequest;
43
+ output: UpdateWorkgroupResponse;
44
+ };
45
+ sdk: {
46
+ input: UpdateWorkgroupCommandInput;
47
+ output: UpdateWorkgroupCommandOutput;
48
+ };
49
+ };
50
+ }