@aws-sdk/client-proton 3.168.0 → 3.170.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (123) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/Proton.d.ts +1420 -380
  3. package/dist-types/ts3.4/ProtonClient.d.ts +579 -148
  4. package/dist-types/ts3.4/commands/AcceptEnvironmentAccountConnectionCommand.d.ts +41 -17
  5. package/dist-types/ts3.4/commands/CancelComponentDeploymentCommand.d.ts +41 -17
  6. package/dist-types/ts3.4/commands/CancelEnvironmentDeploymentCommand.d.ts +41 -17
  7. package/dist-types/ts3.4/commands/CancelServiceInstanceDeploymentCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/CancelServicePipelineDeploymentCommand.d.ts +41 -17
  9. package/dist-types/ts3.4/commands/CreateComponentCommand.d.ts +37 -17
  10. package/dist-types/ts3.4/commands/CreateEnvironmentAccountConnectionCommand.d.ts +41 -17
  11. package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +37 -17
  12. package/dist-types/ts3.4/commands/CreateEnvironmentTemplateCommand.d.ts +41 -17
  13. package/dist-types/ts3.4/commands/CreateEnvironmentTemplateVersionCommand.d.ts +41 -17
  14. package/dist-types/ts3.4/commands/CreateRepositoryCommand.d.ts +37 -17
  15. package/dist-types/ts3.4/commands/CreateServiceCommand.d.ts +34 -17
  16. package/dist-types/ts3.4/commands/CreateServiceTemplateCommand.d.ts +41 -17
  17. package/dist-types/ts3.4/commands/CreateServiceTemplateVersionCommand.d.ts +41 -17
  18. package/dist-types/ts3.4/commands/CreateTemplateSyncConfigCommand.d.ts +41 -17
  19. package/dist-types/ts3.4/commands/DeleteComponentCommand.d.ts +37 -17
  20. package/dist-types/ts3.4/commands/DeleteEnvironmentAccountConnectionCommand.d.ts +41 -17
  21. package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +37 -17
  22. package/dist-types/ts3.4/commands/DeleteEnvironmentTemplateCommand.d.ts +41 -17
  23. package/dist-types/ts3.4/commands/DeleteEnvironmentTemplateVersionCommand.d.ts +41 -17
  24. package/dist-types/ts3.4/commands/DeleteRepositoryCommand.d.ts +37 -17
  25. package/dist-types/ts3.4/commands/DeleteServiceCommand.d.ts +34 -17
  26. package/dist-types/ts3.4/commands/DeleteServiceTemplateCommand.d.ts +41 -17
  27. package/dist-types/ts3.4/commands/DeleteServiceTemplateVersionCommand.d.ts +41 -17
  28. package/dist-types/ts3.4/commands/DeleteTemplateSyncConfigCommand.d.ts +41 -17
  29. package/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +38 -17
  30. package/dist-types/ts3.4/commands/GetComponentCommand.d.ts +34 -17
  31. package/dist-types/ts3.4/commands/GetEnvironmentAccountConnectionCommand.d.ts +41 -17
  32. package/dist-types/ts3.4/commands/GetEnvironmentCommand.d.ts +34 -17
  33. package/dist-types/ts3.4/commands/GetEnvironmentTemplateCommand.d.ts +41 -17
  34. package/dist-types/ts3.4/commands/GetEnvironmentTemplateVersionCommand.d.ts +41 -17
  35. package/dist-types/ts3.4/commands/GetRepositoryCommand.d.ts +34 -17
  36. package/dist-types/ts3.4/commands/GetRepositorySyncStatusCommand.d.ts +41 -17
  37. package/dist-types/ts3.4/commands/GetServiceCommand.d.ts +34 -17
  38. package/dist-types/ts3.4/commands/GetServiceInstanceCommand.d.ts +38 -17
  39. package/dist-types/ts3.4/commands/GetServiceTemplateCommand.d.ts +38 -17
  40. package/dist-types/ts3.4/commands/GetServiceTemplateVersionCommand.d.ts +41 -17
  41. package/dist-types/ts3.4/commands/GetTemplateSyncConfigCommand.d.ts +41 -17
  42. package/dist-types/ts3.4/commands/GetTemplateSyncStatusCommand.d.ts +41 -17
  43. package/dist-types/ts3.4/commands/ListComponentOutputsCommand.d.ts +41 -17
  44. package/dist-types/ts3.4/commands/ListComponentProvisionedResourcesCommand.d.ts +41 -17
  45. package/dist-types/ts3.4/commands/ListComponentsCommand.d.ts +34 -17
  46. package/dist-types/ts3.4/commands/ListEnvironmentAccountConnectionsCommand.d.ts +41 -17
  47. package/dist-types/ts3.4/commands/ListEnvironmentOutputsCommand.d.ts +41 -17
  48. package/dist-types/ts3.4/commands/ListEnvironmentProvisionedResourcesCommand.d.ts +41 -17
  49. package/dist-types/ts3.4/commands/ListEnvironmentTemplateVersionsCommand.d.ts +41 -17
  50. package/dist-types/ts3.4/commands/ListEnvironmentTemplatesCommand.d.ts +41 -17
  51. package/dist-types/ts3.4/commands/ListEnvironmentsCommand.d.ts +37 -17
  52. package/dist-types/ts3.4/commands/ListRepositoriesCommand.d.ts +37 -17
  53. package/dist-types/ts3.4/commands/ListRepositorySyncDefinitionsCommand.d.ts +41 -17
  54. package/dist-types/ts3.4/commands/ListServiceInstanceOutputsCommand.d.ts +41 -17
  55. package/dist-types/ts3.4/commands/ListServiceInstanceProvisionedResourcesCommand.d.ts +41 -17
  56. package/dist-types/ts3.4/commands/ListServiceInstancesCommand.d.ts +41 -17
  57. package/dist-types/ts3.4/commands/ListServicePipelineOutputsCommand.d.ts +41 -17
  58. package/dist-types/ts3.4/commands/ListServicePipelineProvisionedResourcesCommand.d.ts +41 -17
  59. package/dist-types/ts3.4/commands/ListServiceTemplateVersionsCommand.d.ts +41 -17
  60. package/dist-types/ts3.4/commands/ListServiceTemplatesCommand.d.ts +41 -17
  61. package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +34 -17
  62. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  63. package/dist-types/ts3.4/commands/NotifyResourceDeploymentStatusChangeCommand.d.ts +41 -17
  64. package/dist-types/ts3.4/commands/RejectEnvironmentAccountConnectionCommand.d.ts +41 -17
  65. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  66. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +34 -17
  67. package/dist-types/ts3.4/commands/UpdateAccountSettingsCommand.d.ts +41 -17
  68. package/dist-types/ts3.4/commands/UpdateComponentCommand.d.ts +37 -17
  69. package/dist-types/ts3.4/commands/UpdateEnvironmentAccountConnectionCommand.d.ts +41 -17
  70. package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +37 -17
  71. package/dist-types/ts3.4/commands/UpdateEnvironmentTemplateCommand.d.ts +41 -17
  72. package/dist-types/ts3.4/commands/UpdateEnvironmentTemplateVersionCommand.d.ts +41 -17
  73. package/dist-types/ts3.4/commands/UpdateServiceCommand.d.ts +34 -17
  74. package/dist-types/ts3.4/commands/UpdateServiceInstanceCommand.d.ts +41 -17
  75. package/dist-types/ts3.4/commands/UpdateServicePipelineCommand.d.ts +41 -17
  76. package/dist-types/ts3.4/commands/UpdateServiceTemplateCommand.d.ts +41 -17
  77. package/dist-types/ts3.4/commands/UpdateServiceTemplateVersionCommand.d.ts +41 -17
  78. package/dist-types/ts3.4/commands/UpdateTemplateSyncConfigCommand.d.ts +41 -17
  79. package/dist-types/ts3.4/commands/index.d.ts +75 -75
  80. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  81. package/dist-types/ts3.4/index.d.ts +7 -7
  82. package/dist-types/ts3.4/models/ProtonServiceException.d.ts +8 -6
  83. package/dist-types/ts3.4/models/index.d.ts +1 -1
  84. package/dist-types/ts3.4/models/models_0.d.ts +2402 -2202
  85. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
  86. package/dist-types/ts3.4/pagination/ListComponentOutputsPaginator.d.ts +11 -4
  87. package/dist-types/ts3.4/pagination/ListComponentProvisionedResourcesPaginator.d.ts +11 -4
  88. package/dist-types/ts3.4/pagination/ListComponentsPaginator.d.ts +11 -4
  89. package/dist-types/ts3.4/pagination/ListEnvironmentAccountConnectionsPaginator.d.ts +11 -4
  90. package/dist-types/ts3.4/pagination/ListEnvironmentOutputsPaginator.d.ts +11 -4
  91. package/dist-types/ts3.4/pagination/ListEnvironmentProvisionedResourcesPaginator.d.ts +11 -4
  92. package/dist-types/ts3.4/pagination/ListEnvironmentTemplateVersionsPaginator.d.ts +11 -4
  93. package/dist-types/ts3.4/pagination/ListEnvironmentTemplatesPaginator.d.ts +11 -4
  94. package/dist-types/ts3.4/pagination/ListEnvironmentsPaginator.d.ts +11 -4
  95. package/dist-types/ts3.4/pagination/ListRepositoriesPaginator.d.ts +11 -4
  96. package/dist-types/ts3.4/pagination/ListRepositorySyncDefinitionsPaginator.d.ts +11 -4
  97. package/dist-types/ts3.4/pagination/ListServiceInstanceOutputsPaginator.d.ts +11 -4
  98. package/dist-types/ts3.4/pagination/ListServiceInstanceProvisionedResourcesPaginator.d.ts +11 -4
  99. package/dist-types/ts3.4/pagination/ListServiceInstancesPaginator.d.ts +11 -4
  100. package/dist-types/ts3.4/pagination/ListServicePipelineOutputsPaginator.d.ts +11 -4
  101. package/dist-types/ts3.4/pagination/ListServicePipelineProvisionedResourcesPaginator.d.ts +11 -4
  102. package/dist-types/ts3.4/pagination/ListServiceTemplateVersionsPaginator.d.ts +11 -4
  103. package/dist-types/ts3.4/pagination/ListServiceTemplatesPaginator.d.ts +11 -4
  104. package/dist-types/ts3.4/pagination/ListServicesPaginator.d.ts +11 -4
  105. package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +11 -4
  106. package/dist-types/ts3.4/pagination/index.d.ts +21 -21
  107. package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +905 -227
  108. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  109. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  110. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  111. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  112. package/dist-types/ts3.4/waiters/index.d.ts +10 -10
  113. package/dist-types/ts3.4/waiters/waitForComponentDeleted.d.ts +13 -7
  114. package/dist-types/ts3.4/waiters/waitForComponentDeployed.d.ts +13 -7
  115. package/dist-types/ts3.4/waiters/waitForEnvironmentDeployed.d.ts +13 -7
  116. package/dist-types/ts3.4/waiters/waitForEnvironmentTemplateVersionRegistered.d.ts +13 -7
  117. package/dist-types/ts3.4/waiters/waitForServiceCreated.d.ts +13 -7
  118. package/dist-types/ts3.4/waiters/waitForServiceDeleted.d.ts +13 -7
  119. package/dist-types/ts3.4/waiters/waitForServiceInstanceDeployed.d.ts +13 -7
  120. package/dist-types/ts3.4/waiters/waitForServicePipelineDeployed.d.ts +13 -7
  121. package/dist-types/ts3.4/waiters/waitForServiceTemplateVersionRegistered.d.ts +13 -7
  122. package/dist-types/ts3.4/waiters/waitForServiceUpdated.d.ts +13 -7
  123. package/package.json +35 -35
