@aws-sdk/client-elastic-beanstalk 3.169.0 → 3.171.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 (72) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/ElasticBeanstalk.d.ts +833 -240
  3. package/dist-types/ts3.4/ElasticBeanstalkClient.d.ts +387 -120
  4. package/dist-types/ts3.4/commands/AbortEnvironmentUpdateCommand.d.ts +34 -17
  5. package/dist-types/ts3.4/commands/ApplyEnvironmentManagedActionCommand.d.ts +39 -17
  6. package/dist-types/ts3.4/commands/AssociateEnvironmentOperationsRoleCommand.d.ts +35 -17
  7. package/dist-types/ts3.4/commands/CheckDNSAvailabilityCommand.d.ts +39 -17
  8. package/dist-types/ts3.4/commands/ComposeEnvironmentsCommand.d.ts +36 -17
  9. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +36 -17
  10. package/dist-types/ts3.4/commands/CreateApplicationVersionCommand.d.ts +39 -17
  11. package/dist-types/ts3.4/commands/CreateConfigurationTemplateCommand.d.ts +39 -17
  12. package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +36 -17
  13. package/dist-types/ts3.4/commands/CreatePlatformVersionCommand.d.ts +39 -17
  14. package/dist-types/ts3.4/commands/CreateStorageLocationCommand.d.ts +35 -17
  15. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +31 -17
  16. package/dist-types/ts3.4/commands/DeleteApplicationVersionCommand.d.ts +35 -17
  17. package/dist-types/ts3.4/commands/DeleteConfigurationTemplateCommand.d.ts +35 -17
  18. package/dist-types/ts3.4/commands/DeleteEnvironmentConfigurationCommand.d.ts +35 -17
  19. package/dist-types/ts3.4/commands/DeletePlatformVersionCommand.d.ts +39 -17
  20. package/dist-types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +35 -17
  21. package/dist-types/ts3.4/commands/DescribeApplicationVersionsCommand.d.ts +39 -17
  22. package/dist-types/ts3.4/commands/DescribeApplicationsCommand.d.ts +39 -17
  23. package/dist-types/ts3.4/commands/DescribeConfigurationOptionsCommand.d.ts +39 -17
  24. package/dist-types/ts3.4/commands/DescribeConfigurationSettingsCommand.d.ts +39 -17
  25. package/dist-types/ts3.4/commands/DescribeEnvironmentHealthCommand.d.ts +39 -17
  26. package/dist-types/ts3.4/commands/DescribeEnvironmentManagedActionHistoryCommand.d.ts +39 -17
  27. package/dist-types/ts3.4/commands/DescribeEnvironmentManagedActionsCommand.d.ts +39 -17
  28. package/dist-types/ts3.4/commands/DescribeEnvironmentResourcesCommand.d.ts +39 -17
  29. package/dist-types/ts3.4/commands/DescribeEnvironmentsCommand.d.ts +39 -17
  30. package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +35 -17
  31. package/dist-types/ts3.4/commands/DescribeInstancesHealthCommand.d.ts +39 -17
  32. package/dist-types/ts3.4/commands/DescribePlatformVersionCommand.d.ts +39 -17
  33. package/dist-types/ts3.4/commands/DisassociateEnvironmentOperationsRoleCommand.d.ts +35 -17
  34. package/dist-types/ts3.4/commands/ListAvailableSolutionStacksCommand.d.ts +35 -17
  35. package/dist-types/ts3.4/commands/ListPlatformBranchesCommand.d.ts +39 -17
  36. package/dist-types/ts3.4/commands/ListPlatformVersionsCommand.d.ts +39 -17
  37. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  38. package/dist-types/ts3.4/commands/RebuildEnvironmentCommand.d.ts +31 -17
  39. package/dist-types/ts3.4/commands/RequestEnvironmentInfoCommand.d.ts +34 -17
  40. package/dist-types/ts3.4/commands/RestartAppServerCommand.d.ts +30 -17
  41. package/dist-types/ts3.4/commands/RetrieveEnvironmentInfoCommand.d.ts +39 -17
  42. package/dist-types/ts3.4/commands/SwapEnvironmentCNAMEsCommand.d.ts +34 -17
  43. package/dist-types/ts3.4/commands/TerminateEnvironmentCommand.d.ts +39 -17
  44. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +36 -17
  45. package/dist-types/ts3.4/commands/UpdateApplicationResourceLifecycleCommand.d.ts +39 -17
  46. package/dist-types/ts3.4/commands/UpdateApplicationVersionCommand.d.ts +39 -17
  47. package/dist-types/ts3.4/commands/UpdateConfigurationTemplateCommand.d.ts +39 -17
  48. package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +36 -17
  49. package/dist-types/ts3.4/commands/UpdateTagsForResourceCommand.d.ts +34 -17
  50. package/dist-types/ts3.4/commands/ValidateConfigurationSettingsCommand.d.ts +39 -17
  51. package/dist-types/ts3.4/commands/index.d.ts +47 -47
  52. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  53. package/dist-types/ts3.4/index.d.ts +7 -7
  54. package/dist-types/ts3.4/models/ElasticBeanstalkServiceException.d.ts +7 -6
  55. package/dist-types/ts3.4/models/index.d.ts +1 -1
  56. package/dist-types/ts3.4/models/models_0.d.ts +1337 -1754
  57. package/dist-types/ts3.4/pagination/DescribeEnvironmentManagedActionHistoryPaginator.d.ts +11 -4
  58. package/dist-types/ts3.4/pagination/DescribeEventsPaginator.d.ts +11 -4
  59. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  60. package/dist-types/ts3.4/pagination/ListPlatformBranchesPaginator.d.ts +11 -4
  61. package/dist-types/ts3.4/pagination/ListPlatformVersionsPaginator.d.ts +11 -4
  62. package/dist-types/ts3.4/pagination/index.d.ts +5 -5
  63. package/dist-types/ts3.4/protocols/Aws_query.d.ts +569 -143
  64. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +67 -38
  65. package/dist-types/ts3.4/runtimeConfig.d.ts +67 -38
  66. package/dist-types/ts3.4/runtimeConfig.native.d.ts +68 -37
  67. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +12 -11
  68. package/dist-types/ts3.4/waiters/index.d.ts +3 -3
  69. package/dist-types/ts3.4/waiters/waitForEnvironmentExists.d.ts +11 -7
  70. package/dist-types/ts3.4/waiters/waitForEnvironmentTerminated.d.ts +11 -7
  71. package/dist-types/ts3.4/waiters/waitForEnvironmentUpdated.d.ts +11 -7
  72. package/package.json +35 -35
