@aws-sdk/client-elastic-beanstalk 3.303.0 → 3.309.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (99) hide show
  1. package/dist-cjs/commands/AbortEnvironmentUpdateCommand.js +2 -2
  2. package/dist-cjs/commands/ApplyEnvironmentManagedActionCommand.js +2 -2
  3. package/dist-cjs/commands/AssociateEnvironmentOperationsRoleCommand.js +2 -2
  4. package/dist-cjs/commands/CheckDNSAvailabilityCommand.js +2 -2
  5. package/dist-cjs/commands/ComposeEnvironmentsCommand.js +2 -2
  6. package/dist-cjs/commands/CreateApplicationCommand.js +2 -2
  7. package/dist-cjs/commands/CreateApplicationVersionCommand.js +2 -2
  8. package/dist-cjs/commands/CreateConfigurationTemplateCommand.js +2 -2
  9. package/dist-cjs/commands/CreateEnvironmentCommand.js +2 -2
  10. package/dist-cjs/commands/CreatePlatformVersionCommand.js +2 -2
  11. package/dist-cjs/commands/CreateStorageLocationCommand.js +2 -2
  12. package/dist-cjs/commands/DeleteApplicationCommand.js +2 -2
  13. package/dist-cjs/commands/DeleteApplicationVersionCommand.js +2 -2
  14. package/dist-cjs/commands/DeleteConfigurationTemplateCommand.js +2 -2
  15. package/dist-cjs/commands/DeleteEnvironmentConfigurationCommand.js +2 -2
  16. package/dist-cjs/commands/DeletePlatformVersionCommand.js +2 -2
  17. package/dist-cjs/commands/DescribeAccountAttributesCommand.js +2 -2
  18. package/dist-cjs/commands/DescribeApplicationVersionsCommand.js +2 -2
  19. package/dist-cjs/commands/DescribeApplicationsCommand.js +2 -2
  20. package/dist-cjs/commands/DescribeConfigurationOptionsCommand.js +2 -2
  21. package/dist-cjs/commands/DescribeConfigurationSettingsCommand.js +2 -2
  22. package/dist-cjs/commands/DescribeEnvironmentHealthCommand.js +2 -2
  23. package/dist-cjs/commands/DescribeEnvironmentManagedActionHistoryCommand.js +2 -2
  24. package/dist-cjs/commands/DescribeEnvironmentManagedActionsCommand.js +2 -2
  25. package/dist-cjs/commands/DescribeEnvironmentResourcesCommand.js +2 -2
  26. package/dist-cjs/commands/DescribeEnvironmentsCommand.js +2 -2
  27. package/dist-cjs/commands/DescribeEventsCommand.js +2 -2
  28. package/dist-cjs/commands/DescribeInstancesHealthCommand.js +2 -2
  29. package/dist-cjs/commands/DescribePlatformVersionCommand.js +2 -2
  30. package/dist-cjs/commands/DisassociateEnvironmentOperationsRoleCommand.js +2 -2
  31. package/dist-cjs/commands/ListAvailableSolutionStacksCommand.js +2 -2
  32. package/dist-cjs/commands/ListPlatformBranchesCommand.js +2 -2
  33. package/dist-cjs/commands/ListPlatformVersionsCommand.js +2 -2
  34. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  35. package/dist-cjs/commands/RebuildEnvironmentCommand.js +2 -2
  36. package/dist-cjs/commands/RequestEnvironmentInfoCommand.js +2 -2
  37. package/dist-cjs/commands/RestartAppServerCommand.js +2 -2
  38. package/dist-cjs/commands/RetrieveEnvironmentInfoCommand.js +2 -2
  39. package/dist-cjs/commands/SwapEnvironmentCNAMEsCommand.js +2 -2
  40. package/dist-cjs/commands/TerminateEnvironmentCommand.js +2 -2
  41. package/dist-cjs/commands/UpdateApplicationCommand.js +2 -2
  42. package/dist-cjs/commands/UpdateApplicationResourceLifecycleCommand.js +2 -2
  43. package/dist-cjs/commands/UpdateApplicationVersionCommand.js +2 -2
  44. package/dist-cjs/commands/UpdateConfigurationTemplateCommand.js +2 -2
  45. package/dist-cjs/commands/UpdateEnvironmentCommand.js +2 -2
  46. package/dist-cjs/commands/UpdateTagsForResourceCommand.js +2 -2
  47. package/dist-cjs/commands/ValidateConfigurationSettingsCommand.js +2 -2
  48. package/dist-cjs/protocols/Aws_query.js +820 -820
  49. package/dist-es/commands/AbortEnvironmentUpdateCommand.js +3 -3
  50. package/dist-es/commands/ApplyEnvironmentManagedActionCommand.js +3 -3
  51. package/dist-es/commands/AssociateEnvironmentOperationsRoleCommand.js +3 -3
  52. package/dist-es/commands/CheckDNSAvailabilityCommand.js +3 -3
  53. package/dist-es/commands/ComposeEnvironmentsCommand.js +3 -3
  54. package/dist-es/commands/CreateApplicationCommand.js +3 -3
  55. package/dist-es/commands/CreateApplicationVersionCommand.js +3 -3
  56. package/dist-es/commands/CreateConfigurationTemplateCommand.js +3 -3
  57. package/dist-es/commands/CreateEnvironmentCommand.js +3 -3
  58. package/dist-es/commands/CreatePlatformVersionCommand.js +3 -3
  59. package/dist-es/commands/CreateStorageLocationCommand.js +3 -3
  60. package/dist-es/commands/DeleteApplicationCommand.js +3 -3
  61. package/dist-es/commands/DeleteApplicationVersionCommand.js +3 -3
  62. package/dist-es/commands/DeleteConfigurationTemplateCommand.js +3 -3
  63. package/dist-es/commands/DeleteEnvironmentConfigurationCommand.js +3 -3
  64. package/dist-es/commands/DeletePlatformVersionCommand.js +3 -3
  65. package/dist-es/commands/DescribeAccountAttributesCommand.js +3 -3
  66. package/dist-es/commands/DescribeApplicationVersionsCommand.js +3 -3
  67. package/dist-es/commands/DescribeApplicationsCommand.js +3 -3
  68. package/dist-es/commands/DescribeConfigurationOptionsCommand.js +3 -3
  69. package/dist-es/commands/DescribeConfigurationSettingsCommand.js +3 -3
  70. package/dist-es/commands/DescribeEnvironmentHealthCommand.js +3 -3
  71. package/dist-es/commands/DescribeEnvironmentManagedActionHistoryCommand.js +3 -3
  72. package/dist-es/commands/DescribeEnvironmentManagedActionsCommand.js +3 -3
  73. package/dist-es/commands/DescribeEnvironmentResourcesCommand.js +3 -3
  74. package/dist-es/commands/DescribeEnvironmentsCommand.js +3 -3
  75. package/dist-es/commands/DescribeEventsCommand.js +3 -3
  76. package/dist-es/commands/DescribeInstancesHealthCommand.js +3 -3
  77. package/dist-es/commands/DescribePlatformVersionCommand.js +3 -3
  78. package/dist-es/commands/DisassociateEnvironmentOperationsRoleCommand.js +3 -3
  79. package/dist-es/commands/ListAvailableSolutionStacksCommand.js +3 -3
  80. package/dist-es/commands/ListPlatformBranchesCommand.js +3 -3
  81. package/dist-es/commands/ListPlatformVersionsCommand.js +3 -3
  82. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  83. package/dist-es/commands/RebuildEnvironmentCommand.js +3 -3
  84. package/dist-es/commands/RequestEnvironmentInfoCommand.js +3 -3
  85. package/dist-es/commands/RestartAppServerCommand.js +3 -3
  86. package/dist-es/commands/RetrieveEnvironmentInfoCommand.js +3 -3
  87. package/dist-es/commands/SwapEnvironmentCNAMEsCommand.js +3 -3
  88. package/dist-es/commands/TerminateEnvironmentCommand.js +3 -3
  89. package/dist-es/commands/UpdateApplicationCommand.js +3 -3
  90. package/dist-es/commands/UpdateApplicationResourceLifecycleCommand.js +3 -3
  91. package/dist-es/commands/UpdateApplicationVersionCommand.js +3 -3
  92. package/dist-es/commands/UpdateConfigurationTemplateCommand.js +3 -3
  93. package/dist-es/commands/UpdateEnvironmentCommand.js +3 -3
  94. package/dist-es/commands/UpdateTagsForResourceCommand.js +3 -3
  95. package/dist-es/commands/ValidateConfigurationSettingsCommand.js +3 -3
  96. package/dist-es/protocols/Aws_query.js +724 -724
  97. package/dist-types/protocols/Aws_query.d.ts +376 -94
  98. package/dist-types/ts3.4/protocols/Aws_query.d.ts +94 -94
  99. package/package.json +30 -30
