@aws-sdk/client-m2 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/CancelBatchJobExecutionCommand.d.ts +11 -0
- package/dist-types/commands/CreateApplicationCommand.d.ts +11 -0
- package/dist-types/commands/CreateDataSetImportTaskCommand.d.ts +11 -0
- package/dist-types/commands/CreateDeploymentCommand.d.ts +11 -0
- package/dist-types/commands/CreateEnvironmentCommand.d.ts +11 -0
- package/dist-types/commands/DeleteApplicationCommand.d.ts +11 -0
- package/dist-types/commands/DeleteApplicationFromEnvironmentCommand.d.ts +11 -0
- package/dist-types/commands/DeleteEnvironmentCommand.d.ts +11 -0
- package/dist-types/commands/GetApplicationCommand.d.ts +11 -0
- package/dist-types/commands/GetApplicationVersionCommand.d.ts +11 -0
- package/dist-types/commands/GetBatchJobExecutionCommand.d.ts +11 -0
- package/dist-types/commands/GetDataSetDetailsCommand.d.ts +11 -0
- package/dist-types/commands/GetDataSetImportTaskCommand.d.ts +11 -0
- package/dist-types/commands/GetDeploymentCommand.d.ts +11 -0
- package/dist-types/commands/GetEnvironmentCommand.d.ts +11 -0
- package/dist-types/commands/GetSignedBluinsightsUrlCommand.d.ts +11 -0
- package/dist-types/commands/ListApplicationVersionsCommand.d.ts +11 -0
- package/dist-types/commands/ListApplicationsCommand.d.ts +11 -0
- package/dist-types/commands/ListBatchJobDefinitionsCommand.d.ts +11 -0
- package/dist-types/commands/ListBatchJobExecutionsCommand.d.ts +11 -0
- package/dist-types/commands/ListBatchJobRestartPointsCommand.d.ts +11 -0
- package/dist-types/commands/ListDataSetImportHistoryCommand.d.ts +11 -0
- package/dist-types/commands/ListDataSetsCommand.d.ts +11 -0
- package/dist-types/commands/ListDeploymentsCommand.d.ts +11 -0
- package/dist-types/commands/ListEngineVersionsCommand.d.ts +11 -0
- package/dist-types/commands/ListEnvironmentsCommand.d.ts +11 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
- package/dist-types/commands/StartApplicationCommand.d.ts +11 -0
- package/dist-types/commands/StartBatchJobCommand.d.ts +11 -0
- package/dist-types/commands/StopApplicationCommand.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/UpdateApplicationCommand.d.ts +11 -0
- package/dist-types/commands/UpdateEnvironmentCommand.d.ts +11 -0
- package/dist-types/ts3.4/commands/CancelBatchJobExecutionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateDataSetImportTaskCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteApplicationFromEnvironmentCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetApplicationVersionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetBatchJobExecutionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetDataSetDetailsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetDataSetImportTaskCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetEnvironmentCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetSignedBluinsightsUrlCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListApplicationVersionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListBatchJobDefinitionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListBatchJobExecutionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListBatchJobRestartPointsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListDataSetImportHistoryCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListDataSetsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListEngineVersionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListEnvironmentsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartApplicationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartBatchJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StopApplicationCommand.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/UpdateApplicationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +12 -1
- package/package.json +35 -35
|
@@ -74,4 +74,15 @@ declare const CancelBatchJobExecutionCommand_base: {
|
|
|
74
74
|
* @public
|
|
75
75
|
*/
|
|
76
76
|
export declare class CancelBatchJobExecutionCommand extends CancelBatchJobExecutionCommand_base {
|
|
77
|
+
/** @internal type navigation helper, not in runtime. */
|
|
78
|
+
protected static __types: {
|
|
79
|
+
api: {
|
|
80
|
+
input: CancelBatchJobExecutionRequest;
|
|
81
|
+
output: {};
|
|
82
|
+
};
|
|
83
|
+
sdk: {
|
|
84
|
+
input: CancelBatchJobExecutionCommandInput;
|
|
85
|
+
output: CancelBatchJobExecutionCommandOutput;
|
|
86
|
+
};
|
|
87
|
+
};
|
|
77
88
|
}
|
|
@@ -90,4 +90,15 @@ declare const CreateApplicationCommand_base: {
|
|
|
90
90
|
* @public
|
|
91
91
|
*/
|
|
92
92
|
export declare class CreateApplicationCommand extends CreateApplicationCommand_base {
|
|
93
|
+
/** @internal type navigation helper, not in runtime. */
|
|
94
|
+
protected static __types: {
|
|
95
|
+
api: {
|
|
96
|
+
input: CreateApplicationRequest;
|
|
97
|
+
output: CreateApplicationResponse;
|
|
98
|
+
};
|
|
99
|
+
sdk: {
|
|
100
|
+
input: CreateApplicationCommandInput;
|
|
101
|
+
output: CreateApplicationCommandOutput;
|
|
102
|
+
};
|
|
103
|
+
};
|
|
93
104
|
}
|
|
@@ -133,4 +133,15 @@ declare const CreateDataSetImportTaskCommand_base: {
|
|
|
133
133
|
* @public
|
|
134
134
|
*/
|
|
135
135
|
export declare class CreateDataSetImportTaskCommand extends CreateDataSetImportTaskCommand_base {
|
|
136
|
+
/** @internal type navigation helper, not in runtime. */
|
|
137
|
+
protected static __types: {
|
|
138
|
+
api: {
|
|
139
|
+
input: CreateDataSetImportTaskRequest;
|
|
140
|
+
output: CreateDataSetImportTaskResponse;
|
|
141
|
+
};
|
|
142
|
+
sdk: {
|
|
143
|
+
input: CreateDataSetImportTaskCommandInput;
|
|
144
|
+
output: CreateDataSetImportTaskCommandOutput;
|
|
145
|
+
};
|
|
146
|
+
};
|
|
136
147
|
}
|
|
@@ -82,4 +82,15 @@ declare const CreateDeploymentCommand_base: {
|
|
|
82
82
|
* @public
|
|
83
83
|
*/
|
|
84
84
|
export declare class CreateDeploymentCommand extends CreateDeploymentCommand_base {
|
|
85
|
+
/** @internal type navigation helper, not in runtime. */
|
|
86
|
+
protected static __types: {
|
|
87
|
+
api: {
|
|
88
|
+
input: CreateDeploymentRequest;
|
|
89
|
+
output: CreateDeploymentResponse;
|
|
90
|
+
};
|
|
91
|
+
sdk: {
|
|
92
|
+
input: CreateDeploymentCommandInput;
|
|
93
|
+
output: CreateDeploymentCommandOutput;
|
|
94
|
+
};
|
|
95
|
+
};
|
|
85
96
|
}
|
|
@@ -107,4 +107,15 @@ declare const CreateEnvironmentCommand_base: {
|
|
|
107
107
|
* @public
|
|
108
108
|
*/
|
|
109
109
|
export declare class CreateEnvironmentCommand extends CreateEnvironmentCommand_base {
|
|
110
|
+
/** @internal type navigation helper, not in runtime. */
|
|
111
|
+
protected static __types: {
|
|
112
|
+
api: {
|
|
113
|
+
input: CreateEnvironmentRequest;
|
|
114
|
+
output: CreateEnvironmentResponse;
|
|
115
|
+
};
|
|
116
|
+
sdk: {
|
|
117
|
+
input: CreateEnvironmentCommandInput;
|
|
118
|
+
output: CreateEnvironmentCommandOutput;
|
|
119
|
+
};
|
|
120
|
+
};
|
|
110
121
|
}
|
|
@@ -70,4 +70,15 @@ declare const DeleteApplicationCommand_base: {
|
|
|
70
70
|
* @public
|
|
71
71
|
*/
|
|
72
72
|
export declare class DeleteApplicationCommand extends DeleteApplicationCommand_base {
|
|
73
|
+
/** @internal type navigation helper, not in runtime. */
|
|
74
|
+
protected static __types: {
|
|
75
|
+
api: {
|
|
76
|
+
input: DeleteApplicationRequest;
|
|
77
|
+
output: {};
|
|
78
|
+
};
|
|
79
|
+
sdk: {
|
|
80
|
+
input: DeleteApplicationCommandInput;
|
|
81
|
+
output: DeleteApplicationCommandOutput;
|
|
82
|
+
};
|
|
83
|
+
};
|
|
73
84
|
}
|
|
@@ -77,4 +77,15 @@ declare const DeleteApplicationFromEnvironmentCommand_base: {
|
|
|
77
77
|
* @public
|
|
78
78
|
*/
|
|
79
79
|
export declare class DeleteApplicationFromEnvironmentCommand extends DeleteApplicationFromEnvironmentCommand_base {
|
|
80
|
+
/** @internal type navigation helper, not in runtime. */
|
|
81
|
+
protected static __types: {
|
|
82
|
+
api: {
|
|
83
|
+
input: DeleteApplicationFromEnvironmentRequest;
|
|
84
|
+
output: {};
|
|
85
|
+
};
|
|
86
|
+
sdk: {
|
|
87
|
+
input: DeleteApplicationFromEnvironmentCommandInput;
|
|
88
|
+
output: DeleteApplicationFromEnvironmentCommandOutput;
|
|
89
|
+
};
|
|
90
|
+
};
|
|
80
91
|
}
|
|
@@ -72,4 +72,15 @@ declare const DeleteEnvironmentCommand_base: {
|
|
|
72
72
|
* @public
|
|
73
73
|
*/
|
|
74
74
|
export declare class DeleteEnvironmentCommand extends DeleteEnvironmentCommand_base {
|
|
75
|
+
/** @internal type navigation helper, not in runtime. */
|
|
76
|
+
protected static __types: {
|
|
77
|
+
api: {
|
|
78
|
+
input: DeleteEnvironmentRequest;
|
|
79
|
+
output: {};
|
|
80
|
+
};
|
|
81
|
+
sdk: {
|
|
82
|
+
input: DeleteEnvironmentCommandInput;
|
|
83
|
+
output: DeleteEnvironmentCommandOutput;
|
|
84
|
+
};
|
|
85
|
+
};
|
|
75
86
|
}
|
|
@@ -113,4 +113,15 @@ declare const GetApplicationCommand_base: {
|
|
|
113
113
|
* @public
|
|
114
114
|
*/
|
|
115
115
|
export declare class GetApplicationCommand extends GetApplicationCommand_base {
|
|
116
|
+
/** @internal type navigation helper, not in runtime. */
|
|
117
|
+
protected static __types: {
|
|
118
|
+
api: {
|
|
119
|
+
input: GetApplicationRequest;
|
|
120
|
+
output: GetApplicationResponse;
|
|
121
|
+
};
|
|
122
|
+
sdk: {
|
|
123
|
+
input: GetApplicationCommandInput;
|
|
124
|
+
output: GetApplicationCommandOutput;
|
|
125
|
+
};
|
|
126
|
+
};
|
|
116
127
|
}
|
|
@@ -79,4 +79,15 @@ declare const GetApplicationVersionCommand_base: {
|
|
|
79
79
|
* @public
|
|
80
80
|
*/
|
|
81
81
|
export declare class GetApplicationVersionCommand extends GetApplicationVersionCommand_base {
|
|
82
|
+
/** @internal type navigation helper, not in runtime. */
|
|
83
|
+
protected static __types: {
|
|
84
|
+
api: {
|
|
85
|
+
input: GetApplicationVersionRequest;
|
|
86
|
+
output: GetApplicationVersionResponse;
|
|
87
|
+
};
|
|
88
|
+
sdk: {
|
|
89
|
+
input: GetApplicationVersionCommandInput;
|
|
90
|
+
output: GetApplicationVersionCommandOutput;
|
|
91
|
+
};
|
|
92
|
+
};
|
|
82
93
|
}
|
|
@@ -115,4 +115,15 @@ declare const GetBatchJobExecutionCommand_base: {
|
|
|
115
115
|
* @public
|
|
116
116
|
*/
|
|
117
117
|
export declare class GetBatchJobExecutionCommand extends GetBatchJobExecutionCommand_base {
|
|
118
|
+
/** @internal type navigation helper, not in runtime. */
|
|
119
|
+
protected static __types: {
|
|
120
|
+
api: {
|
|
121
|
+
input: GetBatchJobExecutionRequest;
|
|
122
|
+
output: GetBatchJobExecutionResponse;
|
|
123
|
+
};
|
|
124
|
+
sdk: {
|
|
125
|
+
input: GetBatchJobExecutionCommandInput;
|
|
126
|
+
output: GetBatchJobExecutionCommandOutput;
|
|
127
|
+
};
|
|
128
|
+
};
|
|
118
129
|
}
|
|
@@ -122,4 +122,15 @@ declare const GetDataSetDetailsCommand_base: {
|
|
|
122
122
|
* @public
|
|
123
123
|
*/
|
|
124
124
|
export declare class GetDataSetDetailsCommand extends GetDataSetDetailsCommand_base {
|
|
125
|
+
/** @internal type navigation helper, not in runtime. */
|
|
126
|
+
protected static __types: {
|
|
127
|
+
api: {
|
|
128
|
+
input: GetDataSetDetailsRequest;
|
|
129
|
+
output: GetDataSetDetailsResponse;
|
|
130
|
+
};
|
|
131
|
+
sdk: {
|
|
132
|
+
input: GetDataSetDetailsCommandInput;
|
|
133
|
+
output: GetDataSetDetailsCommandOutput;
|
|
134
|
+
};
|
|
135
|
+
};
|
|
125
136
|
}
|
|
@@ -81,4 +81,15 @@ declare const GetDataSetImportTaskCommand_base: {
|
|
|
81
81
|
* @public
|
|
82
82
|
*/
|
|
83
83
|
export declare class GetDataSetImportTaskCommand extends GetDataSetImportTaskCommand_base {
|
|
84
|
+
/** @internal type navigation helper, not in runtime. */
|
|
85
|
+
protected static __types: {
|
|
86
|
+
api: {
|
|
87
|
+
input: GetDataSetImportTaskRequest;
|
|
88
|
+
output: GetDataSetImportTaskResponse;
|
|
89
|
+
};
|
|
90
|
+
sdk: {
|
|
91
|
+
input: GetDataSetImportTaskCommandInput;
|
|
92
|
+
output: GetDataSetImportTaskCommandOutput;
|
|
93
|
+
};
|
|
94
|
+
};
|
|
84
95
|
}
|
|
@@ -79,4 +79,15 @@ declare const GetDeploymentCommand_base: {
|
|
|
79
79
|
* @public
|
|
80
80
|
*/
|
|
81
81
|
export declare class GetDeploymentCommand extends GetDeploymentCommand_base {
|
|
82
|
+
/** @internal type navigation helper, not in runtime. */
|
|
83
|
+
protected static __types: {
|
|
84
|
+
api: {
|
|
85
|
+
input: GetDeploymentRequest;
|
|
86
|
+
output: GetDeploymentResponse;
|
|
87
|
+
};
|
|
88
|
+
sdk: {
|
|
89
|
+
input: GetDeploymentCommandInput;
|
|
90
|
+
output: GetDeploymentCommandOutput;
|
|
91
|
+
};
|
|
92
|
+
};
|
|
82
93
|
}
|
|
@@ -118,4 +118,15 @@ declare const GetEnvironmentCommand_base: {
|
|
|
118
118
|
* @public
|
|
119
119
|
*/
|
|
120
120
|
export declare class GetEnvironmentCommand extends GetEnvironmentCommand_base {
|
|
121
|
+
/** @internal type navigation helper, not in runtime. */
|
|
122
|
+
protected static __types: {
|
|
123
|
+
api: {
|
|
124
|
+
input: GetEnvironmentRequest;
|
|
125
|
+
output: GetEnvironmentResponse;
|
|
126
|
+
};
|
|
127
|
+
sdk: {
|
|
128
|
+
input: GetEnvironmentCommandInput;
|
|
129
|
+
output: GetEnvironmentCommandOutput;
|
|
130
|
+
};
|
|
131
|
+
};
|
|
121
132
|
}
|
|
@@ -64,4 +64,15 @@ declare const GetSignedBluinsightsUrlCommand_base: {
|
|
|
64
64
|
* @public
|
|
65
65
|
*/
|
|
66
66
|
export declare class GetSignedBluinsightsUrlCommand extends GetSignedBluinsightsUrlCommand_base {
|
|
67
|
+
/** @internal type navigation helper, not in runtime. */
|
|
68
|
+
protected static __types: {
|
|
69
|
+
api: {
|
|
70
|
+
input: {};
|
|
71
|
+
output: GetSignedBluinsightsUrlResponse;
|
|
72
|
+
};
|
|
73
|
+
sdk: {
|
|
74
|
+
input: GetSignedBluinsightsUrlCommandInput;
|
|
75
|
+
output: GetSignedBluinsightsUrlCommandOutput;
|
|
76
|
+
};
|
|
77
|
+
};
|
|
67
78
|
}
|
|
@@ -82,4 +82,15 @@ declare const ListApplicationVersionsCommand_base: {
|
|
|
82
82
|
* @public
|
|
83
83
|
*/
|
|
84
84
|
export declare class ListApplicationVersionsCommand extends ListApplicationVersionsCommand_base {
|
|
85
|
+
/** @internal type navigation helper, not in runtime. */
|
|
86
|
+
protected static __types: {
|
|
87
|
+
api: {
|
|
88
|
+
input: ListApplicationVersionsRequest;
|
|
89
|
+
output: ListApplicationVersionsResponse;
|
|
90
|
+
};
|
|
91
|
+
sdk: {
|
|
92
|
+
input: ListApplicationVersionsCommandInput;
|
|
93
|
+
output: ListApplicationVersionsCommandOutput;
|
|
94
|
+
};
|
|
95
|
+
};
|
|
85
96
|
}
|
|
@@ -93,4 +93,15 @@ declare const ListApplicationsCommand_base: {
|
|
|
93
93
|
* @public
|
|
94
94
|
*/
|
|
95
95
|
export declare class ListApplicationsCommand extends ListApplicationsCommand_base {
|
|
96
|
+
/** @internal type navigation helper, not in runtime. */
|
|
97
|
+
protected static __types: {
|
|
98
|
+
api: {
|
|
99
|
+
input: ListApplicationsRequest;
|
|
100
|
+
output: ListApplicationsResponse;
|
|
101
|
+
};
|
|
102
|
+
sdk: {
|
|
103
|
+
input: ListApplicationsCommandInput;
|
|
104
|
+
output: ListApplicationsCommandOutput;
|
|
105
|
+
};
|
|
106
|
+
};
|
|
96
107
|
}
|
|
@@ -88,4 +88,15 @@ declare const ListBatchJobDefinitionsCommand_base: {
|
|
|
88
88
|
* @public
|
|
89
89
|
*/
|
|
90
90
|
export declare class ListBatchJobDefinitionsCommand extends ListBatchJobDefinitionsCommand_base {
|
|
91
|
+
/** @internal type navigation helper, not in runtime. */
|
|
92
|
+
protected static __types: {
|
|
93
|
+
api: {
|
|
94
|
+
input: ListBatchJobDefinitionsRequest;
|
|
95
|
+
output: ListBatchJobDefinitionsResponse;
|
|
96
|
+
};
|
|
97
|
+
sdk: {
|
|
98
|
+
input: ListBatchJobDefinitionsCommandInput;
|
|
99
|
+
output: ListBatchJobDefinitionsCommandOutput;
|
|
100
|
+
};
|
|
101
|
+
};
|
|
91
102
|
}
|
|
@@ -121,4 +121,15 @@ declare const ListBatchJobExecutionsCommand_base: {
|
|
|
121
121
|
* @public
|
|
122
122
|
*/
|
|
123
123
|
export declare class ListBatchJobExecutionsCommand extends ListBatchJobExecutionsCommand_base {
|
|
124
|
+
/** @internal type navigation helper, not in runtime. */
|
|
125
|
+
protected static __types: {
|
|
126
|
+
api: {
|
|
127
|
+
input: ListBatchJobExecutionsRequest;
|
|
128
|
+
output: ListBatchJobExecutionsResponse;
|
|
129
|
+
};
|
|
130
|
+
sdk: {
|
|
131
|
+
input: ListBatchJobExecutionsCommandInput;
|
|
132
|
+
output: ListBatchJobExecutionsCommandOutput;
|
|
133
|
+
};
|
|
134
|
+
};
|
|
124
135
|
}
|
|
@@ -85,4 +85,15 @@ declare const ListBatchJobRestartPointsCommand_base: {
|
|
|
85
85
|
* @public
|
|
86
86
|
*/
|
|
87
87
|
export declare class ListBatchJobRestartPointsCommand extends ListBatchJobRestartPointsCommand_base {
|
|
88
|
+
/** @internal type navigation helper, not in runtime. */
|
|
89
|
+
protected static __types: {
|
|
90
|
+
api: {
|
|
91
|
+
input: ListBatchJobRestartPointsRequest;
|
|
92
|
+
output: ListBatchJobRestartPointsResponse;
|
|
93
|
+
};
|
|
94
|
+
sdk: {
|
|
95
|
+
input: ListBatchJobRestartPointsCommandInput;
|
|
96
|
+
output: ListBatchJobRestartPointsCommandOutput;
|
|
97
|
+
};
|
|
98
|
+
};
|
|
88
99
|
}
|
|
@@ -88,4 +88,15 @@ declare const ListDataSetImportHistoryCommand_base: {
|
|
|
88
88
|
* @public
|
|
89
89
|
*/
|
|
90
90
|
export declare class ListDataSetImportHistoryCommand extends ListDataSetImportHistoryCommand_base {
|
|
91
|
+
/** @internal type navigation helper, not in runtime. */
|
|
92
|
+
protected static __types: {
|
|
93
|
+
api: {
|
|
94
|
+
input: ListDataSetImportHistoryRequest;
|
|
95
|
+
output: ListDataSetImportHistoryResponse;
|
|
96
|
+
};
|
|
97
|
+
sdk: {
|
|
98
|
+
input: ListDataSetImportHistoryCommandInput;
|
|
99
|
+
output: ListDataSetImportHistoryCommandOutput;
|
|
100
|
+
};
|
|
101
|
+
};
|
|
91
102
|
}
|
|
@@ -97,4 +97,15 @@ declare const ListDataSetsCommand_base: {
|
|
|
97
97
|
* @public
|
|
98
98
|
*/
|
|
99
99
|
export declare class ListDataSetsCommand extends ListDataSetsCommand_base {
|
|
100
|
+
/** @internal type navigation helper, not in runtime. */
|
|
101
|
+
protected static __types: {
|
|
102
|
+
api: {
|
|
103
|
+
input: ListDataSetsRequest;
|
|
104
|
+
output: ListDataSetsResponse;
|
|
105
|
+
};
|
|
106
|
+
sdk: {
|
|
107
|
+
input: ListDataSetsCommandInput;
|
|
108
|
+
output: ListDataSetsCommandOutput;
|
|
109
|
+
};
|
|
110
|
+
};
|
|
100
111
|
}
|
|
@@ -87,4 +87,15 @@ declare const ListDeploymentsCommand_base: {
|
|
|
87
87
|
* @public
|
|
88
88
|
*/
|
|
89
89
|
export declare class ListDeploymentsCommand extends ListDeploymentsCommand_base {
|
|
90
|
+
/** @internal type navigation helper, not in runtime. */
|
|
91
|
+
protected static __types: {
|
|
92
|
+
api: {
|
|
93
|
+
input: ListDeploymentsRequest;
|
|
94
|
+
output: ListDeploymentsResponse;
|
|
95
|
+
};
|
|
96
|
+
sdk: {
|
|
97
|
+
input: ListDeploymentsCommandInput;
|
|
98
|
+
output: ListDeploymentsCommandOutput;
|
|
99
|
+
};
|
|
100
|
+
};
|
|
90
101
|
}
|
|
@@ -77,4 +77,15 @@ declare const ListEngineVersionsCommand_base: {
|
|
|
77
77
|
* @public
|
|
78
78
|
*/
|
|
79
79
|
export declare class ListEngineVersionsCommand extends ListEngineVersionsCommand_base {
|
|
80
|
+
/** @internal type navigation helper, not in runtime. */
|
|
81
|
+
protected static __types: {
|
|
82
|
+
api: {
|
|
83
|
+
input: ListEngineVersionsRequest;
|
|
84
|
+
output: ListEngineVersionsResponse;
|
|
85
|
+
};
|
|
86
|
+
sdk: {
|
|
87
|
+
input: ListEngineVersionsCommandInput;
|
|
88
|
+
output: ListEngineVersionsCommandOutput;
|
|
89
|
+
};
|
|
90
|
+
};
|
|
80
91
|
}
|
|
@@ -86,4 +86,15 @@ declare const ListEnvironmentsCommand_base: {
|
|
|
86
86
|
* @public
|
|
87
87
|
*/
|
|
88
88
|
export declare class ListEnvironmentsCommand extends ListEnvironmentsCommand_base {
|
|
89
|
+
/** @internal type navigation helper, not in runtime. */
|
|
90
|
+
protected static __types: {
|
|
91
|
+
api: {
|
|
92
|
+
input: ListEnvironmentsRequest;
|
|
93
|
+
output: ListEnvironmentsResponse;
|
|
94
|
+
};
|
|
95
|
+
sdk: {
|
|
96
|
+
input: ListEnvironmentsCommandInput;
|
|
97
|
+
output: ListEnvironmentsCommandOutput;
|
|
98
|
+
};
|
|
99
|
+
};
|
|
89
100
|
}
|
|
@@ -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
|
}
|
|
@@ -73,4 +73,15 @@ declare const StartApplicationCommand_base: {
|
|
|
73
73
|
* @public
|
|
74
74
|
*/
|
|
75
75
|
export declare class StartApplicationCommand extends StartApplicationCommand_base {
|
|
76
|
+
/** @internal type navigation helper, not in runtime. */
|
|
77
|
+
protected static __types: {
|
|
78
|
+
api: {
|
|
79
|
+
input: StartApplicationRequest;
|
|
80
|
+
output: {};
|
|
81
|
+
};
|
|
82
|
+
sdk: {
|
|
83
|
+
input: StartApplicationCommandInput;
|
|
84
|
+
output: StartApplicationCommandOutput;
|
|
85
|
+
};
|
|
86
|
+
};
|
|
76
87
|
}
|
|
@@ -105,4 +105,15 @@ declare const StartBatchJobCommand_base: {
|
|
|
105
105
|
* @public
|
|
106
106
|
*/
|
|
107
107
|
export declare class StartBatchJobCommand extends StartBatchJobCommand_base {
|
|
108
|
+
/** @internal type navigation helper, not in runtime. */
|
|
109
|
+
protected static __types: {
|
|
110
|
+
api: {
|
|
111
|
+
input: StartBatchJobRequest;
|
|
112
|
+
output: StartBatchJobResponse;
|
|
113
|
+
};
|
|
114
|
+
sdk: {
|
|
115
|
+
input: StartBatchJobCommandInput;
|
|
116
|
+
output: StartBatchJobCommandOutput;
|
|
117
|
+
};
|
|
118
|
+
};
|
|
108
119
|
}
|
|
@@ -74,4 +74,15 @@ declare const StopApplicationCommand_base: {
|
|
|
74
74
|
* @public
|
|
75
75
|
*/
|
|
76
76
|
export declare class StopApplicationCommand extends StopApplicationCommand_base {
|
|
77
|
+
/** @internal type navigation helper, not in runtime. */
|
|
78
|
+
protected static __types: {
|
|
79
|
+
api: {
|
|
80
|
+
input: StopApplicationRequest;
|
|
81
|
+
output: {};
|
|
82
|
+
};
|
|
83
|
+
sdk: {
|
|
84
|
+
input: StopApplicationCommandInput;
|
|
85
|
+
output: StopApplicationCommandOutput;
|
|
86
|
+
};
|
|
87
|
+
};
|
|
77
88
|
}
|
|
@@ -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
|
}
|
|
@@ -73,4 +73,15 @@ declare const UntagResourceCommand_base: {
|
|
|
73
73
|
* @public
|
|
74
74
|
*/
|
|
75
75
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
76
|
+
/** @internal type navigation helper, not in runtime. */
|
|
77
|
+
protected static __types: {
|
|
78
|
+
api: {
|
|
79
|
+
input: UntagResourceRequest;
|
|
80
|
+
output: {};
|
|
81
|
+
};
|
|
82
|
+
sdk: {
|
|
83
|
+
input: UntagResourceCommandInput;
|
|
84
|
+
output: UntagResourceCommandOutput;
|
|
85
|
+
};
|
|
86
|
+
};
|
|
76
87
|
}
|
|
@@ -81,4 +81,15 @@ declare const UpdateApplicationCommand_base: {
|
|
|
81
81
|
* @public
|
|
82
82
|
*/
|
|
83
83
|
export declare class UpdateApplicationCommand extends UpdateApplicationCommand_base {
|
|
84
|
+
/** @internal type navigation helper, not in runtime. */
|
|
85
|
+
protected static __types: {
|
|
86
|
+
api: {
|
|
87
|
+
input: UpdateApplicationRequest;
|
|
88
|
+
output: UpdateApplicationResponse;
|
|
89
|
+
};
|
|
90
|
+
sdk: {
|
|
91
|
+
input: UpdateApplicationCommandInput;
|
|
92
|
+
output: UpdateApplicationCommandOutput;
|
|
93
|
+
};
|
|
94
|
+
};
|
|
84
95
|
}
|
|
@@ -84,4 +84,15 @@ declare const UpdateEnvironmentCommand_base: {
|
|
|
84
84
|
* @public
|
|
85
85
|
*/
|
|
86
86
|
export declare class UpdateEnvironmentCommand extends UpdateEnvironmentCommand_base {
|
|
87
|
+
/** @internal type navigation helper, not in runtime. */
|
|
88
|
+
protected static __types: {
|
|
89
|
+
api: {
|
|
90
|
+
input: UpdateEnvironmentRequest;
|
|
91
|
+
output: UpdateEnvironmentResponse;
|
|
92
|
+
};
|
|
93
|
+
sdk: {
|
|
94
|
+
input: UpdateEnvironmentCommandInput;
|
|
95
|
+
output: UpdateEnvironmentCommandOutput;
|
|
96
|
+
};
|
|
97
|
+
};
|
|
87
98
|
}
|
|
@@ -37,4 +37,15 @@ declare const CancelBatchJobExecutionCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CancelBatchJobExecutionCommand extends CancelBatchJobExecutionCommand_base {
|
|
40
|
+
export declare class CancelBatchJobExecutionCommand extends CancelBatchJobExecutionCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CancelBatchJobExecutionRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CancelBatchJobExecutionCommandInput;
|
|
48
|
+
output: CancelBatchJobExecutionCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateApplicationCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateApplicationCommand extends CreateApplicationCommand_base {
|
|
40
|
+
export declare class CreateApplicationCommand extends CreateApplicationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateApplicationRequest;
|
|
44
|
+
output: CreateApplicationResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateApplicationCommandInput;
|
|
48
|
+
output: CreateApplicationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateDataSetImportTaskCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateDataSetImportTaskCommand extends CreateDataSetImportTaskCommand_base {
|
|
40
|
+
export declare class CreateDataSetImportTaskCommand extends CreateDataSetImportTaskCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateDataSetImportTaskRequest;
|
|
44
|
+
output: CreateDataSetImportTaskResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateDataSetImportTaskCommandInput;
|
|
48
|
+
output: CreateDataSetImportTaskCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const CreateDeploymentCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class CreateDeploymentCommand extends CreateDeploymentCommand_base {
|
|
39
|
+
export declare class CreateDeploymentCommand extends CreateDeploymentCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: CreateDeploymentRequest;
|
|
43
|
+
output: CreateDeploymentResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: CreateDeploymentCommandInput;
|
|
47
|
+
output: CreateDeploymentCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateEnvironmentCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateEnvironmentCommand extends CreateEnvironmentCommand_base {
|
|
40
|
+
export declare class CreateEnvironmentCommand extends CreateEnvironmentCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateEnvironmentRequest;
|
|
44
|
+
output: CreateEnvironmentResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateEnvironmentCommandInput;
|
|
48
|
+
output: CreateEnvironmentCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|