@@ -1,240 +1,833 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
- import { AbortEnvironmentUpdateCommandInput, AbortEnvironmentUpdateCommandOutput } from "./commands/AbortEnvironmentUpdateCommand";
3
- import { ApplyEnvironmentManagedActionCommandInput, ApplyEnvironmentManagedActionCommandOutput } from "./commands/ApplyEnvironmentManagedActionCommand";
4
- import { AssociateEnvironmentOperationsRoleCommandInput, AssociateEnvironmentOperationsRoleCommandOutput } from "./commands/AssociateEnvironmentOperationsRoleCommand";
5
- import { CheckDNSAvailabilityCommandInput, CheckDNSAvailabilityCommandOutput } from "./commands/CheckDNSAvailabilityCommand";
6
- import { ComposeEnvironmentsCommandInput, ComposeEnvironmentsCommandOutput } from "./commands/ComposeEnvironmentsCommand";
7
- import { CreateApplicationCommandInput, CreateApplicationCommandOutput } from "./commands/CreateApplicationCommand";
8
- import { CreateApplicationVersionCommandInput, CreateApplicationVersionCommandOutput } from "./commands/CreateApplicationVersionCommand";
9
- import { CreateConfigurationTemplateCommandInput, CreateConfigurationTemplateCommandOutput } from "./commands/CreateConfigurationTemplateCommand";
10
- import { CreateEnvironmentCommandInput, CreateEnvironmentCommandOutput } from "./commands/CreateEnvironmentCommand";
11
- import { CreatePlatformVersionCommandInput, CreatePlatformVersionCommandOutput } from "./commands/CreatePlatformVersionCommand";
12
- import { CreateStorageLocationCommandInput, CreateStorageLocationCommandOutput } from "./commands/CreateStorageLocationCommand";
13
- import { DeleteApplicationCommandInput, DeleteApplicationCommandOutput } from "./commands/DeleteApplicationCommand";
14
- import { DeleteApplicationVersionCommandInput, DeleteApplicationVersionCommandOutput } from "./commands/DeleteApplicationVersionCommand";
15
- import { DeleteConfigurationTemplateCommandInput, DeleteConfigurationTemplateCommandOutput } from "./commands/DeleteConfigurationTemplateCommand";
16
- import { DeleteEnvironmentConfigurationCommandInput, DeleteEnvironmentConfigurationCommandOutput } from "./commands/DeleteEnvironmentConfigurationCommand";
17
- import { DeletePlatformVersionCommandInput, DeletePlatformVersionCommandOutput } from "./commands/DeletePlatformVersionCommand";
18
- import { DescribeAccountAttributesCommandInput, DescribeAccountAttributesCommandOutput } from "./commands/DescribeAccountAttributesCommand";
19
- import { DescribeApplicationsCommandInput, DescribeApplicationsCommandOutput } from "./commands/DescribeApplicationsCommand";
20
- import { DescribeApplicationVersionsCommandInput, DescribeApplicationVersionsCommandOutput } from "./commands/DescribeApplicationVersionsCommand";
21
- import { DescribeConfigurationOptionsCommandInput, DescribeConfigurationOptionsCommandOutput } from "./commands/DescribeConfigurationOptionsCommand";
22
- import { DescribeConfigurationSettingsCommandInput, DescribeConfigurationSettingsCommandOutput } from "./commands/DescribeConfigurationSettingsCommand";
23
- import { DescribeEnvironmentHealthCommandInput, DescribeEnvironmentHealthCommandOutput } from "./commands/DescribeEnvironmentHealthCommand";
24
- import { DescribeEnvironmentManagedActionHistoryCommandInput, DescribeEnvironmentManagedActionHistoryCommandOutput } from "./commands/DescribeEnvironmentManagedActionHistoryCommand";
25
- import { DescribeEnvironmentManagedActionsCommandInput, DescribeEnvironmentManagedActionsCommandOutput } from "./commands/DescribeEnvironmentManagedActionsCommand";
26
- import { DescribeEnvironmentResourcesCommandInput, DescribeEnvironmentResourcesCommandOutput } from "./commands/DescribeEnvironmentResourcesCommand";
27
- import { DescribeEnvironmentsCommandInput, DescribeEnvironmentsCommandOutput } from "./commands/DescribeEnvironmentsCommand";
28
- import { DescribeEventsCommandInput, DescribeEventsCommandOutput } from "./commands/DescribeEventsCommand";
29
- import { DescribeInstancesHealthCommandInput, DescribeInstancesHealthCommandOutput } from "./commands/DescribeInstancesHealthCommand";
30
- import { DescribePlatformVersionCommandInput, DescribePlatformVersionCommandOutput } from "./commands/DescribePlatformVersionCommand";
31
- import { DisassociateEnvironmentOperationsRoleCommandInput, DisassociateEnvironmentOperationsRoleCommandOutput } from "./commands/DisassociateEnvironmentOperationsRoleCommand";
32
- import { ListAvailableSolutionStacksCommandInput, ListAvailableSolutionStacksCommandOutput } from "./commands/ListAvailableSolutionStacksCommand";
33
- import { ListPlatformBranchesCommandInput, ListPlatformBranchesCommandOutput } from "./commands/ListPlatformBranchesCommand";
34
- import { ListPlatformVersionsCommandInput, ListPlatformVersionsCommandOutput } from "./commands/ListPlatformVersionsCommand";
35
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
36
- import { RebuildEnvironmentCommandInput, RebuildEnvironmentCommandOutput } from "./commands/RebuildEnvironmentCommand";
37
- import { RequestEnvironmentInfoCommandInput, RequestEnvironmentInfoCommandOutput } from "./commands/RequestEnvironmentInfoCommand";
38
- import { RestartAppServerCommandInput, RestartAppServerCommandOutput } from "./commands/RestartAppServerCommand";
39
- import { RetrieveEnvironmentInfoCommandInput, RetrieveEnvironmentInfoCommandOutput } from "./commands/RetrieveEnvironmentInfoCommand";
40
- import { SwapEnvironmentCNAMEsCommandInput, SwapEnvironmentCNAMEsCommandOutput } from "./commands/SwapEnvironmentCNAMEsCommand";
41
- import { TerminateEnvironmentCommandInput, TerminateEnvironmentCommandOutput } from "./commands/TerminateEnvironmentCommand";
42
- import { UpdateApplicationCommandInput, UpdateApplicationCommandOutput } from "./commands/UpdateApplicationCommand";
43
- import { UpdateApplicationResourceLifecycleCommandInput, UpdateApplicationResourceLifecycleCommandOutput } from "./commands/UpdateApplicationResourceLifecycleCommand";
44
- import { UpdateApplicationVersionCommandInput, UpdateApplicationVersionCommandOutput } from "./commands/UpdateApplicationVersionCommand";
45
- import { UpdateConfigurationTemplateCommandInput, UpdateConfigurationTemplateCommandOutput } from "./commands/UpdateConfigurationTemplateCommand";
46
- import { UpdateEnvironmentCommandInput, UpdateEnvironmentCommandOutput } from "./commands/UpdateEnvironmentCommand";
47
- import { UpdateTagsForResourceCommandInput, UpdateTagsForResourceCommandOutput } from "./commands/UpdateTagsForResourceCommand";
48
- import { ValidateConfigurationSettingsCommandInput, ValidateConfigurationSettingsCommandOutput } from "./commands/ValidateConfigurationSettingsCommand";
49
- import { ElasticBeanstalkClient } from "./ElasticBeanstalkClient";
50
-
51
- export declare class ElasticBeanstalk extends ElasticBeanstalkClient {
52
-
53
- abortEnvironmentUpdate(args: AbortEnvironmentUpdateCommandInput, options?: __HttpHandlerOptions): Promise<AbortEnvironmentUpdateCommandOutput>;
54
- abortEnvironmentUpdate(args: AbortEnvironmentUpdateCommandInput, cb: (err: any, data?: AbortEnvironmentUpdateCommandOutput) => void): void;
55
- abortEnvironmentUpdate(args: AbortEnvironmentUpdateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AbortEnvironmentUpdateCommandOutput) => void): void;
56
-
57
- applyEnvironmentManagedAction(args: ApplyEnvironmentManagedActionCommandInput, options?: __HttpHandlerOptions): Promise<ApplyEnvironmentManagedActionCommandOutput>;
58
- applyEnvironmentManagedAction(args: ApplyEnvironmentManagedActionCommandInput, cb: (err: any, data?: ApplyEnvironmentManagedActionCommandOutput) => void): void;
59
- applyEnvironmentManagedAction(args: ApplyEnvironmentManagedActionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ApplyEnvironmentManagedActionCommandOutput) => void): void;
60
-
61
- associateEnvironmentOperationsRole(args: AssociateEnvironmentOperationsRoleCommandInput, options?: __HttpHandlerOptions): Promise<AssociateEnvironmentOperationsRoleCommandOutput>;
62
- associateEnvironmentOperationsRole(args: AssociateEnvironmentOperationsRoleCommandInput, cb: (err: any, data?: AssociateEnvironmentOperationsRoleCommandOutput) => void): void;
63
- associateEnvironmentOperationsRole(args: AssociateEnvironmentOperationsRoleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateEnvironmentOperationsRoleCommandOutput) => void): void;
64
-
65
- checkDNSAvailability(args: CheckDNSAvailabilityCommandInput, options?: __HttpHandlerOptions): Promise<CheckDNSAvailabilityCommandOutput>;
66
- checkDNSAvailability(args: CheckDNSAvailabilityCommandInput, cb: (err: any, data?: CheckDNSAvailabilityCommandOutput) => void): void;
67
- checkDNSAvailability(args: CheckDNSAvailabilityCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CheckDNSAvailabilityCommandOutput) => void): void;
68
-
69
- composeEnvironments(args: ComposeEnvironmentsCommandInput, options?: __HttpHandlerOptions): Promise<ComposeEnvironmentsCommandOutput>;
70
- composeEnvironments(args: ComposeEnvironmentsCommandInput, cb: (err: any, data?: ComposeEnvironmentsCommandOutput) => void): void;
71
- composeEnvironments(args: ComposeEnvironmentsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ComposeEnvironmentsCommandOutput) => void): void;
72
-
73
- createApplication(args: CreateApplicationCommandInput, options?: __HttpHandlerOptions): Promise<CreateApplicationCommandOutput>;
74
- createApplication(args: CreateApplicationCommandInput, cb: (err: any, data?: CreateApplicationCommandOutput) => void): void;
75
- createApplication(args: CreateApplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateApplicationCommandOutput) => void): void;
76
-
77
- createApplicationVersion(args: CreateApplicationVersionCommandInput, options?: __HttpHandlerOptions): Promise<CreateApplicationVersionCommandOutput>;
78
- createApplicationVersion(args: CreateApplicationVersionCommandInput, cb: (err: any, data?: CreateApplicationVersionCommandOutput) => void): void;
79
- createApplicationVersion(args: CreateApplicationVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateApplicationVersionCommandOutput) => void): void;
80
-
81
- createConfigurationTemplate(args: CreateConfigurationTemplateCommandInput, options?: __HttpHandlerOptions): Promise<CreateConfigurationTemplateCommandOutput>;
82
- createConfigurationTemplate(args: CreateConfigurationTemplateCommandInput, cb: (err: any, data?: CreateConfigurationTemplateCommandOutput) => void): void;
83
- createConfigurationTemplate(args: CreateConfigurationTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateConfigurationTemplateCommandOutput) => void): void;
84
-
85
- createEnvironment(args: CreateEnvironmentCommandInput, options?: __HttpHandlerOptions): Promise<CreateEnvironmentCommandOutput>;
86
- createEnvironment(args: CreateEnvironmentCommandInput, cb: (err: any, data?: CreateEnvironmentCommandOutput) => void): void;
87
- createEnvironment(args: CreateEnvironmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateEnvironmentCommandOutput) => void): void;
88
-
89
- createPlatformVersion(args: CreatePlatformVersionCommandInput, options?: __HttpHandlerOptions): Promise<CreatePlatformVersionCommandOutput>;
90
- createPlatformVersion(args: CreatePlatformVersionCommandInput, cb: (err: any, data?: CreatePlatformVersionCommandOutput) => void): void;
91
- createPlatformVersion(args: CreatePlatformVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreatePlatformVersionCommandOutput) => void): void;
92
-
93
- createStorageLocation(args: CreateStorageLocationCommandInput, options?: __HttpHandlerOptions): Promise<CreateStorageLocationCommandOutput>;
94
- createStorageLocation(args: CreateStorageLocationCommandInput, cb: (err: any, data?: CreateStorageLocationCommandOutput) => void): void;
95
- createStorageLocation(args: CreateStorageLocationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateStorageLocationCommandOutput) => void): void;
96
-
97
- deleteApplication(args: DeleteApplicationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteApplicationCommandOutput>;
98
- deleteApplication(args: DeleteApplicationCommandInput, cb: (err: any, data?: DeleteApplicationCommandOutput) => void): void;
99
- deleteApplication(args: DeleteApplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteApplicationCommandOutput) => void): void;
100
-
101
- deleteApplicationVersion(args: DeleteApplicationVersionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteApplicationVersionCommandOutput>;
102
- deleteApplicationVersion(args: DeleteApplicationVersionCommandInput, cb: (err: any, data?: DeleteApplicationVersionCommandOutput) => void): void;
103
- deleteApplicationVersion(args: DeleteApplicationVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteApplicationVersionCommandOutput) => void): void;
104
-
105
- deleteConfigurationTemplate(args: DeleteConfigurationTemplateCommandInput, options?: __HttpHandlerOptions): Promise<DeleteConfigurationTemplateCommandOutput>;
106
- deleteConfigurationTemplate(args: DeleteConfigurationTemplateCommandInput, cb: (err: any, data?: DeleteConfigurationTemplateCommandOutput) => void): void;
107
- deleteConfigurationTemplate(args: DeleteConfigurationTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteConfigurationTemplateCommandOutput) => void): void;
108
-
109
- deleteEnvironmentConfiguration(args: DeleteEnvironmentConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteEnvironmentConfigurationCommandOutput>;
110
- deleteEnvironmentConfiguration(args: DeleteEnvironmentConfigurationCommandInput, cb: (err: any, data?: DeleteEnvironmentConfigurationCommandOutput) => void): void;
111
- deleteEnvironmentConfiguration(args: DeleteEnvironmentConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteEnvironmentConfigurationCommandOutput) => void): void;
112
-
113
- deletePlatformVersion(args: DeletePlatformVersionCommandInput, options?: __HttpHandlerOptions): Promise<DeletePlatformVersionCommandOutput>;
114
- deletePlatformVersion(args: DeletePlatformVersionCommandInput, cb: (err: any, data?: DeletePlatformVersionCommandOutput) => void): void;
115
- deletePlatformVersion(args: DeletePlatformVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeletePlatformVersionCommandOutput) => void): void;
116
-
117
- describeAccountAttributes(args: DescribeAccountAttributesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAccountAttributesCommandOutput>;
118
- describeAccountAttributes(args: DescribeAccountAttributesCommandInput, cb: (err: any, data?: DescribeAccountAttributesCommandOutput) => void): void;
119
- describeAccountAttributes(args: DescribeAccountAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAccountAttributesCommandOutput) => void): void;
120
-
121
- describeApplications(args: DescribeApplicationsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeApplicationsCommandOutput>;
122
- describeApplications(args: DescribeApplicationsCommandInput, cb: (err: any, data?: DescribeApplicationsCommandOutput) => void): void;
123
- describeApplications(args: DescribeApplicationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeApplicationsCommandOutput) => void): void;
124
-
125
- describeApplicationVersions(args: DescribeApplicationVersionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeApplicationVersionsCommandOutput>;
126
- describeApplicationVersions(args: DescribeApplicationVersionsCommandInput, cb: (err: any, data?: DescribeApplicationVersionsCommandOutput) => void): void;
127
- describeApplicationVersions(args: DescribeApplicationVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeApplicationVersionsCommandOutput) => void): void;
128
-
129
- describeConfigurationOptions(args: DescribeConfigurationOptionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeConfigurationOptionsCommandOutput>;
130
- describeConfigurationOptions(args: DescribeConfigurationOptionsCommandInput, cb: (err: any, data?: DescribeConfigurationOptionsCommandOutput) => void): void;
131
- describeConfigurationOptions(args: DescribeConfigurationOptionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeConfigurationOptionsCommandOutput) => void): void;
132
-
133
- describeConfigurationSettings(args: DescribeConfigurationSettingsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeConfigurationSettingsCommandOutput>;
134
- describeConfigurationSettings(args: DescribeConfigurationSettingsCommandInput, cb: (err: any, data?: DescribeConfigurationSettingsCommandOutput) => void): void;
135
- describeConfigurationSettings(args: DescribeConfigurationSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeConfigurationSettingsCommandOutput) => void): void;
136
-
137
- describeEnvironmentHealth(args: DescribeEnvironmentHealthCommandInput, options?: __HttpHandlerOptions): Promise<DescribeEnvironmentHealthCommandOutput>;
138
- describeEnvironmentHealth(args: DescribeEnvironmentHealthCommandInput, cb: (err: any, data?: DescribeEnvironmentHealthCommandOutput) => void): void;
139
- describeEnvironmentHealth(args: DescribeEnvironmentHealthCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEnvironmentHealthCommandOutput) => void): void;
140
-
141
- describeEnvironmentManagedActionHistory(args: DescribeEnvironmentManagedActionHistoryCommandInput, options?: __HttpHandlerOptions): Promise<DescribeEnvironmentManagedActionHistoryCommandOutput>;
142
- describeEnvironmentManagedActionHistory(args: DescribeEnvironmentManagedActionHistoryCommandInput, cb: (err: any, data?: DescribeEnvironmentManagedActionHistoryCommandOutput) => void): void;
143
- describeEnvironmentManagedActionHistory(args: DescribeEnvironmentManagedActionHistoryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEnvironmentManagedActionHistoryCommandOutput) => void): void;
144
-
145
- describeEnvironmentManagedActions(args: DescribeEnvironmentManagedActionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeEnvironmentManagedActionsCommandOutput>;
146
- describeEnvironmentManagedActions(args: DescribeEnvironmentManagedActionsCommandInput, cb: (err: any, data?: DescribeEnvironmentManagedActionsCommandOutput) => void): void;
147
- describeEnvironmentManagedActions(args: DescribeEnvironmentManagedActionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEnvironmentManagedActionsCommandOutput) => void): void;
148
-
149
- describeEnvironmentResources(args: DescribeEnvironmentResourcesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeEnvironmentResourcesCommandOutput>;
150
- describeEnvironmentResources(args: DescribeEnvironmentResourcesCommandInput, cb: (err: any, data?: DescribeEnvironmentResourcesCommandOutput) => void): void;
151
- describeEnvironmentResources(args: DescribeEnvironmentResourcesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEnvironmentResourcesCommandOutput) => void): void;
152
-
153
- describeEnvironments(args: DescribeEnvironmentsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeEnvironmentsCommandOutput>;
154
- describeEnvironments(args: DescribeEnvironmentsCommandInput, cb: (err: any, data?: DescribeEnvironmentsCommandOutput) => void): void;
155
- describeEnvironments(args: DescribeEnvironmentsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEnvironmentsCommandOutput) => void): void;
156
-
157
- describeEvents(args: DescribeEventsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeEventsCommandOutput>;
158
- describeEvents(args: DescribeEventsCommandInput, cb: (err: any, data?: DescribeEventsCommandOutput) => void): void;
159
- describeEvents(args: DescribeEventsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEventsCommandOutput) => void): void;
160
-
161
- describeInstancesHealth(args: DescribeInstancesHealthCommandInput, options?: __HttpHandlerOptions): Promise<DescribeInstancesHealthCommandOutput>;
162
- describeInstancesHealth(args: DescribeInstancesHealthCommandInput, cb: (err: any, data?: DescribeInstancesHealthCommandOutput) => void): void;
163
- describeInstancesHealth(args: DescribeInstancesHealthCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeInstancesHealthCommandOutput) => void): void;
164
-
165
- describePlatformVersion(args: DescribePlatformVersionCommandInput, options?: __HttpHandlerOptions): Promise<DescribePlatformVersionCommandOutput>;
166
- describePlatformVersion(args: DescribePlatformVersionCommandInput, cb: (err: any, data?: DescribePlatformVersionCommandOutput) => void): void;
167
- describePlatformVersion(args: DescribePlatformVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribePlatformVersionCommandOutput) => void): void;
168
-
169
- disassociateEnvironmentOperationsRole(args: DisassociateEnvironmentOperationsRoleCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateEnvironmentOperationsRoleCommandOutput>;
170
- disassociateEnvironmentOperationsRole(args: DisassociateEnvironmentOperationsRoleCommandInput, cb: (err: any, data?: DisassociateEnvironmentOperationsRoleCommandOutput) => void): void;
171
- disassociateEnvironmentOperationsRole(args: DisassociateEnvironmentOperationsRoleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateEnvironmentOperationsRoleCommandOutput) => void): void;
172
-
173
- listAvailableSolutionStacks(args: ListAvailableSolutionStacksCommandInput, options?: __HttpHandlerOptions): Promise<ListAvailableSolutionStacksCommandOutput>;
174
- listAvailableSolutionStacks(args: ListAvailableSolutionStacksCommandInput, cb: (err: any, data?: ListAvailableSolutionStacksCommandOutput) => void): void;
175
- listAvailableSolutionStacks(args: ListAvailableSolutionStacksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAvailableSolutionStacksCommandOutput) => void): void;
176
-
177
- listPlatformBranches(args: ListPlatformBranchesCommandInput, options?: __HttpHandlerOptions): Promise<ListPlatformBranchesCommandOutput>;
178
- listPlatformBranches(args: ListPlatformBranchesCommandInput, cb: (err: any, data?: ListPlatformBranchesCommandOutput) => void): void;
179
- listPlatformBranches(args: ListPlatformBranchesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPlatformBranchesCommandOutput) => void): void;
180
-
181
- listPlatformVersions(args: ListPlatformVersionsCommandInput, options?: __HttpHandlerOptions): Promise<ListPlatformVersionsCommandOutput>;
182
- listPlatformVersions(args: ListPlatformVersionsCommandInput, cb: (err: any, data?: ListPlatformVersionsCommandOutput) => void): void;
183
- listPlatformVersions(args: ListPlatformVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPlatformVersionsCommandOutput) => void): void;
184
-
185
- listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
186
- listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
187
- listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
188
-
189
- rebuildEnvironment(args: RebuildEnvironmentCommandInput, options?: __HttpHandlerOptions): Promise<RebuildEnvironmentCommandOutput>;
190
- rebuildEnvironment(args: RebuildEnvironmentCommandInput, cb: (err: any, data?: RebuildEnvironmentCommandOutput) => void): void;
191
- rebuildEnvironment(args: RebuildEnvironmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RebuildEnvironmentCommandOutput) => void): void;
192
-
193
- requestEnvironmentInfo(args: RequestEnvironmentInfoCommandInput, options?: __HttpHandlerOptions): Promise<RequestEnvironmentInfoCommandOutput>;
194
- requestEnvironmentInfo(args: RequestEnvironmentInfoCommandInput, cb: (err: any, data?: RequestEnvironmentInfoCommandOutput) => void): void;
195
- requestEnvironmentInfo(args: RequestEnvironmentInfoCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RequestEnvironmentInfoCommandOutput) => void): void;
196
-
197
- restartAppServer(args: RestartAppServerCommandInput, options?: __HttpHandlerOptions): Promise<RestartAppServerCommandOutput>;
198
- restartAppServer(args: RestartAppServerCommandInput, cb: (err: any, data?: RestartAppServerCommandOutput) => void): void;
199
- restartAppServer(args: RestartAppServerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RestartAppServerCommandOutput) => void): void;
200
-
201
- retrieveEnvironmentInfo(args: RetrieveEnvironmentInfoCommandInput, options?: __HttpHandlerOptions): Promise<RetrieveEnvironmentInfoCommandOutput>;
202
- retrieveEnvironmentInfo(args: RetrieveEnvironmentInfoCommandInput, cb: (err: any, data?: RetrieveEnvironmentInfoCommandOutput) => void): void;
203
- retrieveEnvironmentInfo(args: RetrieveEnvironmentInfoCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RetrieveEnvironmentInfoCommandOutput) => void): void;
204
-
205
- swapEnvironmentCNAMEs(args: SwapEnvironmentCNAMEsCommandInput, options?: __HttpHandlerOptions): Promise<SwapEnvironmentCNAMEsCommandOutput>;
206
- swapEnvironmentCNAMEs(args: SwapEnvironmentCNAMEsCommandInput, cb: (err: any, data?: SwapEnvironmentCNAMEsCommandOutput) => void): void;
207
- swapEnvironmentCNAMEs(args: SwapEnvironmentCNAMEsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SwapEnvironmentCNAMEsCommandOutput) => void): void;
208
-
209
- terminateEnvironment(args: TerminateEnvironmentCommandInput, options?: __HttpHandlerOptions): Promise<TerminateEnvironmentCommandOutput>;
210
- terminateEnvironment(args: TerminateEnvironmentCommandInput, cb: (err: any, data?: TerminateEnvironmentCommandOutput) => void): void;
211
- terminateEnvironment(args: TerminateEnvironmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TerminateEnvironmentCommandOutput) => void): void;
212
-
213
- updateApplication(args: UpdateApplicationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateApplicationCommandOutput>;
214
- updateApplication(args: UpdateApplicationCommandInput, cb: (err: any, data?: UpdateApplicationCommandOutput) => void): void;
215
- updateApplication(args: UpdateApplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateApplicationCommandOutput) => void): void;
216
-
217
- updateApplicationResourceLifecycle(args: UpdateApplicationResourceLifecycleCommandInput, options?: __HttpHandlerOptions): Promise<UpdateApplicationResourceLifecycleCommandOutput>;
218
- updateApplicationResourceLifecycle(args: UpdateApplicationResourceLifecycleCommandInput, cb: (err: any, data?: UpdateApplicationResourceLifecycleCommandOutput) => void): void;
219
- updateApplicationResourceLifecycle(args: UpdateApplicationResourceLifecycleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateApplicationResourceLifecycleCommandOutput) => void): void;
220
-
221
- updateApplicationVersion(args: UpdateApplicationVersionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateApplicationVersionCommandOutput>;
222
- updateApplicationVersion(args: UpdateApplicationVersionCommandInput, cb: (err: any, data?: UpdateApplicationVersionCommandOutput) => void): void;
223
- updateApplicationVersion(args: UpdateApplicationVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateApplicationVersionCommandOutput) => void): void;
224
-
225
- updateConfigurationTemplate(args: UpdateConfigurationTemplateCommandInput, options?: __HttpHandlerOptions): Promise<UpdateConfigurationTemplateCommandOutput>;
226
- updateConfigurationTemplate(args: UpdateConfigurationTemplateCommandInput, cb: (err: any, data?: UpdateConfigurationTemplateCommandOutput) => void): void;
227
- updateConfigurationTemplate(args: UpdateConfigurationTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateConfigurationTemplateCommandOutput) => void): void;
228
-
229
- updateEnvironment(args: UpdateEnvironmentCommandInput, options?: __HttpHandlerOptions): Promise<UpdateEnvironmentCommandOutput>;
230
- updateEnvironment(args: UpdateEnvironmentCommandInput, cb: (err: any, data?: UpdateEnvironmentCommandOutput) => void): void;
231
- updateEnvironment(args: UpdateEnvironmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateEnvironmentCommandOutput) => void): void;
232
-
233
- updateTagsForResource(args: UpdateTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<UpdateTagsForResourceCommandOutput>;
234
- updateTagsForResource(args: UpdateTagsForResourceCommandInput, cb: (err: any, data?: UpdateTagsForResourceCommandOutput) => void): void;
235
- updateTagsForResource(args: UpdateTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateTagsForResourceCommandOutput) => void): void;
236
-
237
- validateConfigurationSettings(args: ValidateConfigurationSettingsCommandInput, options?: __HttpHandlerOptions): Promise<ValidateConfigurationSettingsCommandOutput>;
238
- validateConfigurationSettings(args: ValidateConfigurationSettingsCommandInput, cb: (err: any, data?: ValidateConfigurationSettingsCommandOutput) => void): void;
239
- validateConfigurationSettings(args: ValidateConfigurationSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ValidateConfigurationSettingsCommandOutput) => void): void;
240
- }
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+ import {
3
+ AbortEnvironmentUpdateCommandInput,
4
+ AbortEnvironmentUpdateCommandOutput,
5
+ } from "./commands/AbortEnvironmentUpdateCommand";
6
+ import {
7
+ ApplyEnvironmentManagedActionCommandInput,
8
+ ApplyEnvironmentManagedActionCommandOutput,
9
+ } from "./commands/ApplyEnvironmentManagedActionCommand";
10
+ import {
11
+ AssociateEnvironmentOperationsRoleCommandInput,
12
+ AssociateEnvironmentOperationsRoleCommandOutput,
13
+ } from "./commands/AssociateEnvironmentOperationsRoleCommand";
14
+ import {
15
+ CheckDNSAvailabilityCommandInput,
16
+ CheckDNSAvailabilityCommandOutput,
17
+ } from "./commands/CheckDNSAvailabilityCommand";
18
+ import {
19
+ ComposeEnvironmentsCommandInput,
20
+ ComposeEnvironmentsCommandOutput,
21
+ } from "./commands/ComposeEnvironmentsCommand";
22
+ import {
23
+ CreateApplicationCommandInput,
24
+ CreateApplicationCommandOutput,
25
+ } from "./commands/CreateApplicationCommand";
26
+ import {
27
+ CreateApplicationVersionCommandInput,
28
+ CreateApplicationVersionCommandOutput,
29
+ } from "./commands/CreateApplicationVersionCommand";
30
+ import {
31
+ CreateConfigurationTemplateCommandInput,
32
+ CreateConfigurationTemplateCommandOutput,
33
+ } from "./commands/CreateConfigurationTemplateCommand";
34
+ import {
35
+ CreateEnvironmentCommandInput,
36
+ CreateEnvironmentCommandOutput,
37
+ } from "./commands/CreateEnvironmentCommand";
38
+ import {
39
+ CreatePlatformVersionCommandInput,
40
+ CreatePlatformVersionCommandOutput,
41
+ } from "./commands/CreatePlatformVersionCommand";
42
+ import {
43
+ CreateStorageLocationCommandInput,
44
+ CreateStorageLocationCommandOutput,
45
+ } from "./commands/CreateStorageLocationCommand";
46
+ import {
47
+ DeleteApplicationCommandInput,
48
+ DeleteApplicationCommandOutput,
49
+ } from "./commands/DeleteApplicationCommand";
50
+ import {
51
+ DeleteApplicationVersionCommandInput,
52
+ DeleteApplicationVersionCommandOutput,
53
+ } from "./commands/DeleteApplicationVersionCommand";
54
+ import {
55
+ DeleteConfigurationTemplateCommandInput,
56
+ DeleteConfigurationTemplateCommandOutput,
57
+ } from "./commands/DeleteConfigurationTemplateCommand";
58
+ import {
59
+ DeleteEnvironmentConfigurationCommandInput,
60
+ DeleteEnvironmentConfigurationCommandOutput,
61
+ } from "./commands/DeleteEnvironmentConfigurationCommand";
62
+ import {
63
+ DeletePlatformVersionCommandInput,
64
+ DeletePlatformVersionCommandOutput,
65
+ } from "./commands/DeletePlatformVersionCommand";
66
+ import {
67
+ DescribeAccountAttributesCommandInput,
68
+ DescribeAccountAttributesCommandOutput,
69
+ } from "./commands/DescribeAccountAttributesCommand";
70
+ import {
71
+ DescribeApplicationsCommandInput,
72
+ DescribeApplicationsCommandOutput,
73
+ } from "./commands/DescribeApplicationsCommand";
74
+ import {
75
+ DescribeApplicationVersionsCommandInput,
76
+ DescribeApplicationVersionsCommandOutput,
77
+ } from "./commands/DescribeApplicationVersionsCommand";
78
+ import {
79
+ DescribeConfigurationOptionsCommandInput,
80
+ DescribeConfigurationOptionsCommandOutput,
81
+ } from "./commands/DescribeConfigurationOptionsCommand";
82
+ import {
83
+ DescribeConfigurationSettingsCommandInput,
84
+ DescribeConfigurationSettingsCommandOutput,
85
+ } from "./commands/DescribeConfigurationSettingsCommand";
86
+ import {
87
+ DescribeEnvironmentHealthCommandInput,
88
+ DescribeEnvironmentHealthCommandOutput,
89
+ } from "./commands/DescribeEnvironmentHealthCommand";
90
+ import {
91
+ DescribeEnvironmentManagedActionHistoryCommandInput,
92
+ DescribeEnvironmentManagedActionHistoryCommandOutput,
93
+ } from "./commands/DescribeEnvironmentManagedActionHistoryCommand";
94
+ import {
95
+ DescribeEnvironmentManagedActionsCommandInput,
96
+ DescribeEnvironmentManagedActionsCommandOutput,
97
+ } from "./commands/DescribeEnvironmentManagedActionsCommand";
98
+ import {
99
+ DescribeEnvironmentResourcesCommandInput,
100
+ DescribeEnvironmentResourcesCommandOutput,
101
+ } from "./commands/DescribeEnvironmentResourcesCommand";
102
+ import {
103
+ DescribeEnvironmentsCommandInput,
104
+ DescribeEnvironmentsCommandOutput,
105
+ } from "./commands/DescribeEnvironmentsCommand";
106
+ import {
107
+ DescribeEventsCommandInput,
108
+ DescribeEventsCommandOutput,
109
+ } from "./commands/DescribeEventsCommand";
110
+ import {
111
+ DescribeInstancesHealthCommandInput,
112
+ DescribeInstancesHealthCommandOutput,
113
+ } from "./commands/DescribeInstancesHealthCommand";
114
+ import {
115
+ DescribePlatformVersionCommandInput,
116
+ DescribePlatformVersionCommandOutput,
117
+ } from "./commands/DescribePlatformVersionCommand";
118
+ import {
119
+ DisassociateEnvironmentOperationsRoleCommandInput,
120
+ DisassociateEnvironmentOperationsRoleCommandOutput,
121
+ } from "./commands/DisassociateEnvironmentOperationsRoleCommand";
122
+ import {
123
+ ListAvailableSolutionStacksCommandInput,
124
+ ListAvailableSolutionStacksCommandOutput,
125
+ } from "./commands/ListAvailableSolutionStacksCommand";
126
+ import {
127
+ ListPlatformBranchesCommandInput,
128
+ ListPlatformBranchesCommandOutput,
129
+ } from "./commands/ListPlatformBranchesCommand";
130
+ import {
131
+ ListPlatformVersionsCommandInput,
132
+ ListPlatformVersionsCommandOutput,
133
+ } from "./commands/ListPlatformVersionsCommand";
134
+ import {
135
+ ListTagsForResourceCommandInput,
136
+ ListTagsForResourceCommandOutput,
137
+ } from "./commands/ListTagsForResourceCommand";
138
+ import {
139
+ RebuildEnvironmentCommandInput,
140
+ RebuildEnvironmentCommandOutput,
141
+ } from "./commands/RebuildEnvironmentCommand";
142
+ import {
143
+ RequestEnvironmentInfoCommandInput,
144
+ RequestEnvironmentInfoCommandOutput,
145
+ } from "./commands/RequestEnvironmentInfoCommand";
146
+ import {
147
+ RestartAppServerCommandInput,
148
+ RestartAppServerCommandOutput,
149
+ } from "./commands/RestartAppServerCommand";
150
+ import {
151
+ RetrieveEnvironmentInfoCommandInput,
152
+ RetrieveEnvironmentInfoCommandOutput,
153
+ } from "./commands/RetrieveEnvironmentInfoCommand";
154
+ import {
155
+ SwapEnvironmentCNAMEsCommandInput,
156
+ SwapEnvironmentCNAMEsCommandOutput,
157
+ } from "./commands/SwapEnvironmentCNAMEsCommand";
158
+ import {
159
+ TerminateEnvironmentCommandInput,
160
+ TerminateEnvironmentCommandOutput,
161
+ } from "./commands/TerminateEnvironmentCommand";
162
+ import {
163
+ UpdateApplicationCommandInput,
164
+ UpdateApplicationCommandOutput,
165
+ } from "./commands/UpdateApplicationCommand";
166
+ import {
167
+ UpdateApplicationResourceLifecycleCommandInput,
168
+ UpdateApplicationResourceLifecycleCommandOutput,
169
+ } from "./commands/UpdateApplicationResourceLifecycleCommand";
170
+ import {
171
+ UpdateApplicationVersionCommandInput,
172
+ UpdateApplicationVersionCommandOutput,
173
+ } from "./commands/UpdateApplicationVersionCommand";
174
+ import {
175
+ UpdateConfigurationTemplateCommandInput,
176
+ UpdateConfigurationTemplateCommandOutput,
177
+ } from "./commands/UpdateConfigurationTemplateCommand";
178
+ import {
179
+ UpdateEnvironmentCommandInput,
180
+ UpdateEnvironmentCommandOutput,
181
+ } from "./commands/UpdateEnvironmentCommand";
182
+ import {
183
+ UpdateTagsForResourceCommandInput,
184
+ UpdateTagsForResourceCommandOutput,
185
+ } from "./commands/UpdateTagsForResourceCommand";
186
+ import {
187
+ ValidateConfigurationSettingsCommandInput,
188
+ ValidateConfigurationSettingsCommandOutput,
189
+ } from "./commands/ValidateConfigurationSettingsCommand";
190
+ import { ElasticBeanstalkClient } from "./ElasticBeanstalkClient";
191
+ export declare class ElasticBeanstalk extends ElasticBeanstalkClient {
192
+ abortEnvironmentUpdate(
193
+ args: AbortEnvironmentUpdateCommandInput,
194
+ options?: __HttpHandlerOptions
195
+ ): Promise<AbortEnvironmentUpdateCommandOutput>;
196
+ abortEnvironmentUpdate(
197
+ args: AbortEnvironmentUpdateCommandInput,
198
+ cb: (err: any, data?: AbortEnvironmentUpdateCommandOutput) => void
199
+ ): void;
200
+ abortEnvironmentUpdate(
201
+ args: AbortEnvironmentUpdateCommandInput,
202
+ options: __HttpHandlerOptions,
203
+ cb: (err: any, data?: AbortEnvironmentUpdateCommandOutput) => void
204
+ ): void;
205
+ applyEnvironmentManagedAction(
206
+ args: ApplyEnvironmentManagedActionCommandInput,
207
+ options?: __HttpHandlerOptions
208
+ ): Promise<ApplyEnvironmentManagedActionCommandOutput>;
209
+ applyEnvironmentManagedAction(
210
+ args: ApplyEnvironmentManagedActionCommandInput,
211
+ cb: (err: any, data?: ApplyEnvironmentManagedActionCommandOutput) => void
212
+ ): void;
213
+ applyEnvironmentManagedAction(
214
+ args: ApplyEnvironmentManagedActionCommandInput,
215
+ options: __HttpHandlerOptions,
216
+ cb: (err: any, data?: ApplyEnvironmentManagedActionCommandOutput) => void
217
+ ): void;
218
+ associateEnvironmentOperationsRole(
219
+ args: AssociateEnvironmentOperationsRoleCommandInput,
220
+ options?: __HttpHandlerOptions
221
+ ): Promise<AssociateEnvironmentOperationsRoleCommandOutput>;
222
+ associateEnvironmentOperationsRole(
223
+ args: AssociateEnvironmentOperationsRoleCommandInput,
224
+ cb: (
225
+ err: any,
226
+ data?: AssociateEnvironmentOperationsRoleCommandOutput
227
+ ) => void
228
+ ): void;
229
+ associateEnvironmentOperationsRole(
230
+ args: AssociateEnvironmentOperationsRoleCommandInput,
231
+ options: __HttpHandlerOptions,
232
+ cb: (
233
+ err: any,
234
+ data?: AssociateEnvironmentOperationsRoleCommandOutput
235
+ ) => void
236
+ ): void;
237
+ checkDNSAvailability(
238
+ args: CheckDNSAvailabilityCommandInput,
239
+ options?: __HttpHandlerOptions
240
+ ): Promise<CheckDNSAvailabilityCommandOutput>;
241
+ checkDNSAvailability(
242
+ args: CheckDNSAvailabilityCommandInput,
243
+ cb: (err: any, data?: CheckDNSAvailabilityCommandOutput) => void
244
+ ): void;
245
+ checkDNSAvailability(
246
+ args: CheckDNSAvailabilityCommandInput,
247
+ options: __HttpHandlerOptions,
248
+ cb: (err: any, data?: CheckDNSAvailabilityCommandOutput) => void
249
+ ): void;
250
+ composeEnvironments(
251
+ args: ComposeEnvironmentsCommandInput,
252
+ options?: __HttpHandlerOptions
253
+ ): Promise<ComposeEnvironmentsCommandOutput>;
254
+ composeEnvironments(
255
+ args: ComposeEnvironmentsCommandInput,
256
+ cb: (err: any, data?: ComposeEnvironmentsCommandOutput) => void
257
+ ): void;
258
+ composeEnvironments(
259
+ args: ComposeEnvironmentsCommandInput,
260
+ options: __HttpHandlerOptions,
261
+ cb: (err: any, data?: ComposeEnvironmentsCommandOutput) => void
262
+ ): void;
263
+ createApplication(
264
+ args: CreateApplicationCommandInput,
265
+ options?: __HttpHandlerOptions
266
+ ): Promise<CreateApplicationCommandOutput>;
267
+ createApplication(
268
+ args: CreateApplicationCommandInput,
269
+ cb: (err: any, data?: CreateApplicationCommandOutput) => void
270
+ ): void;
271
+ createApplication(
272
+ args: CreateApplicationCommandInput,
273
+ options: __HttpHandlerOptions,
274
+ cb: (err: any, data?: CreateApplicationCommandOutput) => void
275
+ ): void;
276
+ createApplicationVersion(
277
+ args: CreateApplicationVersionCommandInput,
278
+ options?: __HttpHandlerOptions
279
+ ): Promise<CreateApplicationVersionCommandOutput>;
280
+ createApplicationVersion(
281
+ args: CreateApplicationVersionCommandInput,
282
+ cb: (err: any, data?: CreateApplicationVersionCommandOutput) => void
283
+ ): void;
284
+ createApplicationVersion(
285
+ args: CreateApplicationVersionCommandInput,
286
+ options: __HttpHandlerOptions,
287
+ cb: (err: any, data?: CreateApplicationVersionCommandOutput) => void
288
+ ): void;
289
+ createConfigurationTemplate(
290
+ args: CreateConfigurationTemplateCommandInput,
291
+ options?: __HttpHandlerOptions
292
+ ): Promise<CreateConfigurationTemplateCommandOutput>;
293
+ createConfigurationTemplate(
294
+ args: CreateConfigurationTemplateCommandInput,
295
+ cb: (err: any, data?: CreateConfigurationTemplateCommandOutput) => void
296
+ ): void;
297
+ createConfigurationTemplate(
298
+ args: CreateConfigurationTemplateCommandInput,
299
+ options: __HttpHandlerOptions,
300
+ cb: (err: any, data?: CreateConfigurationTemplateCommandOutput) => void
301
+ ): void;
302
+ createEnvironment(
303
+ args: CreateEnvironmentCommandInput,
304
+ options?: __HttpHandlerOptions
305
+ ): Promise<CreateEnvironmentCommandOutput>;
306
+ createEnvironment(
307
+ args: CreateEnvironmentCommandInput,
308
+ cb: (err: any, data?: CreateEnvironmentCommandOutput) => void
309
+ ): void;
310
+ createEnvironment(
311
+ args: CreateEnvironmentCommandInput,
312
+ options: __HttpHandlerOptions,
313
+ cb: (err: any, data?: CreateEnvironmentCommandOutput) => void
314
+ ): void;
315
+ createPlatformVersion(
316
+ args: CreatePlatformVersionCommandInput,
317
+ options?: __HttpHandlerOptions
318
+ ): Promise<CreatePlatformVersionCommandOutput>;
319
+ createPlatformVersion(
320
+ args: CreatePlatformVersionCommandInput,
321
+ cb: (err: any, data?: CreatePlatformVersionCommandOutput) => void
322
+ ): void;
323
+ createPlatformVersion(
324
+ args: CreatePlatformVersionCommandInput,
325
+ options: __HttpHandlerOptions,
326
+ cb: (err: any, data?: CreatePlatformVersionCommandOutput) => void
327
+ ): void;
328
+ createStorageLocation(
329
+ args: CreateStorageLocationCommandInput,
330
+ options?: __HttpHandlerOptions
331
+ ): Promise<CreateStorageLocationCommandOutput>;
332
+ createStorageLocation(
333
+ args: CreateStorageLocationCommandInput,
334
+ cb: (err: any, data?: CreateStorageLocationCommandOutput) => void
335
+ ): void;
336
+ createStorageLocation(
337
+ args: CreateStorageLocationCommandInput,
338
+ options: __HttpHandlerOptions,
339
+ cb: (err: any, data?: CreateStorageLocationCommandOutput) => void
340
+ ): void;
341
+ deleteApplication(
342
+ args: DeleteApplicationCommandInput,
343
+ options?: __HttpHandlerOptions
344
+ ): Promise<DeleteApplicationCommandOutput>;
345
+ deleteApplication(
346
+ args: DeleteApplicationCommandInput,
347
+ cb: (err: any, data?: DeleteApplicationCommandOutput) => void
348
+ ): void;
349
+ deleteApplication(
350
+ args: DeleteApplicationCommandInput,
351
+ options: __HttpHandlerOptions,
352
+ cb: (err: any, data?: DeleteApplicationCommandOutput) => void
353
+ ): void;
354
+ deleteApplicationVersion(
355
+ args: DeleteApplicationVersionCommandInput,
356
+ options?: __HttpHandlerOptions
357
+ ): Promise<DeleteApplicationVersionCommandOutput>;
358
+ deleteApplicationVersion(
359
+ args: DeleteApplicationVersionCommandInput,
360
+ cb: (err: any, data?: DeleteApplicationVersionCommandOutput) => void
361
+ ): void;
362
+ deleteApplicationVersion(
363
+ args: DeleteApplicationVersionCommandInput,
364
+ options: __HttpHandlerOptions,
365
+ cb: (err: any, data?: DeleteApplicationVersionCommandOutput) => void
366
+ ): void;
367
+ deleteConfigurationTemplate(
368
+ args: DeleteConfigurationTemplateCommandInput,
369
+ options?: __HttpHandlerOptions
370
+ ): Promise<DeleteConfigurationTemplateCommandOutput>;
371
+ deleteConfigurationTemplate(
372
+ args: DeleteConfigurationTemplateCommandInput,
373
+ cb: (err: any, data?: DeleteConfigurationTemplateCommandOutput) => void
374
+ ): void;
375
+ deleteConfigurationTemplate(
376
+ args: DeleteConfigurationTemplateCommandInput,
377
+ options: __HttpHandlerOptions,
378
+ cb: (err: any, data?: DeleteConfigurationTemplateCommandOutput) => void
379
+ ): void;
380
+ deleteEnvironmentConfiguration(
381
+ args: DeleteEnvironmentConfigurationCommandInput,
382
+ options?: __HttpHandlerOptions
383
+ ): Promise<DeleteEnvironmentConfigurationCommandOutput>;
384
+ deleteEnvironmentConfiguration(
385
+ args: DeleteEnvironmentConfigurationCommandInput,
386
+ cb: (err: any, data?: DeleteEnvironmentConfigurationCommandOutput) => void
387
+ ): void;
388
+ deleteEnvironmentConfiguration(
389
+ args: DeleteEnvironmentConfigurationCommandInput,
390
+ options: __HttpHandlerOptions,
391
+ cb: (err: any, data?: DeleteEnvironmentConfigurationCommandOutput) => void
392
+ ): void;
393
+ deletePlatformVersion(
394
+ args: DeletePlatformVersionCommandInput,
395
+ options?: __HttpHandlerOptions
396
+ ): Promise<DeletePlatformVersionCommandOutput>;
397
+ deletePlatformVersion(
398
+ args: DeletePlatformVersionCommandInput,
399
+ cb: (err: any, data?: DeletePlatformVersionCommandOutput) => void
400
+ ): void;
401
+ deletePlatformVersion(
402
+ args: DeletePlatformVersionCommandInput,
403
+ options: __HttpHandlerOptions,
404
+ cb: (err: any, data?: DeletePlatformVersionCommandOutput) => void
405
+ ): void;
406
+ describeAccountAttributes(
407
+ args: DescribeAccountAttributesCommandInput,
408
+ options?: __HttpHandlerOptions
409
+ ): Promise<DescribeAccountAttributesCommandOutput>;
410
+ describeAccountAttributes(
411
+ args: DescribeAccountAttributesCommandInput,
412
+ cb: (err: any, data?: DescribeAccountAttributesCommandOutput) => void
413
+ ): void;
414
+ describeAccountAttributes(
415
+ args: DescribeAccountAttributesCommandInput,
416
+ options: __HttpHandlerOptions,
417
+ cb: (err: any, data?: DescribeAccountAttributesCommandOutput) => void
418
+ ): void;
419
+ describeApplications(
420
+ args: DescribeApplicationsCommandInput,
421
+ options?: __HttpHandlerOptions
422
+ ): Promise<DescribeApplicationsCommandOutput>;
423
+ describeApplications(
424
+ args: DescribeApplicationsCommandInput,
425
+ cb: (err: any, data?: DescribeApplicationsCommandOutput) => void
426
+ ): void;
427
+ describeApplications(
428
+ args: DescribeApplicationsCommandInput,
429
+ options: __HttpHandlerOptions,
430
+ cb: (err: any, data?: DescribeApplicationsCommandOutput) => void
431
+ ): void;
432
+ describeApplicationVersions(
433
+ args: DescribeApplicationVersionsCommandInput,
434
+ options?: __HttpHandlerOptions
435
+ ): Promise<DescribeApplicationVersionsCommandOutput>;
436
+ describeApplicationVersions(
437
+ args: DescribeApplicationVersionsCommandInput,
438
+ cb: (err: any, data?: DescribeApplicationVersionsCommandOutput) => void
439
+ ): void;
440
+ describeApplicationVersions(
441
+ args: DescribeApplicationVersionsCommandInput,
442
+ options: __HttpHandlerOptions,
443
+ cb: (err: any, data?: DescribeApplicationVersionsCommandOutput) => void
444
+ ): void;
445
+ describeConfigurationOptions(
446
+ args: DescribeConfigurationOptionsCommandInput,
447
+ options?: __HttpHandlerOptions
448
+ ): Promise<DescribeConfigurationOptionsCommandOutput>;
449
+ describeConfigurationOptions(
450
+ args: DescribeConfigurationOptionsCommandInput,
451
+ cb: (err: any, data?: DescribeConfigurationOptionsCommandOutput) => void
452
+ ): void;
453
+ describeConfigurationOptions(
454
+ args: DescribeConfigurationOptionsCommandInput,
455
+ options: __HttpHandlerOptions,
456
+ cb: (err: any, data?: DescribeConfigurationOptionsCommandOutput) => void
457
+ ): void;
458
+ describeConfigurationSettings(
459
+ args: DescribeConfigurationSettingsCommandInput,
460
+ options?: __HttpHandlerOptions
461
+ ): Promise<DescribeConfigurationSettingsCommandOutput>;
462
+ describeConfigurationSettings(
463
+ args: DescribeConfigurationSettingsCommandInput,
464
+ cb: (err: any, data?: DescribeConfigurationSettingsCommandOutput) => void
465
+ ): void;
466
+ describeConfigurationSettings(
467
+ args: DescribeConfigurationSettingsCommandInput,
468
+ options: __HttpHandlerOptions,
469
+ cb: (err: any, data?: DescribeConfigurationSettingsCommandOutput) => void
470
+ ): void;
471
+ describeEnvironmentHealth(
472
+ args: DescribeEnvironmentHealthCommandInput,
473
+ options?: __HttpHandlerOptions
474
+ ): Promise<DescribeEnvironmentHealthCommandOutput>;
475
+ describeEnvironmentHealth(
476
+ args: DescribeEnvironmentHealthCommandInput,
477
+ cb: (err: any, data?: DescribeEnvironmentHealthCommandOutput) => void
478
+ ): void;
479
+ describeEnvironmentHealth(
480
+ args: DescribeEnvironmentHealthCommandInput,
481
+ options: __HttpHandlerOptions,
482
+ cb: (err: any, data?: DescribeEnvironmentHealthCommandOutput) => void
483
+ ): void;
484
+ describeEnvironmentManagedActionHistory(
485
+ args: DescribeEnvironmentManagedActionHistoryCommandInput,
486
+ options?: __HttpHandlerOptions
487
+ ): Promise<DescribeEnvironmentManagedActionHistoryCommandOutput>;
488
+ describeEnvironmentManagedActionHistory(
489
+ args: DescribeEnvironmentManagedActionHistoryCommandInput,
490
+ cb: (
491
+ err: any,
492
+ data?: DescribeEnvironmentManagedActionHistoryCommandOutput
493
+ ) => void
494
+ ): void;
495
+ describeEnvironmentManagedActionHistory(
496
+ args: DescribeEnvironmentManagedActionHistoryCommandInput,
497
+ options: __HttpHandlerOptions,
498
+ cb: (
499
+ err: any,
500
+ data?: DescribeEnvironmentManagedActionHistoryCommandOutput
501
+ ) => void
502
+ ): void;
503
+ describeEnvironmentManagedActions(
504
+ args: DescribeEnvironmentManagedActionsCommandInput,
505
+ options?: __HttpHandlerOptions
506
+ ): Promise<DescribeEnvironmentManagedActionsCommandOutput>;
507
+ describeEnvironmentManagedActions(
508
+ args: DescribeEnvironmentManagedActionsCommandInput,
509
+ cb: (
510
+ err: any,
511
+ data?: DescribeEnvironmentManagedActionsCommandOutput
512
+ ) => void
513
+ ): void;
514
+ describeEnvironmentManagedActions(
515
+ args: DescribeEnvironmentManagedActionsCommandInput,
516
+ options: __HttpHandlerOptions,
517
+ cb: (
518
+ err: any,
519
+ data?: DescribeEnvironmentManagedActionsCommandOutput
520
+ ) => void
521
+ ): void;
522
+ describeEnvironmentResources(
523
+ args: DescribeEnvironmentResourcesCommandInput,
524
+ options?: __HttpHandlerOptions
525
+ ): Promise<DescribeEnvironmentResourcesCommandOutput>;
526
+ describeEnvironmentResources(
527
+ args: DescribeEnvironmentResourcesCommandInput,
528
+ cb: (err: any, data?: DescribeEnvironmentResourcesCommandOutput) => void
529
+ ): void;
530
+ describeEnvironmentResources(
531
+ args: DescribeEnvironmentResourcesCommandInput,
532
+ options: __HttpHandlerOptions,
533
+ cb: (err: any, data?: DescribeEnvironmentResourcesCommandOutput) => void
534
+ ): void;
535
+ describeEnvironments(
536
+ args: DescribeEnvironmentsCommandInput,
537
+ options?: __HttpHandlerOptions
538
+ ): Promise<DescribeEnvironmentsCommandOutput>;
539
+ describeEnvironments(
540
+ args: DescribeEnvironmentsCommandInput,
541
+ cb: (err: any, data?: DescribeEnvironmentsCommandOutput) => void
542
+ ): void;
543
+ describeEnvironments(
544
+ args: DescribeEnvironmentsCommandInput,
545
+ options: __HttpHandlerOptions,
546
+ cb: (err: any, data?: DescribeEnvironmentsCommandOutput) => void
547
+ ): void;
548
+ describeEvents(
549
+ args: DescribeEventsCommandInput,
550
+ options?: __HttpHandlerOptions
551
+ ): Promise<DescribeEventsCommandOutput>;
552
+ describeEvents(
553
+ args: DescribeEventsCommandInput,
554
+ cb: (err: any, data?: DescribeEventsCommandOutput) => void
555
+ ): void;
556
+ describeEvents(
557
+ args: DescribeEventsCommandInput,
558
+ options: __HttpHandlerOptions,
559
+ cb: (err: any, data?: DescribeEventsCommandOutput) => void
560
+ ): void;
561
+ describeInstancesHealth(
562
+ args: DescribeInstancesHealthCommandInput,
563
+ options?: __HttpHandlerOptions
564
+ ): Promise<DescribeInstancesHealthCommandOutput>;
565
+ describeInstancesHealth(
566
+ args: DescribeInstancesHealthCommandInput,
567
+ cb: (err: any, data?: DescribeInstancesHealthCommandOutput) => void
568
+ ): void;
569
+ describeInstancesHealth(
570
+ args: DescribeInstancesHealthCommandInput,
571
+ options: __HttpHandlerOptions,
572
+ cb: (err: any, data?: DescribeInstancesHealthCommandOutput) => void
573
+ ): void;
574
+ describePlatformVersion(
575
+ args: DescribePlatformVersionCommandInput,
576
+ options?: __HttpHandlerOptions
577
+ ): Promise<DescribePlatformVersionCommandOutput>;
578
+ describePlatformVersion(
579
+ args: DescribePlatformVersionCommandInput,
580
+ cb: (err: any, data?: DescribePlatformVersionCommandOutput) => void
581
+ ): void;
582
+ describePlatformVersion(
583
+ args: DescribePlatformVersionCommandInput,
584
+ options: __HttpHandlerOptions,
585
+ cb: (err: any, data?: DescribePlatformVersionCommandOutput) => void
586
+ ): void;
587
+ disassociateEnvironmentOperationsRole(
588
+ args: DisassociateEnvironmentOperationsRoleCommandInput,
589
+ options?: __HttpHandlerOptions
590
+ ): Promise<DisassociateEnvironmentOperationsRoleCommandOutput>;
591
+ disassociateEnvironmentOperationsRole(
592
+ args: DisassociateEnvironmentOperationsRoleCommandInput,
593
+ cb: (
594
+ err: any,
595
+ data?: DisassociateEnvironmentOperationsRoleCommandOutput
596
+ ) => void
597
+ ): void;
598
+ disassociateEnvironmentOperationsRole(
599
+ args: DisassociateEnvironmentOperationsRoleCommandInput,
600
+ options: __HttpHandlerOptions,
601
+ cb: (
602
+ err: any,
603
+ data?: DisassociateEnvironmentOperationsRoleCommandOutput
604
+ ) => void
605
+ ): void;
606
+ listAvailableSolutionStacks(
607
+ args: ListAvailableSolutionStacksCommandInput,
608
+ options?: __HttpHandlerOptions
609
+ ): Promise<ListAvailableSolutionStacksCommandOutput>;
610
+ listAvailableSolutionStacks(
611
+ args: ListAvailableSolutionStacksCommandInput,
612
+ cb: (err: any, data?: ListAvailableSolutionStacksCommandOutput) => void
613
+ ): void;
614
+ listAvailableSolutionStacks(
615
+ args: ListAvailableSolutionStacksCommandInput,
616
+ options: __HttpHandlerOptions,
617
+ cb: (err: any, data?: ListAvailableSolutionStacksCommandOutput) => void
618
+ ): void;
619
+ listPlatformBranches(
620
+ args: ListPlatformBranchesCommandInput,
621
+ options?: __HttpHandlerOptions
622
+ ): Promise<ListPlatformBranchesCommandOutput>;
623
+ listPlatformBranches(
624
+ args: ListPlatformBranchesCommandInput,
625
+ cb: (err: any, data?: ListPlatformBranchesCommandOutput) => void
626
+ ): void;
627
+ listPlatformBranches(
628
+ args: ListPlatformBranchesCommandInput,
629
+ options: __HttpHandlerOptions,
630
+ cb: (err: any, data?: ListPlatformBranchesCommandOutput) => void
631
+ ): void;
632
+ listPlatformVersions(
633
+ args: ListPlatformVersionsCommandInput,
634
+ options?: __HttpHandlerOptions
635
+ ): Promise<ListPlatformVersionsCommandOutput>;
636
+ listPlatformVersions(
637
+ args: ListPlatformVersionsCommandInput,
638
+ cb: (err: any, data?: ListPlatformVersionsCommandOutput) => void
639
+ ): void;
640
+ listPlatformVersions(
641
+ args: ListPlatformVersionsCommandInput,
642
+ options: __HttpHandlerOptions,
643
+ cb: (err: any, data?: ListPlatformVersionsCommandOutput) => void
644
+ ): void;
645
+ listTagsForResource(
646
+ args: ListTagsForResourceCommandInput,
647
+ options?: __HttpHandlerOptions
648
+ ): Promise<ListTagsForResourceCommandOutput>;
649
+ listTagsForResource(
650
+ args: ListTagsForResourceCommandInput,
651
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
652
+ ): void;
653
+ listTagsForResource(
654
+ args: ListTagsForResourceCommandInput,
655
+ options: __HttpHandlerOptions,
656
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
657
+ ): void;
658
+ rebuildEnvironment(
659
+ args: RebuildEnvironmentCommandInput,
660
+ options?: __HttpHandlerOptions
661
+ ): Promise<RebuildEnvironmentCommandOutput>;
662
+ rebuildEnvironment(
663
+ args: RebuildEnvironmentCommandInput,
664
+ cb: (err: any, data?: RebuildEnvironmentCommandOutput) => void
665
+ ): void;
666
+ rebuildEnvironment(
667
+ args: RebuildEnvironmentCommandInput,
668
+ options: __HttpHandlerOptions,
669
+ cb: (err: any, data?: RebuildEnvironmentCommandOutput) => void
670
+ ): void;
671
+ requestEnvironmentInfo(
672
+ args: RequestEnvironmentInfoCommandInput,
673
+ options?: __HttpHandlerOptions
674
+ ): Promise<RequestEnvironmentInfoCommandOutput>;
675
+ requestEnvironmentInfo(
676
+ args: RequestEnvironmentInfoCommandInput,
677
+ cb: (err: any, data?: RequestEnvironmentInfoCommandOutput) => void
678
+ ): void;
679
+ requestEnvironmentInfo(
680
+ args: RequestEnvironmentInfoCommandInput,
681
+ options: __HttpHandlerOptions,
682
+ cb: (err: any, data?: RequestEnvironmentInfoCommandOutput) => void
683
+ ): void;
684
+ restartAppServer(
685
+ args: RestartAppServerCommandInput,
686
+ options?: __HttpHandlerOptions
687
+ ): Promise<RestartAppServerCommandOutput>;
688
+ restartAppServer(
689
+ args: RestartAppServerCommandInput,
690
+ cb: (err: any, data?: RestartAppServerCommandOutput) => void
691
+ ): void;
692
+ restartAppServer(
693
+ args: RestartAppServerCommandInput,
694
+ options: __HttpHandlerOptions,
695
+ cb: (err: any, data?: RestartAppServerCommandOutput) => void
696
+ ): void;
697
+ retrieveEnvironmentInfo(
698
+ args: RetrieveEnvironmentInfoCommandInput,
699
+ options?: __HttpHandlerOptions
700
+ ): Promise<RetrieveEnvironmentInfoCommandOutput>;
701
+ retrieveEnvironmentInfo(
702
+ args: RetrieveEnvironmentInfoCommandInput,
703
+ cb: (err: any, data?: RetrieveEnvironmentInfoCommandOutput) => void
704
+ ): void;
705
+ retrieveEnvironmentInfo(
706
+ args: RetrieveEnvironmentInfoCommandInput,
707
+ options: __HttpHandlerOptions,
708
+ cb: (err: any, data?: RetrieveEnvironmentInfoCommandOutput) => void
709
+ ): void;
710
+ swapEnvironmentCNAMEs(
711
+ args: SwapEnvironmentCNAMEsCommandInput,
712
+ options?: __HttpHandlerOptions
713
+ ): Promise<SwapEnvironmentCNAMEsCommandOutput>;
714
+ swapEnvironmentCNAMEs(
715
+ args: SwapEnvironmentCNAMEsCommandInput,
716
+ cb: (err: any, data?: SwapEnvironmentCNAMEsCommandOutput) => void
717
+ ): void;
718
+ swapEnvironmentCNAMEs(
719
+ args: SwapEnvironmentCNAMEsCommandInput,
720
+ options: __HttpHandlerOptions,
721
+ cb: (err: any, data?: SwapEnvironmentCNAMEsCommandOutput) => void
722
+ ): void;
723
+ terminateEnvironment(
724
+ args: TerminateEnvironmentCommandInput,
725
+ options?: __HttpHandlerOptions
726
+ ): Promise<TerminateEnvironmentCommandOutput>;
727
+ terminateEnvironment(
728
+ args: TerminateEnvironmentCommandInput,
729
+ cb: (err: any, data?: TerminateEnvironmentCommandOutput) => void
730
+ ): void;
731
+ terminateEnvironment(
732
+ args: TerminateEnvironmentCommandInput,
733
+ options: __HttpHandlerOptions,
734
+ cb: (err: any, data?: TerminateEnvironmentCommandOutput) => void
735
+ ): void;
736
+ updateApplication(
737
+ args: UpdateApplicationCommandInput,
738
+ options?: __HttpHandlerOptions
739
+ ): Promise<UpdateApplicationCommandOutput>;
740
+ updateApplication(
741
+ args: UpdateApplicationCommandInput,
742
+ cb: (err: any, data?: UpdateApplicationCommandOutput) => void
743
+ ): void;
744
+ updateApplication(
745
+ args: UpdateApplicationCommandInput,
746
+ options: __HttpHandlerOptions,
747
+ cb: (err: any, data?: UpdateApplicationCommandOutput) => void
748
+ ): void;
749
+ updateApplicationResourceLifecycle(
750
+ args: UpdateApplicationResourceLifecycleCommandInput,
751
+ options?: __HttpHandlerOptions
752
+ ): Promise<UpdateApplicationResourceLifecycleCommandOutput>;
753
+ updateApplicationResourceLifecycle(
754
+ args: UpdateApplicationResourceLifecycleCommandInput,
755
+ cb: (
756
+ err: any,
757
+ data?: UpdateApplicationResourceLifecycleCommandOutput
758
+ ) => void
759
+ ): void;
760
+ updateApplicationResourceLifecycle(
761
+ args: UpdateApplicationResourceLifecycleCommandInput,
762
+ options: __HttpHandlerOptions,
763
+ cb: (
764
+ err: any,
765
+ data?: UpdateApplicationResourceLifecycleCommandOutput
766
+ ) => void
767
+ ): void;
768
+ updateApplicationVersion(
769
+ args: UpdateApplicationVersionCommandInput,
770
+ options?: __HttpHandlerOptions
771
+ ): Promise<UpdateApplicationVersionCommandOutput>;
772
+ updateApplicationVersion(
773
+ args: UpdateApplicationVersionCommandInput,
774
+ cb: (err: any, data?: UpdateApplicationVersionCommandOutput) => void
775
+ ): void;
776
+ updateApplicationVersion(
777
+ args: UpdateApplicationVersionCommandInput,
778
+ options: __HttpHandlerOptions,
779
+ cb: (err: any, data?: UpdateApplicationVersionCommandOutput) => void
780
+ ): void;
781
+ updateConfigurationTemplate(
782
+ args: UpdateConfigurationTemplateCommandInput,
783
+ options?: __HttpHandlerOptions
784
+ ): Promise<UpdateConfigurationTemplateCommandOutput>;
785
+ updateConfigurationTemplate(
786
+ args: UpdateConfigurationTemplateCommandInput,
787
+ cb: (err: any, data?: UpdateConfigurationTemplateCommandOutput) => void
788
+ ): void;
789
+ updateConfigurationTemplate(
790
+ args: UpdateConfigurationTemplateCommandInput,
791
+ options: __HttpHandlerOptions,
792
+ cb: (err: any, data?: UpdateConfigurationTemplateCommandOutput) => void
793
+ ): void;
794
+ updateEnvironment(
795
+ args: UpdateEnvironmentCommandInput,
796
+ options?: __HttpHandlerOptions
797
+ ): Promise<UpdateEnvironmentCommandOutput>;
798
+ updateEnvironment(
799
+ args: UpdateEnvironmentCommandInput,
800
+ cb: (err: any, data?: UpdateEnvironmentCommandOutput) => void
801
+ ): void;
802
+ updateEnvironment(
803
+ args: UpdateEnvironmentCommandInput,
804
+ options: __HttpHandlerOptions,
805
+ cb: (err: any, data?: UpdateEnvironmentCommandOutput) => void
806
+ ): void;
807
+ updateTagsForResource(
808
+ args: UpdateTagsForResourceCommandInput,
809
+ options?: __HttpHandlerOptions
810
+ ): Promise<UpdateTagsForResourceCommandOutput>;
811
+ updateTagsForResource(
812
+ args: UpdateTagsForResourceCommandInput,
813
+ cb: (err: any, data?: UpdateTagsForResourceCommandOutput) => void
814
+ ): void;
815
+ updateTagsForResource(
816
+ args: UpdateTagsForResourceCommandInput,
817
+ options: __HttpHandlerOptions,
818
+ cb: (err: any, data?: UpdateTagsForResourceCommandOutput) => void
819
+ ): void;
820
+ validateConfigurationSettings(
821
+ args: ValidateConfigurationSettingsCommandInput,
822
+ options?: __HttpHandlerOptions
823
+ ): Promise<ValidateConfigurationSettingsCommandOutput>;
824
+ validateConfigurationSettings(
825
+ args: ValidateConfigurationSettingsCommandInput,
826
+ cb: (err: any, data?: ValidateConfigurationSettingsCommandOutput) => void
827
+ ): void;
828
+ validateConfigurationSettings(
829
+ args: ValidateConfigurationSettingsCommandInput,
830
+ options: __HttpHandlerOptions,
831
+ cb: (err: any, data?: ValidateConfigurationSettingsCommandOutput) => void
832
+ ): void;
833
+ }