@aws-sdk/client-appconfig 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 (91) hide show
  1. package/dist-cjs/commands/CreateApplicationCommand.js +2 -2
  2. package/dist-cjs/commands/CreateConfigurationProfileCommand.js +2 -2
  3. package/dist-cjs/commands/CreateDeploymentStrategyCommand.js +2 -2
  4. package/dist-cjs/commands/CreateEnvironmentCommand.js +2 -2
  5. package/dist-cjs/commands/CreateExtensionAssociationCommand.js +2 -2
  6. package/dist-cjs/commands/CreateExtensionCommand.js +2 -2
  7. package/dist-cjs/commands/CreateHostedConfigurationVersionCommand.js +2 -2
  8. package/dist-cjs/commands/DeleteApplicationCommand.js +2 -2
  9. package/dist-cjs/commands/DeleteConfigurationProfileCommand.js +2 -2
  10. package/dist-cjs/commands/DeleteDeploymentStrategyCommand.js +2 -2
  11. package/dist-cjs/commands/DeleteEnvironmentCommand.js +2 -2
  12. package/dist-cjs/commands/DeleteExtensionAssociationCommand.js +2 -2
  13. package/dist-cjs/commands/DeleteExtensionCommand.js +2 -2
  14. package/dist-cjs/commands/DeleteHostedConfigurationVersionCommand.js +2 -2
  15. package/dist-cjs/commands/GetApplicationCommand.js +2 -2
  16. package/dist-cjs/commands/GetConfigurationCommand.js +2 -2
  17. package/dist-cjs/commands/GetConfigurationProfileCommand.js +2 -2
  18. package/dist-cjs/commands/GetDeploymentCommand.js +2 -2
  19. package/dist-cjs/commands/GetDeploymentStrategyCommand.js +2 -2
  20. package/dist-cjs/commands/GetEnvironmentCommand.js +2 -2
  21. package/dist-cjs/commands/GetExtensionAssociationCommand.js +2 -2
  22. package/dist-cjs/commands/GetExtensionCommand.js +2 -2
  23. package/dist-cjs/commands/GetHostedConfigurationVersionCommand.js +2 -2
  24. package/dist-cjs/commands/ListApplicationsCommand.js +2 -2
  25. package/dist-cjs/commands/ListConfigurationProfilesCommand.js +2 -2
  26. package/dist-cjs/commands/ListDeploymentStrategiesCommand.js +2 -2
  27. package/dist-cjs/commands/ListDeploymentsCommand.js +2 -2
  28. package/dist-cjs/commands/ListEnvironmentsCommand.js +2 -2
  29. package/dist-cjs/commands/ListExtensionAssociationsCommand.js +2 -2
  30. package/dist-cjs/commands/ListExtensionsCommand.js +2 -2
  31. package/dist-cjs/commands/ListHostedConfigurationVersionsCommand.js +2 -2
  32. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  33. package/dist-cjs/commands/StartDeploymentCommand.js +2 -2
  34. package/dist-cjs/commands/StopDeploymentCommand.js +2 -2
  35. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  36. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  37. package/dist-cjs/commands/UpdateApplicationCommand.js +2 -2
  38. package/dist-cjs/commands/UpdateConfigurationProfileCommand.js +2 -2
  39. package/dist-cjs/commands/UpdateDeploymentStrategyCommand.js +2 -2
  40. package/dist-cjs/commands/UpdateEnvironmentCommand.js +2 -2
  41. package/dist-cjs/commands/UpdateExtensionAssociationCommand.js +2 -2
  42. package/dist-cjs/commands/UpdateExtensionCommand.js +2 -2
  43. package/dist-cjs/commands/ValidateConfigurationCommand.js +2 -2
  44. package/dist-cjs/protocols/Aws_restJson1.js +522 -526
  45. package/dist-es/commands/CreateApplicationCommand.js +3 -3
  46. package/dist-es/commands/CreateConfigurationProfileCommand.js +3 -3
  47. package/dist-es/commands/CreateDeploymentStrategyCommand.js +3 -3
  48. package/dist-es/commands/CreateEnvironmentCommand.js +3 -3
  49. package/dist-es/commands/CreateExtensionAssociationCommand.js +3 -3
  50. package/dist-es/commands/CreateExtensionCommand.js +3 -3
  51. package/dist-es/commands/CreateHostedConfigurationVersionCommand.js +3 -3
  52. package/dist-es/commands/DeleteApplicationCommand.js +3 -3
  53. package/dist-es/commands/DeleteConfigurationProfileCommand.js +3 -3
  54. package/dist-es/commands/DeleteDeploymentStrategyCommand.js +3 -3
  55. package/dist-es/commands/DeleteEnvironmentCommand.js +3 -3
  56. package/dist-es/commands/DeleteExtensionAssociationCommand.js +3 -3
  57. package/dist-es/commands/DeleteExtensionCommand.js +3 -3
  58. package/dist-es/commands/DeleteHostedConfigurationVersionCommand.js +3 -3
  59. package/dist-es/commands/GetApplicationCommand.js +3 -3
  60. package/dist-es/commands/GetConfigurationCommand.js +3 -3
  61. package/dist-es/commands/GetConfigurationProfileCommand.js +3 -3
  62. package/dist-es/commands/GetDeploymentCommand.js +3 -3
  63. package/dist-es/commands/GetDeploymentStrategyCommand.js +3 -3
  64. package/dist-es/commands/GetEnvironmentCommand.js +3 -3
  65. package/dist-es/commands/GetExtensionAssociationCommand.js +3 -3
  66. package/dist-es/commands/GetExtensionCommand.js +3 -3
  67. package/dist-es/commands/GetHostedConfigurationVersionCommand.js +3 -3
  68. package/dist-es/commands/ListApplicationsCommand.js +3 -3
  69. package/dist-es/commands/ListConfigurationProfilesCommand.js +3 -3
  70. package/dist-es/commands/ListDeploymentStrategiesCommand.js +3 -3
  71. package/dist-es/commands/ListDeploymentsCommand.js +3 -3
  72. package/dist-es/commands/ListEnvironmentsCommand.js +3 -3
  73. package/dist-es/commands/ListExtensionAssociationsCommand.js +3 -3
  74. package/dist-es/commands/ListExtensionsCommand.js +3 -3
  75. package/dist-es/commands/ListHostedConfigurationVersionsCommand.js +3 -3
  76. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  77. package/dist-es/commands/StartDeploymentCommand.js +3 -3
  78. package/dist-es/commands/StopDeploymentCommand.js +3 -3
  79. package/dist-es/commands/TagResourceCommand.js +3 -3
  80. package/dist-es/commands/UntagResourceCommand.js +3 -3
  81. package/dist-es/commands/UpdateApplicationCommand.js +3 -3
  82. package/dist-es/commands/UpdateConfigurationProfileCommand.js +3 -3
  83. package/dist-es/commands/UpdateDeploymentStrategyCommand.js +3 -3
  84. package/dist-es/commands/UpdateEnvironmentCommand.js +3 -3
  85. package/dist-es/commands/UpdateExtensionAssociationCommand.js +3 -3
  86. package/dist-es/commands/UpdateExtensionCommand.js +3 -3
  87. package/dist-es/commands/ValidateConfigurationCommand.js +3 -3
  88. package/dist-es/protocols/Aws_restJson1.js +434 -438
  89. package/dist-types/protocols/Aws_restJson1.d.ts +344 -86
  90. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +86 -86
  91. package/package.json +29 -29
