@aws-sdk/client-kinesis-analytics-v2 3.1087.0 → 3.1088.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (53) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/KinesisAnalyticsV2.d.ts +104 -155
  3. package/dist-types/ts3.4/KinesisAnalyticsV2Client.d.ts +6 -19
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
  6. package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
  7. package/dist-types/ts3.4/commands/AddApplicationCloudWatchLoggingOptionCommand.d.ts +4 -6
  8. package/dist-types/ts3.4/commands/AddApplicationInputCommand.d.ts +5 -10
  9. package/dist-types/ts3.4/commands/AddApplicationInputProcessingConfigurationCommand.d.ts +4 -6
  10. package/dist-types/ts3.4/commands/AddApplicationOutputCommand.d.ts +5 -10
  11. package/dist-types/ts3.4/commands/AddApplicationReferenceDataSourceCommand.d.ts +4 -6
  12. package/dist-types/ts3.4/commands/AddApplicationVpcConfigurationCommand.d.ts +4 -6
  13. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +5 -10
  14. package/dist-types/ts3.4/commands/CreateApplicationPresignedUrlCommand.d.ts +4 -6
  15. package/dist-types/ts3.4/commands/CreateApplicationSnapshotCommand.d.ts +4 -6
  16. package/dist-types/ts3.4/commands/DeleteApplicationCloudWatchLoggingOptionCommand.d.ts +4 -6
  17. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +5 -10
  18. package/dist-types/ts3.4/commands/DeleteApplicationInputProcessingConfigurationCommand.d.ts +4 -6
  19. package/dist-types/ts3.4/commands/DeleteApplicationOutputCommand.d.ts +4 -6
  20. package/dist-types/ts3.4/commands/DeleteApplicationReferenceDataSourceCommand.d.ts +4 -6
  21. package/dist-types/ts3.4/commands/DeleteApplicationSnapshotCommand.d.ts +4 -6
  22. package/dist-types/ts3.4/commands/DeleteApplicationVpcConfigurationCommand.d.ts +4 -6
  23. package/dist-types/ts3.4/commands/DescribeApplicationCommand.d.ts +5 -10
  24. package/dist-types/ts3.4/commands/DescribeApplicationOperationCommand.d.ts +4 -6
  25. package/dist-types/ts3.4/commands/DescribeApplicationSnapshotCommand.d.ts +4 -6
  26. package/dist-types/ts3.4/commands/DescribeApplicationVersionCommand.d.ts +4 -6
  27. package/dist-types/ts3.4/commands/DiscoverInputSchemaCommand.d.ts +5 -10
  28. package/dist-types/ts3.4/commands/ListApplicationOperationsCommand.d.ts +4 -6
  29. package/dist-types/ts3.4/commands/ListApplicationSnapshotsCommand.d.ts +4 -6
  30. package/dist-types/ts3.4/commands/ListApplicationVersionsCommand.d.ts +4 -6
  31. package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +3 -8
  32. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  33. package/dist-types/ts3.4/commands/RollbackApplicationCommand.d.ts +5 -10
  34. package/dist-types/ts3.4/commands/StartApplicationCommand.d.ts +4 -9
  35. package/dist-types/ts3.4/commands/StopApplicationCommand.d.ts +4 -9
  36. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
  37. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
  38. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +5 -10
  39. package/dist-types/ts3.4/commands/UpdateApplicationMaintenanceConfigurationCommand.d.ts +4 -6
  40. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  41. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  42. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  43. package/dist-types/ts3.4/models/enums.d.ts +8 -16
  44. package/dist-types/ts3.4/models/errors.d.ts +13 -44
  45. package/dist-types/ts3.4/models/models_0.d.ts +41 -123
  46. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  47. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +10 -25
  48. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -19
  49. package/dist-types/ts3.4/runtimeConfig.native.d.ts +10 -25
  50. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -4
  51. package/dist-types/ts3.4/runtimeExtensions.d.ts +2 -4
  52. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
  53. package/package.json +38 -38
@@ -11,10 +11,7 @@ import {
11
11
  Client as __Client,
12
12
  } from "@smithy/core/client";
13
13
  import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