@@ -47,97 +47,379 @@ import { UpdateConfigurationTemplateCommandInput, UpdateConfigurationTemplateCom
47
47
  import { UpdateEnvironmentCommandInput, UpdateEnvironmentCommandOutput } from "../commands/UpdateEnvironmentCommand";
48
48
  import { UpdateTagsForResourceCommandInput, UpdateTagsForResourceCommandOutput } from "../commands/UpdateTagsForResourceCommand";
49
49
  import { ValidateConfigurationSettingsCommandInput, ValidateConfigurationSettingsCommandOutput } from "../commands/ValidateConfigurationSettingsCommand";
50
- export declare const serializeAws_queryAbortEnvironmentUpdateCommand: (input: AbortEnvironmentUpdateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
51
- export declare const serializeAws_queryApplyEnvironmentManagedActionCommand: (input: ApplyEnvironmentManagedActionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
52
- export declare const serializeAws_queryAssociateEnvironmentOperationsRoleCommand: (input: AssociateEnvironmentOperationsRoleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
- export declare const serializeAws_queryCheckDNSAvailabilityCommand: (input: CheckDNSAvailabilityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
- export declare const serializeAws_queryComposeEnvironmentsCommand: (input: ComposeEnvironmentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
- export declare const serializeAws_queryCreateApplicationCommand: (input: CreateApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
- export declare const serializeAws_queryCreateApplicationVersionCommand: (input: CreateApplicationVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
- export declare const serializeAws_queryCreateConfigurationTemplateCommand: (input: CreateConfigurationTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
- export declare const serializeAws_queryCreateEnvironmentCommand: (input: CreateEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
- export declare const serializeAws_queryCreatePlatformVersionCommand: (input: CreatePlatformVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
- export declare const serializeAws_queryCreateStorageLocationCommand: (input: CreateStorageLocationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
- export declare const serializeAws_queryDeleteApplicationCommand: (input: DeleteApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
- export declare const serializeAws_queryDeleteApplicationVersionCommand: (input: DeleteApplicationVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
- export declare const serializeAws_queryDeleteConfigurationTemplateCommand: (input: DeleteConfigurationTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
- export declare const serializeAws_queryDeleteEnvironmentConfigurationCommand: (input: DeleteEnvironmentConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
- export declare const serializeAws_queryDeletePlatformVersionCommand: (input: DeletePlatformVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
- export declare const serializeAws_queryDescribeAccountAttributesCommand: (input: DescribeAccountAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
- export declare const serializeAws_queryDescribeApplicationsCommand: (input: DescribeApplicationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
68
- export declare const serializeAws_queryDescribeApplicationVersionsCommand: (input: DescribeApplicationVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
69
- export declare const serializeAws_queryDescribeConfigurationOptionsCommand: (input: DescribeConfigurationOptionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
- export declare const serializeAws_queryDescribeConfigurationSettingsCommand: (input: DescribeConfigurationSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
- export declare const serializeAws_queryDescribeEnvironmentHealthCommand: (input: DescribeEnvironmentHealthCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
- export declare const serializeAws_queryDescribeEnvironmentManagedActionHistoryCommand: (input: DescribeEnvironmentManagedActionHistoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
- export declare const serializeAws_queryDescribeEnvironmentManagedActionsCommand: (input: DescribeEnvironmentManagedActionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
- export declare const serializeAws_queryDescribeEnvironmentResourcesCommand: (input: DescribeEnvironmentResourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
- export declare const serializeAws_queryDescribeEnvironmentsCommand: (input: DescribeEnvironmentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
76
- export declare const serializeAws_queryDescribeEventsCommand: (input: DescribeEventsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
- export declare const serializeAws_queryDescribeInstancesHealthCommand: (input: DescribeInstancesHealthCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
- export declare const serializeAws_queryDescribePlatformVersionCommand: (input: DescribePlatformVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
79
- export declare const serializeAws_queryDisassociateEnvironmentOperationsRoleCommand: (input: DisassociateEnvironmentOperationsRoleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
80
- export declare const serializeAws_queryListAvailableSolutionStacksCommand: (input: ListAvailableSolutionStacksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
81
- export declare const serializeAws_queryListPlatformBranchesCommand: (input: ListPlatformBranchesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
- export declare const serializeAws_queryListPlatformVersionsCommand: (input: ListPlatformVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
83
- export declare const serializeAws_queryListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
84
- export declare const serializeAws_queryRebuildEnvironmentCommand: (input: RebuildEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
85
- export declare const serializeAws_queryRequestEnvironmentInfoCommand: (input: RequestEnvironmentInfoCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
- export declare const serializeAws_queryRestartAppServerCommand: (input: RestartAppServerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
87
- export declare const serializeAws_queryRetrieveEnvironmentInfoCommand: (input: RetrieveEnvironmentInfoCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
88
- export declare const serializeAws_querySwapEnvironmentCNAMEsCommand: (input: SwapEnvironmentCNAMEsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
89
- export declare const serializeAws_queryTerminateEnvironmentCommand: (input: TerminateEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
- export declare const serializeAws_queryUpdateApplicationCommand: (input: UpdateApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
91
- export declare const serializeAws_queryUpdateApplicationResourceLifecycleCommand: (input: UpdateApplicationResourceLifecycleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
92
- export declare const serializeAws_queryUpdateApplicationVersionCommand: (input: UpdateApplicationVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
93
- export declare const serializeAws_queryUpdateConfigurationTemplateCommand: (input: UpdateConfigurationTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
- export declare const serializeAws_queryUpdateEnvironmentCommand: (input: UpdateEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
95
- export declare const serializeAws_queryUpdateTagsForResourceCommand: (input: UpdateTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
96
- export declare const serializeAws_queryValidateConfigurationSettingsCommand: (input: ValidateConfigurationSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
97
- export declare const deserializeAws_queryAbortEnvironmentUpdateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AbortEnvironmentUpdateCommandOutput>;
98
- export declare const deserializeAws_queryApplyEnvironmentManagedActionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ApplyEnvironmentManagedActionCommandOutput>;
99
- export declare const deserializeAws_queryAssociateEnvironmentOperationsRoleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateEnvironmentOperationsRoleCommandOutput>;
100
- export declare const deserializeAws_queryCheckDNSAvailabilityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CheckDNSAvailabilityCommandOutput>;
101
- export declare const deserializeAws_queryComposeEnvironmentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ComposeEnvironmentsCommandOutput>;
102
- export declare const deserializeAws_queryCreateApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateApplicationCommandOutput>;
103
- export declare const deserializeAws_queryCreateApplicationVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateApplicationVersionCommandOutput>;
104
- export declare const deserializeAws_queryCreateConfigurationTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateConfigurationTemplateCommandOutput>;
105
- export declare const deserializeAws_queryCreateEnvironmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateEnvironmentCommandOutput>;
106
- export declare const deserializeAws_queryCreatePlatformVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePlatformVersionCommandOutput>;
107
- export declare const deserializeAws_queryCreateStorageLocationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateStorageLocationCommandOutput>;
108
- export declare const deserializeAws_queryDeleteApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteApplicationCommandOutput>;
109
- export declare const deserializeAws_queryDeleteApplicationVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteApplicationVersionCommandOutput>;
110
- export declare const deserializeAws_queryDeleteConfigurationTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteConfigurationTemplateCommandOutput>;
111
- export declare const deserializeAws_queryDeleteEnvironmentConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteEnvironmentConfigurationCommandOutput>;
112
- export declare const deserializeAws_queryDeletePlatformVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePlatformVersionCommandOutput>;
113
- export declare const deserializeAws_queryDescribeAccountAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAccountAttributesCommandOutput>;
114
- export declare const deserializeAws_queryDescribeApplicationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeApplicationsCommandOutput>;
115
- export declare const deserializeAws_queryDescribeApplicationVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeApplicationVersionsCommandOutput>;
116
- export declare const deserializeAws_queryDescribeConfigurationOptionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeConfigurationOptionsCommandOutput>;
117
- export declare const deserializeAws_queryDescribeConfigurationSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeConfigurationSettingsCommandOutput>;
118
- export declare const deserializeAws_queryDescribeEnvironmentHealthCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEnvironmentHealthCommandOutput>;
119
- export declare const deserializeAws_queryDescribeEnvironmentManagedActionHistoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEnvironmentManagedActionHistoryCommandOutput>;
120
- export declare const deserializeAws_queryDescribeEnvironmentManagedActionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEnvironmentManagedActionsCommandOutput>;
121
- export declare const deserializeAws_queryDescribeEnvironmentResourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEnvironmentResourcesCommandOutput>;
122
- export declare const deserializeAws_queryDescribeEnvironmentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEnvironmentsCommandOutput>;
123
- export declare const deserializeAws_queryDescribeEventsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEventsCommandOutput>;
124
- export declare const deserializeAws_queryDescribeInstancesHealthCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeInstancesHealthCommandOutput>;
125
- export declare const deserializeAws_queryDescribePlatformVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribePlatformVersionCommandOutput>;
126
- export declare const deserializeAws_queryDisassociateEnvironmentOperationsRoleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateEnvironmentOperationsRoleCommandOutput>;
127
- export declare const deserializeAws_queryListAvailableSolutionStacksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAvailableSolutionStacksCommandOutput>;
128
- export declare const deserializeAws_queryListPlatformBranchesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPlatformBranchesCommandOutput>;
129
- export declare const deserializeAws_queryListPlatformVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPlatformVersionsCommandOutput>;
130
- export declare const deserializeAws_queryListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
131
- export declare const deserializeAws_queryRebuildEnvironmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RebuildEnvironmentCommandOutput>;
132
- export declare const deserializeAws_queryRequestEnvironmentInfoCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RequestEnvironmentInfoCommandOutput>;
133
- export declare const deserializeAws_queryRestartAppServerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RestartAppServerCommandOutput>;
134
- export declare const deserializeAws_queryRetrieveEnvironmentInfoCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RetrieveEnvironmentInfoCommandOutput>;
135
- export declare const deserializeAws_querySwapEnvironmentCNAMEsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SwapEnvironmentCNAMEsCommandOutput>;
136
- export declare const deserializeAws_queryTerminateEnvironmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TerminateEnvironmentCommandOutput>;
137
- export declare const deserializeAws_queryUpdateApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateApplicationCommandOutput>;
138
- export declare const deserializeAws_queryUpdateApplicationResourceLifecycleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateApplicationResourceLifecycleCommandOutput>;
139
- export declare const deserializeAws_queryUpdateApplicationVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateApplicationVersionCommandOutput>;
140
- export declare const deserializeAws_queryUpdateConfigurationTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateConfigurationTemplateCommandOutput>;
141
- export declare const deserializeAws_queryUpdateEnvironmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateEnvironmentCommandOutput>;
142
- export declare const deserializeAws_queryUpdateTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateTagsForResourceCommandOutput>;
143
- export declare const deserializeAws_queryValidateConfigurationSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ValidateConfigurationSettingsCommandOutput>;
50
+ /**
51
+ * serializeAws_queryAbortEnvironmentUpdateCommand
52
+ */
53
+ export declare const se_AbortEnvironmentUpdateCommand: (input: AbortEnvironmentUpdateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
+ /**
55
+ * serializeAws_queryApplyEnvironmentManagedActionCommand
56
+ */
57
+ export declare const se_ApplyEnvironmentManagedActionCommand: (input: ApplyEnvironmentManagedActionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
+ /**
59
+ * serializeAws_queryAssociateEnvironmentOperationsRoleCommand
60
+ */
61
+ export declare const se_AssociateEnvironmentOperationsRoleCommand: (input: AssociateEnvironmentOperationsRoleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
+ /**
63
+ * serializeAws_queryCheckDNSAvailabilityCommand
64
+ */
65
+ export declare const se_CheckDNSAvailabilityCommand: (input: CheckDNSAvailabilityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
+ /**
67
+ * serializeAws_queryComposeEnvironmentsCommand
68
+ */
69
+ export declare const se_ComposeEnvironmentsCommand: (input: ComposeEnvironmentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
+ /**
71
+ * serializeAws_queryCreateApplicationCommand
72
+ */
73
+ export declare const se_CreateApplicationCommand: (input: CreateApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
+ /**
75
+ * serializeAws_queryCreateApplicationVersionCommand
76
+ */
77
+ export declare const se_CreateApplicationVersionCommand: (input: CreateApplicationVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
+ /**
79
+ * serializeAws_queryCreateConfigurationTemplateCommand
80
+ */
81
+ export declare const se_CreateConfigurationTemplateCommand: (input: CreateConfigurationTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
+ /**
83
+ * serializeAws_queryCreateEnvironmentCommand
84
+ */
85
+ export declare const se_CreateEnvironmentCommand: (input: CreateEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
+ /**
87
+ * serializeAws_queryCreatePlatformVersionCommand
88
+ */
89
+ export declare const se_CreatePlatformVersionCommand: (input: CreatePlatformVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
+ /**
91
+ * serializeAws_queryCreateStorageLocationCommand
92
+ */
93
+ export declare const se_CreateStorageLocationCommand: (input: CreateStorageLocationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
+ /**
95
+ * serializeAws_queryDeleteApplicationCommand
96
+ */
97
+ export declare const se_DeleteApplicationCommand: (input: DeleteApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
98
+ /**
99
+ * serializeAws_queryDeleteApplicationVersionCommand
100
+ */
101
+ export declare const se_DeleteApplicationVersionCommand: (input: DeleteApplicationVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
102
+ /**
103
+ * serializeAws_queryDeleteConfigurationTemplateCommand
104
+ */
105
+ export declare const se_DeleteConfigurationTemplateCommand: (input: DeleteConfigurationTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
106
+ /**
107
+ * serializeAws_queryDeleteEnvironmentConfigurationCommand
108
+ */
109
+ export declare const se_DeleteEnvironmentConfigurationCommand: (input: DeleteEnvironmentConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
110
+ /**
111
+ * serializeAws_queryDeletePlatformVersionCommand
112
+ */
113
+ export declare const se_DeletePlatformVersionCommand: (input: DeletePlatformVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
114
+ /**
115
+ * serializeAws_queryDescribeAccountAttributesCommand
116
+ */
117
+ export declare const se_DescribeAccountAttributesCommand: (input: DescribeAccountAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
118
+ /**
119
+ * serializeAws_queryDescribeApplicationsCommand
120
+ */
121
+ export declare const se_DescribeApplicationsCommand: (input: DescribeApplicationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
122
+ /**
123
+ * serializeAws_queryDescribeApplicationVersionsCommand
124
+ */
125
+ export declare const se_DescribeApplicationVersionsCommand: (input: DescribeApplicationVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
126
+ /**
127
+ * serializeAws_queryDescribeConfigurationOptionsCommand
128
+ */
129
+ export declare const se_DescribeConfigurationOptionsCommand: (input: DescribeConfigurationOptionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
130
+ /**
131
+ * serializeAws_queryDescribeConfigurationSettingsCommand
132
+ */
133
+ export declare const se_DescribeConfigurationSettingsCommand: (input: DescribeConfigurationSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
134
+ /**
135
+ * serializeAws_queryDescribeEnvironmentHealthCommand
136
+ */
137
+ export declare const se_DescribeEnvironmentHealthCommand: (input: DescribeEnvironmentHealthCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
138
+ /**
139
+ * serializeAws_queryDescribeEnvironmentManagedActionHistoryCommand
140
+ */
141
+ export declare const se_DescribeEnvironmentManagedActionHistoryCommand: (input: DescribeEnvironmentManagedActionHistoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
142
+ /**
143
+ * serializeAws_queryDescribeEnvironmentManagedActionsCommand
144
+ */
145
+ export declare const se_DescribeEnvironmentManagedActionsCommand: (input: DescribeEnvironmentManagedActionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
146
+ /**
147
+ * serializeAws_queryDescribeEnvironmentResourcesCommand
148
+ */
149
+ export declare const se_DescribeEnvironmentResourcesCommand: (input: DescribeEnvironmentResourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
150
+ /**
151
+ * serializeAws_queryDescribeEnvironmentsCommand
152
+ */
153
+ export declare const se_DescribeEnvironmentsCommand: (input: DescribeEnvironmentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
154
+ /**
155
+ * serializeAws_queryDescribeEventsCommand
156
+ */
157
+ export declare const se_DescribeEventsCommand: (input: DescribeEventsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
158
+ /**
159
+ * serializeAws_queryDescribeInstancesHealthCommand
160
+ */
161
+ export declare const se_DescribeInstancesHealthCommand: (input: DescribeInstancesHealthCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
162
+ /**
163
+ * serializeAws_queryDescribePlatformVersionCommand
164
+ */
165
+ export declare const se_DescribePlatformVersionCommand: (input: DescribePlatformVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
166
+ /**
167
+ * serializeAws_queryDisassociateEnvironmentOperationsRoleCommand
168
+ */
169
+ export declare const se_DisassociateEnvironmentOperationsRoleCommand: (input: DisassociateEnvironmentOperationsRoleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
170
+ /**
171
+ * serializeAws_queryListAvailableSolutionStacksCommand
172
+ */
173
+ export declare const se_ListAvailableSolutionStacksCommand: (input: ListAvailableSolutionStacksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
174
+ /**
175
+ * serializeAws_queryListPlatformBranchesCommand
176
+ */
177
+ export declare const se_ListPlatformBranchesCommand: (input: ListPlatformBranchesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
178
+ /**
179
+ * serializeAws_queryListPlatformVersionsCommand
180
+ */
181
+ export declare const se_ListPlatformVersionsCommand: (input: ListPlatformVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
182
+ /**
183
+ * serializeAws_queryListTagsForResourceCommand
184
+ */
185
+ export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
186
+ /**
187
+ * serializeAws_queryRebuildEnvironmentCommand
188
+ */
189
+ export declare const se_RebuildEnvironmentCommand: (input: RebuildEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
190
+ /**
191
+ * serializeAws_queryRequestEnvironmentInfoCommand
192
+ */
193
+ export declare const se_RequestEnvironmentInfoCommand: (input: RequestEnvironmentInfoCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
194
+ /**
195
+ * serializeAws_queryRestartAppServerCommand
196
+ */
197
+ export declare const se_RestartAppServerCommand: (input: RestartAppServerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
198
+ /**
199
+ * serializeAws_queryRetrieveEnvironmentInfoCommand
200
+ */
201
+ export declare const se_RetrieveEnvironmentInfoCommand: (input: RetrieveEnvironmentInfoCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
202
+ /**
203
+ * serializeAws_querySwapEnvironmentCNAMEsCommand
204
+ */
205
+ export declare const se_SwapEnvironmentCNAMEsCommand: (input: SwapEnvironmentCNAMEsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
206
+ /**
207
+ * serializeAws_queryTerminateEnvironmentCommand
208
+ */
209
+ export declare const se_TerminateEnvironmentCommand: (input: TerminateEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
210
+ /**
211
+ * serializeAws_queryUpdateApplicationCommand
212
+ */
213
+ export declare const se_UpdateApplicationCommand: (input: UpdateApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
214
+ /**
215
+ * serializeAws_queryUpdateApplicationResourceLifecycleCommand
216
+ */
217
+ export declare const se_UpdateApplicationResourceLifecycleCommand: (input: UpdateApplicationResourceLifecycleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
218
+ /**
219
+ * serializeAws_queryUpdateApplicationVersionCommand
220
+ */
221
+ export declare const se_UpdateApplicationVersionCommand: (input: UpdateApplicationVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
222
+ /**
223
+ * serializeAws_queryUpdateConfigurationTemplateCommand
224
+ */
225
+ export declare const se_UpdateConfigurationTemplateCommand: (input: UpdateConfigurationTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
226
+ /**
227
+ * serializeAws_queryUpdateEnvironmentCommand
228
+ */
229
+ export declare const se_UpdateEnvironmentCommand: (input: UpdateEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
230
+ /**
231
+ * serializeAws_queryUpdateTagsForResourceCommand
232
+ */
233
+ export declare const se_UpdateTagsForResourceCommand: (input: UpdateTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
234
+ /**
235
+ * serializeAws_queryValidateConfigurationSettingsCommand
236
+ */
237
+ export declare const se_ValidateConfigurationSettingsCommand: (input: ValidateConfigurationSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
238
+ /**
239
+ * deserializeAws_queryAbortEnvironmentUpdateCommand
240
+ */
241
+ export declare const de_AbortEnvironmentUpdateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AbortEnvironmentUpdateCommandOutput>;
242
+ /**
243
+ * deserializeAws_queryApplyEnvironmentManagedActionCommand
244
+ */
245
+ export declare const de_ApplyEnvironmentManagedActionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ApplyEnvironmentManagedActionCommandOutput>;
246
+ /**
247
+ * deserializeAws_queryAssociateEnvironmentOperationsRoleCommand
248
+ */
249
+ export declare const de_AssociateEnvironmentOperationsRoleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateEnvironmentOperationsRoleCommandOutput>;
250
+ /**
251
+ * deserializeAws_queryCheckDNSAvailabilityCommand
252
+ */
253
+ export declare const de_CheckDNSAvailabilityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CheckDNSAvailabilityCommandOutput>;
254
+ /**
255
+ * deserializeAws_queryComposeEnvironmentsCommand
256
+ */
257
+ export declare const de_ComposeEnvironmentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ComposeEnvironmentsCommandOutput>;
258
+ /**
259
+ * deserializeAws_queryCreateApplicationCommand
260
+ */
261
+ export declare const de_CreateApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateApplicationCommandOutput>;
262
+ /**
263
+ * deserializeAws_queryCreateApplicationVersionCommand
264
+ */
265
+ export declare const de_CreateApplicationVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateApplicationVersionCommandOutput>;
266
+ /**
267
+ * deserializeAws_queryCreateConfigurationTemplateCommand
268
+ */
269
+ export declare const de_CreateConfigurationTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateConfigurationTemplateCommandOutput>;
270
+ /**
271
+ * deserializeAws_queryCreateEnvironmentCommand
272
+ */
273
+ export declare const de_CreateEnvironmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateEnvironmentCommandOutput>;
274
+ /**
275
+ * deserializeAws_queryCreatePlatformVersionCommand
276
+ */
277
+ export declare const de_CreatePlatformVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePlatformVersionCommandOutput>;
278
+ /**
279
+ * deserializeAws_queryCreateStorageLocationCommand
280
+ */
281
+ export declare const de_CreateStorageLocationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateStorageLocationCommandOutput>;
282
+ /**
283
+ * deserializeAws_queryDeleteApplicationCommand
284
+ */
285
+ export declare const de_DeleteApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteApplicationCommandOutput>;
286
+ /**
287
+ * deserializeAws_queryDeleteApplicationVersionCommand
288
+ */
289
+ export declare const de_DeleteApplicationVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteApplicationVersionCommandOutput>;
290
+ /**
291
+ * deserializeAws_queryDeleteConfigurationTemplateCommand
292
+ */
293
+ export declare const de_DeleteConfigurationTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteConfigurationTemplateCommandOutput>;
294
+ /**
295
+ * deserializeAws_queryDeleteEnvironmentConfigurationCommand
296
+ */
297
+ export declare const de_DeleteEnvironmentConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteEnvironmentConfigurationCommandOutput>;
298
+ /**
299
+ * deserializeAws_queryDeletePlatformVersionCommand
300
+ */
301
+ export declare const de_DeletePlatformVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePlatformVersionCommandOutput>;
302
+ /**
303
+ * deserializeAws_queryDescribeAccountAttributesCommand
304
+ */
305
+ export declare const de_DescribeAccountAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAccountAttributesCommandOutput>;
306
+ /**
307
+ * deserializeAws_queryDescribeApplicationsCommand
308
+ */
309
+ export declare const de_DescribeApplicationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeApplicationsCommandOutput>;
310
+ /**
311
+ * deserializeAws_queryDescribeApplicationVersionsCommand
312
+ */
313
+ export declare const de_DescribeApplicationVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeApplicationVersionsCommandOutput>;
314
+ /**
315
+ * deserializeAws_queryDescribeConfigurationOptionsCommand
316
+ */
317
+ export declare const de_DescribeConfigurationOptionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeConfigurationOptionsCommandOutput>;
318
+ /**
319
+ * deserializeAws_queryDescribeConfigurationSettingsCommand
320
+ */
321
+ export declare const de_DescribeConfigurationSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeConfigurationSettingsCommandOutput>;
322
+ /**
323
+ * deserializeAws_queryDescribeEnvironmentHealthCommand
324
+ */
325
+ export declare const de_DescribeEnvironmentHealthCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEnvironmentHealthCommandOutput>;
326
+ /**
327
+ * deserializeAws_queryDescribeEnvironmentManagedActionHistoryCommand
328
+ */
329
+ export declare const de_DescribeEnvironmentManagedActionHistoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEnvironmentManagedActionHistoryCommandOutput>;
330
+ /**
331
+ * deserializeAws_queryDescribeEnvironmentManagedActionsCommand
332
+ */
333
+ export declare const de_DescribeEnvironmentManagedActionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEnvironmentManagedActionsCommandOutput>;
334
+ /**
335
+ * deserializeAws_queryDescribeEnvironmentResourcesCommand
336
+ */
337
+ export declare const de_DescribeEnvironmentResourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEnvironmentResourcesCommandOutput>;
338
+ /**
339
+ * deserializeAws_queryDescribeEnvironmentsCommand
340
+ */
341
+ export declare const de_DescribeEnvironmentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEnvironmentsCommandOutput>;
342
+ /**
343
+ * deserializeAws_queryDescribeEventsCommand
344
+ */
345
+ export declare const de_DescribeEventsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEventsCommandOutput>;
346
+ /**
347
+ * deserializeAws_queryDescribeInstancesHealthCommand
348
+ */
349
+ export declare const de_DescribeInstancesHealthCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeInstancesHealthCommandOutput>;
350
+ /**
351
+ * deserializeAws_queryDescribePlatformVersionCommand
352
+ */
353
+ export declare const de_DescribePlatformVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribePlatformVersionCommandOutput>;
354
+ /**
355
+ * deserializeAws_queryDisassociateEnvironmentOperationsRoleCommand
356
+ */
357
+ export declare const de_DisassociateEnvironmentOperationsRoleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateEnvironmentOperationsRoleCommandOutput>;
358
+ /**
359
+ * deserializeAws_queryListAvailableSolutionStacksCommand
360
+ */
361
+ export declare const de_ListAvailableSolutionStacksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAvailableSolutionStacksCommandOutput>;
362
+ /**
363
+ * deserializeAws_queryListPlatformBranchesCommand
364
+ */
365
+ export declare const de_ListPlatformBranchesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPlatformBranchesCommandOutput>;
366
+ /**
367
+ * deserializeAws_queryListPlatformVersionsCommand
368
+ */
369
+ export declare const de_ListPlatformVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPlatformVersionsCommandOutput>;
370
+ /**
371
+ * deserializeAws_queryListTagsForResourceCommand
372
+ */
373
+ export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
374
+ /**
375
+ * deserializeAws_queryRebuildEnvironmentCommand
376
+ */
377
+ export declare const de_RebuildEnvironmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RebuildEnvironmentCommandOutput>;
378
+ /**
379
+ * deserializeAws_queryRequestEnvironmentInfoCommand
380
+ */
381
+ export declare const de_RequestEnvironmentInfoCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RequestEnvironmentInfoCommandOutput>;
382
+ /**
383
+ * deserializeAws_queryRestartAppServerCommand
384
+ */
385
+ export declare const de_RestartAppServerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RestartAppServerCommandOutput>;
386
+ /**
387
+ * deserializeAws_queryRetrieveEnvironmentInfoCommand
388
+ */
389
+ export declare const de_RetrieveEnvironmentInfoCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RetrieveEnvironmentInfoCommandOutput>;
390
+ /**
391
+ * deserializeAws_querySwapEnvironmentCNAMEsCommand
392
+ */
393
+ export declare const de_SwapEnvironmentCNAMEsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SwapEnvironmentCNAMEsCommandOutput>;
394
+ /**
395
+ * deserializeAws_queryTerminateEnvironmentCommand
396
+ */
397
+ export declare const de_TerminateEnvironmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TerminateEnvironmentCommandOutput>;
398
+ /**
399
+ * deserializeAws_queryUpdateApplicationCommand
400
+ */
401
+ export declare const de_UpdateApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateApplicationCommandOutput>;
402
+ /**
403
+ * deserializeAws_queryUpdateApplicationResourceLifecycleCommand
404
+ */
405
+ export declare const de_UpdateApplicationResourceLifecycleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateApplicationResourceLifecycleCommandOutput>;
406
+ /**
407
+ * deserializeAws_queryUpdateApplicationVersionCommand
408
+ */
409
+ export declare const de_UpdateApplicationVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateApplicationVersionCommandOutput>;
410
+ /**
411
+ * deserializeAws_queryUpdateConfigurationTemplateCommand
412
+ */
413
+ export declare const de_UpdateConfigurationTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateConfigurationTemplateCommandOutput>;
414
+ /**
415
+ * deserializeAws_queryUpdateEnvironmentCommand
416
+ */
417
+ export declare const de_UpdateEnvironmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateEnvironmentCommandOutput>;
418
+ /**
419
+ * deserializeAws_queryUpdateTagsForResourceCommand
420
+ */
421
+ export declare const de_UpdateTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateTagsForResourceCommandOutput>;
422
+ /**
423
+ * deserializeAws_queryValidateConfigurationSettingsCommand
424
+ */
425
+ export declare const de_ValidateConfigurationSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ValidateConfigurationSettingsCommandOutput>;