@aws-sdk/client-kinesis-analytics 3.926.0 → 3.928.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-cjs/index.js +981 -776
- package/dist-cjs/runtimeConfig.shared.js +7 -0
- package/dist-es/KinesisAnalyticsClient.js +2 -0
- package/dist-es/commands/AddApplicationCloudWatchLoggingOptionCommand.js +3 -9
- package/dist-es/commands/AddApplicationInputCommand.js +3 -9
- package/dist-es/commands/AddApplicationInputProcessingConfigurationCommand.js +3 -9
- package/dist-es/commands/AddApplicationOutputCommand.js +3 -9
- package/dist-es/commands/AddApplicationReferenceDataSourceCommand.js +3 -9
- package/dist-es/commands/CreateApplicationCommand.js +3 -9
- package/dist-es/commands/DeleteApplicationCloudWatchLoggingOptionCommand.js +3 -9
- package/dist-es/commands/DeleteApplicationCommand.js +3 -9
- package/dist-es/commands/DeleteApplicationInputProcessingConfigurationCommand.js +3 -9
- package/dist-es/commands/DeleteApplicationOutputCommand.js +3 -9
- package/dist-es/commands/DeleteApplicationReferenceDataSourceCommand.js +3 -9
- package/dist-es/commands/DescribeApplicationCommand.js +3 -9
- package/dist-es/commands/DiscoverInputSchemaCommand.js +3 -9
- package/dist-es/commands/ListApplicationsCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/StartApplicationCommand.js +3 -9
- package/dist-es/commands/StopApplicationCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateApplicationCommand.js +3 -9
- package/dist-es/runtimeConfig.shared.js +7 -0
- package/dist-es/schemas/schemas_0.js +910 -0
- package/dist-types/KinesisAnalyticsClient.d.ts +10 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +149 -0
- package/dist-types/ts3.4/KinesisAnalyticsClient.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +154 -0
- package/package.json +5 -5
- package/dist-es/protocols/Aws_json1_1.js +0 -604
- package/dist-types/protocols/Aws_json1_1.d.ts +0 -182
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -245
|
@@ -1,182 +0,0 @@
|
|
|
1
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
|
|
2
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
3
|
-
import { AddApplicationCloudWatchLoggingOptionCommandInput, AddApplicationCloudWatchLoggingOptionCommandOutput } from "../commands/AddApplicationCloudWatchLoggingOptionCommand";
|
|
4
|
-
import { AddApplicationInputCommandInput, AddApplicationInputCommandOutput } from "../commands/AddApplicationInputCommand";
|
|
5
|
-
import { AddApplicationInputProcessingConfigurationCommandInput, AddApplicationInputProcessingConfigurationCommandOutput } from "../commands/AddApplicationInputProcessingConfigurationCommand";
|
|
6
|
-
import { AddApplicationOutputCommandInput, AddApplicationOutputCommandOutput } from "../commands/AddApplicationOutputCommand";
|
|
7
|
-
import { AddApplicationReferenceDataSourceCommandInput, AddApplicationReferenceDataSourceCommandOutput } from "../commands/AddApplicationReferenceDataSourceCommand";
|
|
8
|
-
import { CreateApplicationCommandInput, CreateApplicationCommandOutput } from "../commands/CreateApplicationCommand";
|
|
9
|
-
import { DeleteApplicationCloudWatchLoggingOptionCommandInput, DeleteApplicationCloudWatchLoggingOptionCommandOutput } from "../commands/DeleteApplicationCloudWatchLoggingOptionCommand";
|
|
10
|
-
import { DeleteApplicationCommandInput, DeleteApplicationCommandOutput } from "../commands/DeleteApplicationCommand";
|
|
11
|
-
import { DeleteApplicationInputProcessingConfigurationCommandInput, DeleteApplicationInputProcessingConfigurationCommandOutput } from "../commands/DeleteApplicationInputProcessingConfigurationCommand";
|
|
12
|
-
import { DeleteApplicationOutputCommandInput, DeleteApplicationOutputCommandOutput } from "../commands/DeleteApplicationOutputCommand";
|
|
13
|
-
import { DeleteApplicationReferenceDataSourceCommandInput, DeleteApplicationReferenceDataSourceCommandOutput } from "../commands/DeleteApplicationReferenceDataSourceCommand";
|
|
14
|
-
import { DescribeApplicationCommandInput, DescribeApplicationCommandOutput } from "../commands/DescribeApplicationCommand";
|
|
15
|
-
import { DiscoverInputSchemaCommandInput, DiscoverInputSchemaCommandOutput } from "../commands/DiscoverInputSchemaCommand";
|
|
16
|
-
import { ListApplicationsCommandInput, ListApplicationsCommandOutput } from "../commands/ListApplicationsCommand";
|
|
17
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
18
|
-
import { StartApplicationCommandInput, StartApplicationCommandOutput } from "../commands/StartApplicationCommand";
|
|
19
|
-
import { StopApplicationCommandInput, StopApplicationCommandOutput } from "../commands/StopApplicationCommand";
|
|
20
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
21
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
22
|
-
import { UpdateApplicationCommandInput, UpdateApplicationCommandOutput } from "../commands/UpdateApplicationCommand";
|
|
23
|
-
/**
|
|
24
|
-
* serializeAws_json1_1AddApplicationCloudWatchLoggingOptionCommand
|
|
25
|
-
*/
|
|
26
|
-
export declare const se_AddApplicationCloudWatchLoggingOptionCommand: (input: AddApplicationCloudWatchLoggingOptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
27
|
-
/**
|
|
28
|
-
* serializeAws_json1_1AddApplicationInputCommand
|
|
29
|
-
*/
|
|
30
|
-
export declare const se_AddApplicationInputCommand: (input: AddApplicationInputCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
31
|
-
/**
|
|
32
|
-
* serializeAws_json1_1AddApplicationInputProcessingConfigurationCommand
|
|
33
|
-
*/
|
|
34
|
-
export declare const se_AddApplicationInputProcessingConfigurationCommand: (input: AddApplicationInputProcessingConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
35
|
-
/**
|
|
36
|
-
* serializeAws_json1_1AddApplicationOutputCommand
|
|
37
|
-
*/
|
|
38
|
-
export declare const se_AddApplicationOutputCommand: (input: AddApplicationOutputCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
39
|
-
/**
|
|
40
|
-
* serializeAws_json1_1AddApplicationReferenceDataSourceCommand
|
|
41
|
-
*/
|
|
42
|
-
export declare const se_AddApplicationReferenceDataSourceCommand: (input: AddApplicationReferenceDataSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
43
|
-
/**
|
|
44
|
-
* serializeAws_json1_1CreateApplicationCommand
|
|
45
|
-
*/
|
|
46
|
-
export declare const se_CreateApplicationCommand: (input: CreateApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
47
|
-
/**
|
|
48
|
-
* serializeAws_json1_1DeleteApplicationCommand
|
|
49
|
-
*/
|
|
50
|
-
export declare const se_DeleteApplicationCommand: (input: DeleteApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
51
|
-
/**
|
|
52
|
-
* serializeAws_json1_1DeleteApplicationCloudWatchLoggingOptionCommand
|
|
53
|
-
*/
|
|
54
|
-
export declare const se_DeleteApplicationCloudWatchLoggingOptionCommand: (input: DeleteApplicationCloudWatchLoggingOptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
55
|
-
/**
|
|
56
|
-
* serializeAws_json1_1DeleteApplicationInputProcessingConfigurationCommand
|
|
57
|
-
*/
|
|
58
|
-
export declare const se_DeleteApplicationInputProcessingConfigurationCommand: (input: DeleteApplicationInputProcessingConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
59
|
-
/**
|
|
60
|
-
* serializeAws_json1_1DeleteApplicationOutputCommand
|
|
61
|
-
*/
|
|
62
|
-
export declare const se_DeleteApplicationOutputCommand: (input: DeleteApplicationOutputCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
63
|
-
/**
|
|
64
|
-
* serializeAws_json1_1DeleteApplicationReferenceDataSourceCommand
|
|
65
|
-
*/
|
|
66
|
-
export declare const se_DeleteApplicationReferenceDataSourceCommand: (input: DeleteApplicationReferenceDataSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
67
|
-
/**
|
|
68
|
-
* serializeAws_json1_1DescribeApplicationCommand
|
|
69
|
-
*/
|
|
70
|
-
export declare const se_DescribeApplicationCommand: (input: DescribeApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
71
|
-
/**
|
|
72
|
-
* serializeAws_json1_1DiscoverInputSchemaCommand
|
|
73
|
-
*/
|
|
74
|
-
export declare const se_DiscoverInputSchemaCommand: (input: DiscoverInputSchemaCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
75
|
-
/**
|
|
76
|
-
* serializeAws_json1_1ListApplicationsCommand
|
|
77
|
-
*/
|
|
78
|
-
export declare const se_ListApplicationsCommand: (input: ListApplicationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
79
|
-
/**
|
|
80
|
-
* serializeAws_json1_1ListTagsForResourceCommand
|
|
81
|
-
*/
|
|
82
|
-
export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
83
|
-
/**
|
|
84
|
-
* serializeAws_json1_1StartApplicationCommand
|
|
85
|
-
*/
|
|
86
|
-
export declare const se_StartApplicationCommand: (input: StartApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
87
|
-
/**
|
|
88
|
-
* serializeAws_json1_1StopApplicationCommand
|
|
89
|
-
*/
|
|
90
|
-
export declare const se_StopApplicationCommand: (input: StopApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
91
|
-
/**
|
|
92
|
-
* serializeAws_json1_1TagResourceCommand
|
|
93
|
-
*/
|
|
94
|
-
export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
95
|
-
/**
|
|
96
|
-
* serializeAws_json1_1UntagResourceCommand
|
|
97
|
-
*/
|
|
98
|
-
export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
99
|
-
/**
|
|
100
|
-
* serializeAws_json1_1UpdateApplicationCommand
|
|
101
|
-
*/
|
|
102
|
-
export declare const se_UpdateApplicationCommand: (input: UpdateApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
103
|
-
/**
|
|
104
|
-
* deserializeAws_json1_1AddApplicationCloudWatchLoggingOptionCommand
|
|
105
|
-
*/
|
|
106
|
-
export declare const de_AddApplicationCloudWatchLoggingOptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddApplicationCloudWatchLoggingOptionCommandOutput>;
|
|
107
|
-
/**
|
|
108
|
-
* deserializeAws_json1_1AddApplicationInputCommand
|
|
109
|
-
*/
|
|
110
|
-
export declare const de_AddApplicationInputCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddApplicationInputCommandOutput>;
|
|
111
|
-
/**
|
|
112
|
-
* deserializeAws_json1_1AddApplicationInputProcessingConfigurationCommand
|
|
113
|
-
*/
|
|
114
|
-
export declare const de_AddApplicationInputProcessingConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddApplicationInputProcessingConfigurationCommandOutput>;
|
|
115
|
-
/**
|
|
116
|
-
* deserializeAws_json1_1AddApplicationOutputCommand
|
|
117
|
-
*/
|
|
118
|
-
export declare const de_AddApplicationOutputCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddApplicationOutputCommandOutput>;
|
|
119
|
-
/**
|
|
120
|
-
* deserializeAws_json1_1AddApplicationReferenceDataSourceCommand
|
|
121
|
-
*/
|
|
122
|
-
export declare const de_AddApplicationReferenceDataSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddApplicationReferenceDataSourceCommandOutput>;
|
|
123
|
-
/**
|
|
124
|
-
* deserializeAws_json1_1CreateApplicationCommand
|
|
125
|
-
*/
|
|
126
|
-
export declare const de_CreateApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateApplicationCommandOutput>;
|
|
127
|
-
/**
|
|
128
|
-
* deserializeAws_json1_1DeleteApplicationCommand
|
|
129
|
-
*/
|
|
130
|
-
export declare const de_DeleteApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteApplicationCommandOutput>;
|
|
131
|
-
/**
|
|
132
|
-
* deserializeAws_json1_1DeleteApplicationCloudWatchLoggingOptionCommand
|
|
133
|
-
*/
|
|
134
|
-
export declare const de_DeleteApplicationCloudWatchLoggingOptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteApplicationCloudWatchLoggingOptionCommandOutput>;
|
|
135
|
-
/**
|
|
136
|
-
* deserializeAws_json1_1DeleteApplicationInputProcessingConfigurationCommand
|
|
137
|
-
*/
|
|
138
|
-
export declare const de_DeleteApplicationInputProcessingConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteApplicationInputProcessingConfigurationCommandOutput>;
|
|
139
|
-
/**
|
|
140
|
-
* deserializeAws_json1_1DeleteApplicationOutputCommand
|
|
141
|
-
*/
|
|
142
|
-
export declare const de_DeleteApplicationOutputCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteApplicationOutputCommandOutput>;
|
|
143
|
-
/**
|
|
144
|
-
* deserializeAws_json1_1DeleteApplicationReferenceDataSourceCommand
|
|
145
|
-
*/
|
|
146
|
-
export declare const de_DeleteApplicationReferenceDataSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteApplicationReferenceDataSourceCommandOutput>;
|
|
147
|
-
/**
|
|
148
|
-
* deserializeAws_json1_1DescribeApplicationCommand
|
|
149
|
-
*/
|
|
150
|
-
export declare const de_DescribeApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeApplicationCommandOutput>;
|
|
151
|
-
/**
|
|
152
|
-
* deserializeAws_json1_1DiscoverInputSchemaCommand
|
|
153
|
-
*/
|
|
154
|
-
export declare const de_DiscoverInputSchemaCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DiscoverInputSchemaCommandOutput>;
|
|
155
|
-
/**
|
|
156
|
-
* deserializeAws_json1_1ListApplicationsCommand
|
|
157
|
-
*/
|
|
158
|
-
export declare const de_ListApplicationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListApplicationsCommandOutput>;
|
|
159
|
-
/**
|
|
160
|
-
* deserializeAws_json1_1ListTagsForResourceCommand
|
|
161
|
-
*/
|
|
162
|
-
export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
163
|
-
/**
|
|
164
|
-
* deserializeAws_json1_1StartApplicationCommand
|
|
165
|
-
*/
|
|
166
|
-
export declare const de_StartApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartApplicationCommandOutput>;
|
|
167
|
-
/**
|
|
168
|
-
* deserializeAws_json1_1StopApplicationCommand
|
|
169
|
-
*/
|
|
170
|
-
export declare const de_StopApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopApplicationCommandOutput>;
|
|
171
|
-
/**
|
|
172
|
-
* deserializeAws_json1_1TagResourceCommand
|
|
173
|
-
*/
|
|
174
|
-
export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
175
|
-
/**
|
|
176
|
-
* deserializeAws_json1_1UntagResourceCommand
|
|
177
|
-
*/
|
|
178
|
-
export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
179
|
-
/**
|
|
180
|
-
* deserializeAws_json1_1UpdateApplicationCommand
|
|
181
|
-
*/
|
|
182
|
-
export declare const de_UpdateApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateApplicationCommandOutput>;
|
|
@@ -1,245 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
HttpRequest as __HttpRequest,
|
|
3
|
-
HttpResponse as __HttpResponse,
|
|
4
|
-
} from "@smithy/protocol-http";
|
|
5
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
6
|
-
import {
|
|
7
|
-
AddApplicationCloudWatchLoggingOptionCommandInput,
|
|
8
|
-
AddApplicationCloudWatchLoggingOptionCommandOutput,
|
|
9
|
-
} from "../commands/AddApplicationCloudWatchLoggingOptionCommand";
|
|
10
|
-
import {
|
|
11
|
-
AddApplicationInputCommandInput,
|
|
12
|
-
AddApplicationInputCommandOutput,
|
|
13
|
-
} from "../commands/AddApplicationInputCommand";
|
|
14
|
-
import {
|
|
15
|
-
AddApplicationInputProcessingConfigurationCommandInput,
|
|
16
|
-
AddApplicationInputProcessingConfigurationCommandOutput,
|
|
17
|
-
} from "../commands/AddApplicationInputProcessingConfigurationCommand";
|
|
18
|
-
import {
|
|
19
|
-
AddApplicationOutputCommandInput,
|
|
20
|
-
AddApplicationOutputCommandOutput,
|
|
21
|
-
} from "../commands/AddApplicationOutputCommand";
|
|
22
|
-
import {
|
|
23
|
-
AddApplicationReferenceDataSourceCommandInput,
|
|
24
|
-
AddApplicationReferenceDataSourceCommandOutput,
|
|
25
|
-
} from "../commands/AddApplicationReferenceDataSourceCommand";
|
|
26
|
-
import {
|
|
27
|
-
CreateApplicationCommandInput,
|
|
28
|
-
CreateApplicationCommandOutput,
|
|
29
|
-
} from "../commands/CreateApplicationCommand";
|
|
30
|
-
import {
|
|
31
|
-
DeleteApplicationCloudWatchLoggingOptionCommandInput,
|
|
32
|
-
DeleteApplicationCloudWatchLoggingOptionCommandOutput,
|
|
33
|
-
} from "../commands/DeleteApplicationCloudWatchLoggingOptionCommand";
|
|
34
|
-
import {
|
|
35
|
-
DeleteApplicationCommandInput,
|
|
36
|
-
DeleteApplicationCommandOutput,
|
|
37
|
-
} from "../commands/DeleteApplicationCommand";
|
|
38
|
-
import {
|
|
39
|
-
DeleteApplicationInputProcessingConfigurationCommandInput,
|
|
40
|
-
DeleteApplicationInputProcessingConfigurationCommandOutput,
|
|
41
|
-
} from "../commands/DeleteApplicationInputProcessingConfigurationCommand";
|
|
42
|
-
import {
|
|
43
|
-
DeleteApplicationOutputCommandInput,
|
|
44
|
-
DeleteApplicationOutputCommandOutput,
|
|
45
|
-
} from "../commands/DeleteApplicationOutputCommand";
|
|
46
|
-
import {
|
|
47
|
-
DeleteApplicationReferenceDataSourceCommandInput,
|
|
48
|
-
DeleteApplicationReferenceDataSourceCommandOutput,
|
|
49
|
-
} from "../commands/DeleteApplicationReferenceDataSourceCommand";
|
|
50
|
-
import {
|
|
51
|
-
DescribeApplicationCommandInput,
|
|
52
|
-
DescribeApplicationCommandOutput,
|
|
53
|
-
} from "../commands/DescribeApplicationCommand";
|
|
54
|
-
import {
|
|
55
|
-
DiscoverInputSchemaCommandInput,
|
|
56
|
-
DiscoverInputSchemaCommandOutput,
|
|
57
|
-
} from "../commands/DiscoverInputSchemaCommand";
|
|
58
|
-
import {
|
|
59
|
-
ListApplicationsCommandInput,
|
|
60
|
-
ListApplicationsCommandOutput,
|
|
61
|
-
} from "../commands/ListApplicationsCommand";
|
|
62
|
-
import {
|
|
63
|
-
ListTagsForResourceCommandInput,
|
|
64
|
-
ListTagsForResourceCommandOutput,
|
|
65
|
-
} from "../commands/ListTagsForResourceCommand";
|
|
66
|
-
import {
|
|
67
|
-
StartApplicationCommandInput,
|
|
68
|
-
StartApplicationCommandOutput,
|
|
69
|
-
} from "../commands/StartApplicationCommand";
|
|
70
|
-
import {
|
|
71
|
-
StopApplicationCommandInput,
|
|
72
|
-
StopApplicationCommandOutput,
|
|
73
|
-
} from "../commands/StopApplicationCommand";
|
|
74
|
-
import {
|
|
75
|
-
TagResourceCommandInput,
|
|
76
|
-
TagResourceCommandOutput,
|
|
77
|
-
} from "../commands/TagResourceCommand";
|
|
78
|
-
import {
|
|
79
|
-
UntagResourceCommandInput,
|
|
80
|
-
UntagResourceCommandOutput,
|
|
81
|
-
} from "../commands/UntagResourceCommand";
|
|
82
|
-
import {
|
|
83
|
-
UpdateApplicationCommandInput,
|
|
84
|
-
UpdateApplicationCommandOutput,
|
|
85
|
-
} from "../commands/UpdateApplicationCommand";
|
|
86
|
-
export declare const se_AddApplicationCloudWatchLoggingOptionCommand: (
|
|
87
|
-
input: AddApplicationCloudWatchLoggingOptionCommandInput,
|
|
88
|
-
context: __SerdeContext
|
|
89
|
-
) => Promise<__HttpRequest>;
|
|
90
|
-
export declare const se_AddApplicationInputCommand: (
|
|
91
|
-
input: AddApplicationInputCommandInput,
|
|
92
|
-
context: __SerdeContext
|
|
93
|
-
) => Promise<__HttpRequest>;
|
|
94
|
-
export declare const se_AddApplicationInputProcessingConfigurationCommand: (
|
|
95
|
-
input: AddApplicationInputProcessingConfigurationCommandInput,
|
|
96
|
-
context: __SerdeContext
|
|
97
|
-
) => Promise<__HttpRequest>;
|
|
98
|
-
export declare const se_AddApplicationOutputCommand: (
|
|
99
|
-
input: AddApplicationOutputCommandInput,
|
|
100
|
-
context: __SerdeContext
|
|
101
|
-
) => Promise<__HttpRequest>;
|
|
102
|
-
export declare const se_AddApplicationReferenceDataSourceCommand: (
|
|
103
|
-
input: AddApplicationReferenceDataSourceCommandInput,
|
|
104
|
-
context: __SerdeContext
|
|
105
|
-
) => Promise<__HttpRequest>;
|
|
106
|
-
export declare const se_CreateApplicationCommand: (
|
|
107
|
-
input: CreateApplicationCommandInput,
|
|
108
|
-
context: __SerdeContext
|
|
109
|
-
) => Promise<__HttpRequest>;
|
|
110
|
-
export declare const se_DeleteApplicationCommand: (
|
|
111
|
-
input: DeleteApplicationCommandInput,
|
|
112
|
-
context: __SerdeContext
|
|
113
|
-
) => Promise<__HttpRequest>;
|
|
114
|
-
export declare const se_DeleteApplicationCloudWatchLoggingOptionCommand: (
|
|
115
|
-
input: DeleteApplicationCloudWatchLoggingOptionCommandInput,
|
|
116
|
-
context: __SerdeContext
|
|
117
|
-
) => Promise<__HttpRequest>;
|
|
118
|
-
export declare const se_DeleteApplicationInputProcessingConfigurationCommand: (
|
|
119
|
-
input: DeleteApplicationInputProcessingConfigurationCommandInput,
|
|
120
|
-
context: __SerdeContext
|
|
121
|
-
) => Promise<__HttpRequest>;
|
|
122
|
-
export declare const se_DeleteApplicationOutputCommand: (
|
|
123
|
-
input: DeleteApplicationOutputCommandInput,
|
|
124
|
-
context: __SerdeContext
|
|
125
|
-
) => Promise<__HttpRequest>;
|
|
126
|
-
export declare const se_DeleteApplicationReferenceDataSourceCommand: (
|
|
127
|
-
input: DeleteApplicationReferenceDataSourceCommandInput,
|
|
128
|
-
context: __SerdeContext
|
|
129
|
-
) => Promise<__HttpRequest>;
|
|
130
|
-
export declare const se_DescribeApplicationCommand: (
|
|
131
|
-
input: DescribeApplicationCommandInput,
|
|
132
|
-
context: __SerdeContext
|
|
133
|
-
) => Promise<__HttpRequest>;
|
|
134
|
-
export declare const se_DiscoverInputSchemaCommand: (
|
|
135
|
-
input: DiscoverInputSchemaCommandInput,
|
|
136
|
-
context: __SerdeContext
|
|
137
|
-
) => Promise<__HttpRequest>;
|
|
138
|
-
export declare const se_ListApplicationsCommand: (
|
|
139
|
-
input: ListApplicationsCommandInput,
|
|
140
|
-
context: __SerdeContext
|
|
141
|
-
) => Promise<__HttpRequest>;
|
|
142
|
-
export declare const se_ListTagsForResourceCommand: (
|
|
143
|
-
input: ListTagsForResourceCommandInput,
|
|
144
|
-
context: __SerdeContext
|
|
145
|
-
) => Promise<__HttpRequest>;
|
|
146
|
-
export declare const se_StartApplicationCommand: (
|
|
147
|
-
input: StartApplicationCommandInput,
|
|
148
|
-
context: __SerdeContext
|
|
149
|
-
) => Promise<__HttpRequest>;
|
|
150
|
-
export declare const se_StopApplicationCommand: (
|
|
151
|
-
input: StopApplicationCommandInput,
|
|
152
|
-
context: __SerdeContext
|
|
153
|
-
) => Promise<__HttpRequest>;
|
|
154
|
-
export declare const se_TagResourceCommand: (
|
|
155
|
-
input: TagResourceCommandInput,
|
|
156
|
-
context: __SerdeContext
|
|
157
|
-
) => Promise<__HttpRequest>;
|
|
158
|
-
export declare const se_UntagResourceCommand: (
|
|
159
|
-
input: UntagResourceCommandInput,
|
|
160
|
-
context: __SerdeContext
|
|
161
|
-
) => Promise<__HttpRequest>;
|
|
162
|
-
export declare const se_UpdateApplicationCommand: (
|
|
163
|
-
input: UpdateApplicationCommandInput,
|
|
164
|
-
context: __SerdeContext
|
|
165
|
-
) => Promise<__HttpRequest>;
|
|
166
|
-
export declare const de_AddApplicationCloudWatchLoggingOptionCommand: (
|
|
167
|
-
output: __HttpResponse,
|
|
168
|
-
context: __SerdeContext
|
|
169
|
-
) => Promise<AddApplicationCloudWatchLoggingOptionCommandOutput>;
|
|
170
|
-
export declare const de_AddApplicationInputCommand: (
|
|
171
|
-
output: __HttpResponse,
|
|
172
|
-
context: __SerdeContext
|
|
173
|
-
) => Promise<AddApplicationInputCommandOutput>;
|
|
174
|
-
export declare const de_AddApplicationInputProcessingConfigurationCommand: (
|
|
175
|
-
output: __HttpResponse,
|
|
176
|
-
context: __SerdeContext
|
|
177
|
-
) => Promise<AddApplicationInputProcessingConfigurationCommandOutput>;
|
|
178
|
-
export declare const de_AddApplicationOutputCommand: (
|
|
179
|
-
output: __HttpResponse,
|
|
180
|
-
context: __SerdeContext
|
|
181
|
-
) => Promise<AddApplicationOutputCommandOutput>;
|
|
182
|
-
export declare const de_AddApplicationReferenceDataSourceCommand: (
|
|
183
|
-
output: __HttpResponse,
|
|
184
|
-
context: __SerdeContext
|
|
185
|
-
) => Promise<AddApplicationReferenceDataSourceCommandOutput>;
|
|
186
|
-
export declare const de_CreateApplicationCommand: (
|
|
187
|
-
output: __HttpResponse,
|
|
188
|
-
context: __SerdeContext
|
|
189
|
-
) => Promise<CreateApplicationCommandOutput>;
|
|
190
|
-
export declare const de_DeleteApplicationCommand: (
|
|
191
|
-
output: __HttpResponse,
|
|
192
|
-
context: __SerdeContext
|
|
193
|
-
) => Promise<DeleteApplicationCommandOutput>;
|
|
194
|
-
export declare const de_DeleteApplicationCloudWatchLoggingOptionCommand: (
|
|
195
|
-
output: __HttpResponse,
|
|
196
|
-
context: __SerdeContext
|
|
197
|
-
) => Promise<DeleteApplicationCloudWatchLoggingOptionCommandOutput>;
|
|
198
|
-
export declare const de_DeleteApplicationInputProcessingConfigurationCommand: (
|
|
199
|
-
output: __HttpResponse,
|
|
200
|
-
context: __SerdeContext
|
|
201
|
-
) => Promise<DeleteApplicationInputProcessingConfigurationCommandOutput>;
|
|
202
|
-
export declare const de_DeleteApplicationOutputCommand: (
|
|
203
|
-
output: __HttpResponse,
|
|
204
|
-
context: __SerdeContext
|
|
205
|
-
) => Promise<DeleteApplicationOutputCommandOutput>;
|
|
206
|
-
export declare const de_DeleteApplicationReferenceDataSourceCommand: (
|
|
207
|
-
output: __HttpResponse,
|
|
208
|
-
context: __SerdeContext
|
|
209
|
-
) => Promise<DeleteApplicationReferenceDataSourceCommandOutput>;
|
|
210
|
-
export declare const de_DescribeApplicationCommand: (
|
|
211
|
-
output: __HttpResponse,
|
|
212
|
-
context: __SerdeContext
|
|
213
|
-
) => Promise<DescribeApplicationCommandOutput>;
|
|
214
|
-
export declare const de_DiscoverInputSchemaCommand: (
|
|
215
|
-
output: __HttpResponse,
|
|
216
|
-
context: __SerdeContext
|
|
217
|
-
) => Promise<DiscoverInputSchemaCommandOutput>;
|
|
218
|
-
export declare const de_ListApplicationsCommand: (
|
|
219
|
-
output: __HttpResponse,
|
|
220
|
-
context: __SerdeContext
|
|
221
|
-
) => Promise<ListApplicationsCommandOutput>;
|
|
222
|
-
export declare const de_ListTagsForResourceCommand: (
|
|
223
|
-
output: __HttpResponse,
|
|
224
|
-
context: __SerdeContext
|
|
225
|
-
) => Promise<ListTagsForResourceCommandOutput>;
|
|
226
|
-
export declare const de_StartApplicationCommand: (
|
|
227
|
-
output: __HttpResponse,
|
|
228
|
-
context: __SerdeContext
|
|
229
|
-
) => Promise<StartApplicationCommandOutput>;
|
|
230
|
-
export declare const de_StopApplicationCommand: (
|
|
231
|
-
output: __HttpResponse,
|
|
232
|
-
context: __SerdeContext
|
|
233
|
-
) => Promise<StopApplicationCommandOutput>;
|
|
234
|
-
export declare const de_TagResourceCommand: (
|
|
235
|
-
output: __HttpResponse,
|
|
236
|
-
context: __SerdeContext
|
|
237
|
-
) => Promise<TagResourceCommandOutput>;
|
|
238
|
-
export declare const de_UntagResourceCommand: (
|
|
239
|
-
output: __HttpResponse,
|
|
240
|
-
context: __SerdeContext
|
|
241
|
-
) => Promise<UntagResourceCommandOutput>;
|
|
242
|
-
export declare const de_UpdateApplicationCommand: (
|
|
243
|
-
output: __HttpResponse,
|
|
244
|
-
context: __SerdeContext
|
|
245
|
-
) => Promise<UpdateApplicationCommandOutput>;
|