@aws-sdk/client-appconfig 3.529.1 → 3.535.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 (99) hide show
  1. package/dist-types/AppConfig.d.ts +5 -1
  2. package/dist-types/AppConfigClient.d.ts +1 -1
  3. package/dist-types/commands/CreateApplicationCommand.d.ts +2 -1
  4. package/dist-types/commands/CreateConfigurationProfileCommand.d.ts +2 -1
  5. package/dist-types/commands/CreateDeploymentStrategyCommand.d.ts +2 -1
  6. package/dist-types/commands/CreateEnvironmentCommand.d.ts +2 -1
  7. package/dist-types/commands/CreateExtensionAssociationCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateExtensionCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateHostedConfigurationVersionCommand.d.ts +4 -3
  10. package/dist-types/commands/DeleteApplicationCommand.d.ts +2 -1
  11. package/dist-types/commands/DeleteConfigurationProfileCommand.d.ts +2 -1
  12. package/dist-types/commands/DeleteDeploymentStrategyCommand.d.ts +2 -1
  13. package/dist-types/commands/DeleteEnvironmentCommand.d.ts +2 -1
  14. package/dist-types/commands/DeleteExtensionAssociationCommand.d.ts +2 -1
  15. package/dist-types/commands/DeleteExtensionCommand.d.ts +2 -1
  16. package/dist-types/commands/DeleteHostedConfigurationVersionCommand.d.ts +2 -1
  17. package/dist-types/commands/GetApplicationCommand.d.ts +2 -1
  18. package/dist-types/commands/GetConfigurationCommand.d.ts +4 -4
  19. package/dist-types/commands/GetConfigurationProfileCommand.d.ts +2 -1
  20. package/dist-types/commands/GetDeploymentCommand.d.ts +2 -1
  21. package/dist-types/commands/GetDeploymentStrategyCommand.d.ts +2 -1
  22. package/dist-types/commands/GetEnvironmentCommand.d.ts +2 -1
  23. package/dist-types/commands/GetExtensionAssociationCommand.d.ts +2 -1
  24. package/dist-types/commands/GetExtensionCommand.d.ts +2 -1
  25. package/dist-types/commands/GetHostedConfigurationVersionCommand.d.ts +3 -2
  26. package/dist-types/commands/ListApplicationsCommand.d.ts +2 -1
  27. package/dist-types/commands/ListConfigurationProfilesCommand.d.ts +2 -1
  28. package/dist-types/commands/ListDeploymentStrategiesCommand.d.ts +2 -1
  29. package/dist-types/commands/ListDeploymentsCommand.d.ts +2 -1
  30. package/dist-types/commands/ListEnvironmentsCommand.d.ts +2 -1
  31. package/dist-types/commands/ListExtensionAssociationsCommand.d.ts +2 -1
  32. package/dist-types/commands/ListExtensionsCommand.d.ts +2 -1
  33. package/dist-types/commands/ListHostedConfigurationVersionsCommand.d.ts +2 -1
  34. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  35. package/dist-types/commands/StartDeploymentCommand.d.ts +2 -1
  36. package/dist-types/commands/StopDeploymentCommand.d.ts +2 -1
  37. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  38. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  39. package/dist-types/commands/UpdateApplicationCommand.d.ts +2 -1
  40. package/dist-types/commands/UpdateConfigurationProfileCommand.d.ts +2 -1
  41. package/dist-types/commands/UpdateDeploymentStrategyCommand.d.ts +2 -1
  42. package/dist-types/commands/UpdateEnvironmentCommand.d.ts +2 -1
  43. package/dist-types/commands/UpdateExtensionAssociationCommand.d.ts +2 -1
  44. package/dist-types/commands/UpdateExtensionCommand.d.ts +2 -1
  45. package/dist-types/commands/ValidateConfigurationCommand.d.ts +2 -1
  46. package/dist-types/models/models_0.d.ts +328 -328
  47. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  48. package/dist-types/runtimeConfig.d.ts +2 -2
  49. package/dist-types/runtimeConfig.native.d.ts +2 -2
  50. package/dist-types/runtimeConfig.shared.d.ts +2 -2
  51. package/dist-types/ts3.4/AppConfig.d.ts +4 -0
  52. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/CreateConfigurationProfileCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/CreateDeploymentStrategyCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/CreateExtensionAssociationCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/CreateExtensionCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/CreateHostedConfigurationVersionCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/DeleteConfigurationProfileCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/DeleteDeploymentStrategyCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/DeleteExtensionAssociationCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/DeleteExtensionCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/DeleteHostedConfigurationVersionCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/GetConfigurationCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/GetConfigurationProfileCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/GetDeploymentStrategyCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/GetEnvironmentCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/GetExtensionAssociationCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/GetExtensionCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/GetHostedConfigurationVersionCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +9 -0
  76. package/dist-types/ts3.4/commands/ListConfigurationProfilesCommand.d.ts +9 -0
  77. package/dist-types/ts3.4/commands/ListDeploymentStrategiesCommand.d.ts +9 -0
  78. package/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +9 -0
  79. package/dist-types/ts3.4/commands/ListEnvironmentsCommand.d.ts +9 -0
  80. package/dist-types/ts3.4/commands/ListExtensionAssociationsCommand.d.ts +9 -0
  81. package/dist-types/ts3.4/commands/ListExtensionsCommand.d.ts +9 -0
  82. package/dist-types/ts3.4/commands/ListHostedConfigurationVersionsCommand.d.ts +9 -0
  83. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  84. package/dist-types/ts3.4/commands/StartDeploymentCommand.d.ts +9 -0
  85. package/dist-types/ts3.4/commands/StopDeploymentCommand.d.ts +9 -0
  86. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  87. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  88. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +9 -0
  89. package/dist-types/ts3.4/commands/UpdateConfigurationProfileCommand.d.ts +9 -0
  90. package/dist-types/ts3.4/commands/UpdateDeploymentStrategyCommand.d.ts +9 -0
  91. package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +9 -0
  92. package/dist-types/ts3.4/commands/UpdateExtensionAssociationCommand.d.ts +9 -0
  93. package/dist-types/ts3.4/commands/UpdateExtensionCommand.d.ts +9 -0
  94. package/dist-types/ts3.4/commands/ValidateConfigurationCommand.d.ts +9 -0
  95. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  96. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  97. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  98. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
  99. package/package.json +41 -41