@@ -43,89 +43,347 @@ import { UpdateEnvironmentCommandInput, UpdateEnvironmentCommandOutput } from ".
43
43
  import { UpdateExtensionAssociationCommandInput, UpdateExtensionAssociationCommandOutput } from "../commands/UpdateExtensionAssociationCommand";
44
44
  import { UpdateExtensionCommandInput, UpdateExtensionCommandOutput } from "../commands/UpdateExtensionCommand";
45
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>;
46
+ /**
47
+ * serializeAws_restJson1CreateApplicationCommand
48
+ */
49
+ export declare const se_CreateApplicationCommand: (input: CreateApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
+ /**
51
+ * serializeAws_restJson1CreateConfigurationProfileCommand
52
+ */
53
+ export declare const se_CreateConfigurationProfileCommand: (input: CreateConfigurationProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
+ /**
55
+ * serializeAws_restJson1CreateDeploymentStrategyCommand
56
+ */
57
+ export declare const se_CreateDeploymentStrategyCommand: (input: CreateDeploymentStrategyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
+ /**
59
+ * serializeAws_restJson1CreateEnvironmentCommand
60
+ */
61
+ export declare const se_CreateEnvironmentCommand: (input: CreateEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
+ /**
63
+ * serializeAws_restJson1CreateExtensionCommand
64
+ */
65
+ export declare const se_CreateExtensionCommand: (input: CreateExtensionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
+ /**
67
+ * serializeAws_restJson1CreateExtensionAssociationCommand
68
+ */
69
+ export declare const se_CreateExtensionAssociationCommand: (input: CreateExtensionAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
+ /**
71
+ * serializeAws_restJson1CreateHostedConfigurationVersionCommand
72
+ */
73
+ export declare const se_CreateHostedConfigurationVersionCommand: (input: CreateHostedConfigurationVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
+ /**
75
+ * serializeAws_restJson1DeleteApplicationCommand
76
+ */
77
+ export declare const se_DeleteApplicationCommand: (input: DeleteApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
+ /**
79
+ * serializeAws_restJson1DeleteConfigurationProfileCommand
80
+ */
81
+ export declare const se_DeleteConfigurationProfileCommand: (input: DeleteConfigurationProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
+ /**
83
+ * serializeAws_restJson1DeleteDeploymentStrategyCommand
84
+ */
85
+ export declare const se_DeleteDeploymentStrategyCommand: (input: DeleteDeploymentStrategyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
+ /**
87
+ * serializeAws_restJson1DeleteEnvironmentCommand
88
+ */
89
+ export declare const se_DeleteEnvironmentCommand: (input: DeleteEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
+ /**
91
+ * serializeAws_restJson1DeleteExtensionCommand
92
+ */
93
+ export declare const se_DeleteExtensionCommand: (input: DeleteExtensionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
+ /**
95
+ * serializeAws_restJson1DeleteExtensionAssociationCommand
96
+ */
97
+ export declare const se_DeleteExtensionAssociationCommand: (input: DeleteExtensionAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
98
+ /**
99
+ * serializeAws_restJson1DeleteHostedConfigurationVersionCommand
100
+ */
101
+ export declare const se_DeleteHostedConfigurationVersionCommand: (input: DeleteHostedConfigurationVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
102
+ /**
103
+ * serializeAws_restJson1GetApplicationCommand
104
+ */
105
+ export declare const se_GetApplicationCommand: (input: GetApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
106
+ /**
107
+ * serializeAws_restJson1GetConfigurationCommand
108
+ */
109
+ export declare const se_GetConfigurationCommand: (input: GetConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
110
+ /**
111
+ * serializeAws_restJson1GetConfigurationProfileCommand
112
+ */
113
+ export declare const se_GetConfigurationProfileCommand: (input: GetConfigurationProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
114
+ /**
115
+ * serializeAws_restJson1GetDeploymentCommand
116
+ */
117
+ export declare const se_GetDeploymentCommand: (input: GetDeploymentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
118
+ /**
119
+ * serializeAws_restJson1GetDeploymentStrategyCommand
120
+ */
121
+ export declare const se_GetDeploymentStrategyCommand: (input: GetDeploymentStrategyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
122
+ /**
123
+ * serializeAws_restJson1GetEnvironmentCommand
124
+ */
125
+ export declare const se_GetEnvironmentCommand: (input: GetEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
126
+ /**
127
+ * serializeAws_restJson1GetExtensionCommand
128
+ */
129
+ export declare const se_GetExtensionCommand: (input: GetExtensionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
130
+ /**
131
+ * serializeAws_restJson1GetExtensionAssociationCommand
132
+ */
133
+ export declare const se_GetExtensionAssociationCommand: (input: GetExtensionAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
134
+ /**
135
+ * serializeAws_restJson1GetHostedConfigurationVersionCommand
136
+ */
137
+ export declare const se_GetHostedConfigurationVersionCommand: (input: GetHostedConfigurationVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
138
+ /**
139
+ * serializeAws_restJson1ListApplicationsCommand
140
+ */
141
+ export declare const se_ListApplicationsCommand: (input: ListApplicationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
142
+ /**
143
+ * serializeAws_restJson1ListConfigurationProfilesCommand
144
+ */
145
+ export declare const se_ListConfigurationProfilesCommand: (input: ListConfigurationProfilesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
146
+ /**
147
+ * serializeAws_restJson1ListDeploymentsCommand
148
+ */
149
+ export declare const se_ListDeploymentsCommand: (input: ListDeploymentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
150
+ /**
151
+ * serializeAws_restJson1ListDeploymentStrategiesCommand
152
+ */
153
+ export declare const se_ListDeploymentStrategiesCommand: (input: ListDeploymentStrategiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
154
+ /**
155
+ * serializeAws_restJson1ListEnvironmentsCommand
156
+ */
157
+ export declare const se_ListEnvironmentsCommand: (input: ListEnvironmentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
158
+ /**
159
+ * serializeAws_restJson1ListExtensionAssociationsCommand
160
+ */
161
+ export declare const se_ListExtensionAssociationsCommand: (input: ListExtensionAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
162
+ /**
163
+ * serializeAws_restJson1ListExtensionsCommand
164
+ */
165
+ export declare const se_ListExtensionsCommand: (input: ListExtensionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
166
+ /**
167
+ * serializeAws_restJson1ListHostedConfigurationVersionsCommand
168
+ */
169
+ export declare const se_ListHostedConfigurationVersionsCommand: (input: ListHostedConfigurationVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
170
+ /**
171
+ * serializeAws_restJson1ListTagsForResourceCommand
172
+ */
173
+ export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
174
+ /**
175
+ * serializeAws_restJson1StartDeploymentCommand
176
+ */
177
+ export declare const se_StartDeploymentCommand: (input: StartDeploymentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
178
+ /**
179
+ * serializeAws_restJson1StopDeploymentCommand
180
+ */
181
+ export declare const se_StopDeploymentCommand: (input: StopDeploymentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
182
+ /**
183
+ * serializeAws_restJson1TagResourceCommand
184
+ */
185
+ export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
186
+ /**
187
+ * serializeAws_restJson1UntagResourceCommand
188
+ */
189
+ export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
190
+ /**
191
+ * serializeAws_restJson1UpdateApplicationCommand
192
+ */
193
+ export declare const se_UpdateApplicationCommand: (input: UpdateApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
194
+ /**
195
+ * serializeAws_restJson1UpdateConfigurationProfileCommand
196
+ */
197
+ export declare const se_UpdateConfigurationProfileCommand: (input: UpdateConfigurationProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
198
+ /**
199
+ * serializeAws_restJson1UpdateDeploymentStrategyCommand
200
+ */
201
+ export declare const se_UpdateDeploymentStrategyCommand: (input: UpdateDeploymentStrategyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
202
+ /**
203
+ * serializeAws_restJson1UpdateEnvironmentCommand
204
+ */
205
+ export declare const se_UpdateEnvironmentCommand: (input: UpdateEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
206
+ /**
207
+ * serializeAws_restJson1UpdateExtensionCommand
208
+ */
209
+ export declare const se_UpdateExtensionCommand: (input: UpdateExtensionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
210
+ /**
211
+ * serializeAws_restJson1UpdateExtensionAssociationCommand
212
+ */
213
+ export declare const se_UpdateExtensionAssociationCommand: (input: UpdateExtensionAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
214
+ /**
215
+ * serializeAws_restJson1ValidateConfigurationCommand
216
+ */
217
+ export declare const se_ValidateConfigurationCommand: (input: ValidateConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
218
+ /**
219
+ * deserializeAws_restJson1CreateApplicationCommand
220
+ */
221
+ export declare const de_CreateApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateApplicationCommandOutput>;
222
+ /**
223
+ * deserializeAws_restJson1CreateConfigurationProfileCommand
224
+ */
225
+ export declare const de_CreateConfigurationProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateConfigurationProfileCommandOutput>;
226
+ /**
227
+ * deserializeAws_restJson1CreateDeploymentStrategyCommand
228
+ */
229
+ export declare const de_CreateDeploymentStrategyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDeploymentStrategyCommandOutput>;
230
+ /**
231
+ * deserializeAws_restJson1CreateEnvironmentCommand
232
+ */
233
+ export declare const de_CreateEnvironmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateEnvironmentCommandOutput>;
234
+ /**
235
+ * deserializeAws_restJson1CreateExtensionCommand
236
+ */
237
+ export declare const de_CreateExtensionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateExtensionCommandOutput>;
238
+ /**
239
+ * deserializeAws_restJson1CreateExtensionAssociationCommand
240
+ */
241
+ export declare const de_CreateExtensionAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateExtensionAssociationCommandOutput>;
242
+ /**
243
+ * deserializeAws_restJson1CreateHostedConfigurationVersionCommand
244
+ */
245
+ export declare const de_CreateHostedConfigurationVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateHostedConfigurationVersionCommandOutput>;
246
+ /**
247
+ * deserializeAws_restJson1DeleteApplicationCommand
248
+ */
249
+ export declare const de_DeleteApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteApplicationCommandOutput>;
250
+ /**
251
+ * deserializeAws_restJson1DeleteConfigurationProfileCommand
252
+ */
253
+ export declare const de_DeleteConfigurationProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteConfigurationProfileCommandOutput>;
254
+ /**
255
+ * deserializeAws_restJson1DeleteDeploymentStrategyCommand
256
+ */
257
+ export declare const de_DeleteDeploymentStrategyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDeploymentStrategyCommandOutput>;
258
+ /**
259
+ * deserializeAws_restJson1DeleteEnvironmentCommand
260
+ */
261
+ export declare const de_DeleteEnvironmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteEnvironmentCommandOutput>;
262
+ /**
263
+ * deserializeAws_restJson1DeleteExtensionCommand
264
+ */
265
+ export declare const de_DeleteExtensionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteExtensionCommandOutput>;
266
+ /**
267
+ * deserializeAws_restJson1DeleteExtensionAssociationCommand
268
+ */
269
+ export declare const de_DeleteExtensionAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteExtensionAssociationCommandOutput>;
270
+ /**
271
+ * deserializeAws_restJson1DeleteHostedConfigurationVersionCommand
272
+ */
273
+ export declare const de_DeleteHostedConfigurationVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteHostedConfigurationVersionCommandOutput>;
274
+ /**
275
+ * deserializeAws_restJson1GetApplicationCommand
276
+ */
277
+ export declare const de_GetApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetApplicationCommandOutput>;
278
+ /**
279
+ * deserializeAws_restJson1GetConfigurationCommand
280
+ */
281
+ export declare const de_GetConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetConfigurationCommandOutput>;
282
+ /**
283
+ * deserializeAws_restJson1GetConfigurationProfileCommand
284
+ */
285
+ export declare const de_GetConfigurationProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetConfigurationProfileCommandOutput>;
286
+ /**
287
+ * deserializeAws_restJson1GetDeploymentCommand
288
+ */
289
+ export declare const de_GetDeploymentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDeploymentCommandOutput>;
290
+ /**
291
+ * deserializeAws_restJson1GetDeploymentStrategyCommand
292
+ */
293
+ export declare const de_GetDeploymentStrategyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDeploymentStrategyCommandOutput>;
294
+ /**
295
+ * deserializeAws_restJson1GetEnvironmentCommand
296
+ */
297
+ export declare const de_GetEnvironmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetEnvironmentCommandOutput>;
298
+ /**
299
+ * deserializeAws_restJson1GetExtensionCommand
300
+ */
301
+ export declare const de_GetExtensionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetExtensionCommandOutput>;
302
+ /**
303
+ * deserializeAws_restJson1GetExtensionAssociationCommand
304
+ */
305
+ export declare const de_GetExtensionAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetExtensionAssociationCommandOutput>;
306
+ /**
307
+ * deserializeAws_restJson1GetHostedConfigurationVersionCommand
308
+ */
309
+ export declare const de_GetHostedConfigurationVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetHostedConfigurationVersionCommandOutput>;
310
+ /**
311
+ * deserializeAws_restJson1ListApplicationsCommand
312
+ */
313
+ export declare const de_ListApplicationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListApplicationsCommandOutput>;
314
+ /**
315
+ * deserializeAws_restJson1ListConfigurationProfilesCommand
316
+ */
317
+ export declare const de_ListConfigurationProfilesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListConfigurationProfilesCommandOutput>;
318
+ /**
319
+ * deserializeAws_restJson1ListDeploymentsCommand
320
+ */
321
+ export declare const de_ListDeploymentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDeploymentsCommandOutput>;
322
+ /**
323
+ * deserializeAws_restJson1ListDeploymentStrategiesCommand
324
+ */
325
+ export declare const de_ListDeploymentStrategiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDeploymentStrategiesCommandOutput>;
326
+ /**
327
+ * deserializeAws_restJson1ListEnvironmentsCommand
328
+ */
329
+ export declare const de_ListEnvironmentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEnvironmentsCommandOutput>;
330
+ /**
331
+ * deserializeAws_restJson1ListExtensionAssociationsCommand
332
+ */
333
+ export declare const de_ListExtensionAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListExtensionAssociationsCommandOutput>;
334
+ /**
335
+ * deserializeAws_restJson1ListExtensionsCommand
336
+ */
337
+ export declare const de_ListExtensionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListExtensionsCommandOutput>;
338
+ /**
339
+ * deserializeAws_restJson1ListHostedConfigurationVersionsCommand
340
+ */
341
+ export declare const de_ListHostedConfigurationVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListHostedConfigurationVersionsCommandOutput>;
342
+ /**
343
+ * deserializeAws_restJson1ListTagsForResourceCommand
344
+ */
345
+ export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
346
+ /**
347
+ * deserializeAws_restJson1StartDeploymentCommand
348
+ */
349
+ export declare const de_StartDeploymentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartDeploymentCommandOutput>;
350
+ /**
351
+ * deserializeAws_restJson1StopDeploymentCommand
352
+ */
353
+ export declare const de_StopDeploymentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopDeploymentCommandOutput>;
354
+ /**
355
+ * deserializeAws_restJson1TagResourceCommand
356
+ */
357
+ export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
358
+ /**
359
+ * deserializeAws_restJson1UntagResourceCommand
360
+ */
361
+ export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
362
+ /**
363
+ * deserializeAws_restJson1UpdateApplicationCommand
364
+ */
365
+ export declare const de_UpdateApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateApplicationCommandOutput>;
366
+ /**
367
+ * deserializeAws_restJson1UpdateConfigurationProfileCommand
368
+ */
369
+ export declare const de_UpdateConfigurationProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateConfigurationProfileCommandOutput>;
370
+ /**
371
+ * deserializeAws_restJson1UpdateDeploymentStrategyCommand
372
+ */
373
+ export declare const de_UpdateDeploymentStrategyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDeploymentStrategyCommandOutput>;
374
+ /**
375
+ * deserializeAws_restJson1UpdateEnvironmentCommand
376
+ */
377
+ export declare const de_UpdateEnvironmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateEnvironmentCommandOutput>;
378
+ /**
379
+ * deserializeAws_restJson1UpdateExtensionCommand
380
+ */
381
+ export declare const de_UpdateExtensionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateExtensionCommandOutput>;
382
+ /**
383
+ * deserializeAws_restJson1UpdateExtensionAssociationCommand
384
+ */
385
+ export declare const de_UpdateExtensionAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateExtensionAssociationCommandOutput>;
386
+ /**
387
+ * deserializeAws_restJson1ValidateConfigurationCommand
388
+ */
389
+ export declare const de_ValidateConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ValidateConfigurationCommandOutput>;