@aws-sdk/client-appconfig 3.169.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 (68) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/AppConfig.d.ts +778 -220
  3. package/dist-types/ts3.4/AppConfigClient.d.ts +387 -116
  4. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +35 -17
  5. package/dist-types/ts3.4/commands/CreateConfigurationProfileCommand.d.ts +41 -17
  6. package/dist-types/ts3.4/commands/CreateDeploymentStrategyCommand.d.ts +41 -17
  7. package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +35 -17
  8. package/dist-types/ts3.4/commands/CreateExtensionAssociationCommand.d.ts +41 -17
  9. package/dist-types/ts3.4/commands/CreateExtensionCommand.d.ts +34 -17
  10. package/dist-types/ts3.4/commands/CreateHostedConfigurationVersionCommand.d.ts +41 -17
  11. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +33 -17
  12. package/dist-types/ts3.4/commands/DeleteConfigurationProfileCommand.d.ts +37 -17
  13. package/dist-types/ts3.4/commands/DeleteDeploymentStrategyCommand.d.ts +37 -17
  14. package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +33 -17
  15. package/dist-types/ts3.4/commands/DeleteExtensionAssociationCommand.d.ts +37 -17
  16. package/dist-types/ts3.4/commands/DeleteExtensionCommand.d.ts +32 -17
  17. package/dist-types/ts3.4/commands/DeleteHostedConfigurationVersionCommand.d.ts +37 -17
  18. package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +34 -17
  19. package/dist-types/ts3.4/commands/GetConfigurationCommand.d.ts +34 -17
  20. package/dist-types/ts3.4/commands/GetConfigurationProfileCommand.d.ts +41 -17
  21. package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +34 -17
  22. package/dist-types/ts3.4/commands/GetDeploymentStrategyCommand.d.ts +41 -17
  23. package/dist-types/ts3.4/commands/GetEnvironmentCommand.d.ts +34 -17
  24. package/dist-types/ts3.4/commands/GetExtensionAssociationCommand.d.ts +41 -17
  25. package/dist-types/ts3.4/commands/GetExtensionCommand.d.ts +34 -17
  26. package/dist-types/ts3.4/commands/GetHostedConfigurationVersionCommand.d.ts +41 -17
  27. package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +34 -17
  28. package/dist-types/ts3.4/commands/ListConfigurationProfilesCommand.d.ts +41 -17
  29. package/dist-types/ts3.4/commands/ListDeploymentStrategiesCommand.d.ts +41 -17
  30. package/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +34 -17
  31. package/dist-types/ts3.4/commands/ListEnvironmentsCommand.d.ts +34 -17
  32. package/dist-types/ts3.4/commands/ListExtensionAssociationsCommand.d.ts +41 -17
  33. package/dist-types/ts3.4/commands/ListExtensionsCommand.d.ts +34 -17
  34. package/dist-types/ts3.4/commands/ListHostedConfigurationVersionsCommand.d.ts +41 -17
  35. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +35 -17
  36. package/dist-types/ts3.4/commands/StartDeploymentCommand.d.ts +34 -17
  37. package/dist-types/ts3.4/commands/StopDeploymentCommand.d.ts +34 -17
  38. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  39. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
  40. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +35 -17
  41. package/dist-types/ts3.4/commands/UpdateConfigurationProfileCommand.d.ts +41 -17
  42. package/dist-types/ts3.4/commands/UpdateDeploymentStrategyCommand.d.ts +41 -17
  43. package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +35 -17
  44. package/dist-types/ts3.4/commands/UpdateExtensionAssociationCommand.d.ts +41 -17
  45. package/dist-types/ts3.4/commands/UpdateExtensionCommand.d.ts +34 -17
  46. package/dist-types/ts3.4/commands/ValidateConfigurationCommand.d.ts +36 -17
  47. package/dist-types/ts3.4/commands/index.d.ts +43 -43
  48. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  49. package/dist-types/ts3.4/index.d.ts +6 -6
  50. package/dist-types/ts3.4/models/AppConfigServiceException.d.ts +8 -6
  51. package/dist-types/ts3.4/models/index.d.ts +1 -1
  52. package/dist-types/ts3.4/models/models_0.d.ts +1080 -1022
  53. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  54. package/dist-types/ts3.4/pagination/ListApplicationsPaginator.d.ts +11 -4
  55. package/dist-types/ts3.4/pagination/ListConfigurationProfilesPaginator.d.ts +11 -4
  56. package/dist-types/ts3.4/pagination/ListDeploymentStrategiesPaginator.d.ts +11 -4
  57. package/dist-types/ts3.4/pagination/ListDeploymentsPaginator.d.ts +11 -4
  58. package/dist-types/ts3.4/pagination/ListEnvironmentsPaginator.d.ts +11 -4
  59. package/dist-types/ts3.4/pagination/ListExtensionAssociationsPaginator.d.ts +11 -4
  60. package/dist-types/ts3.4/pagination/ListExtensionsPaginator.d.ts +11 -4
  61. package/dist-types/ts3.4/pagination/ListHostedConfigurationVersionsPaginator.d.ts +11 -4
  62. package/dist-types/ts3.4/pagination/index.d.ts +9 -9
  63. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +521 -131
  64. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  65. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  66. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  67. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  68. package/package.json +34 -34