14
- import {
15
- EndpointInputConfig,
16
- EndpointResolvedConfig,
17
- } from "@smithy/core/endpoints";
14
+ import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/core/endpoints";
18
15
  import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
19
16
  import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
20
17
  import {
@@ -152,10 +149,7 @@ import {
152
149
  StopApplicationCommandInput,
153
150
  StopApplicationCommandOutput,
154
151
  } from "./commands/StopApplicationCommand";
155
- import {
156
- TagResourceCommandInput,
157
- TagResourceCommandOutput,
158
- } from "./commands/TagResourceCommand";
152
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
159
153
  import {
160
154
  UntagResourceCommandInput,
161
155
  UntagResourceCommandOutput,
@@ -243,8 +237,7 @@ export type ServiceOutputTypes =
243
237
  | UntagResourceCommandOutput
244
238
  | UpdateApplicationCommandOutput
245
239
  | UpdateApplicationMaintenanceConfigurationCommandOutput;
246
- export interface ClientDefaults
247
- extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
240
+ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
248
241
  requestHandler?: __HttpHandlerUserInput;
249
242
  sha256?: __ChecksumConstructor | __HashConstructor;
250
243
  urlParser?: __UrlParser;
@@ -280,8 +273,7 @@ export type KinesisAnalyticsV2ClientConfigType = Partial<
280
273
  EndpointInputConfig<EndpointParameters> &
281
274
  HttpAuthSchemeInputConfig &
282
275
  ClientInputEndpointParameters;
283
- export interface KinesisAnalyticsV2ClientConfig
284
- extends KinesisAnalyticsV2ClientConfigType {}
276
+ export interface KinesisAnalyticsV2ClientConfig extends KinesisAnalyticsV2ClientConfigType {}
285
277
  export type KinesisAnalyticsV2ClientResolvedConfigType =
286
278
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
287
279
  Required<ClientDefaults> &
@@ -293,8 +285,7 @@ export type KinesisAnalyticsV2ClientResolvedConfigType =
293
285
  EndpointResolvedConfig<EndpointParameters> &
294
286
  HttpAuthSchemeResolvedConfig &
295
287
  ClientResolvedEndpointParameters;
296
- export interface KinesisAnalyticsV2ClientResolvedConfig
297
- extends KinesisAnalyticsV2ClientResolvedConfigType {}
288
+ export interface KinesisAnalyticsV2ClientResolvedConfig extends KinesisAnalyticsV2ClientResolvedConfigType {}
298
289
  export declare class KinesisAnalyticsV2Client extends __Client<
299
290
  __HttpHandlerOptions,
300
291
  ServiceInputTypes,
@@ -302,10 +293,6 @@ export declare class KinesisAnalyticsV2Client extends __Client<
302
293
  KinesisAnalyticsV2ClientResolvedConfig
303
294
  > {
304
295
  readonly config: KinesisAnalyticsV2ClientResolvedConfig;
305
- constructor(
306
- ...[
307
- configuration,
308
- ]: __CheckOptionalClientConfig<KinesisAnalyticsV2ClientConfig>
309
- );
296
+ constructor(...[configuration]: __CheckOptionalClientConfig<KinesisAnalyticsV2ClientConfig>);
310
297
  destroy(): void;
311
298
  }
@@ -7,17 +7,10 @@ import { KinesisAnalyticsV2HttpAuthSchemeProvider } from "./httpAuthSchemeProvid
7
7
  export interface HttpAuthExtensionConfiguration {
8
8
  setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
9
9
  httpAuthSchemes(): HttpAuthScheme[];
10
- setHttpAuthSchemeProvider(
11
- httpAuthSchemeProvider: KinesisAnalyticsV2HttpAuthSchemeProvider
12
- ): void;
10
+ setHttpAuthSchemeProvider(httpAuthSchemeProvider: KinesisAnalyticsV2HttpAuthSchemeProvider): void;
13
11
  httpAuthSchemeProvider(): KinesisAnalyticsV2HttpAuthSchemeProvider;
14
- setCredentials(
15
- credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider
16
- ): void;
17
- credentials():
18
- | AwsCredentialIdentity
19
- | AwsCredentialIdentityProvider
20
- | undefined;
12
+ setCredentials(credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider): void;
13
+ credentials(): AwsCredentialIdentity | AwsCredentialIdentityProvider | undefined;
21
14
  }
22
15
  export type HttpAuthRuntimeConfig = Partial<{
23
16
  httpAuthSchemes: HttpAuthScheme[];
@@ -25,8 +18,8 @@ export type HttpAuthRuntimeConfig = Partial<{
25
18
  credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider;
26
19
  }>;
27
20
  export declare const getHttpAuthExtensionConfiguration: (
28
- runtimeConfig: HttpAuthRuntimeConfig
21
+ runtimeConfig: HttpAuthRuntimeConfig,
29
22
  ) => HttpAuthExtensionConfiguration;
30
23
  export declare const resolveHttpAuthRuntimeConfig: (
31
- config: HttpAuthExtensionConfiguration
24
+ config: HttpAuthExtensionConfiguration,
32
25
  ) => HttpAuthRuntimeConfig;
@@ -12,36 +12,32 @@ import {
12
12
  Provider,
13
13
  } from "@smithy/types";
14
14
  import { KinesisAnalyticsV2ClientResolvedConfig } from "../KinesisAnalyticsV2Client";
15
- export interface KinesisAnalyticsV2HttpAuthSchemeParameters
16
- extends HttpAuthSchemeParameters {
15
+ export interface KinesisAnalyticsV2HttpAuthSchemeParameters extends HttpAuthSchemeParameters {
17
16
  region?: string;
18
17
  }
19
- export interface KinesisAnalyticsV2HttpAuthSchemeParametersProvider
20
- extends HttpAuthSchemeParametersProvider<
21
- KinesisAnalyticsV2ClientResolvedConfig,
22
- HandlerExecutionContext,
23
- KinesisAnalyticsV2HttpAuthSchemeParameters,
24
- object
25
- > {}
18
+ export interface KinesisAnalyticsV2HttpAuthSchemeParametersProvider extends HttpAuthSchemeParametersProvider<
19
+ KinesisAnalyticsV2ClientResolvedConfig,
20
+ HandlerExecutionContext,
21
+ KinesisAnalyticsV2HttpAuthSchemeParameters,
22
+ object
23
+ > {}
26
24
  export declare const defaultKinesisAnalyticsV2HttpAuthSchemeParametersProvider: (
27
25
  config: KinesisAnalyticsV2ClientResolvedConfig,
28
26
  context: HandlerExecutionContext,
29
- input: object
27
+ input: object,
30
28
  ) => Promise<KinesisAnalyticsV2HttpAuthSchemeParameters>;
31
- export interface KinesisAnalyticsV2HttpAuthSchemeProvider
32
- extends HttpAuthSchemeProvider<KinesisAnalyticsV2HttpAuthSchemeParameters> {}
29
+ export interface KinesisAnalyticsV2HttpAuthSchemeProvider extends HttpAuthSchemeProvider<KinesisAnalyticsV2HttpAuthSchemeParameters> {}
33
30
  export declare const defaultKinesisAnalyticsV2HttpAuthSchemeProvider: KinesisAnalyticsV2HttpAuthSchemeProvider;
34
31
  export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
35
32
  authSchemePreference?: string[] | Provider<string[]>;
36
33
  httpAuthSchemes?: HttpAuthScheme[];
37
34
  httpAuthSchemeProvider?: KinesisAnalyticsV2HttpAuthSchemeProvider;
38
35
  }
39
- export interface HttpAuthSchemeResolvedConfig
40
- extends AwsSdkSigV4AuthResolvedConfig {
36
+ export interface HttpAuthSchemeResolvedConfig extends AwsSdkSigV4AuthResolvedConfig {
41
37
  readonly authSchemePreference: Provider<string[]>;
42
38
  readonly httpAuthSchemes: HttpAuthScheme[];
43
39
  readonly httpAuthSchemeProvider: KinesisAnalyticsV2HttpAuthSchemeProvider;
44
40
  }
45
41
  export declare const resolveHttpAuthSchemeConfig: <T>(
46
- config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved
42
+ config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved,
47
43
  ) => T & HttpAuthSchemeResolvedConfig;
@@ -4,22 +4,21 @@ import {
4
4
  ServiceInputTypes,
5
5
  ServiceOutputTypes,
6
6
  } from "./KinesisAnalyticsV2Client";
7
- export declare const command: <
8
- I extends ServiceInputTypes,
9
- O extends ServiceOutputTypes
10
- >(
7
+ export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(
11
8
  added: EndpointParameterInstructions,
12
9
  plugins: (
13
10
  CommandCtor: any,
14
11
  clientStack: any,
15
12
  config: any,
16
- options: any
13
+ options: any,
17
14
  ) => import("@smithy/types").Pluggable<any, any>[],
18
15
  op: string,
19
16
  $: import("@smithy/types").StaticOperationSchema,
20
- smithyContext?: Record<string, unknown>
17
+ smithyContext?: Record<string, unknown>,
21
18
  ) => {
22
- new (input: I): import("@smithy/core/client").CommandImpl<
19
+ new (
20
+ input: I,
21
+ ): import("@smithy/core/client").CommandImpl<
23
22
  I,
24
23
  O,
25
24
  KinesisAnalyticsV2ClientResolvedConfig,
@@ -38,9 +37,4 @@ export declare const command: <
38
37
  getEndpointParameterInstructions(): EndpointParameterInstructions;
39
38
  };
40
39
  export declare const _ep0: EndpointParameterInstructions;
41
- export declare const _mw0: (
42
- Command: any,
43
- cs: any,
44
- config: any,
45
- o: any
46
- ) => never[];
40
+ export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
@@ -4,14 +4,12 @@ import {
4
4
  AddApplicationCloudWatchLoggingOptionResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface AddApplicationCloudWatchLoggingOptionCommandInput
8
- extends AddApplicationCloudWatchLoggingOptionRequest {}
7
+ export interface AddApplicationCloudWatchLoggingOptionCommandInput extends AddApplicationCloudWatchLoggingOptionRequest {}
9
8
  export interface AddApplicationCloudWatchLoggingOptionCommandOutput
10
- extends AddApplicationCloudWatchLoggingOptionResponse,
11
- __MetadataBearer {}
9
+ extends AddApplicationCloudWatchLoggingOptionResponse, __MetadataBearer {}
12
10
  declare const AddApplicationCloudWatchLoggingOptionCommand_base: {
13
11
  new (
14
- input: AddApplicationCloudWatchLoggingOptionCommandInput
12
+ input: AddApplicationCloudWatchLoggingOptionCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  AddApplicationCloudWatchLoggingOptionCommandInput,
17
15
  AddApplicationCloudWatchLoggingOptionCommandOutput,
@@ -20,7 +18,7 @@ declare const AddApplicationCloudWatchLoggingOptionCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: AddApplicationCloudWatchLoggingOptionCommandInput
21
+ input: AddApplicationCloudWatchLoggingOptionCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  AddApplicationCloudWatchLoggingOptionCommandInput,
26
24
  AddApplicationCloudWatchLoggingOptionCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- AddApplicationInputRequest,
4
- AddApplicationInputResponse,
5
- } from "../models/models_0";
2
+ import { AddApplicationInputRequest, AddApplicationInputResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface AddApplicationInputCommandInput
8
- extends AddApplicationInputRequest {}
4
+ export interface AddApplicationInputCommandInput extends AddApplicationInputRequest {}
9
5
  export interface AddApplicationInputCommandOutput
10
- extends AddApplicationInputResponse,
11
- __MetadataBearer {}
6
+ extends AddApplicationInputResponse, __MetadataBearer {}
12
7
  declare const AddApplicationInputCommand_base: {
13
8
  new (
14
- input: AddApplicationInputCommandInput
9
+ input: AddApplicationInputCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  AddApplicationInputCommandInput,
17
12
  AddApplicationInputCommandOutput,
@@ -20,7 +15,7 @@ declare const AddApplicationInputCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: AddApplicationInputCommandInput
18
+ input: AddApplicationInputCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  AddApplicationInputCommandInput,
26
21
  AddApplicationInputCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  AddApplicationInputProcessingConfigurationResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface AddApplicationInputProcessingConfigurationCommandInput
8
- extends AddApplicationInputProcessingConfigurationRequest {}
7
+ export interface AddApplicationInputProcessingConfigurationCommandInput extends AddApplicationInputProcessingConfigurationRequest {}
9
8
  export interface AddApplicationInputProcessingConfigurationCommandOutput
10
- extends AddApplicationInputProcessingConfigurationResponse,
11
- __MetadataBearer {}
9
+ extends AddApplicationInputProcessingConfigurationResponse, __MetadataBearer {}
12
10
  declare const AddApplicationInputProcessingConfigurationCommand_base: {
13
11
  new (
14
- input: AddApplicationInputProcessingConfigurationCommandInput
12
+ input: AddApplicationInputProcessingConfigurationCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  AddApplicationInputProcessingConfigurationCommandInput,
17
15
  AddApplicationInputProcessingConfigurationCommandOutput,
@@ -20,7 +18,7 @@ declare const AddApplicationInputProcessingConfigurationCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: AddApplicationInputProcessingConfigurationCommandInput
21
+ input: AddApplicationInputProcessingConfigurationCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  AddApplicationInputProcessingConfigurationCommandInput,
26
24
  AddApplicationInputProcessingConfigurationCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- AddApplicationOutputRequest,
4
- AddApplicationOutputResponse,
5
- } from "../models/models_0";
2
+ import { AddApplicationOutputRequest, AddApplicationOutputResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface AddApplicationOutputCommandInput
8
- extends AddApplicationOutputRequest {}
4
+ export interface AddApplicationOutputCommandInput extends AddApplicationOutputRequest {}
9
5
  export interface AddApplicationOutputCommandOutput
10
- extends AddApplicationOutputResponse,
11
- __MetadataBearer {}
6
+ extends AddApplicationOutputResponse, __MetadataBearer {}
12
7
  declare const AddApplicationOutputCommand_base: {
13
8
  new (
14
- input: AddApplicationOutputCommandInput
9
+ input: AddApplicationOutputCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  AddApplicationOutputCommandInput,
17
12
  AddApplicationOutputCommandOutput,
@@ -20,7 +15,7 @@ declare const AddApplicationOutputCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: AddApplicationOutputCommandInput
18
+ input: AddApplicationOutputCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  AddApplicationOutputCommandInput,
26
21
  AddApplicationOutputCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  AddApplicationReferenceDataSourceResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface AddApplicationReferenceDataSourceCommandInput
8
- extends AddApplicationReferenceDataSourceRequest {}
7
+ export interface AddApplicationReferenceDataSourceCommandInput extends AddApplicationReferenceDataSourceRequest {}
9
8
  export interface AddApplicationReferenceDataSourceCommandOutput
10
- extends AddApplicationReferenceDataSourceResponse,
11
- __MetadataBearer {}
9
+ extends AddApplicationReferenceDataSourceResponse, __MetadataBearer {}
12
10
  declare const AddApplicationReferenceDataSourceCommand_base: {
13
11
  new (
14
- input: AddApplicationReferenceDataSourceCommandInput
12
+ input: AddApplicationReferenceDataSourceCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  AddApplicationReferenceDataSourceCommandInput,
17
15
  AddApplicationReferenceDataSourceCommandOutput,
@@ -20,7 +18,7 @@ declare const AddApplicationReferenceDataSourceCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: AddApplicationReferenceDataSourceCommandInput
21
+ input: AddApplicationReferenceDataSourceCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  AddApplicationReferenceDataSourceCommandInput,
26
24
  AddApplicationReferenceDataSourceCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  AddApplicationVpcConfigurationResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface AddApplicationVpcConfigurationCommandInput
8
- extends AddApplicationVpcConfigurationRequest {}
7
+ export interface AddApplicationVpcConfigurationCommandInput extends AddApplicationVpcConfigurationRequest {}
9
8
  export interface AddApplicationVpcConfigurationCommandOutput
10
- extends AddApplicationVpcConfigurationResponse,
11
- __MetadataBearer {}
9
+ extends AddApplicationVpcConfigurationResponse, __MetadataBearer {}
12
10
  declare const AddApplicationVpcConfigurationCommand_base: {
13
11
  new (
14
- input: AddApplicationVpcConfigurationCommandInput
12
+ input: AddApplicationVpcConfigurationCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  AddApplicationVpcConfigurationCommandInput,
17
15
  AddApplicationVpcConfigurationCommandOutput,
@@ -20,7 +18,7 @@ declare const AddApplicationVpcConfigurationCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: AddApplicationVpcConfigurationCommandInput
21
+ input: AddApplicationVpcConfigurationCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  AddApplicationVpcConfigurationCommandInput,
26
24
  AddApplicationVpcConfigurationCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateApplicationRequest,
4
- CreateApplicationResponse,
5
- } from "../models/models_0";
2
+ import { CreateApplicationRequest, CreateApplicationResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface CreateApplicationCommandInput
8
- extends CreateApplicationRequest {}
4
+ export interface CreateApplicationCommandInput extends CreateApplicationRequest {}
9
5
  export interface CreateApplicationCommandOutput
10
- extends CreateApplicationResponse,
11
- __MetadataBearer {}
6
+ extends CreateApplicationResponse, __MetadataBearer {}
12
7
  declare const CreateApplicationCommand_base: {
13
8
  new (
14
- input: CreateApplicationCommandInput
9
+ input: CreateApplicationCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  CreateApplicationCommandInput,
17
12
  CreateApplicationCommandOutput,
@@ -20,7 +15,7 @@ declare const CreateApplicationCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: CreateApplicationCommandInput
18
+ input: CreateApplicationCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  CreateApplicationCommandInput,
26
21
  CreateApplicationCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  CreateApplicationPresignedUrlResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface CreateApplicationPresignedUrlCommandInput
8
- extends CreateApplicationPresignedUrlRequest {}
7
+ export interface CreateApplicationPresignedUrlCommandInput extends CreateApplicationPresignedUrlRequest {}
9
8
  export interface CreateApplicationPresignedUrlCommandOutput
10
- extends CreateApplicationPresignedUrlResponse,
11
- __MetadataBearer {}
9
+ extends CreateApplicationPresignedUrlResponse, __MetadataBearer {}
12
10
  declare const CreateApplicationPresignedUrlCommand_base: {
13
11
  new (
14
- input: CreateApplicationPresignedUrlCommandInput
12
+ input: CreateApplicationPresignedUrlCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  CreateApplicationPresignedUrlCommandInput,
17
15
  CreateApplicationPresignedUrlCommandOutput,
@@ -20,7 +18,7 @@ declare const CreateApplicationPresignedUrlCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: CreateApplicationPresignedUrlCommandInput
21
+ input: CreateApplicationPresignedUrlCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  CreateApplicationPresignedUrlCommandInput,
26
24
  CreateApplicationPresignedUrlCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  CreateApplicationSnapshotResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface CreateApplicationSnapshotCommandInput
8
- extends CreateApplicationSnapshotRequest {}
7
+ export interface CreateApplicationSnapshotCommandInput extends CreateApplicationSnapshotRequest {}
9
8
  export interface CreateApplicationSnapshotCommandOutput
10
- extends CreateApplicationSnapshotResponse,
11
- __MetadataBearer {}
9
+ extends CreateApplicationSnapshotResponse, __MetadataBearer {}
12
10
  declare const CreateApplicationSnapshotCommand_base: {
13
11
  new (
14
- input: CreateApplicationSnapshotCommandInput
12
+ input: CreateApplicationSnapshotCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  CreateApplicationSnapshotCommandInput,
17
15
  CreateApplicationSnapshotCommandOutput,
@@ -20,7 +18,7 @@ declare const CreateApplicationSnapshotCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: CreateApplicationSnapshotCommandInput
21
+ input: CreateApplicationSnapshotCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  CreateApplicationSnapshotCommandInput,
26
24
  CreateApplicationSnapshotCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  DeleteApplicationCloudWatchLoggingOptionResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface DeleteApplicationCloudWatchLoggingOptionCommandInput
8
- extends DeleteApplicationCloudWatchLoggingOptionRequest {}
7
+ export interface DeleteApplicationCloudWatchLoggingOptionCommandInput extends DeleteApplicationCloudWatchLoggingOptionRequest {}
9
8
  export interface DeleteApplicationCloudWatchLoggingOptionCommandOutput
10
- extends DeleteApplicationCloudWatchLoggingOptionResponse,
11
- __MetadataBearer {}
9
+ extends DeleteApplicationCloudWatchLoggingOptionResponse, __MetadataBearer {}
12
10
  declare const DeleteApplicationCloudWatchLoggingOptionCommand_base: {
13
11
  new (
14
- input: DeleteApplicationCloudWatchLoggingOptionCommandInput
12
+ input: DeleteApplicationCloudWatchLoggingOptionCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  DeleteApplicationCloudWatchLoggingOptionCommandInput,
17
15
  DeleteApplicationCloudWatchLoggingOptionCommandOutput,
@@ -20,7 +18,7 @@ declare const DeleteApplicationCloudWatchLoggingOptionCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: DeleteApplicationCloudWatchLoggingOptionCommandInput
21
+ input: DeleteApplicationCloudWatchLoggingOptionCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  DeleteApplicationCloudWatchLoggingOptionCommandInput,
26
24
  DeleteApplicationCloudWatchLoggingOptionCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DeleteApplicationRequest,
4
- DeleteApplicationResponse,
5
- } from "../models/models_0";
2
+ import { DeleteApplicationRequest, DeleteApplicationResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface DeleteApplicationCommandInput
8
- extends DeleteApplicationRequest {}
4
+ export interface DeleteApplicationCommandInput extends DeleteApplicationRequest {}
9
5
  export interface DeleteApplicationCommandOutput
10
- extends DeleteApplicationResponse,
11
- __MetadataBearer {}
6
+ extends DeleteApplicationResponse, __MetadataBearer {}
12
7
  declare const DeleteApplicationCommand_base: {
13
8
  new (
14
- input: DeleteApplicationCommandInput
9
+ input: DeleteApplicationCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  DeleteApplicationCommandInput,
17
12
  DeleteApplicationCommandOutput,
@@ -20,7 +15,7 @@ declare const DeleteApplicationCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: DeleteApplicationCommandInput
18
+ input: DeleteApplicationCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  DeleteApplicationCommandInput,
26
21
  DeleteApplicationCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  DeleteApplicationInputProcessingConfigurationResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface DeleteApplicationInputProcessingConfigurationCommandInput
8
- extends DeleteApplicationInputProcessingConfigurationRequest {}
7
+ export interface DeleteApplicationInputProcessingConfigurationCommandInput extends DeleteApplicationInputProcessingConfigurationRequest {}
9
8
  export interface DeleteApplicationInputProcessingConfigurationCommandOutput
10
- extends DeleteApplicationInputProcessingConfigurationResponse,
11
- __MetadataBearer {}
9
+ extends DeleteApplicationInputProcessingConfigurationResponse, __MetadataBearer {}
12
10
  declare const DeleteApplicationInputProcessingConfigurationCommand_base: {
13
11
  new (
14
- input: DeleteApplicationInputProcessingConfigurationCommandInput
12
+ input: DeleteApplicationInputProcessingConfigurationCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  DeleteApplicationInputProcessingConfigurationCommandInput,
17
15
  DeleteApplicationInputProcessingConfigurationCommandOutput,
@@ -20,7 +18,7 @@ declare const DeleteApplicationInputProcessingConfigurationCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: DeleteApplicationInputProcessingConfigurationCommandInput
21
+ input: DeleteApplicationInputProcessingConfigurationCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  DeleteApplicationInputProcessingConfigurationCommandInput,
26
24
  DeleteApplicationInputProcessingConfigurationCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  DeleteApplicationOutputResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface DeleteApplicationOutputCommandInput
8
- extends DeleteApplicationOutputRequest {}
7
+ export interface DeleteApplicationOutputCommandInput extends DeleteApplicationOutputRequest {}
9
8
  export interface DeleteApplicationOutputCommandOutput
10
- extends DeleteApplicationOutputResponse,
11
- __MetadataBearer {}
9
+ extends DeleteApplicationOutputResponse, __MetadataBearer {}
12
10
  declare const DeleteApplicationOutputCommand_base: {
13
11
  new (
14
- input: DeleteApplicationOutputCommandInput
12
+ input: DeleteApplicationOutputCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  DeleteApplicationOutputCommandInput,
17
15
  DeleteApplicationOutputCommandOutput,
@@ -20,7 +18,7 @@ declare const DeleteApplicationOutputCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: DeleteApplicationOutputCommandInput
21
+ input: DeleteApplicationOutputCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  DeleteApplicationOutputCommandInput,
26
24
  DeleteApplicationOutputCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  DeleteApplicationReferenceDataSourceResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface DeleteApplicationReferenceDataSourceCommandInput
8
- extends DeleteApplicationReferenceDataSourceRequest {}
7
+ export interface DeleteApplicationReferenceDataSourceCommandInput extends DeleteApplicationReferenceDataSourceRequest {}
9
8
  export interface DeleteApplicationReferenceDataSourceCommandOutput
10
- extends DeleteApplicationReferenceDataSourceResponse,
11
- __MetadataBearer {}
9
+ extends DeleteApplicationReferenceDataSourceResponse, __MetadataBearer {}
12
10
  declare const DeleteApplicationReferenceDataSourceCommand_base: {
13
11
  new (
14
- input: DeleteApplicationReferenceDataSourceCommandInput
12
+ input: DeleteApplicationReferenceDataSourceCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  DeleteApplicationReferenceDataSourceCommandInput,
17
15
  DeleteApplicationReferenceDataSourceCommandOutput,
@@ -20,7 +18,7 @@ declare const DeleteApplicationReferenceDataSourceCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: DeleteApplicationReferenceDataSourceCommandInput
21
+ input: DeleteApplicationReferenceDataSourceCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  DeleteApplicationReferenceDataSourceCommandInput,
26
24
  DeleteApplicationReferenceDataSourceCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  DeleteApplicationSnapshotResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface DeleteApplicationSnapshotCommandInput
8
- extends DeleteApplicationSnapshotRequest {}
7
+ export interface DeleteApplicationSnapshotCommandInput extends DeleteApplicationSnapshotRequest {}
9
8
  export interface DeleteApplicationSnapshotCommandOutput
10
- extends DeleteApplicationSnapshotResponse,
11
- __MetadataBearer {}
9
+ extends DeleteApplicationSnapshotResponse, __MetadataBearer {}
12
10
  declare const DeleteApplicationSnapshotCommand_base: {
13
11
  new (
14
- input: DeleteApplicationSnapshotCommandInput
12
+ input: DeleteApplicationSnapshotCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  DeleteApplicationSnapshotCommandInput,
17
15
  DeleteApplicationSnapshotCommandOutput,
@@ -20,7 +18,7 @@ declare const DeleteApplicationSnapshotCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: DeleteApplicationSnapshotCommandInput
21
+ input: DeleteApplicationSnapshotCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  DeleteApplicationSnapshotCommandInput,
26
24
  DeleteApplicationSnapshotCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  DeleteApplicationVpcConfigurationResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface DeleteApplicationVpcConfigurationCommandInput
8
- extends DeleteApplicationVpcConfigurationRequest {}
7
+ export interface DeleteApplicationVpcConfigurationCommandInput extends DeleteApplicationVpcConfigurationRequest {}
9
8
  export interface DeleteApplicationVpcConfigurationCommandOutput
10
- extends DeleteApplicationVpcConfigurationResponse,
11
- __MetadataBearer {}
9
+ extends DeleteApplicationVpcConfigurationResponse, __MetadataBearer {}
12
10
  declare const DeleteApplicationVpcConfigurationCommand_base: {
13
11
  new (
14
- input: DeleteApplicationVpcConfigurationCommandInput
12
+ input: DeleteApplicationVpcConfigurationCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  DeleteApplicationVpcConfigurationCommandInput,
17
15
  DeleteApplicationVpcConfigurationCommandOutput,
@@ -20,7 +18,7 @@ declare const DeleteApplicationVpcConfigurationCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: DeleteApplicationVpcConfigurationCommandInput
21
+ input: DeleteApplicationVpcConfigurationCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  DeleteApplicationVpcConfigurationCommandInput,
26
24
  DeleteApplicationVpcConfigurationCommandOutput,