@aws-sdk/client-redshift-serverless 3.651.1 → 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
|
@@ -120,4 +120,15 @@ declare const ListWorkgroupsCommand_base: {
|
|
|
120
120
|
* @public
|
|
121
121
|
*/
|
|
122
122
|
export declare class ListWorkgroupsCommand extends ListWorkgroupsCommand_base {
|
|
123
|
+
/** @internal type navigation helper, not in runtime. */
|
|
124
|
+
protected static __types: {
|
|
125
|
+
api: {
|
|
126
|
+
input: ListWorkgroupsRequest;
|
|
127
|
+
output: ListWorkgroupsResponse;
|
|
128
|
+
};
|
|
129
|
+
sdk: {
|
|
130
|
+
input: ListWorkgroupsCommandInput;
|
|
131
|
+
output: ListWorkgroupsCommandOutput;
|
|
132
|
+
};
|
|
133
|
+
};
|
|
123
134
|
}
|
|
@@ -76,4 +76,15 @@ declare const PutResourcePolicyCommand_base: {
|
|
|
76
76
|
* @public
|
|
77
77
|
*/
|
|
78
78
|
export declare class PutResourcePolicyCommand extends PutResourcePolicyCommand_base {
|
|
79
|
+
/** @internal type navigation helper, not in runtime. */
|
|
80
|
+
protected static __types: {
|
|
81
|
+
api: {
|
|
82
|
+
input: PutResourcePolicyRequest;
|
|
83
|
+
output: PutResourcePolicyResponse;
|
|
84
|
+
};
|
|
85
|
+
sdk: {
|
|
86
|
+
input: PutResourcePolicyCommandInput;
|
|
87
|
+
output: PutResourcePolicyCommandOutput;
|
|
88
|
+
};
|
|
89
|
+
};
|
|
79
90
|
}
|
|
@@ -90,4 +90,15 @@ declare const RestoreFromRecoveryPointCommand_base: {
|
|
|
90
90
|
* @public
|
|
91
91
|
*/
|
|
92
92
|
export declare class RestoreFromRecoveryPointCommand extends RestoreFromRecoveryPointCommand_base {
|
|
93
|
+
/** @internal type navigation helper, not in runtime. */
|
|
94
|
+
protected static __types: {
|
|
95
|
+
api: {
|
|
96
|
+
input: RestoreFromRecoveryPointRequest;
|
|
97
|
+
output: RestoreFromRecoveryPointResponse;
|
|
98
|
+
};
|
|
99
|
+
sdk: {
|
|
100
|
+
input: RestoreFromRecoveryPointCommandInput;
|
|
101
|
+
output: RestoreFromRecoveryPointCommandOutput;
|
|
102
|
+
};
|
|
103
|
+
};
|
|
93
104
|
}
|
|
@@ -98,4 +98,15 @@ declare const RestoreFromSnapshotCommand_base: {
|
|
|
98
98
|
* @public
|
|
99
99
|
*/
|
|
100
100
|
export declare class RestoreFromSnapshotCommand extends RestoreFromSnapshotCommand_base {
|
|
101
|
+
/** @internal type navigation helper, not in runtime. */
|
|
102
|
+
protected static __types: {
|
|
103
|
+
api: {
|
|
104
|
+
input: RestoreFromSnapshotRequest;
|
|
105
|
+
output: RestoreFromSnapshotResponse;
|
|
106
|
+
};
|
|
107
|
+
sdk: {
|
|
108
|
+
input: RestoreFromSnapshotCommandInput;
|
|
109
|
+
output: RestoreFromSnapshotCommandOutput;
|
|
110
|
+
};
|
|
111
|
+
};
|
|
101
112
|
}
|
|
@@ -95,4 +95,15 @@ declare const RestoreTableFromRecoveryPointCommand_base: {
|
|
|
95
95
|
* @public
|
|
96
96
|
*/
|
|
97
97
|
export declare class RestoreTableFromRecoveryPointCommand extends RestoreTableFromRecoveryPointCommand_base {
|
|
98
|
+
/** @internal type navigation helper, not in runtime. */
|
|
99
|
+
protected static __types: {
|
|
100
|
+
api: {
|
|
101
|
+
input: RestoreTableFromRecoveryPointRequest;
|
|
102
|
+
output: RestoreTableFromRecoveryPointResponse;
|
|
103
|
+
};
|
|
104
|
+
sdk: {
|
|
105
|
+
input: RestoreTableFromRecoveryPointCommandInput;
|
|
106
|
+
output: RestoreTableFromRecoveryPointCommandOutput;
|
|
107
|
+
};
|
|
108
|
+
};
|
|
98
109
|
}
|
|
@@ -96,4 +96,15 @@ declare const RestoreTableFromSnapshotCommand_base: {
|
|
|
96
96
|
* @public
|
|
97
97
|
*/
|
|
98
98
|
export declare class RestoreTableFromSnapshotCommand extends RestoreTableFromSnapshotCommand_base {
|
|
99
|
+
/** @internal type navigation helper, not in runtime. */
|
|
100
|
+
protected static __types: {
|
|
101
|
+
api: {
|
|
102
|
+
input: RestoreTableFromSnapshotRequest;
|
|
103
|
+
output: RestoreTableFromSnapshotResponse;
|
|
104
|
+
};
|
|
105
|
+
sdk: {
|
|
106
|
+
input: RestoreTableFromSnapshotCommandInput;
|
|
107
|
+
output: RestoreTableFromSnapshotCommandOutput;
|
|
108
|
+
};
|
|
109
|
+
};
|
|
99
110
|
}
|
|
@@ -76,4 +76,15 @@ declare const TagResourceCommand_base: {
|
|
|
76
76
|
* @public
|
|
77
77
|
*/
|
|
78
78
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
79
|
+
/** @internal type navigation helper, not in runtime. */
|
|
80
|
+
protected static __types: {
|
|
81
|
+
api: {
|
|
82
|
+
input: TagResourceRequest;
|
|
83
|
+
output: {};
|
|
84
|
+
};
|
|
85
|
+
sdk: {
|
|
86
|
+
input: TagResourceCommandInput;
|
|
87
|
+
output: TagResourceCommandOutput;
|
|
88
|
+
};
|
|
89
|
+
};
|
|
79
90
|
}
|
|
@@ -70,4 +70,15 @@ declare const UntagResourceCommand_base: {
|
|
|
70
70
|
* @public
|
|
71
71
|
*/
|
|
72
72
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
73
|
+
/** @internal type navigation helper, not in runtime. */
|
|
74
|
+
protected static __types: {
|
|
75
|
+
api: {
|
|
76
|
+
input: UntagResourceRequest;
|
|
77
|
+
output: {};
|
|
78
|
+
};
|
|
79
|
+
sdk: {
|
|
80
|
+
input: UntagResourceCommandInput;
|
|
81
|
+
output: UntagResourceCommandOutput;
|
|
82
|
+
};
|
|
83
|
+
};
|
|
73
84
|
}
|
|
@@ -80,4 +80,15 @@ declare const UpdateCustomDomainAssociationCommand_base: {
|
|
|
80
80
|
* @public
|
|
81
81
|
*/
|
|
82
82
|
export declare class UpdateCustomDomainAssociationCommand extends UpdateCustomDomainAssociationCommand_base {
|
|
83
|
+
/** @internal type navigation helper, not in runtime. */
|
|
84
|
+
protected static __types: {
|
|
85
|
+
api: {
|
|
86
|
+
input: UpdateCustomDomainAssociationRequest;
|
|
87
|
+
output: UpdateCustomDomainAssociationResponse;
|
|
88
|
+
};
|
|
89
|
+
sdk: {
|
|
90
|
+
input: UpdateCustomDomainAssociationCommandInput;
|
|
91
|
+
output: UpdateCustomDomainAssociationCommandOutput;
|
|
92
|
+
};
|
|
93
|
+
};
|
|
83
94
|
}
|
|
@@ -105,4 +105,15 @@ declare const UpdateEndpointAccessCommand_base: {
|
|
|
105
105
|
* @public
|
|
106
106
|
*/
|
|
107
107
|
export declare class UpdateEndpointAccessCommand extends UpdateEndpointAccessCommand_base {
|
|
108
|
+
/** @internal type navigation helper, not in runtime. */
|
|
109
|
+
protected static __types: {
|
|
110
|
+
api: {
|
|
111
|
+
input: UpdateEndpointAccessRequest;
|
|
112
|
+
output: UpdateEndpointAccessResponse;
|
|
113
|
+
};
|
|
114
|
+
sdk: {
|
|
115
|
+
input: UpdateEndpointAccessCommandInput;
|
|
116
|
+
output: UpdateEndpointAccessCommandOutput;
|
|
117
|
+
};
|
|
118
|
+
};
|
|
108
119
|
}
|
|
@@ -101,4 +101,15 @@ declare const UpdateNamespaceCommand_base: {
|
|
|
101
101
|
* @public
|
|
102
102
|
*/
|
|
103
103
|
export declare class UpdateNamespaceCommand extends UpdateNamespaceCommand_base {
|
|
104
|
+
/** @internal type navigation helper, not in runtime. */
|
|
105
|
+
protected static __types: {
|
|
106
|
+
api: {
|
|
107
|
+
input: UpdateNamespaceRequest;
|
|
108
|
+
output: UpdateNamespaceResponse;
|
|
109
|
+
};
|
|
110
|
+
sdk: {
|
|
111
|
+
input: UpdateNamespaceCommandInput;
|
|
112
|
+
output: UpdateNamespaceCommandOutput;
|
|
113
|
+
};
|
|
114
|
+
};
|
|
104
115
|
}
|
|
@@ -120,4 +120,15 @@ declare const UpdateScheduledActionCommand_base: {
|
|
|
120
120
|
* @public
|
|
121
121
|
*/
|
|
122
122
|
export declare class UpdateScheduledActionCommand extends UpdateScheduledActionCommand_base {
|
|
123
|
+
/** @internal type navigation helper, not in runtime. */
|
|
124
|
+
protected static __types: {
|
|
125
|
+
api: {
|
|
126
|
+
input: UpdateScheduledActionRequest;
|
|
127
|
+
output: UpdateScheduledActionResponse;
|
|
128
|
+
};
|
|
129
|
+
sdk: {
|
|
130
|
+
input: UpdateScheduledActionCommandInput;
|
|
131
|
+
output: UpdateScheduledActionCommandOutput;
|
|
132
|
+
};
|
|
133
|
+
};
|
|
123
134
|
}
|
|
@@ -97,4 +97,15 @@ declare const UpdateSnapshotCommand_base: {
|
|
|
97
97
|
* @public
|
|
98
98
|
*/
|
|
99
99
|
export declare class UpdateSnapshotCommand extends UpdateSnapshotCommand_base {
|
|
100
|
+
/** @internal type navigation helper, not in runtime. */
|
|
101
|
+
protected static __types: {
|
|
102
|
+
api: {
|
|
103
|
+
input: UpdateSnapshotRequest;
|
|
104
|
+
output: UpdateSnapshotResponse;
|
|
105
|
+
};
|
|
106
|
+
sdk: {
|
|
107
|
+
input: UpdateSnapshotCommandInput;
|
|
108
|
+
output: UpdateSnapshotCommandOutput;
|
|
109
|
+
};
|
|
110
|
+
};
|
|
100
111
|
}
|
|
@@ -80,4 +80,15 @@ declare const UpdateSnapshotCopyConfigurationCommand_base: {
|
|
|
80
80
|
* @public
|
|
81
81
|
*/
|
|
82
82
|
export declare class UpdateSnapshotCopyConfigurationCommand extends UpdateSnapshotCopyConfigurationCommand_base {
|
|
83
|
+
/** @internal type navigation helper, not in runtime. */
|
|
84
|
+
protected static __types: {
|
|
85
|
+
api: {
|
|
86
|
+
input: UpdateSnapshotCopyConfigurationRequest;
|
|
87
|
+
output: UpdateSnapshotCopyConfigurationResponse;
|
|
88
|
+
};
|
|
89
|
+
sdk: {
|
|
90
|
+
input: UpdateSnapshotCopyConfigurationCommandInput;
|
|
91
|
+
output: UpdateSnapshotCopyConfigurationCommandOutput;
|
|
92
|
+
};
|
|
93
|
+
};
|
|
83
94
|
}
|
|
@@ -79,4 +79,15 @@ declare const UpdateUsageLimitCommand_base: {
|
|
|
79
79
|
* @public
|
|
80
80
|
*/
|
|
81
81
|
export declare class UpdateUsageLimitCommand extends UpdateUsageLimitCommand_base {
|
|
82
|
+
/** @internal type navigation helper, not in runtime. */
|
|
83
|
+
protected static __types: {
|
|
84
|
+
api: {
|
|
85
|
+
input: UpdateUsageLimitRequest;
|
|
86
|
+
output: UpdateUsageLimitResponse;
|
|
87
|
+
};
|
|
88
|
+
sdk: {
|
|
89
|
+
input: UpdateUsageLimitCommandInput;
|
|
90
|
+
output: UpdateUsageLimitCommandOutput;
|
|
91
|
+
};
|
|
92
|
+
};
|
|
82
93
|
}
|
|
@@ -146,4 +146,15 @@ declare const UpdateWorkgroupCommand_base: {
|
|
|
146
146
|
* @public
|
|
147
147
|
*/
|
|
148
148
|
export declare class UpdateWorkgroupCommand extends UpdateWorkgroupCommand_base {
|
|
149
|
+
/** @internal type navigation helper, not in runtime. */
|
|
150
|
+
protected static __types: {
|
|
151
|
+
api: {
|
|
152
|
+
input: UpdateWorkgroupRequest;
|
|
153
|
+
output: UpdateWorkgroupResponse;
|
|
154
|
+
};
|
|
155
|
+
sdk: {
|
|
156
|
+
input: UpdateWorkgroupCommandInput;
|
|
157
|
+
output: UpdateWorkgroupCommandOutput;
|
|
158
|
+
};
|
|
159
|
+
};
|
|
149
160
|
}
|
|
@@ -37,4 +37,15 @@ declare const ConvertRecoveryPointToSnapshotCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ConvertRecoveryPointToSnapshotCommand extends ConvertRecoveryPointToSnapshotCommand_base {
|
|
40
|
+
export declare class ConvertRecoveryPointToSnapshotCommand extends ConvertRecoveryPointToSnapshotCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ConvertRecoveryPointToSnapshotRequest;
|
|
44
|
+
output: ConvertRecoveryPointToSnapshotResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ConvertRecoveryPointToSnapshotCommandInput;
|
|
48
|
+
output: ConvertRecoveryPointToSnapshotCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateCustomDomainAssociationCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateCustomDomainAssociationCommand extends CreateCustomDomainAssociationCommand_base {
|
|
40
|
+
export declare class CreateCustomDomainAssociationCommand extends CreateCustomDomainAssociationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateCustomDomainAssociationRequest;
|
|
44
|
+
output: CreateCustomDomainAssociationResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateCustomDomainAssociationCommandInput;
|
|
48
|
+
output: CreateCustomDomainAssociationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateEndpointAccessCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateEndpointAccessCommand extends CreateEndpointAccessCommand_base {
|
|
40
|
+
export declare class CreateEndpointAccessCommand extends CreateEndpointAccessCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateEndpointAccessRequest;
|
|
44
|
+
output: CreateEndpointAccessResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateEndpointAccessCommandInput;
|
|
48
|
+
output: CreateEndpointAccessCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const CreateNamespaceCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class CreateNamespaceCommand extends CreateNamespaceCommand_base {
|
|
39
|
+
export declare class CreateNamespaceCommand extends CreateNamespaceCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: CreateNamespaceRequest;
|
|
43
|
+
output: CreateNamespaceResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: CreateNamespaceCommandInput;
|
|
47
|
+
output: CreateNamespaceCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateScheduledActionCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateScheduledActionCommand extends CreateScheduledActionCommand_base {
|
|
40
|
+
export declare class CreateScheduledActionCommand extends CreateScheduledActionCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateScheduledActionRequest;
|
|
44
|
+
output: CreateScheduledActionResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateScheduledActionCommandInput;
|
|
48
|
+
output: CreateScheduledActionCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const CreateSnapshotCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class CreateSnapshotCommand extends CreateSnapshotCommand_base {
|
|
39
|
+
export declare class CreateSnapshotCommand extends CreateSnapshotCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: CreateSnapshotRequest;
|
|
43
|
+
output: CreateSnapshotResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: CreateSnapshotCommandInput;
|
|
47
|
+
output: CreateSnapshotCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateSnapshotCopyConfigurationCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateSnapshotCopyConfigurationCommand extends CreateSnapshotCopyConfigurationCommand_base {
|
|
40
|
+
export declare class CreateSnapshotCopyConfigurationCommand extends CreateSnapshotCopyConfigurationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateSnapshotCopyConfigurationRequest;
|
|
44
|
+
output: CreateSnapshotCopyConfigurationResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateSnapshotCopyConfigurationCommandInput;
|
|
48
|
+
output: CreateSnapshotCopyConfigurationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const CreateUsageLimitCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class CreateUsageLimitCommand extends CreateUsageLimitCommand_base {
|
|
39
|
+
export declare class CreateUsageLimitCommand extends CreateUsageLimitCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: CreateUsageLimitRequest;
|
|
43
|
+
output: CreateUsageLimitResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: CreateUsageLimitCommandInput;
|
|
47
|
+
output: CreateUsageLimitCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const CreateWorkgroupCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class CreateWorkgroupCommand extends CreateWorkgroupCommand_base {
|
|
39
|
+
export declare class CreateWorkgroupCommand extends CreateWorkgroupCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: CreateWorkgroupRequest;
|
|
43
|
+
output: CreateWorkgroupResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: CreateWorkgroupCommandInput;
|
|
47
|
+
output: CreateWorkgroupCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeleteCustomDomainAssociationCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeleteCustomDomainAssociationCommand extends DeleteCustomDomainAssociationCommand_base {
|
|
40
|
+
export declare class DeleteCustomDomainAssociationCommand extends DeleteCustomDomainAssociationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteCustomDomainAssociationRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteCustomDomainAssociationCommandInput;
|
|
48
|
+
output: DeleteCustomDomainAssociationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeleteEndpointAccessCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeleteEndpointAccessCommand extends DeleteEndpointAccessCommand_base {
|
|
40
|
+
export declare class DeleteEndpointAccessCommand extends DeleteEndpointAccessCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteEndpointAccessRequest;
|
|
44
|
+
output: DeleteEndpointAccessResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteEndpointAccessCommandInput;
|
|
48
|
+
output: DeleteEndpointAccessCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const DeleteNamespaceCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DeleteNamespaceCommand extends DeleteNamespaceCommand_base {
|
|
39
|
+
export declare class DeleteNamespaceCommand extends DeleteNamespaceCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DeleteNamespaceRequest;
|
|
43
|
+
output: DeleteNamespaceResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DeleteNamespaceCommandInput;
|
|
47
|
+
output: DeleteNamespaceCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeleteResourcePolicyCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeleteResourcePolicyCommand extends DeleteResourcePolicyCommand_base {
|
|
40
|
+
export declare class DeleteResourcePolicyCommand extends DeleteResourcePolicyCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteResourcePolicyRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteResourcePolicyCommandInput;
|
|
48
|
+
output: DeleteResourcePolicyCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeleteScheduledActionCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeleteScheduledActionCommand extends DeleteScheduledActionCommand_base {
|
|
40
|
+
export declare class DeleteScheduledActionCommand extends DeleteScheduledActionCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteScheduledActionRequest;
|
|
44
|
+
output: DeleteScheduledActionResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteScheduledActionCommandInput;
|
|
48
|
+
output: DeleteScheduledActionCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const DeleteSnapshotCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DeleteSnapshotCommand extends DeleteSnapshotCommand_base {
|
|
39
|
+
export declare class DeleteSnapshotCommand extends DeleteSnapshotCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DeleteSnapshotRequest;
|
|
43
|
+
output: DeleteSnapshotResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DeleteSnapshotCommandInput;
|
|
47
|
+
output: DeleteSnapshotCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeleteSnapshotCopyConfigurationCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeleteSnapshotCopyConfigurationCommand extends DeleteSnapshotCopyConfigurationCommand_base {
|
|
40
|
+
export declare class DeleteSnapshotCopyConfigurationCommand extends DeleteSnapshotCopyConfigurationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteSnapshotCopyConfigurationRequest;
|
|
44
|
+
output: DeleteSnapshotCopyConfigurationResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteSnapshotCopyConfigurationCommandInput;
|
|
48
|
+
output: DeleteSnapshotCopyConfigurationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const DeleteUsageLimitCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DeleteUsageLimitCommand extends DeleteUsageLimitCommand_base {
|
|
39
|
+
export declare class DeleteUsageLimitCommand extends DeleteUsageLimitCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DeleteUsageLimitRequest;
|
|
43
|
+
output: DeleteUsageLimitResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DeleteUsageLimitCommandInput;
|
|
47
|
+
output: DeleteUsageLimitCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const DeleteWorkgroupCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DeleteWorkgroupCommand extends DeleteWorkgroupCommand_base {
|
|
39
|
+
export declare class DeleteWorkgroupCommand extends DeleteWorkgroupCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DeleteWorkgroupRequest;
|
|
43
|
+
output: DeleteWorkgroupResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DeleteWorkgroupCommandInput;
|
|
47
|
+
output: DeleteWorkgroupCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const GetCredentialsCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class GetCredentialsCommand extends GetCredentialsCommand_base {
|
|
39
|
+
export declare class GetCredentialsCommand extends GetCredentialsCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: GetCredentialsRequest;
|
|
43
|
+
output: GetCredentialsResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: GetCredentialsCommandInput;
|
|
47
|
+
output: GetCredentialsCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetCustomDomainAssociationCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetCustomDomainAssociationCommand extends GetCustomDomainAssociationCommand_base {
|
|
40
|
+
export declare class GetCustomDomainAssociationCommand extends GetCustomDomainAssociationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetCustomDomainAssociationRequest;
|
|
44
|
+
output: GetCustomDomainAssociationResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetCustomDomainAssociationCommandInput;
|
|
48
|
+
output: GetCustomDomainAssociationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetEndpointAccessCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetEndpointAccessCommand extends GetEndpointAccessCommand_base {
|
|
40
|
+
export declare class GetEndpointAccessCommand extends GetEndpointAccessCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetEndpointAccessRequest;
|
|
44
|
+
output: GetEndpointAccessResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetEndpointAccessCommandInput;
|
|
48
|
+
output: GetEndpointAccessCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|