@@ -20,9 +20,9 @@ export declare const getRuntimeConfig: (config: AppConfigClientConfig) => {
20
20
  apiVersion: string;
21
21
  urlParser: import("@smithy/types").UrlParser;
22
22
  base64Decoder: import("@smithy/types").Decoder;
23
- base64Encoder: import("@smithy/types").Encoder;
23
+ base64Encoder: (_input: string | Uint8Array) => string;
24
24
  utf8Decoder: import("@smithy/types").Decoder;
25
- utf8Encoder: import("@smithy/types").Encoder;
25
+ utf8Encoder: (input: string | Uint8Array) => string;
26
26
  disableHostPrefix: boolean;
27
27
  serviceId: string;
28
28
  logger: import("@smithy/types").Logger;
@@ -20,9 +20,9 @@ export declare const getRuntimeConfig: (config: AppConfigClientConfig) => {
20
20
  apiVersion: string;
21
21
  urlParser: import("@smithy/types").UrlParser;
22
22
  base64Decoder: import("@smithy/types").Decoder;
23
- base64Encoder: import("@smithy/types").Encoder;
23
+ base64Encoder: (_input: string | Uint8Array) => string;
24
24
  utf8Decoder: import("@smithy/types").Decoder;
25
- utf8Encoder: import("@smithy/types").Encoder;
25
+ utf8Encoder: (input: string | Uint8Array) => string;
26
26
  disableHostPrefix: boolean;
27
27
  serviceId: string;
28
28
  logger: import("@smithy/types").Logger;
@@ -11,9 +11,9 @@ export declare const getRuntimeConfig: (config: AppConfigClientConfig) => {
11
11
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
12
12
  streamCollector: import("@smithy/types").StreamCollector;
13
13
  base64Decoder: import("@smithy/types").Decoder;
14
- base64Encoder: import("@smithy/types").Encoder;
14
+ base64Encoder: (_input: string | Uint8Array) => string;
15
15
  utf8Decoder: import("@smithy/types").Decoder;
16
- utf8Encoder: import("@smithy/types").Encoder;
16
+ utf8Encoder: (input: string | Uint8Array) => string;
17
17
  disableHostPrefix: boolean;
18
18
  serviceId: string;
19
19
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
@@ -5,7 +5,7 @@ import { AppConfigClientConfig } from "./AppConfigClient";
5
5
  export declare const getRuntimeConfig: (config: AppConfigClientConfig) => {
6
6
  apiVersion: string;
7
7
  base64Decoder: import("@smithy/types").Decoder;
8
- base64Encoder: import("@smithy/types").Encoder;
8
+ base64Encoder: (_input: string | Uint8Array) => string;
9
9
  disableHostPrefix: boolean;
10
10
  endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
11
11
  logger?: import("@smithy/types").Logger | undefined;
@@ -17,5 +17,5 @@ export declare const getRuntimeConfig: (config: AppConfigClientConfig) => {
17
17
  serviceId: string;
18
18
  urlParser: import("@smithy/types").UrlParser;
19
19
  utf8Decoder: import("@smithy/types").Decoder;
20
- utf8Encoder: import("@smithy/types").Encoder;
20
+ utf8Encoder: (input: string | Uint8Array) => string;
21
21
  };
@@ -472,6 +472,7 @@ export interface AppConfig {
472
472
  options: __HttpHandlerOptions,
473
473
  cb: (err: any, data?: GetHostedConfigurationVersionCommandOutput) => void
474
474
  ): void;
475
+ listApplications(): Promise<ListApplicationsCommandOutput>;
475
476
  listApplications(
476
477
  args: ListApplicationsCommandInput,
477
478
  options?: __HttpHandlerOptions
@@ -511,6 +512,7 @@ export interface AppConfig {
511
512
  options: __HttpHandlerOptions,
512
513
  cb: (err: any, data?: ListDeploymentsCommandOutput) => void
513
514
  ): void;
515
+ listDeploymentStrategies(): Promise<ListDeploymentStrategiesCommandOutput>;
514
516
  listDeploymentStrategies(
515
517
  args: ListDeploymentStrategiesCommandInput,
516
518
  options?: __HttpHandlerOptions
@@ -537,6 +539,7 @@ export interface AppConfig {
537
539
  options: __HttpHandlerOptions,
538
540
  cb: (err: any, data?: ListEnvironmentsCommandOutput) => void
539
541
  ): void;
542
+ listExtensionAssociations(): Promise<ListExtensionAssociationsCommandOutput>;
540
543
  listExtensionAssociations(
541
544
  args: ListExtensionAssociationsCommandInput,
542
545
  options?: __HttpHandlerOptions
@@ -550,6 +553,7 @@ export interface AppConfig {
550
553
  options: __HttpHandlerOptions,
551
554
  cb: (err: any, data?: ListExtensionAssociationsCommandOutput) => void
552
555
  ): void;
556
+ listExtensions(): Promise<ListExtensionsCommandOutput>;
553
557
  listExtensions(
554
558
  args: ListExtensionsCommandInput,
555
559
  options?: __HttpHandlerOptions
@@ -22,6 +22,15 @@ declare const CreateApplicationCommand_base: {
22
22
  ServiceInputTypes,
23
23
  ServiceOutputTypes
24
24
  >;
25
+ new (
26
+ __0_0: CreateApplicationCommandInput
27
+ ): import("@smithy/smithy-client").CommandImpl<
28
+ CreateApplicationCommandInput,
29
+ CreateApplicationCommandOutput,
30
+ AppConfigClientResolvedConfig,
31
+ ServiceInputTypes,
32
+ ServiceOutputTypes
33
+ >;
25
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
35
  };
27
36
  export declare class CreateApplicationCommand extends CreateApplicationCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateConfigurationProfileCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateConfigurationProfileCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateConfigurationProfileCommandInput,
32
+ CreateConfigurationProfileCommandOutput,
33
+ AppConfigClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateConfigurationProfileCommand extends CreateConfigurationProfileCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateDeploymentStrategyCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateDeploymentStrategyCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateDeploymentStrategyCommandInput,
32
+ CreateDeploymentStrategyCommandOutput,
33
+ AppConfigClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateDeploymentStrategyCommand extends CreateDeploymentStrategyCommand_base {}
@@ -22,6 +22,15 @@ declare const CreateEnvironmentCommand_base: {
22
22
  ServiceInputTypes,
23
23
  ServiceOutputTypes
24
24
  >;
25
+ new (
26
+ __0_0: CreateEnvironmentCommandInput
27
+ ): import("@smithy/smithy-client").CommandImpl<
28
+ CreateEnvironmentCommandInput,
29
+ CreateEnvironmentCommandOutput,
30
+ AppConfigClientResolvedConfig,
31
+ ServiceInputTypes,
32
+ ServiceOutputTypes
33
+ >;
25
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
35
  };
27
36
  export declare class CreateEnvironmentCommand extends CreateEnvironmentCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateExtensionAssociationCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateExtensionAssociationCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateExtensionAssociationCommandInput,
32
+ CreateExtensionAssociationCommandOutput,
33
+ AppConfigClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateExtensionAssociationCommand extends CreateExtensionAssociationCommand_base {}
@@ -21,6 +21,15 @@ declare const CreateExtensionCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: CreateExtensionCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ CreateExtensionCommandInput,
28
+ CreateExtensionCommandOutput,
29
+ AppConfigClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class CreateExtensionCommand extends CreateExtensionCommand_base {}
@@ -41,6 +41,15 @@ declare const CreateHostedConfigurationVersionCommand_base: {
41
41
  ServiceInputTypes,
42
42
  ServiceOutputTypes
43
43
  >;
44
+ new (
45
+ __0_0: CreateHostedConfigurationVersionCommandInput
46
+ ): import("@smithy/smithy-client").CommandImpl<
47
+ CreateHostedConfigurationVersionCommandInput,
48
+ CreateHostedConfigurationVersionCommandOutput,
49
+ AppConfigClientResolvedConfig,
50
+ ServiceInputTypes,
51
+ ServiceOutputTypes
52
+ >;
44
53
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
45
54
  };
46
55
  export declare class CreateHostedConfigurationVersionCommand extends CreateHostedConfigurationVersionCommand_base {}
@@ -20,6 +20,15 @@ declare const DeleteApplicationCommand_base: {
20
20
  ServiceInputTypes,
21
21
  ServiceOutputTypes
22
22
  >;
23
+ new (
24
+ __0_0: DeleteApplicationCommandInput
25
+ ): import("@smithy/smithy-client").CommandImpl<
26
+ DeleteApplicationCommandInput,
27
+ DeleteApplicationCommandOutput,
28
+ AppConfigClientResolvedConfig,
29
+ ServiceInputTypes,
30
+ ServiceOutputTypes
31
+ >;
23
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
24
33
  };
25
34
  export declare class DeleteApplicationCommand extends DeleteApplicationCommand_base {}
@@ -21,6 +21,15 @@ declare const DeleteConfigurationProfileCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: DeleteConfigurationProfileCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DeleteConfigurationProfileCommandInput,
28
+ DeleteConfigurationProfileCommandOutput,
29
+ AppConfigClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class DeleteConfigurationProfileCommand extends DeleteConfigurationProfileCommand_base {}
@@ -21,6 +21,15 @@ declare const DeleteDeploymentStrategyCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: DeleteDeploymentStrategyCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DeleteDeploymentStrategyCommandInput,
28
+ DeleteDeploymentStrategyCommandOutput,
29
+ AppConfigClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class DeleteDeploymentStrategyCommand extends DeleteDeploymentStrategyCommand_base {}
@@ -20,6 +20,15 @@ declare const DeleteEnvironmentCommand_base: {
20
20
  ServiceInputTypes,
21
21
  ServiceOutputTypes
22
22
  >;
23
+ new (
24
+ __0_0: DeleteEnvironmentCommandInput
25
+ ): import("@smithy/smithy-client").CommandImpl<
26
+ DeleteEnvironmentCommandInput,
27
+ DeleteEnvironmentCommandOutput,
28
+ AppConfigClientResolvedConfig,
29
+ ServiceInputTypes,
30
+ ServiceOutputTypes
31
+ >;
23
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
24
33
  };
25
34
  export declare class DeleteEnvironmentCommand extends DeleteEnvironmentCommand_base {}
@@ -21,6 +21,15 @@ declare const DeleteExtensionAssociationCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: DeleteExtensionAssociationCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DeleteExtensionAssociationCommandInput,
28
+ DeleteExtensionAssociationCommandOutput,
29
+ AppConfigClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class DeleteExtensionAssociationCommand extends DeleteExtensionAssociationCommand_base {}
@@ -19,6 +19,15 @@ declare const DeleteExtensionCommand_base: {
19
19
  ServiceInputTypes,
20
20
  ServiceOutputTypes
21
21
  >;
22
+ new (
23
+ __0_0: DeleteExtensionCommandInput
24
+ ): import("@smithy/smithy-client").CommandImpl<
25
+ DeleteExtensionCommandInput,
26
+ DeleteExtensionCommandOutput,
27
+ AppConfigClientResolvedConfig,
28
+ ServiceInputTypes,
29
+ ServiceOutputTypes
30
+ >;
22
31
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
32
  };
24
33
  export declare class DeleteExtensionCommand extends DeleteExtensionCommand_base {}
@@ -21,6 +21,15 @@ declare const DeleteHostedConfigurationVersionCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: DeleteHostedConfigurationVersionCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DeleteHostedConfigurationVersionCommandInput,
28
+ DeleteHostedConfigurationVersionCommandOutput,
29
+ AppConfigClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class DeleteHostedConfigurationVersionCommand extends DeleteHostedConfigurationVersionCommand_base {}
@@ -21,6 +21,15 @@ declare const GetApplicationCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: GetApplicationCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ GetApplicationCommandInput,
28
+ GetApplicationCommandOutput,
29
+ AppConfigClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class GetApplicationCommand extends GetApplicationCommand_base {}
@@ -28,6 +28,15 @@ declare const GetConfigurationCommand_base: {
28
28
  ServiceInputTypes,
29
29
  ServiceOutputTypes
30
30
  >;
31
+ new (
32
+ __0_0: GetConfigurationCommandInput
33
+ ): import("@smithy/smithy-client").CommandImpl<
34
+ GetConfigurationCommandInput,
35
+ GetConfigurationCommandOutput,
36
+ AppConfigClientResolvedConfig,
37
+ ServiceInputTypes,
38
+ ServiceOutputTypes
39
+ >;
31
40
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
32
41
  };
33
42
  export declare class GetConfigurationCommand extends GetConfigurationCommand_base {}
@@ -25,6 +25,15 @@ declare const GetConfigurationProfileCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetConfigurationProfileCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetConfigurationProfileCommandInput,
32
+ GetConfigurationProfileCommandOutput,
33
+ AppConfigClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetConfigurationProfileCommand extends GetConfigurationProfileCommand_base {}
@@ -21,6 +21,15 @@ declare const GetDeploymentCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: GetDeploymentCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ GetDeploymentCommandInput,
28
+ GetDeploymentCommandOutput,
29
+ AppConfigClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class GetDeploymentCommand extends GetDeploymentCommand_base {}
@@ -25,6 +25,15 @@ declare const GetDeploymentStrategyCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetDeploymentStrategyCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetDeploymentStrategyCommandInput,
32
+ GetDeploymentStrategyCommandOutput,
33
+ AppConfigClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetDeploymentStrategyCommand extends GetDeploymentStrategyCommand_base {}
@@ -21,6 +21,15 @@ declare const GetEnvironmentCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: GetEnvironmentCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ GetEnvironmentCommandInput,
28
+ GetEnvironmentCommandOutput,
29
+ AppConfigClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class GetEnvironmentCommand extends GetEnvironmentCommand_base {}
@@ -25,6 +25,15 @@ declare const GetExtensionAssociationCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetExtensionAssociationCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetExtensionAssociationCommandInput,
32
+ GetExtensionAssociationCommandOutput,
33
+ AppConfigClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetExtensionAssociationCommand extends GetExtensionAssociationCommand_base {}
@@ -21,6 +21,15 @@ declare const GetExtensionCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: GetExtensionCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ GetExtensionCommandInput,
28
+ GetExtensionCommandOutput,
29
+ AppConfigClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class GetExtensionCommand extends GetExtensionCommand_base {}
@@ -32,6 +32,15 @@ declare const GetHostedConfigurationVersionCommand_base: {
32
32
  ServiceInputTypes,
33
33
  ServiceOutputTypes
34
34
  >;
35
+ new (
36
+ __0_0: GetHostedConfigurationVersionCommandInput
37
+ ): import("@smithy/smithy-client").CommandImpl<
38
+ GetHostedConfigurationVersionCommandInput,
39
+ GetHostedConfigurationVersionCommandOutput,
40
+ AppConfigClientResolvedConfig,
41
+ ServiceInputTypes,
42
+ ServiceOutputTypes
43
+ >;
35
44
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
36
45
  };
37
46
  export declare class GetHostedConfigurationVersionCommand extends GetHostedConfigurationVersionCommand_base {}
@@ -21,6 +21,15 @@ declare const ListApplicationsCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ ...[input]: [] | [ListApplicationsCommandInput]
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ ListApplicationsCommandInput,
28
+ ListApplicationsCommandOutput,
29
+ AppConfigClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class ListApplicationsCommand extends ListApplicationsCommand_base {}
@@ -25,6 +25,15 @@ declare const ListConfigurationProfilesCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListConfigurationProfilesCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListConfigurationProfilesCommandInput,
32
+ ListConfigurationProfilesCommandOutput,
33
+ AppConfigClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListConfigurationProfilesCommand extends ListConfigurationProfilesCommand_base {}
@@ -25,6 +25,15 @@ declare const ListDeploymentStrategiesCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [ListDeploymentStrategiesCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListDeploymentStrategiesCommandInput,
32
+ ListDeploymentStrategiesCommandOutput,
33
+ AppConfigClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListDeploymentStrategiesCommand extends ListDeploymentStrategiesCommand_base {}
@@ -21,6 +21,15 @@ declare const ListDeploymentsCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: ListDeploymentsCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ ListDeploymentsCommandInput,
28
+ ListDeploymentsCommandOutput,
29
+ AppConfigClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class ListDeploymentsCommand extends ListDeploymentsCommand_base {}
@@ -21,6 +21,15 @@ declare const ListEnvironmentsCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: ListEnvironmentsCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ ListEnvironmentsCommandInput,
28
+ ListEnvironmentsCommandOutput,
29
+ AppConfigClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class ListEnvironmentsCommand extends ListEnvironmentsCommand_base {}
@@ -25,6 +25,15 @@ declare const ListExtensionAssociationsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [ListExtensionAssociationsCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListExtensionAssociationsCommandInput,
32
+ ListExtensionAssociationsCommandOutput,
33
+ AppConfigClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListExtensionAssociationsCommand extends ListExtensionAssociationsCommand_base {}
@@ -21,6 +21,15 @@ declare const ListExtensionsCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ ...[input]: [] | [ListExtensionsCommandInput]
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ ListExtensionsCommandInput,
28
+ ListExtensionsCommandOutput,
29
+ AppConfigClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class ListExtensionsCommand extends ListExtensionsCommand_base {}
@@ -25,6 +25,15 @@ declare const ListHostedConfigurationVersionsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListHostedConfigurationVersionsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListHostedConfigurationVersionsCommandInput,
32
+ ListHostedConfigurationVersionsCommandOutput,
33
+ AppConfigClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListHostedConfigurationVersionsCommand extends ListHostedConfigurationVersionsCommand_base {}
@@ -22,6 +22,15 @@ declare const ListTagsForResourceCommand_base: {
22
22
  ServiceInputTypes,
23
23
  ServiceOutputTypes
24
24
  >;
25
+ new (
26
+ __0_0: ListTagsForResourceCommandInput
27
+ ): import("@smithy/smithy-client").CommandImpl<
28
+ ListTagsForResourceCommandInput,
29
+ ListTagsForResourceCommandOutput,
30
+ AppConfigClientResolvedConfig,
31
+ ServiceInputTypes,
32
+ ServiceOutputTypes
33
+ >;
25
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
35
  };
27
36
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}
@@ -21,6 +21,15 @@ declare const StartDeploymentCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: StartDeploymentCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ StartDeploymentCommandInput,
28
+ StartDeploymentCommandOutput,
29
+ AppConfigClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class StartDeploymentCommand extends StartDeploymentCommand_base {}