@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.
- package/dist-types/commands/ConvertRecoveryPointToSnapshotCommand.d.ts +11 -0
- package/dist-types/commands/CreateCustomDomainAssociationCommand.d.ts +11 -0
- package/dist-types/commands/CreateEndpointAccessCommand.d.ts +11 -0
- package/dist-types/commands/CreateNamespaceCommand.d.ts +11 -0
- package/dist-types/commands/CreateScheduledActionCommand.d.ts +11 -0
- package/dist-types/commands/CreateSnapshotCommand.d.ts +11 -0
- package/dist-types/commands/CreateSnapshotCopyConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/CreateUsageLimitCommand.d.ts +11 -0
- package/dist-types/commands/CreateWorkgroupCommand.d.ts +11 -0
- package/dist-types/commands/DeleteCustomDomainAssociationCommand.d.ts +11 -0
- package/dist-types/commands/DeleteEndpointAccessCommand.d.ts +11 -0
- package/dist-types/commands/DeleteNamespaceCommand.d.ts +11 -0
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +11 -0
- package/dist-types/commands/DeleteScheduledActionCommand.d.ts +11 -0
- package/dist-types/commands/DeleteSnapshotCommand.d.ts +11 -0
- package/dist-types/commands/DeleteSnapshotCopyConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/DeleteUsageLimitCommand.d.ts +11 -0
- package/dist-types/commands/DeleteWorkgroupCommand.d.ts +11 -0
- package/dist-types/commands/GetCredentialsCommand.d.ts +11 -0
- package/dist-types/commands/GetCustomDomainAssociationCommand.d.ts +11 -0
- package/dist-types/commands/GetEndpointAccessCommand.d.ts +11 -0
- package/dist-types/commands/GetNamespaceCommand.d.ts +11 -0
- package/dist-types/commands/GetRecoveryPointCommand.d.ts +11 -0
- package/dist-types/commands/GetResourcePolicyCommand.d.ts +11 -0
- package/dist-types/commands/GetScheduledActionCommand.d.ts +11 -0
- package/dist-types/commands/GetSnapshotCommand.d.ts +11 -0
- package/dist-types/commands/GetTableRestoreStatusCommand.d.ts +11 -0
- package/dist-types/commands/GetUsageLimitCommand.d.ts +11 -0
- package/dist-types/commands/GetWorkgroupCommand.d.ts +11 -0
- package/dist-types/commands/ListCustomDomainAssociationsCommand.d.ts +11 -0
- package/dist-types/commands/ListEndpointAccessCommand.d.ts +11 -0
- package/dist-types/commands/ListNamespacesCommand.d.ts +11 -0
- package/dist-types/commands/ListRecoveryPointsCommand.d.ts +11 -0
- package/dist-types/commands/ListScheduledActionsCommand.d.ts +11 -0
- package/dist-types/commands/ListSnapshotCopyConfigurationsCommand.d.ts +11 -0
- package/dist-types/commands/ListSnapshotsCommand.d.ts +11 -0
- package/dist-types/commands/ListTableRestoreStatusCommand.d.ts +11 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
- package/dist-types/commands/ListUsageLimitsCommand.d.ts +11 -0
- package/dist-types/commands/ListWorkgroupsCommand.d.ts +11 -0
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +11 -0
- package/dist-types/commands/RestoreFromRecoveryPointCommand.d.ts +11 -0
- package/dist-types/commands/RestoreFromSnapshotCommand.d.ts +11 -0
- package/dist-types/commands/RestoreTableFromRecoveryPointCommand.d.ts +11 -0
- package/dist-types/commands/RestoreTableFromSnapshotCommand.d.ts +11 -0
- package/dist-types/commands/TagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UpdateCustomDomainAssociationCommand.d.ts +11 -0
- package/dist-types/commands/UpdateEndpointAccessCommand.d.ts +11 -0
- package/dist-types/commands/UpdateNamespaceCommand.d.ts +11 -0
- package/dist-types/commands/UpdateScheduledActionCommand.d.ts +11 -0
- package/dist-types/commands/UpdateSnapshotCommand.d.ts +11 -0
- package/dist-types/commands/UpdateSnapshotCopyConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/UpdateUsageLimitCommand.d.ts +11 -0
- package/dist-types/commands/UpdateWorkgroupCommand.d.ts +11 -0
- package/dist-types/ts3.4/commands/ConvertRecoveryPointToSnapshotCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateCustomDomainAssociationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateEndpointAccessCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateNamespaceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateScheduledActionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateSnapshotCopyConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateUsageLimitCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateWorkgroupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteCustomDomainAssociationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteEndpointAccessCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteNamespaceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteScheduledActionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteSnapshotCopyConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteUsageLimitCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteWorkgroupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetCredentialsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetCustomDomainAssociationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetEndpointAccessCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetNamespaceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetRecoveryPointCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetScheduledActionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetSnapshotCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetTableRestoreStatusCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetUsageLimitCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetWorkgroupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListCustomDomainAssociationsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListEndpointAccessCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListNamespacesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListRecoveryPointsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListScheduledActionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListSnapshotCopyConfigurationsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListSnapshotsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTableRestoreStatusCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListUsageLimitsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListWorkgroupsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RestoreFromRecoveryPointCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RestoreFromSnapshotCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RestoreTableFromRecoveryPointCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RestoreTableFromSnapshotCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateCustomDomainAssociationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateEndpointAccessCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateNamespaceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateScheduledActionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateSnapshotCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateSnapshotCopyConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateUsageLimitCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateWorkgroupCommand.d.ts +12 -1
- package/package.json +35 -35
|
@@ -111,4 +111,15 @@ declare const ConvertRecoveryPointToSnapshotCommand_base: {
|
|
|
111
111
|
* @public
|
|
112
112
|
*/
|
|
113
113
|
export declare class ConvertRecoveryPointToSnapshotCommand extends ConvertRecoveryPointToSnapshotCommand_base {
|
|
114
|
+
/** @internal type navigation helper, not in runtime. */
|
|
115
|
+
protected static __types: {
|
|
116
|
+
api: {
|
|
117
|
+
input: ConvertRecoveryPointToSnapshotRequest;
|
|
118
|
+
output: ConvertRecoveryPointToSnapshotResponse;
|
|
119
|
+
};
|
|
120
|
+
sdk: {
|
|
121
|
+
input: ConvertRecoveryPointToSnapshotCommandInput;
|
|
122
|
+
output: ConvertRecoveryPointToSnapshotCommandOutput;
|
|
123
|
+
};
|
|
124
|
+
};
|
|
114
125
|
}
|
|
@@ -80,4 +80,15 @@ declare const CreateCustomDomainAssociationCommand_base: {
|
|
|
80
80
|
* @public
|
|
81
81
|
*/
|
|
82
82
|
export declare class CreateCustomDomainAssociationCommand extends CreateCustomDomainAssociationCommand_base {
|
|
83
|
+
/** @internal type navigation helper, not in runtime. */
|
|
84
|
+
protected static __types: {
|
|
85
|
+
api: {
|
|
86
|
+
input: CreateCustomDomainAssociationRequest;
|
|
87
|
+
output: CreateCustomDomainAssociationResponse;
|
|
88
|
+
};
|
|
89
|
+
sdk: {
|
|
90
|
+
input: CreateCustomDomainAssociationCommandInput;
|
|
91
|
+
output: CreateCustomDomainAssociationCommandOutput;
|
|
92
|
+
};
|
|
93
|
+
};
|
|
83
94
|
}
|
|
@@ -113,4 +113,15 @@ declare const CreateEndpointAccessCommand_base: {
|
|
|
113
113
|
* @public
|
|
114
114
|
*/
|
|
115
115
|
export declare class CreateEndpointAccessCommand extends CreateEndpointAccessCommand_base {
|
|
116
|
+
/** @internal type navigation helper, not in runtime. */
|
|
117
|
+
protected static __types: {
|
|
118
|
+
api: {
|
|
119
|
+
input: CreateEndpointAccessRequest;
|
|
120
|
+
output: CreateEndpointAccessResponse;
|
|
121
|
+
};
|
|
122
|
+
sdk: {
|
|
123
|
+
input: CreateEndpointAccessCommandInput;
|
|
124
|
+
output: CreateEndpointAccessCommandOutput;
|
|
125
|
+
};
|
|
126
|
+
};
|
|
116
127
|
}
|
|
@@ -107,4 +107,15 @@ declare const CreateNamespaceCommand_base: {
|
|
|
107
107
|
* @public
|
|
108
108
|
*/
|
|
109
109
|
export declare class CreateNamespaceCommand extends CreateNamespaceCommand_base {
|
|
110
|
+
/** @internal type navigation helper, not in runtime. */
|
|
111
|
+
protected static __types: {
|
|
112
|
+
api: {
|
|
113
|
+
input: CreateNamespaceRequest;
|
|
114
|
+
output: CreateNamespaceResponse;
|
|
115
|
+
};
|
|
116
|
+
sdk: {
|
|
117
|
+
input: CreateNamespaceCommandInput;
|
|
118
|
+
output: CreateNamespaceCommandOutput;
|
|
119
|
+
};
|
|
120
|
+
};
|
|
110
121
|
}
|
|
@@ -122,4 +122,15 @@ declare const CreateScheduledActionCommand_base: {
|
|
|
122
122
|
* @public
|
|
123
123
|
*/
|
|
124
124
|
export declare class CreateScheduledActionCommand extends CreateScheduledActionCommand_base {
|
|
125
|
+
/** @internal type navigation helper, not in runtime. */
|
|
126
|
+
protected static __types: {
|
|
127
|
+
api: {
|
|
128
|
+
input: CreateScheduledActionRequest;
|
|
129
|
+
output: CreateScheduledActionResponse;
|
|
130
|
+
};
|
|
131
|
+
sdk: {
|
|
132
|
+
input: CreateScheduledActionCommandInput;
|
|
133
|
+
output: CreateScheduledActionCommandOutput;
|
|
134
|
+
};
|
|
135
|
+
};
|
|
125
136
|
}
|
|
@@ -113,4 +113,15 @@ declare const CreateSnapshotCommand_base: {
|
|
|
113
113
|
* @public
|
|
114
114
|
*/
|
|
115
115
|
export declare class CreateSnapshotCommand extends CreateSnapshotCommand_base {
|
|
116
|
+
/** @internal type navigation helper, not in runtime. */
|
|
117
|
+
protected static __types: {
|
|
118
|
+
api: {
|
|
119
|
+
input: CreateSnapshotRequest;
|
|
120
|
+
output: CreateSnapshotResponse;
|
|
121
|
+
};
|
|
122
|
+
sdk: {
|
|
123
|
+
input: CreateSnapshotCommandInput;
|
|
124
|
+
output: CreateSnapshotCommandOutput;
|
|
125
|
+
};
|
|
126
|
+
};
|
|
116
127
|
}
|
|
@@ -85,4 +85,15 @@ declare const CreateSnapshotCopyConfigurationCommand_base: {
|
|
|
85
85
|
* @public
|
|
86
86
|
*/
|
|
87
87
|
export declare class CreateSnapshotCopyConfigurationCommand extends CreateSnapshotCopyConfigurationCommand_base {
|
|
88
|
+
/** @internal type navigation helper, not in runtime. */
|
|
89
|
+
protected static __types: {
|
|
90
|
+
api: {
|
|
91
|
+
input: CreateSnapshotCopyConfigurationRequest;
|
|
92
|
+
output: CreateSnapshotCopyConfigurationResponse;
|
|
93
|
+
};
|
|
94
|
+
sdk: {
|
|
95
|
+
input: CreateSnapshotCopyConfigurationCommandInput;
|
|
96
|
+
output: CreateSnapshotCopyConfigurationCommandOutput;
|
|
97
|
+
};
|
|
98
|
+
};
|
|
88
99
|
}
|
|
@@ -85,4 +85,15 @@ declare const CreateUsageLimitCommand_base: {
|
|
|
85
85
|
* @public
|
|
86
86
|
*/
|
|
87
87
|
export declare class CreateUsageLimitCommand extends CreateUsageLimitCommand_base {
|
|
88
|
+
/** @internal type navigation helper, not in runtime. */
|
|
89
|
+
protected static __types: {
|
|
90
|
+
api: {
|
|
91
|
+
input: CreateUsageLimitRequest;
|
|
92
|
+
output: CreateUsageLimitResponse;
|
|
93
|
+
};
|
|
94
|
+
sdk: {
|
|
95
|
+
input: CreateUsageLimitCommandInput;
|
|
96
|
+
output: CreateUsageLimitCommandOutput;
|
|
97
|
+
};
|
|
98
|
+
};
|
|
88
99
|
}
|
|
@@ -155,4 +155,15 @@ declare const CreateWorkgroupCommand_base: {
|
|
|
155
155
|
* @public
|
|
156
156
|
*/
|
|
157
157
|
export declare class CreateWorkgroupCommand extends CreateWorkgroupCommand_base {
|
|
158
|
+
/** @internal type navigation helper, not in runtime. */
|
|
159
|
+
protected static __types: {
|
|
160
|
+
api: {
|
|
161
|
+
input: CreateWorkgroupRequest;
|
|
162
|
+
output: CreateWorkgroupResponse;
|
|
163
|
+
};
|
|
164
|
+
sdk: {
|
|
165
|
+
input: CreateWorkgroupCommandInput;
|
|
166
|
+
output: CreateWorkgroupCommandOutput;
|
|
167
|
+
};
|
|
168
|
+
};
|
|
158
169
|
}
|
|
@@ -74,4 +74,15 @@ declare const DeleteCustomDomainAssociationCommand_base: {
|
|
|
74
74
|
* @public
|
|
75
75
|
*/
|
|
76
76
|
export declare class DeleteCustomDomainAssociationCommand extends DeleteCustomDomainAssociationCommand_base {
|
|
77
|
+
/** @internal type navigation helper, not in runtime. */
|
|
78
|
+
protected static __types: {
|
|
79
|
+
api: {
|
|
80
|
+
input: DeleteCustomDomainAssociationRequest;
|
|
81
|
+
output: {};
|
|
82
|
+
};
|
|
83
|
+
sdk: {
|
|
84
|
+
input: DeleteCustomDomainAssociationCommandInput;
|
|
85
|
+
output: DeleteCustomDomainAssociationCommandOutput;
|
|
86
|
+
};
|
|
87
|
+
};
|
|
77
88
|
}
|
|
@@ -99,4 +99,15 @@ declare const DeleteEndpointAccessCommand_base: {
|
|
|
99
99
|
* @public
|
|
100
100
|
*/
|
|
101
101
|
export declare class DeleteEndpointAccessCommand extends DeleteEndpointAccessCommand_base {
|
|
102
|
+
/** @internal type navigation helper, not in runtime. */
|
|
103
|
+
protected static __types: {
|
|
104
|
+
api: {
|
|
105
|
+
input: DeleteEndpointAccessRequest;
|
|
106
|
+
output: DeleteEndpointAccessResponse;
|
|
107
|
+
};
|
|
108
|
+
sdk: {
|
|
109
|
+
input: DeleteEndpointAccessCommandInput;
|
|
110
|
+
output: DeleteEndpointAccessCommandOutput;
|
|
111
|
+
};
|
|
112
|
+
};
|
|
102
113
|
}
|
|
@@ -90,4 +90,15 @@ declare const DeleteNamespaceCommand_base: {
|
|
|
90
90
|
* @public
|
|
91
91
|
*/
|
|
92
92
|
export declare class DeleteNamespaceCommand extends DeleteNamespaceCommand_base {
|
|
93
|
+
/** @internal type navigation helper, not in runtime. */
|
|
94
|
+
protected static __types: {
|
|
95
|
+
api: {
|
|
96
|
+
input: DeleteNamespaceRequest;
|
|
97
|
+
output: DeleteNamespaceResponse;
|
|
98
|
+
};
|
|
99
|
+
sdk: {
|
|
100
|
+
input: DeleteNamespaceCommandInput;
|
|
101
|
+
output: DeleteNamespaceCommandOutput;
|
|
102
|
+
};
|
|
103
|
+
};
|
|
93
104
|
}
|
|
@@ -64,4 +64,15 @@ declare const DeleteResourcePolicyCommand_base: {
|
|
|
64
64
|
* @public
|
|
65
65
|
*/
|
|
66
66
|
export declare class DeleteResourcePolicyCommand extends DeleteResourcePolicyCommand_base {
|
|
67
|
+
/** @internal type navigation helper, not in runtime. */
|
|
68
|
+
protected static __types: {
|
|
69
|
+
api: {
|
|
70
|
+
input: DeleteResourcePolicyRequest;
|
|
71
|
+
output: {};
|
|
72
|
+
};
|
|
73
|
+
sdk: {
|
|
74
|
+
input: DeleteResourcePolicyCommandInput;
|
|
75
|
+
output: DeleteResourcePolicyCommandOutput;
|
|
76
|
+
};
|
|
77
|
+
};
|
|
67
78
|
}
|
|
@@ -95,4 +95,15 @@ declare const DeleteScheduledActionCommand_base: {
|
|
|
95
95
|
* @public
|
|
96
96
|
*/
|
|
97
97
|
export declare class DeleteScheduledActionCommand extends DeleteScheduledActionCommand_base {
|
|
98
|
+
/** @internal type navigation helper, not in runtime. */
|
|
99
|
+
protected static __types: {
|
|
100
|
+
api: {
|
|
101
|
+
input: DeleteScheduledActionRequest;
|
|
102
|
+
output: DeleteScheduledActionResponse;
|
|
103
|
+
};
|
|
104
|
+
sdk: {
|
|
105
|
+
input: DeleteScheduledActionCommandInput;
|
|
106
|
+
output: DeleteScheduledActionCommandOutput;
|
|
107
|
+
};
|
|
108
|
+
};
|
|
98
109
|
}
|
|
@@ -96,4 +96,15 @@ declare const DeleteSnapshotCommand_base: {
|
|
|
96
96
|
* @public
|
|
97
97
|
*/
|
|
98
98
|
export declare class DeleteSnapshotCommand extends DeleteSnapshotCommand_base {
|
|
99
|
+
/** @internal type navigation helper, not in runtime. */
|
|
100
|
+
protected static __types: {
|
|
101
|
+
api: {
|
|
102
|
+
input: DeleteSnapshotRequest;
|
|
103
|
+
output: DeleteSnapshotResponse;
|
|
104
|
+
};
|
|
105
|
+
sdk: {
|
|
106
|
+
input: DeleteSnapshotCommandInput;
|
|
107
|
+
output: DeleteSnapshotCommandOutput;
|
|
108
|
+
};
|
|
109
|
+
};
|
|
99
110
|
}
|
|
@@ -79,4 +79,15 @@ declare const DeleteSnapshotCopyConfigurationCommand_base: {
|
|
|
79
79
|
* @public
|
|
80
80
|
*/
|
|
81
81
|
export declare class DeleteSnapshotCopyConfigurationCommand extends DeleteSnapshotCopyConfigurationCommand_base {
|
|
82
|
+
/** @internal type navigation helper, not in runtime. */
|
|
83
|
+
protected static __types: {
|
|
84
|
+
api: {
|
|
85
|
+
input: DeleteSnapshotCopyConfigurationRequest;
|
|
86
|
+
output: DeleteSnapshotCopyConfigurationResponse;
|
|
87
|
+
};
|
|
88
|
+
sdk: {
|
|
89
|
+
input: DeleteSnapshotCopyConfigurationCommandInput;
|
|
90
|
+
output: DeleteSnapshotCopyConfigurationCommandOutput;
|
|
91
|
+
};
|
|
92
|
+
};
|
|
82
93
|
}
|
|
@@ -77,4 +77,15 @@ declare const DeleteUsageLimitCommand_base: {
|
|
|
77
77
|
* @public
|
|
78
78
|
*/
|
|
79
79
|
export declare class DeleteUsageLimitCommand extends DeleteUsageLimitCommand_base {
|
|
80
|
+
/** @internal type navigation helper, not in runtime. */
|
|
81
|
+
protected static __types: {
|
|
82
|
+
api: {
|
|
83
|
+
input: DeleteUsageLimitRequest;
|
|
84
|
+
output: DeleteUsageLimitResponse;
|
|
85
|
+
};
|
|
86
|
+
sdk: {
|
|
87
|
+
input: DeleteUsageLimitCommandInput;
|
|
88
|
+
output: DeleteUsageLimitCommandOutput;
|
|
89
|
+
};
|
|
90
|
+
};
|
|
80
91
|
}
|
|
@@ -121,4 +121,15 @@ declare const DeleteWorkgroupCommand_base: {
|
|
|
121
121
|
* @public
|
|
122
122
|
*/
|
|
123
123
|
export declare class DeleteWorkgroupCommand extends DeleteWorkgroupCommand_base {
|
|
124
|
+
/** @internal type navigation helper, not in runtime. */
|
|
125
|
+
protected static __types: {
|
|
126
|
+
api: {
|
|
127
|
+
input: DeleteWorkgroupRequest;
|
|
128
|
+
output: DeleteWorkgroupResponse;
|
|
129
|
+
};
|
|
130
|
+
sdk: {
|
|
131
|
+
input: DeleteWorkgroupCommandInput;
|
|
132
|
+
output: DeleteWorkgroupCommandOutput;
|
|
133
|
+
};
|
|
134
|
+
};
|
|
124
135
|
}
|
|
@@ -82,4 +82,15 @@ declare const GetCredentialsCommand_base: {
|
|
|
82
82
|
* @public
|
|
83
83
|
*/
|
|
84
84
|
export declare class GetCredentialsCommand extends GetCredentialsCommand_base {
|
|
85
|
+
/** @internal type navigation helper, not in runtime. */
|
|
86
|
+
protected static __types: {
|
|
87
|
+
api: {
|
|
88
|
+
input: GetCredentialsRequest;
|
|
89
|
+
output: GetCredentialsResponse;
|
|
90
|
+
};
|
|
91
|
+
sdk: {
|
|
92
|
+
input: GetCredentialsCommandInput;
|
|
93
|
+
output: GetCredentialsCommandOutput;
|
|
94
|
+
};
|
|
95
|
+
};
|
|
85
96
|
}
|
|
@@ -79,4 +79,15 @@ declare const GetCustomDomainAssociationCommand_base: {
|
|
|
79
79
|
* @public
|
|
80
80
|
*/
|
|
81
81
|
export declare class GetCustomDomainAssociationCommand extends GetCustomDomainAssociationCommand_base {
|
|
82
|
+
/** @internal type navigation helper, not in runtime. */
|
|
83
|
+
protected static __types: {
|
|
84
|
+
api: {
|
|
85
|
+
input: GetCustomDomainAssociationRequest;
|
|
86
|
+
output: GetCustomDomainAssociationResponse;
|
|
87
|
+
};
|
|
88
|
+
sdk: {
|
|
89
|
+
input: GetCustomDomainAssociationCommandInput;
|
|
90
|
+
output: GetCustomDomainAssociationCommandOutput;
|
|
91
|
+
};
|
|
92
|
+
};
|
|
82
93
|
}
|
|
@@ -99,4 +99,15 @@ declare const GetEndpointAccessCommand_base: {
|
|
|
99
99
|
* @public
|
|
100
100
|
*/
|
|
101
101
|
export declare class GetEndpointAccessCommand extends GetEndpointAccessCommand_base {
|
|
102
|
+
/** @internal type navigation helper, not in runtime. */
|
|
103
|
+
protected static __types: {
|
|
104
|
+
api: {
|
|
105
|
+
input: GetEndpointAccessRequest;
|
|
106
|
+
output: GetEndpointAccessResponse;
|
|
107
|
+
};
|
|
108
|
+
sdk: {
|
|
109
|
+
input: GetEndpointAccessCommandInput;
|
|
110
|
+
output: GetEndpointAccessCommandOutput;
|
|
111
|
+
};
|
|
112
|
+
};
|
|
102
113
|
}
|
|
@@ -84,4 +84,15 @@ declare const GetNamespaceCommand_base: {
|
|
|
84
84
|
* @public
|
|
85
85
|
*/
|
|
86
86
|
export declare class GetNamespaceCommand extends GetNamespaceCommand_base {
|
|
87
|
+
/** @internal type navigation helper, not in runtime. */
|
|
88
|
+
protected static __types: {
|
|
89
|
+
api: {
|
|
90
|
+
input: GetNamespaceRequest;
|
|
91
|
+
output: GetNamespaceResponse;
|
|
92
|
+
};
|
|
93
|
+
sdk: {
|
|
94
|
+
input: GetNamespaceCommandInput;
|
|
95
|
+
output: GetNamespaceCommandOutput;
|
|
96
|
+
};
|
|
97
|
+
};
|
|
87
98
|
}
|
|
@@ -76,4 +76,15 @@ declare const GetRecoveryPointCommand_base: {
|
|
|
76
76
|
* @public
|
|
77
77
|
*/
|
|
78
78
|
export declare class GetRecoveryPointCommand extends GetRecoveryPointCommand_base {
|
|
79
|
+
/** @internal type navigation helper, not in runtime. */
|
|
80
|
+
protected static __types: {
|
|
81
|
+
api: {
|
|
82
|
+
input: GetRecoveryPointRequest;
|
|
83
|
+
output: GetRecoveryPointResponse;
|
|
84
|
+
};
|
|
85
|
+
sdk: {
|
|
86
|
+
input: GetRecoveryPointCommandInput;
|
|
87
|
+
output: GetRecoveryPointCommandOutput;
|
|
88
|
+
};
|
|
89
|
+
};
|
|
79
90
|
}
|
|
@@ -69,4 +69,15 @@ declare const GetResourcePolicyCommand_base: {
|
|
|
69
69
|
* @public
|
|
70
70
|
*/
|
|
71
71
|
export declare class GetResourcePolicyCommand extends GetResourcePolicyCommand_base {
|
|
72
|
+
/** @internal type navigation helper, not in runtime. */
|
|
73
|
+
protected static __types: {
|
|
74
|
+
api: {
|
|
75
|
+
input: GetResourcePolicyRequest;
|
|
76
|
+
output: GetResourcePolicyResponse;
|
|
77
|
+
};
|
|
78
|
+
sdk: {
|
|
79
|
+
input: GetResourcePolicyCommandInput;
|
|
80
|
+
output: GetResourcePolicyCommandOutput;
|
|
81
|
+
};
|
|
82
|
+
};
|
|
72
83
|
}
|
|
@@ -95,4 +95,15 @@ declare const GetScheduledActionCommand_base: {
|
|
|
95
95
|
* @public
|
|
96
96
|
*/
|
|
97
97
|
export declare class GetScheduledActionCommand extends GetScheduledActionCommand_base {
|
|
98
|
+
/** @internal type navigation helper, not in runtime. */
|
|
99
|
+
protected static __types: {
|
|
100
|
+
api: {
|
|
101
|
+
input: GetScheduledActionRequest;
|
|
102
|
+
output: GetScheduledActionResponse;
|
|
103
|
+
};
|
|
104
|
+
sdk: {
|
|
105
|
+
input: GetScheduledActionCommandInput;
|
|
106
|
+
output: GetScheduledActionCommandOutput;
|
|
107
|
+
};
|
|
108
|
+
};
|
|
98
109
|
}
|
|
@@ -95,4 +95,15 @@ declare const GetSnapshotCommand_base: {
|
|
|
95
95
|
* @public
|
|
96
96
|
*/
|
|
97
97
|
export declare class GetSnapshotCommand extends GetSnapshotCommand_base {
|
|
98
|
+
/** @internal type navigation helper, not in runtime. */
|
|
99
|
+
protected static __types: {
|
|
100
|
+
api: {
|
|
101
|
+
input: GetSnapshotRequest;
|
|
102
|
+
output: GetSnapshotResponse;
|
|
103
|
+
};
|
|
104
|
+
sdk: {
|
|
105
|
+
input: GetSnapshotCommandInput;
|
|
106
|
+
output: GetSnapshotCommandOutput;
|
|
107
|
+
};
|
|
108
|
+
};
|
|
98
109
|
}
|
|
@@ -80,4 +80,15 @@ declare const GetTableRestoreStatusCommand_base: {
|
|
|
80
80
|
* @public
|
|
81
81
|
*/
|
|
82
82
|
export declare class GetTableRestoreStatusCommand extends GetTableRestoreStatusCommand_base {
|
|
83
|
+
/** @internal type navigation helper, not in runtime. */
|
|
84
|
+
protected static __types: {
|
|
85
|
+
api: {
|
|
86
|
+
input: GetTableRestoreStatusRequest;
|
|
87
|
+
output: GetTableRestoreStatusResponse;
|
|
88
|
+
};
|
|
89
|
+
sdk: {
|
|
90
|
+
input: GetTableRestoreStatusCommandInput;
|
|
91
|
+
output: GetTableRestoreStatusCommandOutput;
|
|
92
|
+
};
|
|
93
|
+
};
|
|
83
94
|
}
|
|
@@ -77,4 +77,15 @@ declare const GetUsageLimitCommand_base: {
|
|
|
77
77
|
* @public
|
|
78
78
|
*/
|
|
79
79
|
export declare class GetUsageLimitCommand extends GetUsageLimitCommand_base {
|
|
80
|
+
/** @internal type navigation helper, not in runtime. */
|
|
81
|
+
protected static __types: {
|
|
82
|
+
api: {
|
|
83
|
+
input: GetUsageLimitRequest;
|
|
84
|
+
output: GetUsageLimitResponse;
|
|
85
|
+
};
|
|
86
|
+
sdk: {
|
|
87
|
+
input: GetUsageLimitCommandInput;
|
|
88
|
+
output: GetUsageLimitCommandOutput;
|
|
89
|
+
};
|
|
90
|
+
};
|
|
80
91
|
}
|
|
@@ -118,4 +118,15 @@ declare const GetWorkgroupCommand_base: {
|
|
|
118
118
|
* @public
|
|
119
119
|
*/
|
|
120
120
|
export declare class GetWorkgroupCommand extends GetWorkgroupCommand_base {
|
|
121
|
+
/** @internal type navigation helper, not in runtime. */
|
|
122
|
+
protected static __types: {
|
|
123
|
+
api: {
|
|
124
|
+
input: GetWorkgroupRequest;
|
|
125
|
+
output: GetWorkgroupResponse;
|
|
126
|
+
};
|
|
127
|
+
sdk: {
|
|
128
|
+
input: GetWorkgroupCommandInput;
|
|
129
|
+
output: GetWorkgroupCommandOutput;
|
|
130
|
+
};
|
|
131
|
+
};
|
|
121
132
|
}
|
|
@@ -83,4 +83,15 @@ declare const ListCustomDomainAssociationsCommand_base: {
|
|
|
83
83
|
* @public
|
|
84
84
|
*/
|
|
85
85
|
export declare class ListCustomDomainAssociationsCommand extends ListCustomDomainAssociationsCommand_base {
|
|
86
|
+
/** @internal type navigation helper, not in runtime. */
|
|
87
|
+
protected static __types: {
|
|
88
|
+
api: {
|
|
89
|
+
input: ListCustomDomainAssociationsRequest;
|
|
90
|
+
output: ListCustomDomainAssociationsResponse;
|
|
91
|
+
};
|
|
92
|
+
sdk: {
|
|
93
|
+
input: ListCustomDomainAssociationsCommandInput;
|
|
94
|
+
output: ListCustomDomainAssociationsCommandOutput;
|
|
95
|
+
};
|
|
96
|
+
};
|
|
86
97
|
}
|
|
@@ -106,4 +106,15 @@ declare const ListEndpointAccessCommand_base: {
|
|
|
106
106
|
* @public
|
|
107
107
|
*/
|
|
108
108
|
export declare class ListEndpointAccessCommand extends ListEndpointAccessCommand_base {
|
|
109
|
+
/** @internal type navigation helper, not in runtime. */
|
|
110
|
+
protected static __types: {
|
|
111
|
+
api: {
|
|
112
|
+
input: ListEndpointAccessRequest;
|
|
113
|
+
output: ListEndpointAccessResponse;
|
|
114
|
+
};
|
|
115
|
+
sdk: {
|
|
116
|
+
input: ListEndpointAccessCommandInput;
|
|
117
|
+
output: ListEndpointAccessCommandOutput;
|
|
118
|
+
};
|
|
119
|
+
};
|
|
109
120
|
}
|
|
@@ -85,4 +85,15 @@ declare const ListNamespacesCommand_base: {
|
|
|
85
85
|
* @public
|
|
86
86
|
*/
|
|
87
87
|
export declare class ListNamespacesCommand extends ListNamespacesCommand_base {
|
|
88
|
+
/** @internal type navigation helper, not in runtime. */
|
|
89
|
+
protected static __types: {
|
|
90
|
+
api: {
|
|
91
|
+
input: ListNamespacesRequest;
|
|
92
|
+
output: ListNamespacesResponse;
|
|
93
|
+
};
|
|
94
|
+
sdk: {
|
|
95
|
+
input: ListNamespacesCommandInput;
|
|
96
|
+
output: ListNamespacesCommandOutput;
|
|
97
|
+
};
|
|
98
|
+
};
|
|
88
99
|
}
|
|
@@ -78,4 +78,15 @@ declare const ListRecoveryPointsCommand_base: {
|
|
|
78
78
|
* @public
|
|
79
79
|
*/
|
|
80
80
|
export declare class ListRecoveryPointsCommand extends ListRecoveryPointsCommand_base {
|
|
81
|
+
/** @internal type navigation helper, not in runtime. */
|
|
82
|
+
protected static __types: {
|
|
83
|
+
api: {
|
|
84
|
+
input: ListRecoveryPointsRequest;
|
|
85
|
+
output: ListRecoveryPointsResponse;
|
|
86
|
+
};
|
|
87
|
+
sdk: {
|
|
88
|
+
input: ListRecoveryPointsCommandInput;
|
|
89
|
+
output: ListRecoveryPointsCommandOutput;
|
|
90
|
+
};
|
|
91
|
+
};
|
|
81
92
|
}
|
|
@@ -77,4 +77,15 @@ declare const ListScheduledActionsCommand_base: {
|
|
|
77
77
|
* @public
|
|
78
78
|
*/
|
|
79
79
|
export declare class ListScheduledActionsCommand extends ListScheduledActionsCommand_base {
|
|
80
|
+
/** @internal type navigation helper, not in runtime. */
|
|
81
|
+
protected static __types: {
|
|
82
|
+
api: {
|
|
83
|
+
input: ListScheduledActionsRequest;
|
|
84
|
+
output: ListScheduledActionsResponse;
|
|
85
|
+
};
|
|
86
|
+
sdk: {
|
|
87
|
+
input: ListScheduledActionsCommandInput;
|
|
88
|
+
output: ListScheduledActionsCommandOutput;
|
|
89
|
+
};
|
|
90
|
+
};
|
|
80
91
|
}
|
|
@@ -84,4 +84,15 @@ declare const ListSnapshotCopyConfigurationsCommand_base: {
|
|
|
84
84
|
* @public
|
|
85
85
|
*/
|
|
86
86
|
export declare class ListSnapshotCopyConfigurationsCommand extends ListSnapshotCopyConfigurationsCommand_base {
|
|
87
|
+
/** @internal type navigation helper, not in runtime. */
|
|
88
|
+
protected static __types: {
|
|
89
|
+
api: {
|
|
90
|
+
input: ListSnapshotCopyConfigurationsRequest;
|
|
91
|
+
output: ListSnapshotCopyConfigurationsResponse;
|
|
92
|
+
};
|
|
93
|
+
sdk: {
|
|
94
|
+
input: ListSnapshotCopyConfigurationsCommandInput;
|
|
95
|
+
output: ListSnapshotCopyConfigurationsCommandOutput;
|
|
96
|
+
};
|
|
97
|
+
};
|
|
87
98
|
}
|
|
@@ -102,4 +102,15 @@ declare const ListSnapshotsCommand_base: {
|
|
|
102
102
|
* @public
|
|
103
103
|
*/
|
|
104
104
|
export declare class ListSnapshotsCommand extends ListSnapshotsCommand_base {
|
|
105
|
+
/** @internal type navigation helper, not in runtime. */
|
|
106
|
+
protected static __types: {
|
|
107
|
+
api: {
|
|
108
|
+
input: ListSnapshotsRequest;
|
|
109
|
+
output: ListSnapshotsResponse;
|
|
110
|
+
};
|
|
111
|
+
sdk: {
|
|
112
|
+
input: ListSnapshotsCommandInput;
|
|
113
|
+
output: ListSnapshotsCommandOutput;
|
|
114
|
+
};
|
|
115
|
+
};
|
|
105
116
|
}
|
|
@@ -89,4 +89,15 @@ declare const ListTableRestoreStatusCommand_base: {
|
|
|
89
89
|
* @public
|
|
90
90
|
*/
|
|
91
91
|
export declare class ListTableRestoreStatusCommand extends ListTableRestoreStatusCommand_base {
|
|
92
|
+
/** @internal type navigation helper, not in runtime. */
|
|
93
|
+
protected static __types: {
|
|
94
|
+
api: {
|
|
95
|
+
input: ListTableRestoreStatusRequest;
|
|
96
|
+
output: ListTableRestoreStatusResponse;
|
|
97
|
+
};
|
|
98
|
+
sdk: {
|
|
99
|
+
input: ListTableRestoreStatusCommandInput;
|
|
100
|
+
output: ListTableRestoreStatusCommandOutput;
|
|
101
|
+
};
|
|
102
|
+
};
|
|
92
103
|
}
|
|
@@ -74,4 +74,15 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
74
74
|
* @public
|
|
75
75
|
*/
|
|
76
76
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
77
|
+
/** @internal type navigation helper, not in runtime. */
|
|
78
|
+
protected static __types: {
|
|
79
|
+
api: {
|
|
80
|
+
input: ListTagsForResourceRequest;
|
|
81
|
+
output: ListTagsForResourceResponse;
|
|
82
|
+
};
|
|
83
|
+
sdk: {
|
|
84
|
+
input: ListTagsForResourceCommandInput;
|
|
85
|
+
output: ListTagsForResourceCommandOutput;
|
|
86
|
+
};
|
|
87
|
+
};
|
|
77
88
|
}
|
|
@@ -86,4 +86,15 @@ declare const ListUsageLimitsCommand_base: {
|
|
|
86
86
|
* @public
|
|
87
87
|
*/
|
|
88
88
|
export declare class ListUsageLimitsCommand extends ListUsageLimitsCommand_base {
|
|
89
|
+
/** @internal type navigation helper, not in runtime. */
|
|
90
|
+
protected static __types: {
|
|
91
|
+
api: {
|
|
92
|
+
input: ListUsageLimitsRequest;
|
|
93
|
+
output: ListUsageLimitsResponse;
|
|
94
|
+
};
|
|
95
|
+
sdk: {
|
|
96
|
+
input: ListUsageLimitsCommandInput;
|
|
97
|
+
output: ListUsageLimitsCommandOutput;
|
|
98
|
+
};
|
|
99
|
+
};
|
|
89
100
|
}
|