@@ -1,131 +1,521 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
3
- import { CreateApplicationCommandInput, CreateApplicationCommandOutput } from "../commands/CreateApplicationCommand";
4
- import { CreateConfigurationProfileCommandInput, CreateConfigurationProfileCommandOutput } from "../commands/CreateConfigurationProfileCommand";
5
- import { CreateDeploymentStrategyCommandInput, CreateDeploymentStrategyCommandOutput } from "../commands/CreateDeploymentStrategyCommand";
6
- import { CreateEnvironmentCommandInput, CreateEnvironmentCommandOutput } from "../commands/CreateEnvironmentCommand";
7
- import { CreateExtensionAssociationCommandInput, CreateExtensionAssociationCommandOutput } from "../commands/CreateExtensionAssociationCommand";
8
- import { CreateExtensionCommandInput, CreateExtensionCommandOutput } from "../commands/CreateExtensionCommand";
9
- import { CreateHostedConfigurationVersionCommandInput, CreateHostedConfigurationVersionCommandOutput } from "../commands/CreateHostedConfigurationVersionCommand";
10
- import { DeleteApplicationCommandInput, DeleteApplicationCommandOutput } from "../commands/DeleteApplicationCommand";
11
- import { DeleteConfigurationProfileCommandInput, DeleteConfigurationProfileCommandOutput } from "../commands/DeleteConfigurationProfileCommand";
12
- import { DeleteDeploymentStrategyCommandInput, DeleteDeploymentStrategyCommandOutput } from "../commands/DeleteDeploymentStrategyCommand";
13
- import { DeleteEnvironmentCommandInput, DeleteEnvironmentCommandOutput } from "../commands/DeleteEnvironmentCommand";
14
- import { DeleteExtensionAssociationCommandInput, DeleteExtensionAssociationCommandOutput } from "../commands/DeleteExtensionAssociationCommand";
15
- import { DeleteExtensionCommandInput, DeleteExtensionCommandOutput } from "../commands/DeleteExtensionCommand";
16
- import { DeleteHostedConfigurationVersionCommandInput, DeleteHostedConfigurationVersionCommandOutput } from "../commands/DeleteHostedConfigurationVersionCommand";
17
- import { GetApplicationCommandInput, GetApplicationCommandOutput } from "../commands/GetApplicationCommand";
18
- import { GetConfigurationCommandInput, GetConfigurationCommandOutput } from "../commands/GetConfigurationCommand";
19
- import { GetConfigurationProfileCommandInput, GetConfigurationProfileCommandOutput } from "../commands/GetConfigurationProfileCommand";
20
- import { GetDeploymentCommandInput, GetDeploymentCommandOutput } from "../commands/GetDeploymentCommand";
21
- import { GetDeploymentStrategyCommandInput, GetDeploymentStrategyCommandOutput } from "../commands/GetDeploymentStrategyCommand";
22
- import { GetEnvironmentCommandInput, GetEnvironmentCommandOutput } from "../commands/GetEnvironmentCommand";
23
- import { GetExtensionAssociationCommandInput, GetExtensionAssociationCommandOutput } from "../commands/GetExtensionAssociationCommand";
24
- import { GetExtensionCommandInput, GetExtensionCommandOutput } from "../commands/GetExtensionCommand";
25
- import { GetHostedConfigurationVersionCommandInput, GetHostedConfigurationVersionCommandOutput } from "../commands/GetHostedConfigurationVersionCommand";
26
- import { ListApplicationsCommandInput, ListApplicationsCommandOutput } from "../commands/ListApplicationsCommand";
27
- import { ListConfigurationProfilesCommandInput, ListConfigurationProfilesCommandOutput } from "../commands/ListConfigurationProfilesCommand";
28
- import { ListDeploymentsCommandInput, ListDeploymentsCommandOutput } from "../commands/ListDeploymentsCommand";
29
- import { ListDeploymentStrategiesCommandInput, ListDeploymentStrategiesCommandOutput } from "../commands/ListDeploymentStrategiesCommand";
30
- import { ListEnvironmentsCommandInput, ListEnvironmentsCommandOutput } from "../commands/ListEnvironmentsCommand";
31
- import { ListExtensionAssociationsCommandInput, ListExtensionAssociationsCommandOutput } from "../commands/ListExtensionAssociationsCommand";
32
- import { ListExtensionsCommandInput, ListExtensionsCommandOutput } from "../commands/ListExtensionsCommand";
33
- import { ListHostedConfigurationVersionsCommandInput, ListHostedConfigurationVersionsCommandOutput } from "../commands/ListHostedConfigurationVersionsCommand";
34
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
35
- import { StartDeploymentCommandInput, StartDeploymentCommandOutput } from "../commands/StartDeploymentCommand";
36
- import { StopDeploymentCommandInput, StopDeploymentCommandOutput } from "../commands/StopDeploymentCommand";
37
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
38
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
39
- import { UpdateApplicationCommandInput, UpdateApplicationCommandOutput } from "../commands/UpdateApplicationCommand";
40
- import { UpdateConfigurationProfileCommandInput, UpdateConfigurationProfileCommandOutput } from "../commands/UpdateConfigurationProfileCommand";
41
- import { UpdateDeploymentStrategyCommandInput, UpdateDeploymentStrategyCommandOutput } from "../commands/UpdateDeploymentStrategyCommand";
42
- import { UpdateEnvironmentCommandInput, UpdateEnvironmentCommandOutput } from "../commands/UpdateEnvironmentCommand";
43
- import { UpdateExtensionAssociationCommandInput, UpdateExtensionAssociationCommandOutput } from "../commands/UpdateExtensionAssociationCommand";
44
- import { UpdateExtensionCommandInput, UpdateExtensionCommandOutput } from "../commands/UpdateExtensionCommand";
45
- import { ValidateConfigurationCommandInput, ValidateConfigurationCommandOutput } from "../commands/ValidateConfigurationCommand";
46
- export declare const serializeAws_restJson1CreateApplicationCommand: (input: CreateApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
47
- export declare const serializeAws_restJson1CreateConfigurationProfileCommand: (input: CreateConfigurationProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
48
- export declare const serializeAws_restJson1CreateDeploymentStrategyCommand: (input: CreateDeploymentStrategyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
49
- export declare const serializeAws_restJson1CreateEnvironmentCommand: (input: CreateEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
- export declare const serializeAws_restJson1CreateExtensionCommand: (input: CreateExtensionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
51
- export declare const serializeAws_restJson1CreateExtensionAssociationCommand: (input: CreateExtensionAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
52
- export declare const serializeAws_restJson1CreateHostedConfigurationVersionCommand: (input: CreateHostedConfigurationVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
- export declare const serializeAws_restJson1DeleteApplicationCommand: (input: DeleteApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
- export declare const serializeAws_restJson1DeleteConfigurationProfileCommand: (input: DeleteConfigurationProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
- export declare const serializeAws_restJson1DeleteDeploymentStrategyCommand: (input: DeleteDeploymentStrategyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
- export declare const serializeAws_restJson1DeleteEnvironmentCommand: (input: DeleteEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
- export declare const serializeAws_restJson1DeleteExtensionCommand: (input: DeleteExtensionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
- export declare const serializeAws_restJson1DeleteExtensionAssociationCommand: (input: DeleteExtensionAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
- export declare const serializeAws_restJson1DeleteHostedConfigurationVersionCommand: (input: DeleteHostedConfigurationVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
- export declare const serializeAws_restJson1GetApplicationCommand: (input: GetApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
- export declare const serializeAws_restJson1GetConfigurationCommand: (input: GetConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
- export declare const serializeAws_restJson1GetConfigurationProfileCommand: (input: GetConfigurationProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
- export declare const serializeAws_restJson1GetDeploymentCommand: (input: GetDeploymentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
- export declare const serializeAws_restJson1GetDeploymentStrategyCommand: (input: GetDeploymentStrategyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
- export declare const serializeAws_restJson1GetEnvironmentCommand: (input: GetEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
- export declare const serializeAws_restJson1GetExtensionCommand: (input: GetExtensionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
- export declare const serializeAws_restJson1GetExtensionAssociationCommand: (input: GetExtensionAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
68
- export declare const serializeAws_restJson1GetHostedConfigurationVersionCommand: (input: GetHostedConfigurationVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
69
- export declare const serializeAws_restJson1ListApplicationsCommand: (input: ListApplicationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
- export declare const serializeAws_restJson1ListConfigurationProfilesCommand: (input: ListConfigurationProfilesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
- export declare const serializeAws_restJson1ListDeploymentsCommand: (input: ListDeploymentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
- export declare const serializeAws_restJson1ListDeploymentStrategiesCommand: (input: ListDeploymentStrategiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
- export declare const serializeAws_restJson1ListEnvironmentsCommand: (input: ListEnvironmentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
- export declare const serializeAws_restJson1ListExtensionAssociationsCommand: (input: ListExtensionAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
- export declare const serializeAws_restJson1ListExtensionsCommand: (input: ListExtensionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
76
- export declare const serializeAws_restJson1ListHostedConfigurationVersionsCommand: (input: ListHostedConfigurationVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
- export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
- export declare const serializeAws_restJson1StartDeploymentCommand: (input: StartDeploymentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
79
- export declare const serializeAws_restJson1StopDeploymentCommand: (input: StopDeploymentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
80
- export declare const serializeAws_restJson1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
81
- export declare const serializeAws_restJson1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
- export declare const serializeAws_restJson1UpdateApplicationCommand: (input: UpdateApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
83
- export declare const serializeAws_restJson1UpdateConfigurationProfileCommand: (input: UpdateConfigurationProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
84
- export declare const serializeAws_restJson1UpdateDeploymentStrategyCommand: (input: UpdateDeploymentStrategyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
85
- export declare const serializeAws_restJson1UpdateEnvironmentCommand: (input: UpdateEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
- export declare const serializeAws_restJson1UpdateExtensionCommand: (input: UpdateExtensionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
87
- export declare const serializeAws_restJson1UpdateExtensionAssociationCommand: (input: UpdateExtensionAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
88
- export declare const serializeAws_restJson1ValidateConfigurationCommand: (input: ValidateConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
89
- export declare const deserializeAws_restJson1CreateApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateApplicationCommandOutput>;
90
- export declare const deserializeAws_restJson1CreateConfigurationProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateConfigurationProfileCommandOutput>;
91
- export declare const deserializeAws_restJson1CreateDeploymentStrategyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDeploymentStrategyCommandOutput>;
92
- export declare const deserializeAws_restJson1CreateEnvironmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateEnvironmentCommandOutput>;
93
- export declare const deserializeAws_restJson1CreateExtensionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateExtensionCommandOutput>;
94
- export declare const deserializeAws_restJson1CreateExtensionAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateExtensionAssociationCommandOutput>;
95
- export declare const deserializeAws_restJson1CreateHostedConfigurationVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateHostedConfigurationVersionCommandOutput>;
96
- export declare const deserializeAws_restJson1DeleteApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteApplicationCommandOutput>;
97
- export declare const deserializeAws_restJson1DeleteConfigurationProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteConfigurationProfileCommandOutput>;
98
- export declare const deserializeAws_restJson1DeleteDeploymentStrategyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDeploymentStrategyCommandOutput>;
99
- export declare const deserializeAws_restJson1DeleteEnvironmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteEnvironmentCommandOutput>;
100
- export declare const deserializeAws_restJson1DeleteExtensionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteExtensionCommandOutput>;
101
- export declare const deserializeAws_restJson1DeleteExtensionAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteExtensionAssociationCommandOutput>;
102
- export declare const deserializeAws_restJson1DeleteHostedConfigurationVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteHostedConfigurationVersionCommandOutput>;
103
- export declare const deserializeAws_restJson1GetApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetApplicationCommandOutput>;
104
- export declare const deserializeAws_restJson1GetConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetConfigurationCommandOutput>;
105
- export declare const deserializeAws_restJson1GetConfigurationProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetConfigurationProfileCommandOutput>;
106
- export declare const deserializeAws_restJson1GetDeploymentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDeploymentCommandOutput>;
107
- export declare const deserializeAws_restJson1GetDeploymentStrategyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDeploymentStrategyCommandOutput>;
108
- export declare const deserializeAws_restJson1GetEnvironmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetEnvironmentCommandOutput>;
109
- export declare const deserializeAws_restJson1GetExtensionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetExtensionCommandOutput>;
110
- export declare const deserializeAws_restJson1GetExtensionAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetExtensionAssociationCommandOutput>;
111
- export declare const deserializeAws_restJson1GetHostedConfigurationVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetHostedConfigurationVersionCommandOutput>;
112
- export declare const deserializeAws_restJson1ListApplicationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListApplicationsCommandOutput>;
113
- export declare const deserializeAws_restJson1ListConfigurationProfilesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListConfigurationProfilesCommandOutput>;
114
- export declare const deserializeAws_restJson1ListDeploymentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDeploymentsCommandOutput>;
115
- export declare const deserializeAws_restJson1ListDeploymentStrategiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDeploymentStrategiesCommandOutput>;
116
- export declare const deserializeAws_restJson1ListEnvironmentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEnvironmentsCommandOutput>;
117
- export declare const deserializeAws_restJson1ListExtensionAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListExtensionAssociationsCommandOutput>;
118
- export declare const deserializeAws_restJson1ListExtensionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListExtensionsCommandOutput>;
119
- export declare const deserializeAws_restJson1ListHostedConfigurationVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListHostedConfigurationVersionsCommandOutput>;
120
- export declare const deserializeAws_restJson1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
121
- export declare const deserializeAws_restJson1StartDeploymentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartDeploymentCommandOutput>;
122
- export declare const deserializeAws_restJson1StopDeploymentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopDeploymentCommandOutput>;
123
- export declare const deserializeAws_restJson1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
124
- export declare const deserializeAws_restJson1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
125
- export declare const deserializeAws_restJson1UpdateApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateApplicationCommandOutput>;
126
- export declare const deserializeAws_restJson1UpdateConfigurationProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateConfigurationProfileCommandOutput>;
127
- export declare const deserializeAws_restJson1UpdateDeploymentStrategyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDeploymentStrategyCommandOutput>;
128
- export declare const deserializeAws_restJson1UpdateEnvironmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateEnvironmentCommandOutput>;
129
- export declare const deserializeAws_restJson1UpdateExtensionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateExtensionCommandOutput>;
130
- export declare const deserializeAws_restJson1UpdateExtensionAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateExtensionAssociationCommandOutput>;
131
- export declare const deserializeAws_restJson1ValidateConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ValidateConfigurationCommandOutput>;
1
+ import {
2
+ HttpRequest as __HttpRequest,
3
+ HttpResponse as __HttpResponse,
4
+ } from "@aws-sdk/protocol-http";
5
+ import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
6
+ import {
7
+ CreateApplicationCommandInput,
8
+ CreateApplicationCommandOutput,
9
+ } from "../commands/CreateApplicationCommand";
10
+ import {
11
+ CreateConfigurationProfileCommandInput,
12
+ CreateConfigurationProfileCommandOutput,
13
+ } from "../commands/CreateConfigurationProfileCommand";
14
+ import {
15
+ CreateDeploymentStrategyCommandInput,
16
+ CreateDeploymentStrategyCommandOutput,
17
+ } from "../commands/CreateDeploymentStrategyCommand";
18
+ import {
19
+ CreateEnvironmentCommandInput,
20
+ CreateEnvironmentCommandOutput,
21
+ } from "../commands/CreateEnvironmentCommand";
22
+ import {
23
+ CreateExtensionAssociationCommandInput,
24
+ CreateExtensionAssociationCommandOutput,
25
+ } from "../commands/CreateExtensionAssociationCommand";
26
+ import {
27
+ CreateExtensionCommandInput,
28
+ CreateExtensionCommandOutput,
29
+ } from "../commands/CreateExtensionCommand";
30
+ import {
31
+ CreateHostedConfigurationVersionCommandInput,
32
+ CreateHostedConfigurationVersionCommandOutput,
33
+ } from "../commands/CreateHostedConfigurationVersionCommand";
34
+ import {
35
+ DeleteApplicationCommandInput,
36
+ DeleteApplicationCommandOutput,
37
+ } from "../commands/DeleteApplicationCommand";
38
+ import {
39
+ DeleteConfigurationProfileCommandInput,
40
+ DeleteConfigurationProfileCommandOutput,
41
+ } from "../commands/DeleteConfigurationProfileCommand";
42
+ import {
43
+ DeleteDeploymentStrategyCommandInput,
44
+ DeleteDeploymentStrategyCommandOutput,
45
+ } from "../commands/DeleteDeploymentStrategyCommand";
46
+ import {
47
+ DeleteEnvironmentCommandInput,
48
+ DeleteEnvironmentCommandOutput,
49
+ } from "../commands/DeleteEnvironmentCommand";
50
+ import {
51
+ DeleteExtensionAssociationCommandInput,
52
+ DeleteExtensionAssociationCommandOutput,
53
+ } from "../commands/DeleteExtensionAssociationCommand";
54
+ import {
55
+ DeleteExtensionCommandInput,
56
+ DeleteExtensionCommandOutput,
57
+ } from "../commands/DeleteExtensionCommand";
58
+ import {
59
+ DeleteHostedConfigurationVersionCommandInput,
60
+ DeleteHostedConfigurationVersionCommandOutput,
61
+ } from "../commands/DeleteHostedConfigurationVersionCommand";
62
+ import {
63
+ GetApplicationCommandInput,
64
+ GetApplicationCommandOutput,
65
+ } from "../commands/GetApplicationCommand";
66
+ import {
67
+ GetConfigurationCommandInput,
68
+ GetConfigurationCommandOutput,
69
+ } from "../commands/GetConfigurationCommand";
70
+ import {
71
+ GetConfigurationProfileCommandInput,
72
+ GetConfigurationProfileCommandOutput,
73
+ } from "../commands/GetConfigurationProfileCommand";
74
+ import {
75
+ GetDeploymentCommandInput,
76
+ GetDeploymentCommandOutput,
77
+ } from "../commands/GetDeploymentCommand";
78
+ import {
79
+ GetDeploymentStrategyCommandInput,
80
+ GetDeploymentStrategyCommandOutput,
81
+ } from "../commands/GetDeploymentStrategyCommand";
82
+ import {
83
+ GetEnvironmentCommandInput,
84
+ GetEnvironmentCommandOutput,
85
+ } from "../commands/GetEnvironmentCommand";
86
+ import {
87
+ GetExtensionAssociationCommandInput,
88
+ GetExtensionAssociationCommandOutput,
89
+ } from "../commands/GetExtensionAssociationCommand";
90
+ import {
91
+ GetExtensionCommandInput,
92
+ GetExtensionCommandOutput,
93
+ } from "../commands/GetExtensionCommand";
94
+ import {
95
+ GetHostedConfigurationVersionCommandInput,
96
+ GetHostedConfigurationVersionCommandOutput,
97
+ } from "../commands/GetHostedConfigurationVersionCommand";
98
+ import {
99
+ ListApplicationsCommandInput,
100
+ ListApplicationsCommandOutput,
101
+ } from "../commands/ListApplicationsCommand";
102
+ import {
103
+ ListConfigurationProfilesCommandInput,
104
+ ListConfigurationProfilesCommandOutput,
105
+ } from "../commands/ListConfigurationProfilesCommand";
106
+ import {
107
+ ListDeploymentsCommandInput,
108
+ ListDeploymentsCommandOutput,
109
+ } from "../commands/ListDeploymentsCommand";
110
+ import {
111
+ ListDeploymentStrategiesCommandInput,
112
+ ListDeploymentStrategiesCommandOutput,
113
+ } from "../commands/ListDeploymentStrategiesCommand";
114
+ import {
115
+ ListEnvironmentsCommandInput,
116
+ ListEnvironmentsCommandOutput,
117
+ } from "../commands/ListEnvironmentsCommand";
118
+ import {
119
+ ListExtensionAssociationsCommandInput,
120
+ ListExtensionAssociationsCommandOutput,
121
+ } from "../commands/ListExtensionAssociationsCommand";
122
+ import {
123
+ ListExtensionsCommandInput,
124
+ ListExtensionsCommandOutput,
125
+ } from "../commands/ListExtensionsCommand";
126
+ import {
127
+ ListHostedConfigurationVersionsCommandInput,
128
+ ListHostedConfigurationVersionsCommandOutput,
129
+ } from "../commands/ListHostedConfigurationVersionsCommand";
130
+ import {
131
+ ListTagsForResourceCommandInput,
132
+ ListTagsForResourceCommandOutput,
133
+ } from "../commands/ListTagsForResourceCommand";
134
+ import {
135
+ StartDeploymentCommandInput,
136
+ StartDeploymentCommandOutput,
137
+ } from "../commands/StartDeploymentCommand";
138
+ import {
139
+ StopDeploymentCommandInput,
140
+ StopDeploymentCommandOutput,
141
+ } from "../commands/StopDeploymentCommand";
142
+ import {
143
+ TagResourceCommandInput,
144
+ TagResourceCommandOutput,
145
+ } from "../commands/TagResourceCommand";
146
+ import {
147
+ UntagResourceCommandInput,
148
+ UntagResourceCommandOutput,
149
+ } from "../commands/UntagResourceCommand";
150
+ import {
151
+ UpdateApplicationCommandInput,
152
+ UpdateApplicationCommandOutput,
153
+ } from "../commands/UpdateApplicationCommand";
154
+ import {
155
+ UpdateConfigurationProfileCommandInput,
156
+ UpdateConfigurationProfileCommandOutput,
157
+ } from "../commands/UpdateConfigurationProfileCommand";
158
+ import {
159
+ UpdateDeploymentStrategyCommandInput,
160
+ UpdateDeploymentStrategyCommandOutput,
161
+ } from "../commands/UpdateDeploymentStrategyCommand";
162
+ import {
163
+ UpdateEnvironmentCommandInput,
164
+ UpdateEnvironmentCommandOutput,
165
+ } from "../commands/UpdateEnvironmentCommand";
166
+ import {
167
+ UpdateExtensionAssociationCommandInput,
168
+ UpdateExtensionAssociationCommandOutput,
169
+ } from "../commands/UpdateExtensionAssociationCommand";
170
+ import {
171
+ UpdateExtensionCommandInput,
172
+ UpdateExtensionCommandOutput,
173
+ } from "../commands/UpdateExtensionCommand";
174
+ import {
175
+ ValidateConfigurationCommandInput,
176
+ ValidateConfigurationCommandOutput,
177
+ } from "../commands/ValidateConfigurationCommand";
178
+ export declare const serializeAws_restJson1CreateApplicationCommand: (
179
+ input: CreateApplicationCommandInput,
180
+ context: __SerdeContext
181
+ ) => Promise<__HttpRequest>;
182
+ export declare const serializeAws_restJson1CreateConfigurationProfileCommand: (
183
+ input: CreateConfigurationProfileCommandInput,
184
+ context: __SerdeContext
185
+ ) => Promise<__HttpRequest>;
186
+ export declare const serializeAws_restJson1CreateDeploymentStrategyCommand: (
187
+ input: CreateDeploymentStrategyCommandInput,
188
+ context: __SerdeContext
189
+ ) => Promise<__HttpRequest>;
190
+ export declare const serializeAws_restJson1CreateEnvironmentCommand: (
191
+ input: CreateEnvironmentCommandInput,
192
+ context: __SerdeContext
193
+ ) => Promise<__HttpRequest>;
194
+ export declare const serializeAws_restJson1CreateExtensionCommand: (
195
+ input: CreateExtensionCommandInput,
196
+ context: __SerdeContext
197
+ ) => Promise<__HttpRequest>;
198
+ export declare const serializeAws_restJson1CreateExtensionAssociationCommand: (
199
+ input: CreateExtensionAssociationCommandInput,
200
+ context: __SerdeContext
201
+ ) => Promise<__HttpRequest>;
202
+ export declare const serializeAws_restJson1CreateHostedConfigurationVersionCommand: (
203
+ input: CreateHostedConfigurationVersionCommandInput,
204
+ context: __SerdeContext
205
+ ) => Promise<__HttpRequest>;
206
+ export declare const serializeAws_restJson1DeleteApplicationCommand: (
207
+ input: DeleteApplicationCommandInput,
208
+ context: __SerdeContext
209
+ ) => Promise<__HttpRequest>;
210
+ export declare const serializeAws_restJson1DeleteConfigurationProfileCommand: (
211
+ input: DeleteConfigurationProfileCommandInput,
212
+ context: __SerdeContext
213
+ ) => Promise<__HttpRequest>;
214
+ export declare const serializeAws_restJson1DeleteDeploymentStrategyCommand: (
215
+ input: DeleteDeploymentStrategyCommandInput,
216
+ context: __SerdeContext
217
+ ) => Promise<__HttpRequest>;
218
+ export declare const serializeAws_restJson1DeleteEnvironmentCommand: (
219
+ input: DeleteEnvironmentCommandInput,
220
+ context: __SerdeContext
221
+ ) => Promise<__HttpRequest>;
222
+ export declare const serializeAws_restJson1DeleteExtensionCommand: (
223
+ input: DeleteExtensionCommandInput,
224
+ context: __SerdeContext
225
+ ) => Promise<__HttpRequest>;
226
+ export declare const serializeAws_restJson1DeleteExtensionAssociationCommand: (
227
+ input: DeleteExtensionAssociationCommandInput,
228
+ context: __SerdeContext
229
+ ) => Promise<__HttpRequest>;
230
+ export declare const serializeAws_restJson1DeleteHostedConfigurationVersionCommand: (
231
+ input: DeleteHostedConfigurationVersionCommandInput,
232
+ context: __SerdeContext
233
+ ) => Promise<__HttpRequest>;
234
+ export declare const serializeAws_restJson1GetApplicationCommand: (
235
+ input: GetApplicationCommandInput,
236
+ context: __SerdeContext
237
+ ) => Promise<__HttpRequest>;
238
+ export declare const serializeAws_restJson1GetConfigurationCommand: (
239
+ input: GetConfigurationCommandInput,
240
+ context: __SerdeContext
241
+ ) => Promise<__HttpRequest>;
242
+ export declare const serializeAws_restJson1GetConfigurationProfileCommand: (
243
+ input: GetConfigurationProfileCommandInput,
244
+ context: __SerdeContext
245
+ ) => Promise<__HttpRequest>;
246
+ export declare const serializeAws_restJson1GetDeploymentCommand: (
247
+ input: GetDeploymentCommandInput,
248
+ context: __SerdeContext
249
+ ) => Promise<__HttpRequest>;
250
+ export declare const serializeAws_restJson1GetDeploymentStrategyCommand: (
251
+ input: GetDeploymentStrategyCommandInput,
252
+ context: __SerdeContext
253
+ ) => Promise<__HttpRequest>;
254
+ export declare const serializeAws_restJson1GetEnvironmentCommand: (
255
+ input: GetEnvironmentCommandInput,
256
+ context: __SerdeContext
257
+ ) => Promise<__HttpRequest>;
258
+ export declare const serializeAws_restJson1GetExtensionCommand: (
259
+ input: GetExtensionCommandInput,
260
+ context: __SerdeContext
261
+ ) => Promise<__HttpRequest>;
262
+ export declare const serializeAws_restJson1GetExtensionAssociationCommand: (
263
+ input: GetExtensionAssociationCommandInput,
264
+ context: __SerdeContext
265
+ ) => Promise<__HttpRequest>;
266
+ export declare const serializeAws_restJson1GetHostedConfigurationVersionCommand: (
267
+ input: GetHostedConfigurationVersionCommandInput,
268
+ context: __SerdeContext
269
+ ) => Promise<__HttpRequest>;
270
+ export declare const serializeAws_restJson1ListApplicationsCommand: (
271
+ input: ListApplicationsCommandInput,
272
+ context: __SerdeContext
273
+ ) => Promise<__HttpRequest>;
274
+ export declare const serializeAws_restJson1ListConfigurationProfilesCommand: (
275
+ input: ListConfigurationProfilesCommandInput,
276
+ context: __SerdeContext
277
+ ) => Promise<__HttpRequest>;
278
+ export declare const serializeAws_restJson1ListDeploymentsCommand: (
279
+ input: ListDeploymentsCommandInput,
280
+ context: __SerdeContext
281
+ ) => Promise<__HttpRequest>;
282
+ export declare const serializeAws_restJson1ListDeploymentStrategiesCommand: (
283
+ input: ListDeploymentStrategiesCommandInput,
284
+ context: __SerdeContext
285
+ ) => Promise<__HttpRequest>;
286
+ export declare const serializeAws_restJson1ListEnvironmentsCommand: (
287
+ input: ListEnvironmentsCommandInput,
288
+ context: __SerdeContext
289
+ ) => Promise<__HttpRequest>;
290
+ export declare const serializeAws_restJson1ListExtensionAssociationsCommand: (
291
+ input: ListExtensionAssociationsCommandInput,
292
+ context: __SerdeContext
293
+ ) => Promise<__HttpRequest>;
294
+ export declare const serializeAws_restJson1ListExtensionsCommand: (
295
+ input: ListExtensionsCommandInput,
296
+ context: __SerdeContext
297
+ ) => Promise<__HttpRequest>;
298
+ export declare const serializeAws_restJson1ListHostedConfigurationVersionsCommand: (
299
+ input: ListHostedConfigurationVersionsCommandInput,
300
+ context: __SerdeContext
301
+ ) => Promise<__HttpRequest>;
302
+ export declare const serializeAws_restJson1ListTagsForResourceCommand: (
303
+ input: ListTagsForResourceCommandInput,
304
+ context: __SerdeContext
305
+ ) => Promise<__HttpRequest>;
306
+ export declare const serializeAws_restJson1StartDeploymentCommand: (
307
+ input: StartDeploymentCommandInput,
308
+ context: __SerdeContext
309
+ ) => Promise<__HttpRequest>;
310
+ export declare const serializeAws_restJson1StopDeploymentCommand: (
311
+ input: StopDeploymentCommandInput,
312
+ context: __SerdeContext
313
+ ) => Promise<__HttpRequest>;
314
+ export declare const serializeAws_restJson1TagResourceCommand: (
315
+ input: TagResourceCommandInput,
316
+ context: __SerdeContext
317
+ ) => Promise<__HttpRequest>;
318
+ export declare const serializeAws_restJson1UntagResourceCommand: (
319
+ input: UntagResourceCommandInput,
320
+ context: __SerdeContext
321
+ ) => Promise<__HttpRequest>;
322
+ export declare const serializeAws_restJson1UpdateApplicationCommand: (
323
+ input: UpdateApplicationCommandInput,
324
+ context: __SerdeContext
325
+ ) => Promise<__HttpRequest>;
326
+ export declare const serializeAws_restJson1UpdateConfigurationProfileCommand: (
327
+ input: UpdateConfigurationProfileCommandInput,
328
+ context: __SerdeContext
329
+ ) => Promise<__HttpRequest>;
330
+ export declare const serializeAws_restJson1UpdateDeploymentStrategyCommand: (
331
+ input: UpdateDeploymentStrategyCommandInput,
332
+ context: __SerdeContext
333
+ ) => Promise<__HttpRequest>;
334
+ export declare const serializeAws_restJson1UpdateEnvironmentCommand: (
335
+ input: UpdateEnvironmentCommandInput,
336
+ context: __SerdeContext
337
+ ) => Promise<__HttpRequest>;
338
+ export declare const serializeAws_restJson1UpdateExtensionCommand: (
339
+ input: UpdateExtensionCommandInput,
340
+ context: __SerdeContext
341
+ ) => Promise<__HttpRequest>;
342
+ export declare const serializeAws_restJson1UpdateExtensionAssociationCommand: (
343
+ input: UpdateExtensionAssociationCommandInput,
344
+ context: __SerdeContext
345
+ ) => Promise<__HttpRequest>;
346
+ export declare const serializeAws_restJson1ValidateConfigurationCommand: (
347
+ input: ValidateConfigurationCommandInput,
348
+ context: __SerdeContext
349
+ ) => Promise<__HttpRequest>;
350
+ export declare const deserializeAws_restJson1CreateApplicationCommand: (
351
+ output: __HttpResponse,
352
+ context: __SerdeContext
353
+ ) => Promise<CreateApplicationCommandOutput>;
354
+ export declare const deserializeAws_restJson1CreateConfigurationProfileCommand: (
355
+ output: __HttpResponse,
356
+ context: __SerdeContext
357
+ ) => Promise<CreateConfigurationProfileCommandOutput>;
358
+ export declare const deserializeAws_restJson1CreateDeploymentStrategyCommand: (
359
+ output: __HttpResponse,
360
+ context: __SerdeContext
361
+ ) => Promise<CreateDeploymentStrategyCommandOutput>;
362
+ export declare const deserializeAws_restJson1CreateEnvironmentCommand: (
363
+ output: __HttpResponse,
364
+ context: __SerdeContext
365
+ ) => Promise<CreateEnvironmentCommandOutput>;
366
+ export declare const deserializeAws_restJson1CreateExtensionCommand: (
367
+ output: __HttpResponse,
368
+ context: __SerdeContext
369
+ ) => Promise<CreateExtensionCommandOutput>;
370
+ export declare const deserializeAws_restJson1CreateExtensionAssociationCommand: (
371
+ output: __HttpResponse,
372
+ context: __SerdeContext
373
+ ) => Promise<CreateExtensionAssociationCommandOutput>;
374
+ export declare const deserializeAws_restJson1CreateHostedConfigurationVersionCommand: (
375
+ output: __HttpResponse,
376
+ context: __SerdeContext
377
+ ) => Promise<CreateHostedConfigurationVersionCommandOutput>;
378
+ export declare const deserializeAws_restJson1DeleteApplicationCommand: (
379
+ output: __HttpResponse,
380
+ context: __SerdeContext
381
+ ) => Promise<DeleteApplicationCommandOutput>;
382
+ export declare const deserializeAws_restJson1DeleteConfigurationProfileCommand: (
383
+ output: __HttpResponse,
384
+ context: __SerdeContext
385
+ ) => Promise<DeleteConfigurationProfileCommandOutput>;
386
+ export declare const deserializeAws_restJson1DeleteDeploymentStrategyCommand: (
387
+ output: __HttpResponse,
388
+ context: __SerdeContext
389
+ ) => Promise<DeleteDeploymentStrategyCommandOutput>;
390
+ export declare const deserializeAws_restJson1DeleteEnvironmentCommand: (
391
+ output: __HttpResponse,
392
+ context: __SerdeContext
393
+ ) => Promise<DeleteEnvironmentCommandOutput>;
394
+ export declare const deserializeAws_restJson1DeleteExtensionCommand: (
395
+ output: __HttpResponse,
396
+ context: __SerdeContext
397
+ ) => Promise<DeleteExtensionCommandOutput>;
398
+ export declare const deserializeAws_restJson1DeleteExtensionAssociationCommand: (
399
+ output: __HttpResponse,
400
+ context: __SerdeContext
401
+ ) => Promise<DeleteExtensionAssociationCommandOutput>;
402
+ export declare const deserializeAws_restJson1DeleteHostedConfigurationVersionCommand: (
403
+ output: __HttpResponse,
404
+ context: __SerdeContext
405
+ ) => Promise<DeleteHostedConfigurationVersionCommandOutput>;
406
+ export declare const deserializeAws_restJson1GetApplicationCommand: (
407
+ output: __HttpResponse,
408
+ context: __SerdeContext
409
+ ) => Promise<GetApplicationCommandOutput>;
410
+ export declare const deserializeAws_restJson1GetConfigurationCommand: (
411
+ output: __HttpResponse,
412
+ context: __SerdeContext
413
+ ) => Promise<GetConfigurationCommandOutput>;
414
+ export declare const deserializeAws_restJson1GetConfigurationProfileCommand: (
415
+ output: __HttpResponse,
416
+ context: __SerdeContext
417
+ ) => Promise<GetConfigurationProfileCommandOutput>;
418
+ export declare const deserializeAws_restJson1GetDeploymentCommand: (
419
+ output: __HttpResponse,
420
+ context: __SerdeContext
421
+ ) => Promise<GetDeploymentCommandOutput>;
422
+ export declare const deserializeAws_restJson1GetDeploymentStrategyCommand: (
423
+ output: __HttpResponse,
424
+ context: __SerdeContext
425
+ ) => Promise<GetDeploymentStrategyCommandOutput>;
426
+ export declare const deserializeAws_restJson1GetEnvironmentCommand: (
427
+ output: __HttpResponse,
428
+ context: __SerdeContext
429
+ ) => Promise<GetEnvironmentCommandOutput>;
430
+ export declare const deserializeAws_restJson1GetExtensionCommand: (
431
+ output: __HttpResponse,
432
+ context: __SerdeContext
433
+ ) => Promise<GetExtensionCommandOutput>;
434
+ export declare const deserializeAws_restJson1GetExtensionAssociationCommand: (
435
+ output: __HttpResponse,
436
+ context: __SerdeContext
437
+ ) => Promise<GetExtensionAssociationCommandOutput>;
438
+ export declare const deserializeAws_restJson1GetHostedConfigurationVersionCommand: (
439
+ output: __HttpResponse,
440
+ context: __SerdeContext
441
+ ) => Promise<GetHostedConfigurationVersionCommandOutput>;
442
+ export declare const deserializeAws_restJson1ListApplicationsCommand: (
443
+ output: __HttpResponse,
444
+ context: __SerdeContext
445
+ ) => Promise<ListApplicationsCommandOutput>;
446
+ export declare const deserializeAws_restJson1ListConfigurationProfilesCommand: (
447
+ output: __HttpResponse,
448
+ context: __SerdeContext
449
+ ) => Promise<ListConfigurationProfilesCommandOutput>;
450
+ export declare const deserializeAws_restJson1ListDeploymentsCommand: (
451
+ output: __HttpResponse,
452
+ context: __SerdeContext
453
+ ) => Promise<ListDeploymentsCommandOutput>;
454
+ export declare const deserializeAws_restJson1ListDeploymentStrategiesCommand: (
455
+ output: __HttpResponse,
456
+ context: __SerdeContext
457
+ ) => Promise<ListDeploymentStrategiesCommandOutput>;
458
+ export declare const deserializeAws_restJson1ListEnvironmentsCommand: (
459
+ output: __HttpResponse,
460
+ context: __SerdeContext
461
+ ) => Promise<ListEnvironmentsCommandOutput>;
462
+ export declare const deserializeAws_restJson1ListExtensionAssociationsCommand: (
463
+ output: __HttpResponse,
464
+ context: __SerdeContext
465
+ ) => Promise<ListExtensionAssociationsCommandOutput>;
466
+ export declare const deserializeAws_restJson1ListExtensionsCommand: (
467
+ output: __HttpResponse,
468
+ context: __SerdeContext
469
+ ) => Promise<ListExtensionsCommandOutput>;
470
+ export declare const deserializeAws_restJson1ListHostedConfigurationVersionsCommand: (
471
+ output: __HttpResponse,
472
+ context: __SerdeContext
473
+ ) => Promise<ListHostedConfigurationVersionsCommandOutput>;
474
+ export declare const deserializeAws_restJson1ListTagsForResourceCommand: (
475
+ output: __HttpResponse,
476
+ context: __SerdeContext
477
+ ) => Promise<ListTagsForResourceCommandOutput>;
478
+ export declare const deserializeAws_restJson1StartDeploymentCommand: (
479
+ output: __HttpResponse,
480
+ context: __SerdeContext
481
+ ) => Promise<StartDeploymentCommandOutput>;
482
+ export declare const deserializeAws_restJson1StopDeploymentCommand: (
483
+ output: __HttpResponse,
484
+ context: __SerdeContext
485
+ ) => Promise<StopDeploymentCommandOutput>;
486
+ export declare const deserializeAws_restJson1TagResourceCommand: (
487
+ output: __HttpResponse,
488
+ context: __SerdeContext
489
+ ) => Promise<TagResourceCommandOutput>;
490
+ export declare const deserializeAws_restJson1UntagResourceCommand: (
491
+ output: __HttpResponse,
492
+ context: __SerdeContext
493
+ ) => Promise<UntagResourceCommandOutput>;
494
+ export declare const deserializeAws_restJson1UpdateApplicationCommand: (
495
+ output: __HttpResponse,
496
+ context: __SerdeContext
497
+ ) => Promise<UpdateApplicationCommandOutput>;
498
+ export declare const deserializeAws_restJson1UpdateConfigurationProfileCommand: (
499
+ output: __HttpResponse,
500
+ context: __SerdeContext
501
+ ) => Promise<UpdateConfigurationProfileCommandOutput>;
502
+ export declare const deserializeAws_restJson1UpdateDeploymentStrategyCommand: (
503
+ output: __HttpResponse,
504
+ context: __SerdeContext
505
+ ) => Promise<UpdateDeploymentStrategyCommandOutput>;
506
+ export declare const deserializeAws_restJson1UpdateEnvironmentCommand: (
507
+ output: __HttpResponse,
508
+ context: __SerdeContext
509
+ ) => Promise<UpdateEnvironmentCommandOutput>;
510
+ export declare const deserializeAws_restJson1UpdateExtensionCommand: (
511
+ output: __HttpResponse,
512
+ context: __SerdeContext
513
+ ) => Promise<UpdateExtensionCommandOutput>;
514
+ export declare const deserializeAws_restJson1UpdateExtensionAssociationCommand: (
515
+ output: __HttpResponse,
516
+ context: __SerdeContext
517
+ ) => Promise<UpdateExtensionAssociationCommandOutput>;
518
+ export declare const deserializeAws_restJson1ValidateConfigurationCommand: (
519
+ output: __HttpResponse,
520
+ context: __SerdeContext
521
+ ) => Promise<ValidateConfigurationCommandOutput>;