@@ -1,227 +1,905 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
3
- import { AcceptEnvironmentAccountConnectionCommandInput, AcceptEnvironmentAccountConnectionCommandOutput } from "../commands/AcceptEnvironmentAccountConnectionCommand";
4
- import { CancelComponentDeploymentCommandInput, CancelComponentDeploymentCommandOutput } from "../commands/CancelComponentDeploymentCommand";
5
- import { CancelEnvironmentDeploymentCommandInput, CancelEnvironmentDeploymentCommandOutput } from "../commands/CancelEnvironmentDeploymentCommand";
6
- import { CancelServiceInstanceDeploymentCommandInput, CancelServiceInstanceDeploymentCommandOutput } from "../commands/CancelServiceInstanceDeploymentCommand";
7
- import { CancelServicePipelineDeploymentCommandInput, CancelServicePipelineDeploymentCommandOutput } from "../commands/CancelServicePipelineDeploymentCommand";
8
- import { CreateComponentCommandInput, CreateComponentCommandOutput } from "../commands/CreateComponentCommand";
9
- import { CreateEnvironmentAccountConnectionCommandInput, CreateEnvironmentAccountConnectionCommandOutput } from "../commands/CreateEnvironmentAccountConnectionCommand";
10
- import { CreateEnvironmentCommandInput, CreateEnvironmentCommandOutput } from "../commands/CreateEnvironmentCommand";
11
- import { CreateEnvironmentTemplateCommandInput, CreateEnvironmentTemplateCommandOutput } from "../commands/CreateEnvironmentTemplateCommand";
12
- import { CreateEnvironmentTemplateVersionCommandInput, CreateEnvironmentTemplateVersionCommandOutput } from "../commands/CreateEnvironmentTemplateVersionCommand";
13
- import { CreateRepositoryCommandInput, CreateRepositoryCommandOutput } from "../commands/CreateRepositoryCommand";
14
- import { CreateServiceCommandInput, CreateServiceCommandOutput } from "../commands/CreateServiceCommand";
15
- import { CreateServiceTemplateCommandInput, CreateServiceTemplateCommandOutput } from "../commands/CreateServiceTemplateCommand";
16
- import { CreateServiceTemplateVersionCommandInput, CreateServiceTemplateVersionCommandOutput } from "../commands/CreateServiceTemplateVersionCommand";
17
- import { CreateTemplateSyncConfigCommandInput, CreateTemplateSyncConfigCommandOutput } from "../commands/CreateTemplateSyncConfigCommand";
18
- import { DeleteComponentCommandInput, DeleteComponentCommandOutput } from "../commands/DeleteComponentCommand";
19
- import { DeleteEnvironmentAccountConnectionCommandInput, DeleteEnvironmentAccountConnectionCommandOutput } from "../commands/DeleteEnvironmentAccountConnectionCommand";
20
- import { DeleteEnvironmentCommandInput, DeleteEnvironmentCommandOutput } from "../commands/DeleteEnvironmentCommand";
21
- import { DeleteEnvironmentTemplateCommandInput, DeleteEnvironmentTemplateCommandOutput } from "../commands/DeleteEnvironmentTemplateCommand";
22
- import { DeleteEnvironmentTemplateVersionCommandInput, DeleteEnvironmentTemplateVersionCommandOutput } from "../commands/DeleteEnvironmentTemplateVersionCommand";
23
- import { DeleteRepositoryCommandInput, DeleteRepositoryCommandOutput } from "../commands/DeleteRepositoryCommand";
24
- import { DeleteServiceCommandInput, DeleteServiceCommandOutput } from "../commands/DeleteServiceCommand";
25
- import { DeleteServiceTemplateCommandInput, DeleteServiceTemplateCommandOutput } from "../commands/DeleteServiceTemplateCommand";
26
- import { DeleteServiceTemplateVersionCommandInput, DeleteServiceTemplateVersionCommandOutput } from "../commands/DeleteServiceTemplateVersionCommand";
27
- import { DeleteTemplateSyncConfigCommandInput, DeleteTemplateSyncConfigCommandOutput } from "../commands/DeleteTemplateSyncConfigCommand";
28
- import { GetAccountSettingsCommandInput, GetAccountSettingsCommandOutput } from "../commands/GetAccountSettingsCommand";
29
- import { GetComponentCommandInput, GetComponentCommandOutput } from "../commands/GetComponentCommand";
30
- import { GetEnvironmentAccountConnectionCommandInput, GetEnvironmentAccountConnectionCommandOutput } from "../commands/GetEnvironmentAccountConnectionCommand";
31
- import { GetEnvironmentCommandInput, GetEnvironmentCommandOutput } from "../commands/GetEnvironmentCommand";
32
- import { GetEnvironmentTemplateCommandInput, GetEnvironmentTemplateCommandOutput } from "../commands/GetEnvironmentTemplateCommand";
33
- import { GetEnvironmentTemplateVersionCommandInput, GetEnvironmentTemplateVersionCommandOutput } from "../commands/GetEnvironmentTemplateVersionCommand";
34
- import { GetRepositoryCommandInput, GetRepositoryCommandOutput } from "../commands/GetRepositoryCommand";
35
- import { GetRepositorySyncStatusCommandInput, GetRepositorySyncStatusCommandOutput } from "../commands/GetRepositorySyncStatusCommand";
36
- import { GetServiceCommandInput, GetServiceCommandOutput } from "../commands/GetServiceCommand";
37
- import { GetServiceInstanceCommandInput, GetServiceInstanceCommandOutput } from "../commands/GetServiceInstanceCommand";
38
- import { GetServiceTemplateCommandInput, GetServiceTemplateCommandOutput } from "../commands/GetServiceTemplateCommand";
39
- import { GetServiceTemplateVersionCommandInput, GetServiceTemplateVersionCommandOutput } from "../commands/GetServiceTemplateVersionCommand";
40
- import { GetTemplateSyncConfigCommandInput, GetTemplateSyncConfigCommandOutput } from "../commands/GetTemplateSyncConfigCommand";
41
- import { GetTemplateSyncStatusCommandInput, GetTemplateSyncStatusCommandOutput } from "../commands/GetTemplateSyncStatusCommand";
42
- import { ListComponentOutputsCommandInput, ListComponentOutputsCommandOutput } from "../commands/ListComponentOutputsCommand";
43
- import { ListComponentProvisionedResourcesCommandInput, ListComponentProvisionedResourcesCommandOutput } from "../commands/ListComponentProvisionedResourcesCommand";
44
- import { ListComponentsCommandInput, ListComponentsCommandOutput } from "../commands/ListComponentsCommand";
45
- import { ListEnvironmentAccountConnectionsCommandInput, ListEnvironmentAccountConnectionsCommandOutput } from "../commands/ListEnvironmentAccountConnectionsCommand";
46
- import { ListEnvironmentOutputsCommandInput, ListEnvironmentOutputsCommandOutput } from "../commands/ListEnvironmentOutputsCommand";
47
- import { ListEnvironmentProvisionedResourcesCommandInput, ListEnvironmentProvisionedResourcesCommandOutput } from "../commands/ListEnvironmentProvisionedResourcesCommand";
48
- import { ListEnvironmentsCommandInput, ListEnvironmentsCommandOutput } from "../commands/ListEnvironmentsCommand";
49
- import { ListEnvironmentTemplatesCommandInput, ListEnvironmentTemplatesCommandOutput } from "../commands/ListEnvironmentTemplatesCommand";
50
- import { ListEnvironmentTemplateVersionsCommandInput, ListEnvironmentTemplateVersionsCommandOutput } from "../commands/ListEnvironmentTemplateVersionsCommand";
51
- import { ListRepositoriesCommandInput, ListRepositoriesCommandOutput } from "../commands/ListRepositoriesCommand";
52
- import { ListRepositorySyncDefinitionsCommandInput, ListRepositorySyncDefinitionsCommandOutput } from "../commands/ListRepositorySyncDefinitionsCommand";
53
- import { ListServiceInstanceOutputsCommandInput, ListServiceInstanceOutputsCommandOutput } from "../commands/ListServiceInstanceOutputsCommand";
54
- import { ListServiceInstanceProvisionedResourcesCommandInput, ListServiceInstanceProvisionedResourcesCommandOutput } from "../commands/ListServiceInstanceProvisionedResourcesCommand";
55
- import { ListServiceInstancesCommandInput, ListServiceInstancesCommandOutput } from "../commands/ListServiceInstancesCommand";
56
- import { ListServicePipelineOutputsCommandInput, ListServicePipelineOutputsCommandOutput } from "../commands/ListServicePipelineOutputsCommand";
57
- import { ListServicePipelineProvisionedResourcesCommandInput, ListServicePipelineProvisionedResourcesCommandOutput } from "../commands/ListServicePipelineProvisionedResourcesCommand";
58
- import { ListServicesCommandInput, ListServicesCommandOutput } from "../commands/ListServicesCommand";
59
- import { ListServiceTemplatesCommandInput, ListServiceTemplatesCommandOutput } from "../commands/ListServiceTemplatesCommand";
60
- import { ListServiceTemplateVersionsCommandInput, ListServiceTemplateVersionsCommandOutput } from "../commands/ListServiceTemplateVersionsCommand";
61
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
62
- import { NotifyResourceDeploymentStatusChangeCommandInput, NotifyResourceDeploymentStatusChangeCommandOutput } from "../commands/NotifyResourceDeploymentStatusChangeCommand";
63
- import { RejectEnvironmentAccountConnectionCommandInput, RejectEnvironmentAccountConnectionCommandOutput } from "../commands/RejectEnvironmentAccountConnectionCommand";
64
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
65
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
66
- import { UpdateAccountSettingsCommandInput, UpdateAccountSettingsCommandOutput } from "../commands/UpdateAccountSettingsCommand";
67
- import { UpdateComponentCommandInput, UpdateComponentCommandOutput } from "../commands/UpdateComponentCommand";
68
- import { UpdateEnvironmentAccountConnectionCommandInput, UpdateEnvironmentAccountConnectionCommandOutput } from "../commands/UpdateEnvironmentAccountConnectionCommand";
69
- import { UpdateEnvironmentCommandInput, UpdateEnvironmentCommandOutput } from "../commands/UpdateEnvironmentCommand";
70
- import { UpdateEnvironmentTemplateCommandInput, UpdateEnvironmentTemplateCommandOutput } from "../commands/UpdateEnvironmentTemplateCommand";
71
- import { UpdateEnvironmentTemplateVersionCommandInput, UpdateEnvironmentTemplateVersionCommandOutput } from "../commands/UpdateEnvironmentTemplateVersionCommand";
72
- import { UpdateServiceCommandInput, UpdateServiceCommandOutput } from "../commands/UpdateServiceCommand";
73
- import { UpdateServiceInstanceCommandInput, UpdateServiceInstanceCommandOutput } from "../commands/UpdateServiceInstanceCommand";
74
- import { UpdateServicePipelineCommandInput, UpdateServicePipelineCommandOutput } from "../commands/UpdateServicePipelineCommand";
75
- import { UpdateServiceTemplateCommandInput, UpdateServiceTemplateCommandOutput } from "../commands/UpdateServiceTemplateCommand";
76
- import { UpdateServiceTemplateVersionCommandInput, UpdateServiceTemplateVersionCommandOutput } from "../commands/UpdateServiceTemplateVersionCommand";
77
- import { UpdateTemplateSyncConfigCommandInput, UpdateTemplateSyncConfigCommandOutput } from "../commands/UpdateTemplateSyncConfigCommand";
78
- export declare const serializeAws_json1_0AcceptEnvironmentAccountConnectionCommand: (input: AcceptEnvironmentAccountConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
79
- export declare const serializeAws_json1_0CancelComponentDeploymentCommand: (input: CancelComponentDeploymentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
80
- export declare const serializeAws_json1_0CancelEnvironmentDeploymentCommand: (input: CancelEnvironmentDeploymentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
81
- export declare const serializeAws_json1_0CancelServiceInstanceDeploymentCommand: (input: CancelServiceInstanceDeploymentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
- export declare const serializeAws_json1_0CancelServicePipelineDeploymentCommand: (input: CancelServicePipelineDeploymentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
83
- export declare const serializeAws_json1_0CreateComponentCommand: (input: CreateComponentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
84
- export declare const serializeAws_json1_0CreateEnvironmentCommand: (input: CreateEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
85
- export declare const serializeAws_json1_0CreateEnvironmentAccountConnectionCommand: (input: CreateEnvironmentAccountConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
- export declare const serializeAws_json1_0CreateEnvironmentTemplateCommand: (input: CreateEnvironmentTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
87
- export declare const serializeAws_json1_0CreateEnvironmentTemplateVersionCommand: (input: CreateEnvironmentTemplateVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
88
- export declare const serializeAws_json1_0CreateRepositoryCommand: (input: CreateRepositoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
89
- export declare const serializeAws_json1_0CreateServiceCommand: (input: CreateServiceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
- export declare const serializeAws_json1_0CreateServiceTemplateCommand: (input: CreateServiceTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
91
- export declare const serializeAws_json1_0CreateServiceTemplateVersionCommand: (input: CreateServiceTemplateVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
92
- export declare const serializeAws_json1_0CreateTemplateSyncConfigCommand: (input: CreateTemplateSyncConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
93
- export declare const serializeAws_json1_0DeleteComponentCommand: (input: DeleteComponentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
- export declare const serializeAws_json1_0DeleteEnvironmentCommand: (input: DeleteEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
95
- export declare const serializeAws_json1_0DeleteEnvironmentAccountConnectionCommand: (input: DeleteEnvironmentAccountConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
96
- export declare const serializeAws_json1_0DeleteEnvironmentTemplateCommand: (input: DeleteEnvironmentTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
97
- export declare const serializeAws_json1_0DeleteEnvironmentTemplateVersionCommand: (input: DeleteEnvironmentTemplateVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
98
- export declare const serializeAws_json1_0DeleteRepositoryCommand: (input: DeleteRepositoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
99
- export declare const serializeAws_json1_0DeleteServiceCommand: (input: DeleteServiceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
100
- export declare const serializeAws_json1_0DeleteServiceTemplateCommand: (input: DeleteServiceTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
101
- export declare const serializeAws_json1_0DeleteServiceTemplateVersionCommand: (input: DeleteServiceTemplateVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
102
- export declare const serializeAws_json1_0DeleteTemplateSyncConfigCommand: (input: DeleteTemplateSyncConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
103
- export declare const serializeAws_json1_0GetAccountSettingsCommand: (input: GetAccountSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
104
- export declare const serializeAws_json1_0GetComponentCommand: (input: GetComponentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
105
- export declare const serializeAws_json1_0GetEnvironmentCommand: (input: GetEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
106
- export declare const serializeAws_json1_0GetEnvironmentAccountConnectionCommand: (input: GetEnvironmentAccountConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
107
- export declare const serializeAws_json1_0GetEnvironmentTemplateCommand: (input: GetEnvironmentTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
108
- export declare const serializeAws_json1_0GetEnvironmentTemplateVersionCommand: (input: GetEnvironmentTemplateVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
109
- export declare const serializeAws_json1_0GetRepositoryCommand: (input: GetRepositoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
110
- export declare const serializeAws_json1_0GetRepositorySyncStatusCommand: (input: GetRepositorySyncStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
111
- export declare const serializeAws_json1_0GetServiceCommand: (input: GetServiceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
112
- export declare const serializeAws_json1_0GetServiceInstanceCommand: (input: GetServiceInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
113
- export declare const serializeAws_json1_0GetServiceTemplateCommand: (input: GetServiceTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
114
- export declare const serializeAws_json1_0GetServiceTemplateVersionCommand: (input: GetServiceTemplateVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
115
- export declare const serializeAws_json1_0GetTemplateSyncConfigCommand: (input: GetTemplateSyncConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
116
- export declare const serializeAws_json1_0GetTemplateSyncStatusCommand: (input: GetTemplateSyncStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
117
- export declare const serializeAws_json1_0ListComponentOutputsCommand: (input: ListComponentOutputsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
118
- export declare const serializeAws_json1_0ListComponentProvisionedResourcesCommand: (input: ListComponentProvisionedResourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
119
- export declare const serializeAws_json1_0ListComponentsCommand: (input: ListComponentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
120
- export declare const serializeAws_json1_0ListEnvironmentAccountConnectionsCommand: (input: ListEnvironmentAccountConnectionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
121
- export declare const serializeAws_json1_0ListEnvironmentOutputsCommand: (input: ListEnvironmentOutputsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
122
- export declare const serializeAws_json1_0ListEnvironmentProvisionedResourcesCommand: (input: ListEnvironmentProvisionedResourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
123
- export declare const serializeAws_json1_0ListEnvironmentsCommand: (input: ListEnvironmentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
124
- export declare const serializeAws_json1_0ListEnvironmentTemplatesCommand: (input: ListEnvironmentTemplatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
125
- export declare const serializeAws_json1_0ListEnvironmentTemplateVersionsCommand: (input: ListEnvironmentTemplateVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
126
- export declare const serializeAws_json1_0ListRepositoriesCommand: (input: ListRepositoriesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
127
- export declare const serializeAws_json1_0ListRepositorySyncDefinitionsCommand: (input: ListRepositorySyncDefinitionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
128
- export declare const serializeAws_json1_0ListServiceInstanceOutputsCommand: (input: ListServiceInstanceOutputsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
129
- export declare const serializeAws_json1_0ListServiceInstanceProvisionedResourcesCommand: (input: ListServiceInstanceProvisionedResourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
130
- export declare const serializeAws_json1_0ListServiceInstancesCommand: (input: ListServiceInstancesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
131
- export declare const serializeAws_json1_0ListServicePipelineOutputsCommand: (input: ListServicePipelineOutputsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
132
- export declare const serializeAws_json1_0ListServicePipelineProvisionedResourcesCommand: (input: ListServicePipelineProvisionedResourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
133
- export declare const serializeAws_json1_0ListServicesCommand: (input: ListServicesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
134
- export declare const serializeAws_json1_0ListServiceTemplatesCommand: (input: ListServiceTemplatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
135
- export declare const serializeAws_json1_0ListServiceTemplateVersionsCommand: (input: ListServiceTemplateVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
136
- export declare const serializeAws_json1_0ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
137
- export declare const serializeAws_json1_0NotifyResourceDeploymentStatusChangeCommand: (input: NotifyResourceDeploymentStatusChangeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
138
- export declare const serializeAws_json1_0RejectEnvironmentAccountConnectionCommand: (input: RejectEnvironmentAccountConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
139
- export declare const serializeAws_json1_0TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
140
- export declare const serializeAws_json1_0UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
141
- export declare const serializeAws_json1_0UpdateAccountSettingsCommand: (input: UpdateAccountSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
142
- export declare const serializeAws_json1_0UpdateComponentCommand: (input: UpdateComponentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
143
- export declare const serializeAws_json1_0UpdateEnvironmentCommand: (input: UpdateEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
144
- export declare const serializeAws_json1_0UpdateEnvironmentAccountConnectionCommand: (input: UpdateEnvironmentAccountConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
145
- export declare const serializeAws_json1_0UpdateEnvironmentTemplateCommand: (input: UpdateEnvironmentTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
146
- export declare const serializeAws_json1_0UpdateEnvironmentTemplateVersionCommand: (input: UpdateEnvironmentTemplateVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
147
- export declare const serializeAws_json1_0UpdateServiceCommand: (input: UpdateServiceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
148
- export declare const serializeAws_json1_0UpdateServiceInstanceCommand: (input: UpdateServiceInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
149
- export declare const serializeAws_json1_0UpdateServicePipelineCommand: (input: UpdateServicePipelineCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
150
- export declare const serializeAws_json1_0UpdateServiceTemplateCommand: (input: UpdateServiceTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
151
- export declare const serializeAws_json1_0UpdateServiceTemplateVersionCommand: (input: UpdateServiceTemplateVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
152
- export declare const serializeAws_json1_0UpdateTemplateSyncConfigCommand: (input: UpdateTemplateSyncConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
153
- export declare const deserializeAws_json1_0AcceptEnvironmentAccountConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AcceptEnvironmentAccountConnectionCommandOutput>;
154
- export declare const deserializeAws_json1_0CancelComponentDeploymentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelComponentDeploymentCommandOutput>;
155
- export declare const deserializeAws_json1_0CancelEnvironmentDeploymentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelEnvironmentDeploymentCommandOutput>;
156
- export declare const deserializeAws_json1_0CancelServiceInstanceDeploymentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelServiceInstanceDeploymentCommandOutput>;
157
- export declare const deserializeAws_json1_0CancelServicePipelineDeploymentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelServicePipelineDeploymentCommandOutput>;
158
- export declare const deserializeAws_json1_0CreateComponentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateComponentCommandOutput>;
159
- export declare const deserializeAws_json1_0CreateEnvironmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateEnvironmentCommandOutput>;
160
- export declare const deserializeAws_json1_0CreateEnvironmentAccountConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateEnvironmentAccountConnectionCommandOutput>;
161
- export declare const deserializeAws_json1_0CreateEnvironmentTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateEnvironmentTemplateCommandOutput>;
162
- export declare const deserializeAws_json1_0CreateEnvironmentTemplateVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateEnvironmentTemplateVersionCommandOutput>;
163
- export declare const deserializeAws_json1_0CreateRepositoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateRepositoryCommandOutput>;
164
- export declare const deserializeAws_json1_0CreateServiceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateServiceCommandOutput>;
165
- export declare const deserializeAws_json1_0CreateServiceTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateServiceTemplateCommandOutput>;
166
- export declare const deserializeAws_json1_0CreateServiceTemplateVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateServiceTemplateVersionCommandOutput>;
167
- export declare const deserializeAws_json1_0CreateTemplateSyncConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTemplateSyncConfigCommandOutput>;
168
- export declare const deserializeAws_json1_0DeleteComponentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteComponentCommandOutput>;
169
- export declare const deserializeAws_json1_0DeleteEnvironmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteEnvironmentCommandOutput>;
170
- export declare const deserializeAws_json1_0DeleteEnvironmentAccountConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteEnvironmentAccountConnectionCommandOutput>;
171
- export declare const deserializeAws_json1_0DeleteEnvironmentTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteEnvironmentTemplateCommandOutput>;
172
- export declare const deserializeAws_json1_0DeleteEnvironmentTemplateVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteEnvironmentTemplateVersionCommandOutput>;
173
- export declare const deserializeAws_json1_0DeleteRepositoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRepositoryCommandOutput>;
174
- export declare const deserializeAws_json1_0DeleteServiceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteServiceCommandOutput>;
175
- export declare const deserializeAws_json1_0DeleteServiceTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteServiceTemplateCommandOutput>;
176
- export declare const deserializeAws_json1_0DeleteServiceTemplateVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteServiceTemplateVersionCommandOutput>;
177
- export declare const deserializeAws_json1_0DeleteTemplateSyncConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTemplateSyncConfigCommandOutput>;
178
- export declare const deserializeAws_json1_0GetAccountSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAccountSettingsCommandOutput>;
179
- export declare const deserializeAws_json1_0GetComponentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetComponentCommandOutput>;
180
- export declare const deserializeAws_json1_0GetEnvironmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetEnvironmentCommandOutput>;
181
- export declare const deserializeAws_json1_0GetEnvironmentAccountConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetEnvironmentAccountConnectionCommandOutput>;
182
- export declare const deserializeAws_json1_0GetEnvironmentTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetEnvironmentTemplateCommandOutput>;
183
- export declare const deserializeAws_json1_0GetEnvironmentTemplateVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetEnvironmentTemplateVersionCommandOutput>;
184
- export declare const deserializeAws_json1_0GetRepositoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRepositoryCommandOutput>;
185
- export declare const deserializeAws_json1_0GetRepositorySyncStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRepositorySyncStatusCommandOutput>;
186
- export declare const deserializeAws_json1_0GetServiceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetServiceCommandOutput>;
187
- export declare const deserializeAws_json1_0GetServiceInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetServiceInstanceCommandOutput>;
188
- export declare const deserializeAws_json1_0GetServiceTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetServiceTemplateCommandOutput>;
189
- export declare const deserializeAws_json1_0GetServiceTemplateVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetServiceTemplateVersionCommandOutput>;
190
- export declare const deserializeAws_json1_0GetTemplateSyncConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTemplateSyncConfigCommandOutput>;
191
- export declare const deserializeAws_json1_0GetTemplateSyncStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTemplateSyncStatusCommandOutput>;
192
- export declare const deserializeAws_json1_0ListComponentOutputsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListComponentOutputsCommandOutput>;
193
- export declare const deserializeAws_json1_0ListComponentProvisionedResourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListComponentProvisionedResourcesCommandOutput>;
194
- export declare const deserializeAws_json1_0ListComponentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListComponentsCommandOutput>;
195
- export declare const deserializeAws_json1_0ListEnvironmentAccountConnectionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEnvironmentAccountConnectionsCommandOutput>;
196
- export declare const deserializeAws_json1_0ListEnvironmentOutputsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEnvironmentOutputsCommandOutput>;
197
- export declare const deserializeAws_json1_0ListEnvironmentProvisionedResourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEnvironmentProvisionedResourcesCommandOutput>;
198
- export declare const deserializeAws_json1_0ListEnvironmentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEnvironmentsCommandOutput>;
199
- export declare const deserializeAws_json1_0ListEnvironmentTemplatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEnvironmentTemplatesCommandOutput>;
200
- export declare const deserializeAws_json1_0ListEnvironmentTemplateVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEnvironmentTemplateVersionsCommandOutput>;
201
- export declare const deserializeAws_json1_0ListRepositoriesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRepositoriesCommandOutput>;
202
- export declare const deserializeAws_json1_0ListRepositorySyncDefinitionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRepositorySyncDefinitionsCommandOutput>;
203
- export declare const deserializeAws_json1_0ListServiceInstanceOutputsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListServiceInstanceOutputsCommandOutput>;
204
- export declare const deserializeAws_json1_0ListServiceInstanceProvisionedResourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListServiceInstanceProvisionedResourcesCommandOutput>;
205
- export declare const deserializeAws_json1_0ListServiceInstancesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListServiceInstancesCommandOutput>;
206
- export declare const deserializeAws_json1_0ListServicePipelineOutputsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListServicePipelineOutputsCommandOutput>;
207
- export declare const deserializeAws_json1_0ListServicePipelineProvisionedResourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListServicePipelineProvisionedResourcesCommandOutput>;
208
- export declare const deserializeAws_json1_0ListServicesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListServicesCommandOutput>;
209
- export declare const deserializeAws_json1_0ListServiceTemplatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListServiceTemplatesCommandOutput>;
210
- export declare const deserializeAws_json1_0ListServiceTemplateVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListServiceTemplateVersionsCommandOutput>;
211
- export declare const deserializeAws_json1_0ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
212
- export declare const deserializeAws_json1_0NotifyResourceDeploymentStatusChangeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<NotifyResourceDeploymentStatusChangeCommandOutput>;
213
- export declare const deserializeAws_json1_0RejectEnvironmentAccountConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RejectEnvironmentAccountConnectionCommandOutput>;
214
- export declare const deserializeAws_json1_0TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
215
- export declare const deserializeAws_json1_0UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
216
- export declare const deserializeAws_json1_0UpdateAccountSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAccountSettingsCommandOutput>;
217
- export declare const deserializeAws_json1_0UpdateComponentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateComponentCommandOutput>;
218
- export declare const deserializeAws_json1_0UpdateEnvironmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateEnvironmentCommandOutput>;
219
- export declare const deserializeAws_json1_0UpdateEnvironmentAccountConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateEnvironmentAccountConnectionCommandOutput>;
220
- export declare const deserializeAws_json1_0UpdateEnvironmentTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateEnvironmentTemplateCommandOutput>;
221
- export declare const deserializeAws_json1_0UpdateEnvironmentTemplateVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateEnvironmentTemplateVersionCommandOutput>;
222
- export declare const deserializeAws_json1_0UpdateServiceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateServiceCommandOutput>;
223
- export declare const deserializeAws_json1_0UpdateServiceInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateServiceInstanceCommandOutput>;
224
- export declare const deserializeAws_json1_0UpdateServicePipelineCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateServicePipelineCommandOutput>;
225
- export declare const deserializeAws_json1_0UpdateServiceTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateServiceTemplateCommandOutput>;
226
- export declare const deserializeAws_json1_0UpdateServiceTemplateVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateServiceTemplateVersionCommandOutput>;
227
- export declare const deserializeAws_json1_0UpdateTemplateSyncConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateTemplateSyncConfigCommandOutput>;
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
+ AcceptEnvironmentAccountConnectionCommandInput,
8
+ AcceptEnvironmentAccountConnectionCommandOutput,
9
+ } from "../commands/AcceptEnvironmentAccountConnectionCommand";
10
+ import {
11
+ CancelComponentDeploymentCommandInput,
12
+ CancelComponentDeploymentCommandOutput,
13
+ } from "../commands/CancelComponentDeploymentCommand";
14
+ import {
15
+ CancelEnvironmentDeploymentCommandInput,
16
+ CancelEnvironmentDeploymentCommandOutput,
17
+ } from "../commands/CancelEnvironmentDeploymentCommand";
18
+ import {
19
+ CancelServiceInstanceDeploymentCommandInput,
20
+ CancelServiceInstanceDeploymentCommandOutput,
21
+ } from "../commands/CancelServiceInstanceDeploymentCommand";
22
+ import {
23
+ CancelServicePipelineDeploymentCommandInput,
24
+ CancelServicePipelineDeploymentCommandOutput,
25
+ } from "../commands/CancelServicePipelineDeploymentCommand";
26
+ import {
27
+ CreateComponentCommandInput,
28
+ CreateComponentCommandOutput,
29
+ } from "../commands/CreateComponentCommand";
30
+ import {
31
+ CreateEnvironmentAccountConnectionCommandInput,
32
+ CreateEnvironmentAccountConnectionCommandOutput,
33
+ } from "../commands/CreateEnvironmentAccountConnectionCommand";
34
+ import {
35
+ CreateEnvironmentCommandInput,
36
+ CreateEnvironmentCommandOutput,
37
+ } from "../commands/CreateEnvironmentCommand";
38
+ import {
39
+ CreateEnvironmentTemplateCommandInput,
40
+ CreateEnvironmentTemplateCommandOutput,
41
+ } from "../commands/CreateEnvironmentTemplateCommand";
42
+ import {
43
+ CreateEnvironmentTemplateVersionCommandInput,
44
+ CreateEnvironmentTemplateVersionCommandOutput,
45
+ } from "../commands/CreateEnvironmentTemplateVersionCommand";
46
+ import {
47
+ CreateRepositoryCommandInput,
48
+ CreateRepositoryCommandOutput,
49
+ } from "../commands/CreateRepositoryCommand";
50
+ import {
51
+ CreateServiceCommandInput,
52
+ CreateServiceCommandOutput,
53
+ } from "../commands/CreateServiceCommand";
54
+ import {
55
+ CreateServiceTemplateCommandInput,
56
+ CreateServiceTemplateCommandOutput,
57
+ } from "../commands/CreateServiceTemplateCommand";
58
+ import {
59
+ CreateServiceTemplateVersionCommandInput,
60
+ CreateServiceTemplateVersionCommandOutput,
61
+ } from "../commands/CreateServiceTemplateVersionCommand";
62
+ import {
63
+ CreateTemplateSyncConfigCommandInput,
64
+ CreateTemplateSyncConfigCommandOutput,
65
+ } from "../commands/CreateTemplateSyncConfigCommand";
66
+ import {
67
+ DeleteComponentCommandInput,
68
+ DeleteComponentCommandOutput,
69
+ } from "../commands/DeleteComponentCommand";
70
+ import {
71
+ DeleteEnvironmentAccountConnectionCommandInput,
72
+ DeleteEnvironmentAccountConnectionCommandOutput,
73
+ } from "../commands/DeleteEnvironmentAccountConnectionCommand";
74
+ import {
75
+ DeleteEnvironmentCommandInput,
76
+ DeleteEnvironmentCommandOutput,
77
+ } from "../commands/DeleteEnvironmentCommand";
78
+ import {
79
+ DeleteEnvironmentTemplateCommandInput,
80
+ DeleteEnvironmentTemplateCommandOutput,
81
+ } from "../commands/DeleteEnvironmentTemplateCommand";
82
+ import {
83
+ DeleteEnvironmentTemplateVersionCommandInput,
84
+ DeleteEnvironmentTemplateVersionCommandOutput,
85
+ } from "../commands/DeleteEnvironmentTemplateVersionCommand";
86
+ import {
87
+ DeleteRepositoryCommandInput,
88
+ DeleteRepositoryCommandOutput,
89
+ } from "../commands/DeleteRepositoryCommand";
90
+ import {
91
+ DeleteServiceCommandInput,
92
+ DeleteServiceCommandOutput,
93
+ } from "../commands/DeleteServiceCommand";
94
+ import {
95
+ DeleteServiceTemplateCommandInput,
96
+ DeleteServiceTemplateCommandOutput,
97
+ } from "../commands/DeleteServiceTemplateCommand";
98
+ import {
99
+ DeleteServiceTemplateVersionCommandInput,
100
+ DeleteServiceTemplateVersionCommandOutput,
101
+ } from "../commands/DeleteServiceTemplateVersionCommand";
102
+ import {
103
+ DeleteTemplateSyncConfigCommandInput,
104
+ DeleteTemplateSyncConfigCommandOutput,
105
+ } from "../commands/DeleteTemplateSyncConfigCommand";
106
+ import {
107
+ GetAccountSettingsCommandInput,
108
+ GetAccountSettingsCommandOutput,
109
+ } from "../commands/GetAccountSettingsCommand";
110
+ import {
111
+ GetComponentCommandInput,
112
+ GetComponentCommandOutput,
113
+ } from "../commands/GetComponentCommand";
114
+ import {
115
+ GetEnvironmentAccountConnectionCommandInput,
116
+ GetEnvironmentAccountConnectionCommandOutput,
117
+ } from "../commands/GetEnvironmentAccountConnectionCommand";
118
+ import {
119
+ GetEnvironmentCommandInput,
120
+ GetEnvironmentCommandOutput,
121
+ } from "../commands/GetEnvironmentCommand";
122
+ import {
123
+ GetEnvironmentTemplateCommandInput,
124
+ GetEnvironmentTemplateCommandOutput,
125
+ } from "../commands/GetEnvironmentTemplateCommand";
126
+ import {
127
+ GetEnvironmentTemplateVersionCommandInput,
128
+ GetEnvironmentTemplateVersionCommandOutput,
129
+ } from "../commands/GetEnvironmentTemplateVersionCommand";
130
+ import {
131
+ GetRepositoryCommandInput,
132
+ GetRepositoryCommandOutput,
133
+ } from "../commands/GetRepositoryCommand";
134
+ import {
135
+ GetRepositorySyncStatusCommandInput,
136
+ GetRepositorySyncStatusCommandOutput,
137
+ } from "../commands/GetRepositorySyncStatusCommand";
138
+ import {
139
+ GetServiceCommandInput,
140
+ GetServiceCommandOutput,
141
+ } from "../commands/GetServiceCommand";
142
+ import {
143
+ GetServiceInstanceCommandInput,
144
+ GetServiceInstanceCommandOutput,
145
+ } from "../commands/GetServiceInstanceCommand";
146
+ import {
147
+ GetServiceTemplateCommandInput,
148
+ GetServiceTemplateCommandOutput,
149
+ } from "../commands/GetServiceTemplateCommand";
150
+ import {
151
+ GetServiceTemplateVersionCommandInput,
152
+ GetServiceTemplateVersionCommandOutput,
153
+ } from "../commands/GetServiceTemplateVersionCommand";
154
+ import {
155
+ GetTemplateSyncConfigCommandInput,
156
+ GetTemplateSyncConfigCommandOutput,
157
+ } from "../commands/GetTemplateSyncConfigCommand";
158
+ import {
159
+ GetTemplateSyncStatusCommandInput,
160
+ GetTemplateSyncStatusCommandOutput,
161
+ } from "../commands/GetTemplateSyncStatusCommand";
162
+ import {
163
+ ListComponentOutputsCommandInput,
164
+ ListComponentOutputsCommandOutput,
165
+ } from "../commands/ListComponentOutputsCommand";
166
+ import {
167
+ ListComponentProvisionedResourcesCommandInput,
168
+ ListComponentProvisionedResourcesCommandOutput,
169
+ } from "../commands/ListComponentProvisionedResourcesCommand";
170
+ import {
171
+ ListComponentsCommandInput,
172
+ ListComponentsCommandOutput,
173
+ } from "../commands/ListComponentsCommand";
174
+ import {
175
+ ListEnvironmentAccountConnectionsCommandInput,
176
+ ListEnvironmentAccountConnectionsCommandOutput,
177
+ } from "../commands/ListEnvironmentAccountConnectionsCommand";
178
+ import {
179
+ ListEnvironmentOutputsCommandInput,
180
+ ListEnvironmentOutputsCommandOutput,
181
+ } from "../commands/ListEnvironmentOutputsCommand";
182
+ import {
183
+ ListEnvironmentProvisionedResourcesCommandInput,
184
+ ListEnvironmentProvisionedResourcesCommandOutput,
185
+ } from "../commands/ListEnvironmentProvisionedResourcesCommand";
186
+ import {
187
+ ListEnvironmentsCommandInput,
188
+ ListEnvironmentsCommandOutput,
189
+ } from "../commands/ListEnvironmentsCommand";
190
+ import {
191
+ ListEnvironmentTemplatesCommandInput,
192
+ ListEnvironmentTemplatesCommandOutput,
193
+ } from "../commands/ListEnvironmentTemplatesCommand";
194
+ import {
195
+ ListEnvironmentTemplateVersionsCommandInput,
196
+ ListEnvironmentTemplateVersionsCommandOutput,
197
+ } from "../commands/ListEnvironmentTemplateVersionsCommand";
198
+ import {
199
+ ListRepositoriesCommandInput,
200
+ ListRepositoriesCommandOutput,
201
+ } from "../commands/ListRepositoriesCommand";
202
+ import {
203
+ ListRepositorySyncDefinitionsCommandInput,
204
+ ListRepositorySyncDefinitionsCommandOutput,
205
+ } from "../commands/ListRepositorySyncDefinitionsCommand";
206
+ import {
207
+ ListServiceInstanceOutputsCommandInput,
208
+ ListServiceInstanceOutputsCommandOutput,
209
+ } from "../commands/ListServiceInstanceOutputsCommand";
210
+ import {
211
+ ListServiceInstanceProvisionedResourcesCommandInput,
212
+ ListServiceInstanceProvisionedResourcesCommandOutput,
213
+ } from "../commands/ListServiceInstanceProvisionedResourcesCommand";
214
+ import {
215
+ ListServiceInstancesCommandInput,
216
+ ListServiceInstancesCommandOutput,
217
+ } from "../commands/ListServiceInstancesCommand";
218
+ import {
219
+ ListServicePipelineOutputsCommandInput,
220
+ ListServicePipelineOutputsCommandOutput,
221
+ } from "../commands/ListServicePipelineOutputsCommand";
222
+ import {
223
+ ListServicePipelineProvisionedResourcesCommandInput,
224
+ ListServicePipelineProvisionedResourcesCommandOutput,
225
+ } from "../commands/ListServicePipelineProvisionedResourcesCommand";
226
+ import {
227
+ ListServicesCommandInput,
228
+ ListServicesCommandOutput,
229
+ } from "../commands/ListServicesCommand";
230
+ import {
231
+ ListServiceTemplatesCommandInput,
232
+ ListServiceTemplatesCommandOutput,
233
+ } from "../commands/ListServiceTemplatesCommand";
234
+ import {
235
+ ListServiceTemplateVersionsCommandInput,
236
+ ListServiceTemplateVersionsCommandOutput,
237
+ } from "../commands/ListServiceTemplateVersionsCommand";
238
+ import {
239
+ ListTagsForResourceCommandInput,
240
+ ListTagsForResourceCommandOutput,
241
+ } from "../commands/ListTagsForResourceCommand";
242
+ import {
243
+ NotifyResourceDeploymentStatusChangeCommandInput,
244
+ NotifyResourceDeploymentStatusChangeCommandOutput,
245
+ } from "../commands/NotifyResourceDeploymentStatusChangeCommand";
246
+ import {
247
+ RejectEnvironmentAccountConnectionCommandInput,
248
+ RejectEnvironmentAccountConnectionCommandOutput,
249
+ } from "../commands/RejectEnvironmentAccountConnectionCommand";
250
+ import {
251
+ TagResourceCommandInput,
252
+ TagResourceCommandOutput,
253
+ } from "../commands/TagResourceCommand";
254
+ import {
255
+ UntagResourceCommandInput,
256
+ UntagResourceCommandOutput,
257
+ } from "../commands/UntagResourceCommand";
258
+ import {
259
+ UpdateAccountSettingsCommandInput,
260
+ UpdateAccountSettingsCommandOutput,
261
+ } from "../commands/UpdateAccountSettingsCommand";
262
+ import {
263
+ UpdateComponentCommandInput,
264
+ UpdateComponentCommandOutput,
265
+ } from "../commands/UpdateComponentCommand";
266
+ import {
267
+ UpdateEnvironmentAccountConnectionCommandInput,
268
+ UpdateEnvironmentAccountConnectionCommandOutput,
269
+ } from "../commands/UpdateEnvironmentAccountConnectionCommand";
270
+ import {
271
+ UpdateEnvironmentCommandInput,
272
+ UpdateEnvironmentCommandOutput,
273
+ } from "../commands/UpdateEnvironmentCommand";
274
+ import {
275
+ UpdateEnvironmentTemplateCommandInput,
276
+ UpdateEnvironmentTemplateCommandOutput,
277
+ } from "../commands/UpdateEnvironmentTemplateCommand";
278
+ import {
279
+ UpdateEnvironmentTemplateVersionCommandInput,
280
+ UpdateEnvironmentTemplateVersionCommandOutput,
281
+ } from "../commands/UpdateEnvironmentTemplateVersionCommand";
282
+ import {
283
+ UpdateServiceCommandInput,
284
+ UpdateServiceCommandOutput,
285
+ } from "../commands/UpdateServiceCommand";
286
+ import {
287
+ UpdateServiceInstanceCommandInput,
288
+ UpdateServiceInstanceCommandOutput,
289
+ } from "../commands/UpdateServiceInstanceCommand";
290
+ import {
291
+ UpdateServicePipelineCommandInput,
292
+ UpdateServicePipelineCommandOutput,
293
+ } from "../commands/UpdateServicePipelineCommand";
294
+ import {
295
+ UpdateServiceTemplateCommandInput,
296
+ UpdateServiceTemplateCommandOutput,
297
+ } from "../commands/UpdateServiceTemplateCommand";
298
+ import {
299
+ UpdateServiceTemplateVersionCommandInput,
300
+ UpdateServiceTemplateVersionCommandOutput,
301
+ } from "../commands/UpdateServiceTemplateVersionCommand";
302
+ import {
303
+ UpdateTemplateSyncConfigCommandInput,
304
+ UpdateTemplateSyncConfigCommandOutput,
305
+ } from "../commands/UpdateTemplateSyncConfigCommand";
306
+ export declare const serializeAws_json1_0AcceptEnvironmentAccountConnectionCommand: (
307
+ input: AcceptEnvironmentAccountConnectionCommandInput,
308
+ context: __SerdeContext
309
+ ) => Promise<__HttpRequest>;
310
+ export declare const serializeAws_json1_0CancelComponentDeploymentCommand: (
311
+ input: CancelComponentDeploymentCommandInput,
312
+ context: __SerdeContext
313
+ ) => Promise<__HttpRequest>;
314
+ export declare const serializeAws_json1_0CancelEnvironmentDeploymentCommand: (
315
+ input: CancelEnvironmentDeploymentCommandInput,
316
+ context: __SerdeContext
317
+ ) => Promise<__HttpRequest>;
318
+ export declare const serializeAws_json1_0CancelServiceInstanceDeploymentCommand: (
319
+ input: CancelServiceInstanceDeploymentCommandInput,
320
+ context: __SerdeContext
321
+ ) => Promise<__HttpRequest>;
322
+ export declare const serializeAws_json1_0CancelServicePipelineDeploymentCommand: (
323
+ input: CancelServicePipelineDeploymentCommandInput,
324
+ context: __SerdeContext
325
+ ) => Promise<__HttpRequest>;
326
+ export declare const serializeAws_json1_0CreateComponentCommand: (
327
+ input: CreateComponentCommandInput,
328
+ context: __SerdeContext
329
+ ) => Promise<__HttpRequest>;
330
+ export declare const serializeAws_json1_0CreateEnvironmentCommand: (
331
+ input: CreateEnvironmentCommandInput,
332
+ context: __SerdeContext
333
+ ) => Promise<__HttpRequest>;
334
+ export declare const serializeAws_json1_0CreateEnvironmentAccountConnectionCommand: (
335
+ input: CreateEnvironmentAccountConnectionCommandInput,
336
+ context: __SerdeContext
337
+ ) => Promise<__HttpRequest>;
338
+ export declare const serializeAws_json1_0CreateEnvironmentTemplateCommand: (
339
+ input: CreateEnvironmentTemplateCommandInput,
340
+ context: __SerdeContext
341
+ ) => Promise<__HttpRequest>;
342
+ export declare const serializeAws_json1_0CreateEnvironmentTemplateVersionCommand: (
343
+ input: CreateEnvironmentTemplateVersionCommandInput,
344
+ context: __SerdeContext
345
+ ) => Promise<__HttpRequest>;
346
+ export declare const serializeAws_json1_0CreateRepositoryCommand: (
347
+ input: CreateRepositoryCommandInput,
348
+ context: __SerdeContext
349
+ ) => Promise<__HttpRequest>;
350
+ export declare const serializeAws_json1_0CreateServiceCommand: (
351
+ input: CreateServiceCommandInput,
352
+ context: __SerdeContext
353
+ ) => Promise<__HttpRequest>;
354
+ export declare const serializeAws_json1_0CreateServiceTemplateCommand: (
355
+ input: CreateServiceTemplateCommandInput,
356
+ context: __SerdeContext
357
+ ) => Promise<__HttpRequest>;
358
+ export declare const serializeAws_json1_0CreateServiceTemplateVersionCommand: (
359
+ input: CreateServiceTemplateVersionCommandInput,
360
+ context: __SerdeContext
361
+ ) => Promise<__HttpRequest>;
362
+ export declare const serializeAws_json1_0CreateTemplateSyncConfigCommand: (
363
+ input: CreateTemplateSyncConfigCommandInput,
364
+ context: __SerdeContext
365
+ ) => Promise<__HttpRequest>;
366
+ export declare const serializeAws_json1_0DeleteComponentCommand: (
367
+ input: DeleteComponentCommandInput,
368
+ context: __SerdeContext
369
+ ) => Promise<__HttpRequest>;
370
+ export declare const serializeAws_json1_0DeleteEnvironmentCommand: (
371
+ input: DeleteEnvironmentCommandInput,
372
+ context: __SerdeContext
373
+ ) => Promise<__HttpRequest>;
374
+ export declare const serializeAws_json1_0DeleteEnvironmentAccountConnectionCommand: (
375
+ input: DeleteEnvironmentAccountConnectionCommandInput,
376
+ context: __SerdeContext
377
+ ) => Promise<__HttpRequest>;
378
+ export declare const serializeAws_json1_0DeleteEnvironmentTemplateCommand: (
379
+ input: DeleteEnvironmentTemplateCommandInput,
380
+ context: __SerdeContext
381
+ ) => Promise<__HttpRequest>;
382
+ export declare const serializeAws_json1_0DeleteEnvironmentTemplateVersionCommand: (
383
+ input: DeleteEnvironmentTemplateVersionCommandInput,
384
+ context: __SerdeContext
385
+ ) => Promise<__HttpRequest>;
386
+ export declare const serializeAws_json1_0DeleteRepositoryCommand: (
387
+ input: DeleteRepositoryCommandInput,
388
+ context: __SerdeContext
389
+ ) => Promise<__HttpRequest>;
390
+ export declare const serializeAws_json1_0DeleteServiceCommand: (
391
+ input: DeleteServiceCommandInput,
392
+ context: __SerdeContext
393
+ ) => Promise<__HttpRequest>;
394
+ export declare const serializeAws_json1_0DeleteServiceTemplateCommand: (
395
+ input: DeleteServiceTemplateCommandInput,
396
+ context: __SerdeContext
397
+ ) => Promise<__HttpRequest>;
398
+ export declare const serializeAws_json1_0DeleteServiceTemplateVersionCommand: (
399
+ input: DeleteServiceTemplateVersionCommandInput,
400
+ context: __SerdeContext
401
+ ) => Promise<__HttpRequest>;
402
+ export declare const serializeAws_json1_0DeleteTemplateSyncConfigCommand: (
403
+ input: DeleteTemplateSyncConfigCommandInput,
404
+ context: __SerdeContext
405
+ ) => Promise<__HttpRequest>;
406
+ export declare const serializeAws_json1_0GetAccountSettingsCommand: (
407
+ input: GetAccountSettingsCommandInput,
408
+ context: __SerdeContext
409
+ ) => Promise<__HttpRequest>;
410
+ export declare const serializeAws_json1_0GetComponentCommand: (
411
+ input: GetComponentCommandInput,
412
+ context: __SerdeContext
413
+ ) => Promise<__HttpRequest>;
414
+ export declare const serializeAws_json1_0GetEnvironmentCommand: (
415
+ input: GetEnvironmentCommandInput,
416
+ context: __SerdeContext
417
+ ) => Promise<__HttpRequest>;
418
+ export declare const serializeAws_json1_0GetEnvironmentAccountConnectionCommand: (
419
+ input: GetEnvironmentAccountConnectionCommandInput,
420
+ context: __SerdeContext
421
+ ) => Promise<__HttpRequest>;
422
+ export declare const serializeAws_json1_0GetEnvironmentTemplateCommand: (
423
+ input: GetEnvironmentTemplateCommandInput,
424
+ context: __SerdeContext
425
+ ) => Promise<__HttpRequest>;
426
+ export declare const serializeAws_json1_0GetEnvironmentTemplateVersionCommand: (
427
+ input: GetEnvironmentTemplateVersionCommandInput,
428
+ context: __SerdeContext
429
+ ) => Promise<__HttpRequest>;
430
+ export declare const serializeAws_json1_0GetRepositoryCommand: (
431
+ input: GetRepositoryCommandInput,
432
+ context: __SerdeContext
433
+ ) => Promise<__HttpRequest>;
434
+ export declare const serializeAws_json1_0GetRepositorySyncStatusCommand: (
435
+ input: GetRepositorySyncStatusCommandInput,
436
+ context: __SerdeContext
437
+ ) => Promise<__HttpRequest>;
438
+ export declare const serializeAws_json1_0GetServiceCommand: (
439
+ input: GetServiceCommandInput,
440
+ context: __SerdeContext
441
+ ) => Promise<__HttpRequest>;
442
+ export declare const serializeAws_json1_0GetServiceInstanceCommand: (
443
+ input: GetServiceInstanceCommandInput,
444
+ context: __SerdeContext
445
+ ) => Promise<__HttpRequest>;
446
+ export declare const serializeAws_json1_0GetServiceTemplateCommand: (
447
+ input: GetServiceTemplateCommandInput,
448
+ context: __SerdeContext
449
+ ) => Promise<__HttpRequest>;
450
+ export declare const serializeAws_json1_0GetServiceTemplateVersionCommand: (
451
+ input: GetServiceTemplateVersionCommandInput,
452
+ context: __SerdeContext
453
+ ) => Promise<__HttpRequest>;
454
+ export declare const serializeAws_json1_0GetTemplateSyncConfigCommand: (
455
+ input: GetTemplateSyncConfigCommandInput,
456
+ context: __SerdeContext
457
+ ) => Promise<__HttpRequest>;
458
+ export declare const serializeAws_json1_0GetTemplateSyncStatusCommand: (
459
+ input: GetTemplateSyncStatusCommandInput,
460
+ context: __SerdeContext
461
+ ) => Promise<__HttpRequest>;
462
+ export declare const serializeAws_json1_0ListComponentOutputsCommand: (
463
+ input: ListComponentOutputsCommandInput,
464
+ context: __SerdeContext
465
+ ) => Promise<__HttpRequest>;
466
+ export declare const serializeAws_json1_0ListComponentProvisionedResourcesCommand: (
467
+ input: ListComponentProvisionedResourcesCommandInput,
468
+ context: __SerdeContext
469
+ ) => Promise<__HttpRequest>;
470
+ export declare const serializeAws_json1_0ListComponentsCommand: (
471
+ input: ListComponentsCommandInput,
472
+ context: __SerdeContext
473
+ ) => Promise<__HttpRequest>;
474
+ export declare const serializeAws_json1_0ListEnvironmentAccountConnectionsCommand: (
475
+ input: ListEnvironmentAccountConnectionsCommandInput,
476
+ context: __SerdeContext
477
+ ) => Promise<__HttpRequest>;
478
+ export declare const serializeAws_json1_0ListEnvironmentOutputsCommand: (
479
+ input: ListEnvironmentOutputsCommandInput,
480
+ context: __SerdeContext
481
+ ) => Promise<__HttpRequest>;
482
+ export declare const serializeAws_json1_0ListEnvironmentProvisionedResourcesCommand: (
483
+ input: ListEnvironmentProvisionedResourcesCommandInput,
484
+ context: __SerdeContext
485
+ ) => Promise<__HttpRequest>;
486
+ export declare const serializeAws_json1_0ListEnvironmentsCommand: (
487
+ input: ListEnvironmentsCommandInput,
488
+ context: __SerdeContext
489
+ ) => Promise<__HttpRequest>;
490
+ export declare const serializeAws_json1_0ListEnvironmentTemplatesCommand: (
491
+ input: ListEnvironmentTemplatesCommandInput,
492
+ context: __SerdeContext
493
+ ) => Promise<__HttpRequest>;
494
+ export declare const serializeAws_json1_0ListEnvironmentTemplateVersionsCommand: (
495
+ input: ListEnvironmentTemplateVersionsCommandInput,
496
+ context: __SerdeContext
497
+ ) => Promise<__HttpRequest>;
498
+ export declare const serializeAws_json1_0ListRepositoriesCommand: (
499
+ input: ListRepositoriesCommandInput,
500
+ context: __SerdeContext
501
+ ) => Promise<__HttpRequest>;
502
+ export declare const serializeAws_json1_0ListRepositorySyncDefinitionsCommand: (
503
+ input: ListRepositorySyncDefinitionsCommandInput,
504
+ context: __SerdeContext
505
+ ) => Promise<__HttpRequest>;
506
+ export declare const serializeAws_json1_0ListServiceInstanceOutputsCommand: (
507
+ input: ListServiceInstanceOutputsCommandInput,
508
+ context: __SerdeContext
509
+ ) => Promise<__HttpRequest>;
510
+ export declare const serializeAws_json1_0ListServiceInstanceProvisionedResourcesCommand: (
511
+ input: ListServiceInstanceProvisionedResourcesCommandInput,
512
+ context: __SerdeContext
513
+ ) => Promise<__HttpRequest>;
514
+ export declare const serializeAws_json1_0ListServiceInstancesCommand: (
515
+ input: ListServiceInstancesCommandInput,
516
+ context: __SerdeContext
517
+ ) => Promise<__HttpRequest>;
518
+ export declare const serializeAws_json1_0ListServicePipelineOutputsCommand: (
519
+ input: ListServicePipelineOutputsCommandInput,
520
+ context: __SerdeContext
521
+ ) => Promise<__HttpRequest>;
522
+ export declare const serializeAws_json1_0ListServicePipelineProvisionedResourcesCommand: (
523
+ input: ListServicePipelineProvisionedResourcesCommandInput,
524
+ context: __SerdeContext
525
+ ) => Promise<__HttpRequest>;
526
+ export declare const serializeAws_json1_0ListServicesCommand: (
527
+ input: ListServicesCommandInput,
528
+ context: __SerdeContext
529
+ ) => Promise<__HttpRequest>;
530
+ export declare const serializeAws_json1_0ListServiceTemplatesCommand: (
531
+ input: ListServiceTemplatesCommandInput,
532
+ context: __SerdeContext
533
+ ) => Promise<__HttpRequest>;
534
+ export declare const serializeAws_json1_0ListServiceTemplateVersionsCommand: (
535
+ input: ListServiceTemplateVersionsCommandInput,
536
+ context: __SerdeContext
537
+ ) => Promise<__HttpRequest>;
538
+ export declare const serializeAws_json1_0ListTagsForResourceCommand: (
539
+ input: ListTagsForResourceCommandInput,
540
+ context: __SerdeContext
541
+ ) => Promise<__HttpRequest>;
542
+ export declare const serializeAws_json1_0NotifyResourceDeploymentStatusChangeCommand: (
543
+ input: NotifyResourceDeploymentStatusChangeCommandInput,
544
+ context: __SerdeContext
545
+ ) => Promise<__HttpRequest>;
546
+ export declare const serializeAws_json1_0RejectEnvironmentAccountConnectionCommand: (
547
+ input: RejectEnvironmentAccountConnectionCommandInput,
548
+ context: __SerdeContext
549
+ ) => Promise<__HttpRequest>;
550
+ export declare const serializeAws_json1_0TagResourceCommand: (
551
+ input: TagResourceCommandInput,
552
+ context: __SerdeContext
553
+ ) => Promise<__HttpRequest>;
554
+ export declare const serializeAws_json1_0UntagResourceCommand: (
555
+ input: UntagResourceCommandInput,
556
+ context: __SerdeContext
557
+ ) => Promise<__HttpRequest>;
558
+ export declare const serializeAws_json1_0UpdateAccountSettingsCommand: (
559
+ input: UpdateAccountSettingsCommandInput,
560
+ context: __SerdeContext
561
+ ) => Promise<__HttpRequest>;
562
+ export declare const serializeAws_json1_0UpdateComponentCommand: (
563
+ input: UpdateComponentCommandInput,
564
+ context: __SerdeContext
565
+ ) => Promise<__HttpRequest>;
566
+ export declare const serializeAws_json1_0UpdateEnvironmentCommand: (
567
+ input: UpdateEnvironmentCommandInput,
568
+ context: __SerdeContext
569
+ ) => Promise<__HttpRequest>;
570
+ export declare const serializeAws_json1_0UpdateEnvironmentAccountConnectionCommand: (
571
+ input: UpdateEnvironmentAccountConnectionCommandInput,
572
+ context: __SerdeContext
573
+ ) => Promise<__HttpRequest>;
574
+ export declare const serializeAws_json1_0UpdateEnvironmentTemplateCommand: (
575
+ input: UpdateEnvironmentTemplateCommandInput,
576
+ context: __SerdeContext
577
+ ) => Promise<__HttpRequest>;
578
+ export declare const serializeAws_json1_0UpdateEnvironmentTemplateVersionCommand: (
579
+ input: UpdateEnvironmentTemplateVersionCommandInput,
580
+ context: __SerdeContext
581
+ ) => Promise<__HttpRequest>;
582
+ export declare const serializeAws_json1_0UpdateServiceCommand: (
583
+ input: UpdateServiceCommandInput,
584
+ context: __SerdeContext
585
+ ) => Promise<__HttpRequest>;
586
+ export declare const serializeAws_json1_0UpdateServiceInstanceCommand: (
587
+ input: UpdateServiceInstanceCommandInput,
588
+ context: __SerdeContext
589
+ ) => Promise<__HttpRequest>;
590
+ export declare const serializeAws_json1_0UpdateServicePipelineCommand: (
591
+ input: UpdateServicePipelineCommandInput,
592
+ context: __SerdeContext
593
+ ) => Promise<__HttpRequest>;
594
+ export declare const serializeAws_json1_0UpdateServiceTemplateCommand: (
595
+ input: UpdateServiceTemplateCommandInput,
596
+ context: __SerdeContext
597
+ ) => Promise<__HttpRequest>;
598
+ export declare const serializeAws_json1_0UpdateServiceTemplateVersionCommand: (
599
+ input: UpdateServiceTemplateVersionCommandInput,
600
+ context: __SerdeContext
601
+ ) => Promise<__HttpRequest>;
602
+ export declare const serializeAws_json1_0UpdateTemplateSyncConfigCommand: (
603
+ input: UpdateTemplateSyncConfigCommandInput,
604
+ context: __SerdeContext
605
+ ) => Promise<__HttpRequest>;
606
+ export declare const deserializeAws_json1_0AcceptEnvironmentAccountConnectionCommand: (
607
+ output: __HttpResponse,
608
+ context: __SerdeContext
609
+ ) => Promise<AcceptEnvironmentAccountConnectionCommandOutput>;
610
+ export declare const deserializeAws_json1_0CancelComponentDeploymentCommand: (
611
+ output: __HttpResponse,
612
+ context: __SerdeContext
613
+ ) => Promise<CancelComponentDeploymentCommandOutput>;
614
+ export declare const deserializeAws_json1_0CancelEnvironmentDeploymentCommand: (
615
+ output: __HttpResponse,
616
+ context: __SerdeContext
617
+ ) => Promise<CancelEnvironmentDeploymentCommandOutput>;
618
+ export declare const deserializeAws_json1_0CancelServiceInstanceDeploymentCommand: (
619
+ output: __HttpResponse,
620
+ context: __SerdeContext
621
+ ) => Promise<CancelServiceInstanceDeploymentCommandOutput>;
622
+ export declare const deserializeAws_json1_0CancelServicePipelineDeploymentCommand: (
623
+ output: __HttpResponse,
624
+ context: __SerdeContext
625
+ ) => Promise<CancelServicePipelineDeploymentCommandOutput>;
626
+ export declare const deserializeAws_json1_0CreateComponentCommand: (
627
+ output: __HttpResponse,
628
+ context: __SerdeContext
629
+ ) => Promise<CreateComponentCommandOutput>;
630
+ export declare const deserializeAws_json1_0CreateEnvironmentCommand: (
631
+ output: __HttpResponse,
632
+ context: __SerdeContext
633
+ ) => Promise<CreateEnvironmentCommandOutput>;
634
+ export declare const deserializeAws_json1_0CreateEnvironmentAccountConnectionCommand: (
635
+ output: __HttpResponse,
636
+ context: __SerdeContext
637
+ ) => Promise<CreateEnvironmentAccountConnectionCommandOutput>;
638
+ export declare const deserializeAws_json1_0CreateEnvironmentTemplateCommand: (
639
+ output: __HttpResponse,
640
+ context: __SerdeContext
641
+ ) => Promise<CreateEnvironmentTemplateCommandOutput>;
642
+ export declare const deserializeAws_json1_0CreateEnvironmentTemplateVersionCommand: (
643
+ output: __HttpResponse,
644
+ context: __SerdeContext
645
+ ) => Promise<CreateEnvironmentTemplateVersionCommandOutput>;
646
+ export declare const deserializeAws_json1_0CreateRepositoryCommand: (
647
+ output: __HttpResponse,
648
+ context: __SerdeContext
649
+ ) => Promise<CreateRepositoryCommandOutput>;
650
+ export declare const deserializeAws_json1_0CreateServiceCommand: (
651
+ output: __HttpResponse,
652
+ context: __SerdeContext
653
+ ) => Promise<CreateServiceCommandOutput>;
654
+ export declare const deserializeAws_json1_0CreateServiceTemplateCommand: (
655
+ output: __HttpResponse,
656
+ context: __SerdeContext
657
+ ) => Promise<CreateServiceTemplateCommandOutput>;
658
+ export declare const deserializeAws_json1_0CreateServiceTemplateVersionCommand: (
659
+ output: __HttpResponse,
660
+ context: __SerdeContext
661
+ ) => Promise<CreateServiceTemplateVersionCommandOutput>;
662
+ export declare const deserializeAws_json1_0CreateTemplateSyncConfigCommand: (
663
+ output: __HttpResponse,
664
+ context: __SerdeContext
665
+ ) => Promise<CreateTemplateSyncConfigCommandOutput>;
666
+ export declare const deserializeAws_json1_0DeleteComponentCommand: (
667
+ output: __HttpResponse,
668
+ context: __SerdeContext
669
+ ) => Promise<DeleteComponentCommandOutput>;
670
+ export declare const deserializeAws_json1_0DeleteEnvironmentCommand: (
671
+ output: __HttpResponse,
672
+ context: __SerdeContext
673
+ ) => Promise<DeleteEnvironmentCommandOutput>;
674
+ export declare const deserializeAws_json1_0DeleteEnvironmentAccountConnectionCommand: (
675
+ output: __HttpResponse,
676
+ context: __SerdeContext
677
+ ) => Promise<DeleteEnvironmentAccountConnectionCommandOutput>;
678
+ export declare const deserializeAws_json1_0DeleteEnvironmentTemplateCommand: (
679
+ output: __HttpResponse,
680
+ context: __SerdeContext
681
+ ) => Promise<DeleteEnvironmentTemplateCommandOutput>;
682
+ export declare const deserializeAws_json1_0DeleteEnvironmentTemplateVersionCommand: (
683
+ output: __HttpResponse,
684
+ context: __SerdeContext
685
+ ) => Promise<DeleteEnvironmentTemplateVersionCommandOutput>;
686
+ export declare const deserializeAws_json1_0DeleteRepositoryCommand: (
687
+ output: __HttpResponse,
688
+ context: __SerdeContext
689
+ ) => Promise<DeleteRepositoryCommandOutput>;
690
+ export declare const deserializeAws_json1_0DeleteServiceCommand: (
691
+ output: __HttpResponse,
692
+ context: __SerdeContext
693
+ ) => Promise<DeleteServiceCommandOutput>;
694
+ export declare const deserializeAws_json1_0DeleteServiceTemplateCommand: (
695
+ output: __HttpResponse,
696
+ context: __SerdeContext
697
+ ) => Promise<DeleteServiceTemplateCommandOutput>;
698
+ export declare const deserializeAws_json1_0DeleteServiceTemplateVersionCommand: (
699
+ output: __HttpResponse,
700
+ context: __SerdeContext
701
+ ) => Promise<DeleteServiceTemplateVersionCommandOutput>;
702
+ export declare const deserializeAws_json1_0DeleteTemplateSyncConfigCommand: (
703
+ output: __HttpResponse,
704
+ context: __SerdeContext
705
+ ) => Promise<DeleteTemplateSyncConfigCommandOutput>;
706
+ export declare const deserializeAws_json1_0GetAccountSettingsCommand: (
707
+ output: __HttpResponse,
708
+ context: __SerdeContext
709
+ ) => Promise<GetAccountSettingsCommandOutput>;
710
+ export declare const deserializeAws_json1_0GetComponentCommand: (
711
+ output: __HttpResponse,
712
+ context: __SerdeContext
713
+ ) => Promise<GetComponentCommandOutput>;
714
+ export declare const deserializeAws_json1_0GetEnvironmentCommand: (
715
+ output: __HttpResponse,
716
+ context: __SerdeContext
717
+ ) => Promise<GetEnvironmentCommandOutput>;
718
+ export declare const deserializeAws_json1_0GetEnvironmentAccountConnectionCommand: (
719
+ output: __HttpResponse,
720
+ context: __SerdeContext
721
+ ) => Promise<GetEnvironmentAccountConnectionCommandOutput>;
722
+ export declare const deserializeAws_json1_0GetEnvironmentTemplateCommand: (
723
+ output: __HttpResponse,
724
+ context: __SerdeContext
725
+ ) => Promise<GetEnvironmentTemplateCommandOutput>;
726
+ export declare const deserializeAws_json1_0GetEnvironmentTemplateVersionCommand: (
727
+ output: __HttpResponse,
728
+ context: __SerdeContext
729
+ ) => Promise<GetEnvironmentTemplateVersionCommandOutput>;
730
+ export declare const deserializeAws_json1_0GetRepositoryCommand: (
731
+ output: __HttpResponse,
732
+ context: __SerdeContext
733
+ ) => Promise<GetRepositoryCommandOutput>;
734
+ export declare const deserializeAws_json1_0GetRepositorySyncStatusCommand: (
735
+ output: __HttpResponse,
736
+ context: __SerdeContext
737
+ ) => Promise<GetRepositorySyncStatusCommandOutput>;
738
+ export declare const deserializeAws_json1_0GetServiceCommand: (
739
+ output: __HttpResponse,
740
+ context: __SerdeContext
741
+ ) => Promise<GetServiceCommandOutput>;
742
+ export declare const deserializeAws_json1_0GetServiceInstanceCommand: (
743
+ output: __HttpResponse,
744
+ context: __SerdeContext
745
+ ) => Promise<GetServiceInstanceCommandOutput>;
746
+ export declare const deserializeAws_json1_0GetServiceTemplateCommand: (
747
+ output: __HttpResponse,
748
+ context: __SerdeContext
749
+ ) => Promise<GetServiceTemplateCommandOutput>;
750
+ export declare const deserializeAws_json1_0GetServiceTemplateVersionCommand: (
751
+ output: __HttpResponse,
752
+ context: __SerdeContext
753
+ ) => Promise<GetServiceTemplateVersionCommandOutput>;
754
+ export declare const deserializeAws_json1_0GetTemplateSyncConfigCommand: (
755
+ output: __HttpResponse,
756
+ context: __SerdeContext
757
+ ) => Promise<GetTemplateSyncConfigCommandOutput>;
758
+ export declare const deserializeAws_json1_0GetTemplateSyncStatusCommand: (
759
+ output: __HttpResponse,
760
+ context: __SerdeContext
761
+ ) => Promise<GetTemplateSyncStatusCommandOutput>;
762
+ export declare const deserializeAws_json1_0ListComponentOutputsCommand: (
763
+ output: __HttpResponse,
764
+ context: __SerdeContext
765
+ ) => Promise<ListComponentOutputsCommandOutput>;
766
+ export declare const deserializeAws_json1_0ListComponentProvisionedResourcesCommand: (
767
+ output: __HttpResponse,
768
+ context: __SerdeContext
769
+ ) => Promise<ListComponentProvisionedResourcesCommandOutput>;
770
+ export declare const deserializeAws_json1_0ListComponentsCommand: (
771
+ output: __HttpResponse,
772
+ context: __SerdeContext
773
+ ) => Promise<ListComponentsCommandOutput>;
774
+ export declare const deserializeAws_json1_0ListEnvironmentAccountConnectionsCommand: (
775
+ output: __HttpResponse,
776
+ context: __SerdeContext
777
+ ) => Promise<ListEnvironmentAccountConnectionsCommandOutput>;
778
+ export declare const deserializeAws_json1_0ListEnvironmentOutputsCommand: (
779
+ output: __HttpResponse,
780
+ context: __SerdeContext
781
+ ) => Promise<ListEnvironmentOutputsCommandOutput>;
782
+ export declare const deserializeAws_json1_0ListEnvironmentProvisionedResourcesCommand: (
783
+ output: __HttpResponse,
784
+ context: __SerdeContext
785
+ ) => Promise<ListEnvironmentProvisionedResourcesCommandOutput>;
786
+ export declare const deserializeAws_json1_0ListEnvironmentsCommand: (
787
+ output: __HttpResponse,
788
+ context: __SerdeContext
789
+ ) => Promise<ListEnvironmentsCommandOutput>;
790
+ export declare const deserializeAws_json1_0ListEnvironmentTemplatesCommand: (
791
+ output: __HttpResponse,
792
+ context: __SerdeContext
793
+ ) => Promise<ListEnvironmentTemplatesCommandOutput>;
794
+ export declare const deserializeAws_json1_0ListEnvironmentTemplateVersionsCommand: (
795
+ output: __HttpResponse,
796
+ context: __SerdeContext
797
+ ) => Promise<ListEnvironmentTemplateVersionsCommandOutput>;
798
+ export declare const deserializeAws_json1_0ListRepositoriesCommand: (
799
+ output: __HttpResponse,
800
+ context: __SerdeContext
801
+ ) => Promise<ListRepositoriesCommandOutput>;
802
+ export declare const deserializeAws_json1_0ListRepositorySyncDefinitionsCommand: (
803
+ output: __HttpResponse,
804
+ context: __SerdeContext
805
+ ) => Promise<ListRepositorySyncDefinitionsCommandOutput>;
806
+ export declare const deserializeAws_json1_0ListServiceInstanceOutputsCommand: (
807
+ output: __HttpResponse,
808
+ context: __SerdeContext
809
+ ) => Promise<ListServiceInstanceOutputsCommandOutput>;
810
+ export declare const deserializeAws_json1_0ListServiceInstanceProvisionedResourcesCommand: (
811
+ output: __HttpResponse,
812
+ context: __SerdeContext
813
+ ) => Promise<ListServiceInstanceProvisionedResourcesCommandOutput>;
814
+ export declare const deserializeAws_json1_0ListServiceInstancesCommand: (
815
+ output: __HttpResponse,
816
+ context: __SerdeContext
817
+ ) => Promise<ListServiceInstancesCommandOutput>;
818
+ export declare const deserializeAws_json1_0ListServicePipelineOutputsCommand: (
819
+ output: __HttpResponse,
820
+ context: __SerdeContext
821
+ ) => Promise<ListServicePipelineOutputsCommandOutput>;
822
+ export declare const deserializeAws_json1_0ListServicePipelineProvisionedResourcesCommand: (
823
+ output: __HttpResponse,
824
+ context: __SerdeContext
825
+ ) => Promise<ListServicePipelineProvisionedResourcesCommandOutput>;
826
+ export declare const deserializeAws_json1_0ListServicesCommand: (
827
+ output: __HttpResponse,
828
+ context: __SerdeContext
829
+ ) => Promise<ListServicesCommandOutput>;
830
+ export declare const deserializeAws_json1_0ListServiceTemplatesCommand: (
831
+ output: __HttpResponse,
832
+ context: __SerdeContext
833
+ ) => Promise<ListServiceTemplatesCommandOutput>;
834
+ export declare const deserializeAws_json1_0ListServiceTemplateVersionsCommand: (
835
+ output: __HttpResponse,
836
+ context: __SerdeContext
837
+ ) => Promise<ListServiceTemplateVersionsCommandOutput>;
838
+ export declare const deserializeAws_json1_0ListTagsForResourceCommand: (
839
+ output: __HttpResponse,
840
+ context: __SerdeContext
841
+ ) => Promise<ListTagsForResourceCommandOutput>;
842
+ export declare const deserializeAws_json1_0NotifyResourceDeploymentStatusChangeCommand: (
843
+ output: __HttpResponse,
844
+ context: __SerdeContext
845
+ ) => Promise<NotifyResourceDeploymentStatusChangeCommandOutput>;
846
+ export declare const deserializeAws_json1_0RejectEnvironmentAccountConnectionCommand: (
847
+ output: __HttpResponse,
848
+ context: __SerdeContext
849
+ ) => Promise<RejectEnvironmentAccountConnectionCommandOutput>;
850
+ export declare const deserializeAws_json1_0TagResourceCommand: (
851
+ output: __HttpResponse,
852
+ context: __SerdeContext
853
+ ) => Promise<TagResourceCommandOutput>;
854
+ export declare const deserializeAws_json1_0UntagResourceCommand: (
855
+ output: __HttpResponse,
856
+ context: __SerdeContext
857
+ ) => Promise<UntagResourceCommandOutput>;
858
+ export declare const deserializeAws_json1_0UpdateAccountSettingsCommand: (
859
+ output: __HttpResponse,
860
+ context: __SerdeContext
861
+ ) => Promise<UpdateAccountSettingsCommandOutput>;
862
+ export declare const deserializeAws_json1_0UpdateComponentCommand: (
863
+ output: __HttpResponse,
864
+ context: __SerdeContext
865
+ ) => Promise<UpdateComponentCommandOutput>;
866
+ export declare const deserializeAws_json1_0UpdateEnvironmentCommand: (
867
+ output: __HttpResponse,
868
+ context: __SerdeContext
869
+ ) => Promise<UpdateEnvironmentCommandOutput>;
870
+ export declare const deserializeAws_json1_0UpdateEnvironmentAccountConnectionCommand: (
871
+ output: __HttpResponse,
872
+ context: __SerdeContext
873
+ ) => Promise<UpdateEnvironmentAccountConnectionCommandOutput>;
874
+ export declare const deserializeAws_json1_0UpdateEnvironmentTemplateCommand: (
875
+ output: __HttpResponse,
876
+ context: __SerdeContext
877
+ ) => Promise<UpdateEnvironmentTemplateCommandOutput>;
878
+ export declare const deserializeAws_json1_0UpdateEnvironmentTemplateVersionCommand: (
879
+ output: __HttpResponse,
880
+ context: __SerdeContext
881
+ ) => Promise<UpdateEnvironmentTemplateVersionCommandOutput>;
882
+ export declare const deserializeAws_json1_0UpdateServiceCommand: (
883
+ output: __HttpResponse,
884
+ context: __SerdeContext
885
+ ) => Promise<UpdateServiceCommandOutput>;
886
+ export declare const deserializeAws_json1_0UpdateServiceInstanceCommand: (
887
+ output: __HttpResponse,
888
+ context: __SerdeContext
889
+ ) => Promise<UpdateServiceInstanceCommandOutput>;
890
+ export declare const deserializeAws_json1_0UpdateServicePipelineCommand: (
891
+ output: __HttpResponse,
892
+ context: __SerdeContext
893
+ ) => Promise<UpdateServicePipelineCommandOutput>;
894
+ export declare const deserializeAws_json1_0UpdateServiceTemplateCommand: (
895
+ output: __HttpResponse,
896
+ context: __SerdeContext
897
+ ) => Promise<UpdateServiceTemplateCommandOutput>;
898
+ export declare const deserializeAws_json1_0UpdateServiceTemplateVersionCommand: (
899
+ output: __HttpResponse,
900
+ context: __SerdeContext
901
+ ) => Promise<UpdateServiceTemplateVersionCommandOutput>;
902
+ export declare const deserializeAws_json1_0UpdateTemplateSyncConfigCommand: (
903
+ output: __HttpResponse,
904
+ context: __SerdeContext
905
+ ) => Promise<UpdateTemplateSyncConfigCommandOutput>;