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