@aws-sdk/client-appconfig 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 (76) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/AppConfig.d.ts +182 -185
  3. package/dist-types/ts3.4/AppConfigClient.d.ts +6 -18
  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/CreateApplicationCommand.d.ts +4 -7
  8. package/dist-types/ts3.4/commands/CreateConfigurationProfileCommand.d.ts +5 -10
  9. package/dist-types/ts3.4/commands/CreateDeploymentStrategyCommand.d.ts +5 -10
  10. package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +4 -7
  11. package/dist-types/ts3.4/commands/CreateExperimentDefinitionCommand.d.ts +5 -10
  12. package/dist-types/ts3.4/commands/CreateExtensionAssociationCommand.d.ts +5 -10
  13. package/dist-types/ts3.4/commands/CreateExtensionCommand.d.ts +3 -5
  14. package/dist-types/ts3.4/commands/CreateHostedConfigurationVersionCommand.d.ts +5 -10
  15. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +3 -4
  16. package/dist-types/ts3.4/commands/DeleteConfigurationProfileCommand.d.ts +4 -6
  17. package/dist-types/ts3.4/commands/DeleteDeploymentStrategyCommand.d.ts +4 -6
  18. package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +3 -4
  19. package/dist-types/ts3.4/commands/DeleteExperimentDefinitionCommand.d.ts +4 -6
  20. package/dist-types/ts3.4/commands/DeleteExtensionAssociationCommand.d.ts +4 -6
  21. package/dist-types/ts3.4/commands/DeleteExtensionCommand.d.ts +2 -2
  22. package/dist-types/ts3.4/commands/DeleteHostedConfigurationVersionCommand.d.ts +4 -6
  23. package/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +2 -4
  24. package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +3 -5
  25. package/dist-types/ts3.4/commands/GetConfigurationCommand.d.ts +3 -4
  26. package/dist-types/ts3.4/commands/GetConfigurationProfileCommand.d.ts +5 -10
  27. package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +3 -5
  28. package/dist-types/ts3.4/commands/GetDeploymentStrategyCommand.d.ts +5 -11
  29. package/dist-types/ts3.4/commands/GetEnvironmentCommand.d.ts +3 -5
  30. package/dist-types/ts3.4/commands/GetExperimentDefinitionCommand.d.ts +5 -10
  31. package/dist-types/ts3.4/commands/GetExperimentRunCommand.d.ts +3 -5
  32. package/dist-types/ts3.4/commands/GetExtensionAssociationCommand.d.ts +5 -10
  33. package/dist-types/ts3.4/commands/GetExtensionCommand.d.ts +3 -5
  34. package/dist-types/ts3.4/commands/GetHostedConfigurationVersionCommand.d.ts +4 -6
  35. package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +2 -4
  36. package/dist-types/ts3.4/commands/ListConfigurationProfilesCommand.d.ts +5 -10
  37. package/dist-types/ts3.4/commands/ListDeploymentStrategiesCommand.d.ts +4 -9
  38. package/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +3 -5
  39. package/dist-types/ts3.4/commands/ListEnvironmentsCommand.d.ts +3 -5
  40. package/dist-types/ts3.4/commands/ListExperimentDefinitionsCommand.d.ts +4 -9
  41. package/dist-types/ts3.4/commands/ListExperimentRunEventsCommand.d.ts +5 -10
  42. package/dist-types/ts3.4/commands/ListExperimentRunsCommand.d.ts +4 -7
  43. package/dist-types/ts3.4/commands/ListExtensionAssociationsCommand.d.ts +4 -9
  44. package/dist-types/ts3.4/commands/ListExtensionsCommand.d.ts +2 -4
  45. package/dist-types/ts3.4/commands/ListHostedConfigurationVersionsCommand.d.ts +4 -6
  46. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +4 -7
  47. package/dist-types/ts3.4/commands/StartDeploymentCommand.d.ts +3 -5
  48. package/dist-types/ts3.4/commands/StartExperimentRunCommand.d.ts +4 -7
  49. package/dist-types/ts3.4/commands/StopDeploymentCommand.d.ts +3 -5
  50. package/dist-types/ts3.4/commands/StopExperimentRunCommand.d.ts +4 -7
  51. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -2
  52. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
  53. package/dist-types/ts3.4/commands/UpdateAccountSettingsCommand.d.ts +4 -10
  54. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +4 -7
  55. package/dist-types/ts3.4/commands/UpdateConfigurationProfileCommand.d.ts +5 -10
  56. package/dist-types/ts3.4/commands/UpdateDeploymentStrategyCommand.d.ts +5 -10
  57. package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +4 -7
  58. package/dist-types/ts3.4/commands/UpdateExperimentDefinitionCommand.d.ts +5 -10
  59. package/dist-types/ts3.4/commands/UpdateExperimentRunCommand.d.ts +4 -7
  60. package/dist-types/ts3.4/commands/UpdateExtensionAssociationCommand.d.ts +5 -10
  61. package/dist-types/ts3.4/commands/UpdateExtensionCommand.d.ts +3 -5
  62. package/dist-types/ts3.4/commands/ValidateConfigurationCommand.d.ts +3 -4
  63. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  64. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  65. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  66. package/dist-types/ts3.4/models/enums.d.ts +6 -12
  67. package/dist-types/ts3.4/models/errors.d.ts +5 -15
  68. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  69. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
  70. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
  71. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
  72. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
  73. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  74. package/dist-types/ts3.4/waiters/waitForDeploymentComplete.d.ts +3 -5
  75. package/dist-types/ts3.4/waiters/waitForEnvironmentReadyForDeployment.d.ts +3 -5
  76. 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 {
@@ -212,10 +209,7 @@ import {
212
209
  StopExperimentRunCommandInput,
213
210
  StopExperimentRunCommandOutput,
214
211
  } from "./commands/StopExperimentRunCommand";
215
- import {
216
- TagResourceCommandInput,
217
- TagResourceCommandOutput,
218
- } from "./commands/TagResourceCommand";
212
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
219
213
  import {
220
214
  UntagResourceCommandInput,
221
215
  UntagResourceCommandOutput,
@@ -381,8 +375,7 @@ export type ServiceOutputTypes =
381
375
  | UpdateExtensionAssociationCommandOutput
382
376
  | UpdateExtensionCommandOutput
383
377
  | ValidateConfigurationCommandOutput;
384
- export interface ClientDefaults
385
- extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
378
+ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
386
379
  requestHandler?: __HttpHandlerUserInput;
387
380
  sha256?: __ChecksumConstructor | __HashConstructor;
388
381
  urlParser?: __UrlParser;
@@ -407,9 +400,7 @@ export interface ClientDefaults
407
400
  extensions?: RuntimeExtension[];
408
401
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
409
402
  }
410
- export type AppConfigClientConfigType = Partial<
411
- __SmithyConfiguration<__HttpHandlerOptions>
412
- > &
403
+ export type AppConfigClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> &
413
404
  ClientDefaults &
414
405
  UserAgentInputConfig &
415
406
  RetryInputConfig &
@@ -430,8 +421,7 @@ export type AppConfigClientResolvedConfigType =
430
421
  EndpointResolvedConfig<EndpointParameters> &
431
422
  HttpAuthSchemeResolvedConfig &
432
423
  ClientResolvedEndpointParameters;
433
- export interface AppConfigClientResolvedConfig
434
- extends AppConfigClientResolvedConfigType {}
424
+ export interface AppConfigClientResolvedConfig extends AppConfigClientResolvedConfigType {}
435
425
  export declare class AppConfigClient extends __Client<
436
426
  __HttpHandlerOptions,
437
427
  ServiceInputTypes,
@@ -439,8 +429,6 @@ export declare class AppConfigClient extends __Client<
439
429
  AppConfigClientResolvedConfig
440
430
  > {
441
431
  readonly config: AppConfigClientResolvedConfig;
442
- constructor(
443
- ...[configuration]: __CheckOptionalClientConfig<AppConfigClientConfig>
444
- );
432
+ constructor(...[configuration]: __CheckOptionalClientConfig<AppConfigClientConfig>);
445
433
  destroy(): void;
446
434
  }
@@ -7,17 +7,10 @@ import { AppConfigHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
7
7
  export interface HttpAuthExtensionConfiguration {
8
8
  setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
9
9
  httpAuthSchemes(): HttpAuthScheme[];
10
- setHttpAuthSchemeProvider(
11
- httpAuthSchemeProvider: AppConfigHttpAuthSchemeProvider
12
- ): void;
10
+ setHttpAuthSchemeProvider(httpAuthSchemeProvider: AppConfigHttpAuthSchemeProvider): void;
13
11
  httpAuthSchemeProvider(): AppConfigHttpAuthSchemeProvider;
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 { AppConfigClientResolvedConfig } from "../AppConfigClient";
15
- export interface AppConfigHttpAuthSchemeParameters
16
- extends HttpAuthSchemeParameters {
15
+ export interface AppConfigHttpAuthSchemeParameters extends HttpAuthSchemeParameters {
17
16
  region?: string;
18
17
  }
19
- export interface AppConfigHttpAuthSchemeParametersProvider
20
- extends HttpAuthSchemeParametersProvider<
21
- AppConfigClientResolvedConfig,
22
- HandlerExecutionContext,
23
- AppConfigHttpAuthSchemeParameters,
24
- object
25
- > {}
18
+ export interface AppConfigHttpAuthSchemeParametersProvider extends HttpAuthSchemeParametersProvider<
19
+ AppConfigClientResolvedConfig,
20
+ HandlerExecutionContext,
21
+ AppConfigHttpAuthSchemeParameters,
22
+ object
23
+ > {}
26
24
  export declare const defaultAppConfigHttpAuthSchemeParametersProvider: (
27
25
  config: AppConfigClientResolvedConfig,
28
26
  context: HandlerExecutionContext,
29
- input: object
27
+ input: object,
30
28
  ) => Promise<AppConfigHttpAuthSchemeParameters>;
31
- export interface AppConfigHttpAuthSchemeProvider
32
- extends HttpAuthSchemeProvider<AppConfigHttpAuthSchemeParameters> {}
29
+ export interface AppConfigHttpAuthSchemeProvider extends HttpAuthSchemeProvider<AppConfigHttpAuthSchemeParameters> {}
33
30
  export declare const defaultAppConfigHttpAuthSchemeProvider: AppConfigHttpAuthSchemeProvider;
34
31
  export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
35
32
  authSchemePreference?: string[] | Provider<string[]>;
36
33
  httpAuthSchemes?: HttpAuthScheme[];
37
34
  httpAuthSchemeProvider?: AppConfigHttpAuthSchemeProvider;
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: AppConfigHttpAuthSchemeProvider;
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 "./AppConfigClient";
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
  AppConfigClientResolvedConfig,
@@ -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[];
@@ -1,14 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { Application, CreateApplicationRequest } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
- export interface CreateApplicationCommandInput
5
- extends CreateApplicationRequest {}
6
- export interface CreateApplicationCommandOutput
7
- extends Application,
8
- __MetadataBearer {}
4
+ export interface CreateApplicationCommandInput extends CreateApplicationRequest {}
5
+ export interface CreateApplicationCommandOutput extends Application, __MetadataBearer {}
9
6
  declare const CreateApplicationCommand_base: {
10
7
  new (
11
- input: CreateApplicationCommandInput
8
+ input: CreateApplicationCommandInput,
12
9
  ): import("@smithy/core/client").CommandImpl<
13
10
  CreateApplicationCommandInput,
14
11
  CreateApplicationCommandOutput,
@@ -17,7 +14,7 @@ declare const CreateApplicationCommand_base: {
17
14
  import("..").ServiceOutputTypes
18
15
  >;
19
16
  new (
20
- input: CreateApplicationCommandInput
17
+ input: CreateApplicationCommandInput,
21
18
  ): import("@smithy/core/client").CommandImpl<
22
19
  CreateApplicationCommandInput,
23
20
  CreateApplicationCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ConfigurationProfile,
4
- CreateConfigurationProfileRequest,
5
- } from "../models/models_0";
2
+ import { ConfigurationProfile, CreateConfigurationProfileRequest } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface CreateConfigurationProfileCommandInput
8
- extends CreateConfigurationProfileRequest {}
4
+ export interface CreateConfigurationProfileCommandInput extends CreateConfigurationProfileRequest {}
9
5
  export interface CreateConfigurationProfileCommandOutput
10
- extends ConfigurationProfile,
11
- __MetadataBearer {}
6
+ extends ConfigurationProfile, __MetadataBearer {}
12
7
  declare const CreateConfigurationProfileCommand_base: {
13
8
  new (
14
- input: CreateConfigurationProfileCommandInput
9
+ input: CreateConfigurationProfileCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  CreateConfigurationProfileCommandInput,
17
12
  CreateConfigurationProfileCommandOutput,
@@ -20,7 +15,7 @@ declare const CreateConfigurationProfileCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: CreateConfigurationProfileCommandInput
18
+ input: CreateConfigurationProfileCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  CreateConfigurationProfileCommandInput,
26
21
  CreateConfigurationProfileCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateDeploymentStrategyRequest,
4
- DeploymentStrategy,
5
- } from "../models/models_0";
2
+ import { CreateDeploymentStrategyRequest, DeploymentStrategy } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface CreateDeploymentStrategyCommandInput
8
- extends CreateDeploymentStrategyRequest {}
4
+ export interface CreateDeploymentStrategyCommandInput extends CreateDeploymentStrategyRequest {}
9
5
  export interface CreateDeploymentStrategyCommandOutput
10
- extends DeploymentStrategy,
11
- __MetadataBearer {}
6
+ extends DeploymentStrategy, __MetadataBearer {}
12
7
  declare const CreateDeploymentStrategyCommand_base: {
13
8
  new (
14
- input: CreateDeploymentStrategyCommandInput
9
+ input: CreateDeploymentStrategyCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  CreateDeploymentStrategyCommandInput,
17
12
  CreateDeploymentStrategyCommandOutput,
@@ -20,7 +15,7 @@ declare const CreateDeploymentStrategyCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: CreateDeploymentStrategyCommandInput
18
+ input: CreateDeploymentStrategyCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  CreateDeploymentStrategyCommandInput,
26
21
  CreateDeploymentStrategyCommandOutput,
@@ -1,14 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { CreateEnvironmentRequest, Environment } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
- export interface CreateEnvironmentCommandInput
5
- extends CreateEnvironmentRequest {}
6
- export interface CreateEnvironmentCommandOutput
7
- extends Environment,
8
- __MetadataBearer {}
4
+ export interface CreateEnvironmentCommandInput extends CreateEnvironmentRequest {}
5
+ export interface CreateEnvironmentCommandOutput extends Environment, __MetadataBearer {}
9
6
  declare const CreateEnvironmentCommand_base: {
10
7
  new (
11
- input: CreateEnvironmentCommandInput
8
+ input: CreateEnvironmentCommandInput,
12
9
  ): import("@smithy/core/client").CommandImpl<
13
10
  CreateEnvironmentCommandInput,
14
11
  CreateEnvironmentCommandOutput,
@@ -17,7 +14,7 @@ declare const CreateEnvironmentCommand_base: {
17
14
  import("..").ServiceOutputTypes
18
15
  >;
19
16
  new (
20
- input: CreateEnvironmentCommandInput
17
+ input: CreateEnvironmentCommandInput,
21
18
  ): import("@smithy/core/client").CommandImpl<
22
19
  CreateEnvironmentCommandInput,
23
20
  CreateEnvironmentCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateExperimentDefinitionRequest,
4
- ExperimentDefinition,
5
- } from "../models/models_0";
2
+ import { CreateExperimentDefinitionRequest, ExperimentDefinition } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface CreateExperimentDefinitionCommandInput
8
- extends CreateExperimentDefinitionRequest {}
4
+ export interface CreateExperimentDefinitionCommandInput extends CreateExperimentDefinitionRequest {}
9
5
  export interface CreateExperimentDefinitionCommandOutput
10
- extends ExperimentDefinition,
11
- __MetadataBearer {}
6
+ extends ExperimentDefinition, __MetadataBearer {}
12
7
  declare const CreateExperimentDefinitionCommand_base: {
13
8
  new (
14
- input: CreateExperimentDefinitionCommandInput
9
+ input: CreateExperimentDefinitionCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  CreateExperimentDefinitionCommandInput,
17
12
  CreateExperimentDefinitionCommandOutput,
@@ -20,7 +15,7 @@ declare const CreateExperimentDefinitionCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: CreateExperimentDefinitionCommandInput
18
+ input: CreateExperimentDefinitionCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  CreateExperimentDefinitionCommandInput,
26
21
  CreateExperimentDefinitionCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateExtensionAssociationRequest,
4
- ExtensionAssociation,
5
- } from "../models/models_0";
2
+ import { CreateExtensionAssociationRequest, ExtensionAssociation } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface CreateExtensionAssociationCommandInput
8
- extends CreateExtensionAssociationRequest {}
4
+ export interface CreateExtensionAssociationCommandInput extends CreateExtensionAssociationRequest {}
9
5
  export interface CreateExtensionAssociationCommandOutput
10
- extends ExtensionAssociation,
11
- __MetadataBearer {}
6
+ extends ExtensionAssociation, __MetadataBearer {}
12
7
  declare const CreateExtensionAssociationCommand_base: {
13
8
  new (
14
- input: CreateExtensionAssociationCommandInput
9
+ input: CreateExtensionAssociationCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  CreateExtensionAssociationCommandInput,
17
12
  CreateExtensionAssociationCommandOutput,
@@ -20,7 +15,7 @@ declare const CreateExtensionAssociationCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: CreateExtensionAssociationCommandInput
18
+ input: CreateExtensionAssociationCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  CreateExtensionAssociationCommandInput,
26
21
  CreateExtensionAssociationCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { CreateExtensionRequest, Extension } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface CreateExtensionCommandInput extends CreateExtensionRequest {}
5
- export interface CreateExtensionCommandOutput
6
- extends Extension,
7
- __MetadataBearer {}
5
+ export interface CreateExtensionCommandOutput extends Extension, __MetadataBearer {}
8
6
  declare const CreateExtensionCommand_base: {
9
7
  new (
10
- input: CreateExtensionCommandInput
8
+ input: CreateExtensionCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  CreateExtensionCommandInput,
13
11
  CreateExtensionCommandOutput,
@@ -16,7 +14,7 @@ declare const CreateExtensionCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: CreateExtensionCommandInput
17
+ input: CreateExtensionCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  CreateExtensionCommandInput,
22
20
  CreateExtensionCommandOutput,
@@ -1,8 +1,5 @@
1
1
  import { Uint8ArrayBlobAdapter } from "@smithy/core/serde";
2
- import {
3
- BlobPayloadInputTypes,
4
- MetadataBearer as __MetadataBearer,
5
- } from "@smithy/types";
2
+ import { BlobPayloadInputTypes, MetadataBearer as __MetadataBearer } from "@smithy/types";
6
3
  import {
7
4
  CreateHostedConfigurationVersionRequest,
8
5
  HostedConfigurationVersion,
@@ -14,8 +11,7 @@ export type CreateHostedConfigurationVersionCommandInputType = Pick<
14
11
  > & {
15
12
  Content: BlobPayloadInputTypes;
16
13
  };
17
- export interface CreateHostedConfigurationVersionCommandInput
18
- extends CreateHostedConfigurationVersionCommandInputType {}
14
+ export interface CreateHostedConfigurationVersionCommandInput extends CreateHostedConfigurationVersionCommandInputType {}
19
15
  export type CreateHostedConfigurationVersionCommandOutputType = Pick<
20
16
  HostedConfigurationVersion,
21
17
  Exclude<keyof HostedConfigurationVersion, "Content">
@@ -23,11 +19,10 @@ export type CreateHostedConfigurationVersionCommandOutputType = Pick<
23
19
  Content?: Uint8ArrayBlobAdapter;
24
20
  };
25
21
  export interface CreateHostedConfigurationVersionCommandOutput
26
- extends CreateHostedConfigurationVersionCommandOutputType,
27
- __MetadataBearer {}
22
+ extends CreateHostedConfigurationVersionCommandOutputType, __MetadataBearer {}
28
23
  declare const CreateHostedConfigurationVersionCommand_base: {
29
24
  new (
30
- input: CreateHostedConfigurationVersionCommandInput
25
+ input: CreateHostedConfigurationVersionCommandInput,
31
26
  ): import("@smithy/core/client").CommandImpl<
32
27
  CreateHostedConfigurationVersionCommandInput,
33
28
  CreateHostedConfigurationVersionCommandOutput,
@@ -36,7 +31,7 @@ declare const CreateHostedConfigurationVersionCommand_base: {
36
31
  import("..").ServiceOutputTypes
37
32
  >;
38
33
  new (
39
- input: CreateHostedConfigurationVersionCommandInput
34
+ input: CreateHostedConfigurationVersionCommandInput,
40
35
  ): import("@smithy/core/client").CommandImpl<
41
36
  CreateHostedConfigurationVersionCommandInput,
42
37
  CreateHostedConfigurationVersionCommandOutput,
@@ -1,12 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { DeleteApplicationRequest } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
- export interface DeleteApplicationCommandInput
5
- extends DeleteApplicationRequest {}
4
+ export interface DeleteApplicationCommandInput extends DeleteApplicationRequest {}
6
5
  export interface DeleteApplicationCommandOutput extends __MetadataBearer {}
7
6
  declare const DeleteApplicationCommand_base: {
8
7
  new (
9
- input: DeleteApplicationCommandInput
8
+ input: DeleteApplicationCommandInput,
10
9
  ): import("@smithy/core/client").CommandImpl<
11
10
  DeleteApplicationCommandInput,
12
11
  DeleteApplicationCommandOutput,
@@ -15,7 +14,7 @@ declare const DeleteApplicationCommand_base: {
15
14
  import("..").ServiceOutputTypes
16
15
  >;
17
16
  new (
18
- input: DeleteApplicationCommandInput
17
+ input: DeleteApplicationCommandInput,
19
18
  ): import("@smithy/core/client").CommandImpl<
20
19
  DeleteApplicationCommandInput,
21
20
  DeleteApplicationCommandOutput,
@@ -1,13 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { DeleteConfigurationProfileRequest } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
- export interface DeleteConfigurationProfileCommandInput
5
- extends DeleteConfigurationProfileRequest {}
6
- export interface DeleteConfigurationProfileCommandOutput
7
- extends __MetadataBearer {}
4
+ export interface DeleteConfigurationProfileCommandInput extends DeleteConfigurationProfileRequest {}
5
+ export interface DeleteConfigurationProfileCommandOutput extends __MetadataBearer {}
8
6
  declare const DeleteConfigurationProfileCommand_base: {
9
7
  new (
10
- input: DeleteConfigurationProfileCommandInput
8
+ input: DeleteConfigurationProfileCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  DeleteConfigurationProfileCommandInput,
13
11
  DeleteConfigurationProfileCommandOutput,
@@ -16,7 +14,7 @@ declare const DeleteConfigurationProfileCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: DeleteConfigurationProfileCommandInput
17
+ input: DeleteConfigurationProfileCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  DeleteConfigurationProfileCommandInput,
22
20
  DeleteConfigurationProfileCommandOutput,
@@ -1,13 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { DeleteDeploymentStrategyRequest } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
- export interface DeleteDeploymentStrategyCommandInput
5
- extends DeleteDeploymentStrategyRequest {}
6
- export interface DeleteDeploymentStrategyCommandOutput
7
- extends __MetadataBearer {}
4
+ export interface DeleteDeploymentStrategyCommandInput extends DeleteDeploymentStrategyRequest {}
5
+ export interface DeleteDeploymentStrategyCommandOutput extends __MetadataBearer {}
8
6
  declare const DeleteDeploymentStrategyCommand_base: {
9
7
  new (
10
- input: DeleteDeploymentStrategyCommandInput
8
+ input: DeleteDeploymentStrategyCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  DeleteDeploymentStrategyCommandInput,
13
11
  DeleteDeploymentStrategyCommandOutput,
@@ -16,7 +14,7 @@ declare const DeleteDeploymentStrategyCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: DeleteDeploymentStrategyCommandInput
17
+ input: DeleteDeploymentStrategyCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  DeleteDeploymentStrategyCommandInput,
22
20
  DeleteDeploymentStrategyCommandOutput,
@@ -1,12 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { DeleteEnvironmentRequest } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
- export interface DeleteEnvironmentCommandInput
5
- extends DeleteEnvironmentRequest {}
4
+ export interface DeleteEnvironmentCommandInput extends DeleteEnvironmentRequest {}
6
5
  export interface DeleteEnvironmentCommandOutput extends __MetadataBearer {}
7
6
  declare const DeleteEnvironmentCommand_base: {
8
7
  new (
9
- input: DeleteEnvironmentCommandInput
8
+ input: DeleteEnvironmentCommandInput,
10
9
  ): import("@smithy/core/client").CommandImpl<
11
10
  DeleteEnvironmentCommandInput,
12
11
  DeleteEnvironmentCommandOutput,
@@ -15,7 +14,7 @@ declare const DeleteEnvironmentCommand_base: {
15
14
  import("..").ServiceOutputTypes
16
15
  >;
17
16
  new (
18
- input: DeleteEnvironmentCommandInput
17
+ input: DeleteEnvironmentCommandInput,
19
18
  ): import("@smithy/core/client").CommandImpl<
20
19
  DeleteEnvironmentCommandInput,
21
20
  DeleteEnvironmentCommandOutput,
@@ -1,13 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { DeleteExperimentDefinitionRequest } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
- export interface DeleteExperimentDefinitionCommandInput
5
- extends DeleteExperimentDefinitionRequest {}
6
- export interface DeleteExperimentDefinitionCommandOutput
7
- extends __MetadataBearer {}
4
+ export interface DeleteExperimentDefinitionCommandInput extends DeleteExperimentDefinitionRequest {}
5
+ export interface DeleteExperimentDefinitionCommandOutput extends __MetadataBearer {}
8
6
  declare const DeleteExperimentDefinitionCommand_base: {
9
7
  new (
10
- input: DeleteExperimentDefinitionCommandInput
8
+ input: DeleteExperimentDefinitionCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  DeleteExperimentDefinitionCommandInput,
13
11
  DeleteExperimentDefinitionCommandOutput,
@@ -16,7 +14,7 @@ declare const DeleteExperimentDefinitionCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: DeleteExperimentDefinitionCommandInput
17
+ input: DeleteExperimentDefinitionCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  DeleteExperimentDefinitionCommandInput,
22
20
  DeleteExperimentDefinitionCommandOutput,
@@ -1,13 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { DeleteExtensionAssociationRequest } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
- export interface DeleteExtensionAssociationCommandInput
5
- extends DeleteExtensionAssociationRequest {}
6
- export interface DeleteExtensionAssociationCommandOutput
7
- extends __MetadataBearer {}
4
+ export interface DeleteExtensionAssociationCommandInput extends DeleteExtensionAssociationRequest {}
5
+ export interface DeleteExtensionAssociationCommandOutput extends __MetadataBearer {}
8
6
  declare const DeleteExtensionAssociationCommand_base: {
9
7
  new (
10
- input: DeleteExtensionAssociationCommandInput
8
+ input: DeleteExtensionAssociationCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  DeleteExtensionAssociationCommandInput,
13
11
  DeleteExtensionAssociationCommandOutput,
@@ -16,7 +14,7 @@ declare const DeleteExtensionAssociationCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: DeleteExtensionAssociationCommandInput
17
+ input: DeleteExtensionAssociationCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  DeleteExtensionAssociationCommandInput,
22
20
  DeleteExtensionAssociationCommandOutput,
@@ -5,7 +5,7 @@ export interface DeleteExtensionCommandInput extends DeleteExtensionRequest {}
5
5
  export interface DeleteExtensionCommandOutput extends __MetadataBearer {}
6
6
  declare const DeleteExtensionCommand_base: {
7
7
  new (
8
- input: DeleteExtensionCommandInput
8
+ input: DeleteExtensionCommandInput,
9
9
  ): import("@smithy/core/client").CommandImpl<
10
10
  DeleteExtensionCommandInput,
11
11
  DeleteExtensionCommandOutput,
@@ -14,7 +14,7 @@ declare const DeleteExtensionCommand_base: {
14
14
  import("..").ServiceOutputTypes
15
15
  >;
16
16
  new (
17
- input: DeleteExtensionCommandInput
17
+ input: DeleteExtensionCommandInput,
18
18
  ): import("@smithy/core/client").CommandImpl<
19
19
  DeleteExtensionCommandInput,
20
20
  DeleteExtensionCommandOutput,
@@ -1,13 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { DeleteHostedConfigurationVersionRequest } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
- export interface DeleteHostedConfigurationVersionCommandInput
5
- extends DeleteHostedConfigurationVersionRequest {}
6
- export interface DeleteHostedConfigurationVersionCommandOutput
7
- extends __MetadataBearer {}
4
+ export interface DeleteHostedConfigurationVersionCommandInput extends DeleteHostedConfigurationVersionRequest {}
5
+ export interface DeleteHostedConfigurationVersionCommandOutput extends __MetadataBearer {}
8
6
  declare const DeleteHostedConfigurationVersionCommand_base: {
9
7
  new (
10
- input: DeleteHostedConfigurationVersionCommandInput
8
+ input: DeleteHostedConfigurationVersionCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  DeleteHostedConfigurationVersionCommandInput,
13
11
  DeleteHostedConfigurationVersionCommandOutput,
@@ -16,7 +14,7 @@ declare const DeleteHostedConfigurationVersionCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: DeleteHostedConfigurationVersionCommandInput
17
+ input: DeleteHostedConfigurationVersionCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  DeleteHostedConfigurationVersionCommandInput,
22
20
  DeleteHostedConfigurationVersionCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { AccountSettings } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface GetAccountSettingsCommandInput {}
5
- export interface GetAccountSettingsCommandOutput
6
- extends AccountSettings,
7
- __MetadataBearer {}
5
+ export interface GetAccountSettingsCommandOutput extends AccountSettings, __MetadataBearer {}
8
6
  declare const GetAccountSettingsCommand_base: {
9
7
  new (
10
- input: GetAccountSettingsCommandInput
8
+ input: GetAccountSettingsCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  GetAccountSettingsCommandInput,
13
11
  GetAccountSettingsCommandOutput,