@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,148 +1,579 @@
1
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
- import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
- import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
- import { AcceptEnvironmentAccountConnectionCommandInput, AcceptEnvironmentAccountConnectionCommandOutput } from "./commands/AcceptEnvironmentAccountConnectionCommand";
10
- import { CancelComponentDeploymentCommandInput, CancelComponentDeploymentCommandOutput } from "./commands/CancelComponentDeploymentCommand";
11
- import { CancelEnvironmentDeploymentCommandInput, CancelEnvironmentDeploymentCommandOutput } from "./commands/CancelEnvironmentDeploymentCommand";
12
- import { CancelServiceInstanceDeploymentCommandInput, CancelServiceInstanceDeploymentCommandOutput } from "./commands/CancelServiceInstanceDeploymentCommand";
13
- import { CancelServicePipelineDeploymentCommandInput, CancelServicePipelineDeploymentCommandOutput } from "./commands/CancelServicePipelineDeploymentCommand";
14
- import { CreateComponentCommandInput, CreateComponentCommandOutput } from "./commands/CreateComponentCommand";
15
- import { CreateEnvironmentAccountConnectionCommandInput, CreateEnvironmentAccountConnectionCommandOutput } from "./commands/CreateEnvironmentAccountConnectionCommand";
16
- import { CreateEnvironmentCommandInput, CreateEnvironmentCommandOutput } from "./commands/CreateEnvironmentCommand";
17
- import { CreateEnvironmentTemplateCommandInput, CreateEnvironmentTemplateCommandOutput } from "./commands/CreateEnvironmentTemplateCommand";
18
- import { CreateEnvironmentTemplateVersionCommandInput, CreateEnvironmentTemplateVersionCommandOutput } from "./commands/CreateEnvironmentTemplateVersionCommand";
19
- import { CreateRepositoryCommandInput, CreateRepositoryCommandOutput } from "./commands/CreateRepositoryCommand";
20
- import { CreateServiceCommandInput, CreateServiceCommandOutput } from "./commands/CreateServiceCommand";
21
- import { CreateServiceTemplateCommandInput, CreateServiceTemplateCommandOutput } from "./commands/CreateServiceTemplateCommand";
22
- import { CreateServiceTemplateVersionCommandInput, CreateServiceTemplateVersionCommandOutput } from "./commands/CreateServiceTemplateVersionCommand";
23
- import { CreateTemplateSyncConfigCommandInput, CreateTemplateSyncConfigCommandOutput } from "./commands/CreateTemplateSyncConfigCommand";
24
- import { DeleteComponentCommandInput, DeleteComponentCommandOutput } from "./commands/DeleteComponentCommand";
25
- import { DeleteEnvironmentAccountConnectionCommandInput, DeleteEnvironmentAccountConnectionCommandOutput } from "./commands/DeleteEnvironmentAccountConnectionCommand";
26
- import { DeleteEnvironmentCommandInput, DeleteEnvironmentCommandOutput } from "./commands/DeleteEnvironmentCommand";
27
- import { DeleteEnvironmentTemplateCommandInput, DeleteEnvironmentTemplateCommandOutput } from "./commands/DeleteEnvironmentTemplateCommand";
28
- import { DeleteEnvironmentTemplateVersionCommandInput, DeleteEnvironmentTemplateVersionCommandOutput } from "./commands/DeleteEnvironmentTemplateVersionCommand";
29
- import { DeleteRepositoryCommandInput, DeleteRepositoryCommandOutput } from "./commands/DeleteRepositoryCommand";
30
- import { DeleteServiceCommandInput, DeleteServiceCommandOutput } from "./commands/DeleteServiceCommand";
31
- import { DeleteServiceTemplateCommandInput, DeleteServiceTemplateCommandOutput } from "./commands/DeleteServiceTemplateCommand";
32
- import { DeleteServiceTemplateVersionCommandInput, DeleteServiceTemplateVersionCommandOutput } from "./commands/DeleteServiceTemplateVersionCommand";
33
- import { DeleteTemplateSyncConfigCommandInput, DeleteTemplateSyncConfigCommandOutput } from "./commands/DeleteTemplateSyncConfigCommand";
34
- import { GetAccountSettingsCommandInput, GetAccountSettingsCommandOutput } from "./commands/GetAccountSettingsCommand";
35
- import { GetComponentCommandInput, GetComponentCommandOutput } from "./commands/GetComponentCommand";
36
- import { GetEnvironmentAccountConnectionCommandInput, GetEnvironmentAccountConnectionCommandOutput } from "./commands/GetEnvironmentAccountConnectionCommand";
37
- import { GetEnvironmentCommandInput, GetEnvironmentCommandOutput } from "./commands/GetEnvironmentCommand";
38
- import { GetEnvironmentTemplateCommandInput, GetEnvironmentTemplateCommandOutput } from "./commands/GetEnvironmentTemplateCommand";
39
- import { GetEnvironmentTemplateVersionCommandInput, GetEnvironmentTemplateVersionCommandOutput } from "./commands/GetEnvironmentTemplateVersionCommand";
40
- import { GetRepositoryCommandInput, GetRepositoryCommandOutput } from "./commands/GetRepositoryCommand";
41
- import { GetRepositorySyncStatusCommandInput, GetRepositorySyncStatusCommandOutput } from "./commands/GetRepositorySyncStatusCommand";
42
- import { GetServiceCommandInput, GetServiceCommandOutput } from "./commands/GetServiceCommand";
43
- import { GetServiceInstanceCommandInput, GetServiceInstanceCommandOutput } from "./commands/GetServiceInstanceCommand";
44
- import { GetServiceTemplateCommandInput, GetServiceTemplateCommandOutput } from "./commands/GetServiceTemplateCommand";
45
- import { GetServiceTemplateVersionCommandInput, GetServiceTemplateVersionCommandOutput } from "./commands/GetServiceTemplateVersionCommand";
46
- import { GetTemplateSyncConfigCommandInput, GetTemplateSyncConfigCommandOutput } from "./commands/GetTemplateSyncConfigCommand";
47
- import { GetTemplateSyncStatusCommandInput, GetTemplateSyncStatusCommandOutput } from "./commands/GetTemplateSyncStatusCommand";
48
- import { ListComponentOutputsCommandInput, ListComponentOutputsCommandOutput } from "./commands/ListComponentOutputsCommand";
49
- import { ListComponentProvisionedResourcesCommandInput, ListComponentProvisionedResourcesCommandOutput } from "./commands/ListComponentProvisionedResourcesCommand";
50
- import { ListComponentsCommandInput, ListComponentsCommandOutput } from "./commands/ListComponentsCommand";
51
- import { ListEnvironmentAccountConnectionsCommandInput, ListEnvironmentAccountConnectionsCommandOutput } from "./commands/ListEnvironmentAccountConnectionsCommand";
52
- import { ListEnvironmentOutputsCommandInput, ListEnvironmentOutputsCommandOutput } from "./commands/ListEnvironmentOutputsCommand";
53
- import { ListEnvironmentProvisionedResourcesCommandInput, ListEnvironmentProvisionedResourcesCommandOutput } from "./commands/ListEnvironmentProvisionedResourcesCommand";
54
- import { ListEnvironmentsCommandInput, ListEnvironmentsCommandOutput } from "./commands/ListEnvironmentsCommand";
55
- import { ListEnvironmentTemplatesCommandInput, ListEnvironmentTemplatesCommandOutput } from "./commands/ListEnvironmentTemplatesCommand";
56
- import { ListEnvironmentTemplateVersionsCommandInput, ListEnvironmentTemplateVersionsCommandOutput } from "./commands/ListEnvironmentTemplateVersionsCommand";
57
- import { ListRepositoriesCommandInput, ListRepositoriesCommandOutput } from "./commands/ListRepositoriesCommand";
58
- import { ListRepositorySyncDefinitionsCommandInput, ListRepositorySyncDefinitionsCommandOutput } from "./commands/ListRepositorySyncDefinitionsCommand";
59
- import { ListServiceInstanceOutputsCommandInput, ListServiceInstanceOutputsCommandOutput } from "./commands/ListServiceInstanceOutputsCommand";
60
- import { ListServiceInstanceProvisionedResourcesCommandInput, ListServiceInstanceProvisionedResourcesCommandOutput } from "./commands/ListServiceInstanceProvisionedResourcesCommand";
61
- import { ListServiceInstancesCommandInput, ListServiceInstancesCommandOutput } from "./commands/ListServiceInstancesCommand";
62
- import { ListServicePipelineOutputsCommandInput, ListServicePipelineOutputsCommandOutput } from "./commands/ListServicePipelineOutputsCommand";
63
- import { ListServicePipelineProvisionedResourcesCommandInput, ListServicePipelineProvisionedResourcesCommandOutput } from "./commands/ListServicePipelineProvisionedResourcesCommand";
64
- import { ListServicesCommandInput, ListServicesCommandOutput } from "./commands/ListServicesCommand";
65
- import { ListServiceTemplatesCommandInput, ListServiceTemplatesCommandOutput } from "./commands/ListServiceTemplatesCommand";
66
- import { ListServiceTemplateVersionsCommandInput, ListServiceTemplateVersionsCommandOutput } from "./commands/ListServiceTemplateVersionsCommand";
67
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
68
- import { NotifyResourceDeploymentStatusChangeCommandInput, NotifyResourceDeploymentStatusChangeCommandOutput } from "./commands/NotifyResourceDeploymentStatusChangeCommand";
69
- import { RejectEnvironmentAccountConnectionCommandInput, RejectEnvironmentAccountConnectionCommandOutput } from "./commands/RejectEnvironmentAccountConnectionCommand";
70
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
71
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
72
- import { UpdateAccountSettingsCommandInput, UpdateAccountSettingsCommandOutput } from "./commands/UpdateAccountSettingsCommand";
73
- import { UpdateComponentCommandInput, UpdateComponentCommandOutput } from "./commands/UpdateComponentCommand";
74
- import { UpdateEnvironmentAccountConnectionCommandInput, UpdateEnvironmentAccountConnectionCommandOutput } from "./commands/UpdateEnvironmentAccountConnectionCommand";
75
- import { UpdateEnvironmentCommandInput, UpdateEnvironmentCommandOutput } from "./commands/UpdateEnvironmentCommand";
76
- import { UpdateEnvironmentTemplateCommandInput, UpdateEnvironmentTemplateCommandOutput } from "./commands/UpdateEnvironmentTemplateCommand";
77
- import { UpdateEnvironmentTemplateVersionCommandInput, UpdateEnvironmentTemplateVersionCommandOutput } from "./commands/UpdateEnvironmentTemplateVersionCommand";
78
- import { UpdateServiceCommandInput, UpdateServiceCommandOutput } from "./commands/UpdateServiceCommand";
79
- import { UpdateServiceInstanceCommandInput, UpdateServiceInstanceCommandOutput } from "./commands/UpdateServiceInstanceCommand";
80
- import { UpdateServicePipelineCommandInput, UpdateServicePipelineCommandOutput } from "./commands/UpdateServicePipelineCommand";
81
- import { UpdateServiceTemplateCommandInput, UpdateServiceTemplateCommandOutput } from "./commands/UpdateServiceTemplateCommand";
82
- import { UpdateServiceTemplateVersionCommandInput, UpdateServiceTemplateVersionCommandOutput } from "./commands/UpdateServiceTemplateVersionCommand";
83
- import { UpdateTemplateSyncConfigCommandInput, UpdateTemplateSyncConfigCommandOutput } from "./commands/UpdateTemplateSyncConfigCommand";
84
- export declare type ServiceInputTypes = AcceptEnvironmentAccountConnectionCommandInput | CancelComponentDeploymentCommandInput | CancelEnvironmentDeploymentCommandInput | CancelServiceInstanceDeploymentCommandInput | CancelServicePipelineDeploymentCommandInput | CreateComponentCommandInput | CreateEnvironmentAccountConnectionCommandInput | CreateEnvironmentCommandInput | CreateEnvironmentTemplateCommandInput | CreateEnvironmentTemplateVersionCommandInput | CreateRepositoryCommandInput | CreateServiceCommandInput | CreateServiceTemplateCommandInput | CreateServiceTemplateVersionCommandInput | CreateTemplateSyncConfigCommandInput | DeleteComponentCommandInput | DeleteEnvironmentAccountConnectionCommandInput | DeleteEnvironmentCommandInput | DeleteEnvironmentTemplateCommandInput | DeleteEnvironmentTemplateVersionCommandInput | DeleteRepositoryCommandInput | DeleteServiceCommandInput | DeleteServiceTemplateCommandInput | DeleteServiceTemplateVersionCommandInput | DeleteTemplateSyncConfigCommandInput | GetAccountSettingsCommandInput | GetComponentCommandInput | GetEnvironmentAccountConnectionCommandInput | GetEnvironmentCommandInput | GetEnvironmentTemplateCommandInput | GetEnvironmentTemplateVersionCommandInput | GetRepositoryCommandInput | GetRepositorySyncStatusCommandInput | GetServiceCommandInput | GetServiceInstanceCommandInput | GetServiceTemplateCommandInput | GetServiceTemplateVersionCommandInput | GetTemplateSyncConfigCommandInput | GetTemplateSyncStatusCommandInput | ListComponentOutputsCommandInput | ListComponentProvisionedResourcesCommandInput | ListComponentsCommandInput | ListEnvironmentAccountConnectionsCommandInput | ListEnvironmentOutputsCommandInput | ListEnvironmentProvisionedResourcesCommandInput | ListEnvironmentTemplateVersionsCommandInput | ListEnvironmentTemplatesCommandInput | ListEnvironmentsCommandInput | ListRepositoriesCommandInput | ListRepositorySyncDefinitionsCommandInput | ListServiceInstanceOutputsCommandInput | ListServiceInstanceProvisionedResourcesCommandInput | ListServiceInstancesCommandInput | ListServicePipelineOutputsCommandInput | ListServicePipelineProvisionedResourcesCommandInput | ListServiceTemplateVersionsCommandInput | ListServiceTemplatesCommandInput | ListServicesCommandInput | ListTagsForResourceCommandInput | NotifyResourceDeploymentStatusChangeCommandInput | RejectEnvironmentAccountConnectionCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAccountSettingsCommandInput | UpdateComponentCommandInput | UpdateEnvironmentAccountConnectionCommandInput | UpdateEnvironmentCommandInput | UpdateEnvironmentTemplateCommandInput | UpdateEnvironmentTemplateVersionCommandInput | UpdateServiceCommandInput | UpdateServiceInstanceCommandInput | UpdateServicePipelineCommandInput | UpdateServiceTemplateCommandInput | UpdateServiceTemplateVersionCommandInput | UpdateTemplateSyncConfigCommandInput;
85
- export declare type ServiceOutputTypes = AcceptEnvironmentAccountConnectionCommandOutput | CancelComponentDeploymentCommandOutput | CancelEnvironmentDeploymentCommandOutput | CancelServiceInstanceDeploymentCommandOutput | CancelServicePipelineDeploymentCommandOutput | CreateComponentCommandOutput | CreateEnvironmentAccountConnectionCommandOutput | CreateEnvironmentCommandOutput | CreateEnvironmentTemplateCommandOutput | CreateEnvironmentTemplateVersionCommandOutput | CreateRepositoryCommandOutput | CreateServiceCommandOutput | CreateServiceTemplateCommandOutput | CreateServiceTemplateVersionCommandOutput | CreateTemplateSyncConfigCommandOutput | DeleteComponentCommandOutput | DeleteEnvironmentAccountConnectionCommandOutput | DeleteEnvironmentCommandOutput | DeleteEnvironmentTemplateCommandOutput | DeleteEnvironmentTemplateVersionCommandOutput | DeleteRepositoryCommandOutput | DeleteServiceCommandOutput | DeleteServiceTemplateCommandOutput | DeleteServiceTemplateVersionCommandOutput | DeleteTemplateSyncConfigCommandOutput | GetAccountSettingsCommandOutput | GetComponentCommandOutput | GetEnvironmentAccountConnectionCommandOutput | GetEnvironmentCommandOutput | GetEnvironmentTemplateCommandOutput | GetEnvironmentTemplateVersionCommandOutput | GetRepositoryCommandOutput | GetRepositorySyncStatusCommandOutput | GetServiceCommandOutput | GetServiceInstanceCommandOutput | GetServiceTemplateCommandOutput | GetServiceTemplateVersionCommandOutput | GetTemplateSyncConfigCommandOutput | GetTemplateSyncStatusCommandOutput | ListComponentOutputsCommandOutput | ListComponentProvisionedResourcesCommandOutput | ListComponentsCommandOutput | ListEnvironmentAccountConnectionsCommandOutput | ListEnvironmentOutputsCommandOutput | ListEnvironmentProvisionedResourcesCommandOutput | ListEnvironmentTemplateVersionsCommandOutput | ListEnvironmentTemplatesCommandOutput | ListEnvironmentsCommandOutput | ListRepositoriesCommandOutput | ListRepositorySyncDefinitionsCommandOutput | ListServiceInstanceOutputsCommandOutput | ListServiceInstanceProvisionedResourcesCommandOutput | ListServiceInstancesCommandOutput | ListServicePipelineOutputsCommandOutput | ListServicePipelineProvisionedResourcesCommandOutput | ListServiceTemplateVersionsCommandOutput | ListServiceTemplatesCommandOutput | ListServicesCommandOutput | ListTagsForResourceCommandOutput | NotifyResourceDeploymentStatusChangeCommandOutput | RejectEnvironmentAccountConnectionCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAccountSettingsCommandOutput | UpdateComponentCommandOutput | UpdateEnvironmentAccountConnectionCommandOutput | UpdateEnvironmentCommandOutput | UpdateEnvironmentTemplateCommandOutput | UpdateEnvironmentTemplateVersionCommandOutput | UpdateServiceCommandOutput | UpdateServiceInstanceCommandOutput | UpdateServicePipelineCommandOutput | UpdateServiceTemplateCommandOutput | UpdateServiceTemplateVersionCommandOutput | UpdateTemplateSyncConfigCommandOutput;
86
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
87
-
88
- requestHandler?: __HttpHandler;
89
-
90
- sha256?: __HashConstructor;
91
-
92
- urlParser?: __UrlParser;
93
-
94
- bodyLengthChecker?: __BodyLengthCalculator;
95
-
96
- streamCollector?: __StreamCollector;
97
-
98
- base64Decoder?: __Decoder;
99
-
100
- base64Encoder?: __Encoder;
101
-
102
- utf8Decoder?: __Decoder;
103
-
104
- utf8Encoder?: __Encoder;
105
-
106
- runtime?: string;
107
-
108
- disableHostPrefix?: boolean;
109
-
110
- maxAttempts?: number | __Provider<number>;
111
-
112
- retryMode?: string | __Provider<string>;
113
-
114
- logger?: __Logger;
115
-
116
- useDualstackEndpoint?: boolean | __Provider<boolean>;
117
-
118
- useFipsEndpoint?: boolean | __Provider<boolean>;
119
-
120
- serviceId?: string;
121
-
122
- region?: string | __Provider<string>;
123
-
124
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
125
-
126
- regionInfoProvider?: RegionInfoProvider;
127
-
128
- defaultUserAgentProvider?: Provider<__UserAgent>;
129
-
130
- defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
131
- }
132
- declare type ProtonClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
133
-
134
- export interface ProtonClientConfig extends ProtonClientConfigType {
135
- }
136
- declare type ProtonClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
137
-
138
- export interface ProtonClientResolvedConfig extends ProtonClientResolvedConfigType {
139
- }
140
-
141
- export declare class ProtonClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, ProtonClientResolvedConfig> {
142
-
143
- readonly config: ProtonClientResolvedConfig;
144
- constructor(configuration: ProtonClientConfig);
145
-
146
- destroy(): void;
147
- }
148
- export {};
1
+ import {
2
+ EndpointsInputConfig,
3
+ EndpointsResolvedConfig,
4
+ RegionInputConfig,
5
+ RegionResolvedConfig,
6
+ } from "@aws-sdk/config-resolver";
7
+ import {
8
+ HostHeaderInputConfig,
9
+ HostHeaderResolvedConfig,
10
+ } from "@aws-sdk/middleware-host-header";
11
+ import {
12
+ RetryInputConfig,
13
+ RetryResolvedConfig,
14
+ } from "@aws-sdk/middleware-retry";
15
+ import {
16
+ AwsAuthInputConfig,
17
+ AwsAuthResolvedConfig,
18
+ } from "@aws-sdk/middleware-signing";
19
+ import {
20
+ UserAgentInputConfig,
21
+ UserAgentResolvedConfig,
22
+ } from "@aws-sdk/middleware-user-agent";
23
+ import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
24
+ import {
25
+ Client as __Client,
26
+ DefaultsMode,
27
+ SmithyConfiguration as __SmithyConfiguration,
28
+ SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
29
+ } from "@aws-sdk/smithy-client";
30
+ import {
31
+ BodyLengthCalculator as __BodyLengthCalculator,
32
+ Credentials as __Credentials,
33
+ Decoder as __Decoder,
34
+ Encoder as __Encoder,
35
+ HashConstructor as __HashConstructor,
36
+ HttpHandlerOptions as __HttpHandlerOptions,
37
+ Logger as __Logger,
38
+ Provider as __Provider,
39
+ Provider,
40
+ RegionInfoProvider,
41
+ StreamCollector as __StreamCollector,
42
+ UrlParser as __UrlParser,
43
+ UserAgent as __UserAgent,
44
+ } from "@aws-sdk/types";
45
+ import {
46
+ AcceptEnvironmentAccountConnectionCommandInput,
47
+ AcceptEnvironmentAccountConnectionCommandOutput,
48
+ } from "./commands/AcceptEnvironmentAccountConnectionCommand";
49
+ import {
50
+ CancelComponentDeploymentCommandInput,
51
+ CancelComponentDeploymentCommandOutput,
52
+ } from "./commands/CancelComponentDeploymentCommand";
53
+ import {
54
+ CancelEnvironmentDeploymentCommandInput,
55
+ CancelEnvironmentDeploymentCommandOutput,
56
+ } from "./commands/CancelEnvironmentDeploymentCommand";
57
+ import {
58
+ CancelServiceInstanceDeploymentCommandInput,
59
+ CancelServiceInstanceDeploymentCommandOutput,
60
+ } from "./commands/CancelServiceInstanceDeploymentCommand";
61
+ import {
62
+ CancelServicePipelineDeploymentCommandInput,
63
+ CancelServicePipelineDeploymentCommandOutput,
64
+ } from "./commands/CancelServicePipelineDeploymentCommand";
65
+ import {
66
+ CreateComponentCommandInput,
67
+ CreateComponentCommandOutput,
68
+ } from "./commands/CreateComponentCommand";
69
+ import {
70
+ CreateEnvironmentAccountConnectionCommandInput,
71
+ CreateEnvironmentAccountConnectionCommandOutput,
72
+ } from "./commands/CreateEnvironmentAccountConnectionCommand";
73
+ import {
74
+ CreateEnvironmentCommandInput,
75
+ CreateEnvironmentCommandOutput,
76
+ } from "./commands/CreateEnvironmentCommand";
77
+ import {
78
+ CreateEnvironmentTemplateCommandInput,
79
+ CreateEnvironmentTemplateCommandOutput,
80
+ } from "./commands/CreateEnvironmentTemplateCommand";
81
+ import {
82
+ CreateEnvironmentTemplateVersionCommandInput,
83
+ CreateEnvironmentTemplateVersionCommandOutput,
84
+ } from "./commands/CreateEnvironmentTemplateVersionCommand";
85
+ import {
86
+ CreateRepositoryCommandInput,
87
+ CreateRepositoryCommandOutput,
88
+ } from "./commands/CreateRepositoryCommand";
89
+ import {
90
+ CreateServiceCommandInput,
91
+ CreateServiceCommandOutput,
92
+ } from "./commands/CreateServiceCommand";
93
+ import {
94
+ CreateServiceTemplateCommandInput,
95
+ CreateServiceTemplateCommandOutput,
96
+ } from "./commands/CreateServiceTemplateCommand";
97
+ import {
98
+ CreateServiceTemplateVersionCommandInput,
99
+ CreateServiceTemplateVersionCommandOutput,
100
+ } from "./commands/CreateServiceTemplateVersionCommand";
101
+ import {
102
+ CreateTemplateSyncConfigCommandInput,
103
+ CreateTemplateSyncConfigCommandOutput,
104
+ } from "./commands/CreateTemplateSyncConfigCommand";
105
+ import {
106
+ DeleteComponentCommandInput,
107
+ DeleteComponentCommandOutput,
108
+ } from "./commands/DeleteComponentCommand";
109
+ import {
110
+ DeleteEnvironmentAccountConnectionCommandInput,
111
+ DeleteEnvironmentAccountConnectionCommandOutput,
112
+ } from "./commands/DeleteEnvironmentAccountConnectionCommand";
113
+ import {
114
+ DeleteEnvironmentCommandInput,
115
+ DeleteEnvironmentCommandOutput,
116
+ } from "./commands/DeleteEnvironmentCommand";
117
+ import {
118
+ DeleteEnvironmentTemplateCommandInput,
119
+ DeleteEnvironmentTemplateCommandOutput,
120
+ } from "./commands/DeleteEnvironmentTemplateCommand";
121
+ import {
122
+ DeleteEnvironmentTemplateVersionCommandInput,
123
+ DeleteEnvironmentTemplateVersionCommandOutput,
124
+ } from "./commands/DeleteEnvironmentTemplateVersionCommand";
125
+ import {
126
+ DeleteRepositoryCommandInput,
127
+ DeleteRepositoryCommandOutput,
128
+ } from "./commands/DeleteRepositoryCommand";
129
+ import {
130
+ DeleteServiceCommandInput,
131
+ DeleteServiceCommandOutput,
132
+ } from "./commands/DeleteServiceCommand";
133
+ import {
134
+ DeleteServiceTemplateCommandInput,
135
+ DeleteServiceTemplateCommandOutput,
136
+ } from "./commands/DeleteServiceTemplateCommand";
137
+ import {
138
+ DeleteServiceTemplateVersionCommandInput,
139
+ DeleteServiceTemplateVersionCommandOutput,
140
+ } from "./commands/DeleteServiceTemplateVersionCommand";
141
+ import {
142
+ DeleteTemplateSyncConfigCommandInput,
143
+ DeleteTemplateSyncConfigCommandOutput,
144
+ } from "./commands/DeleteTemplateSyncConfigCommand";
145
+ import {
146
+ GetAccountSettingsCommandInput,
147
+ GetAccountSettingsCommandOutput,
148
+ } from "./commands/GetAccountSettingsCommand";
149
+ import {
150
+ GetComponentCommandInput,
151
+ GetComponentCommandOutput,
152
+ } from "./commands/GetComponentCommand";
153
+ import {
154
+ GetEnvironmentAccountConnectionCommandInput,
155
+ GetEnvironmentAccountConnectionCommandOutput,
156
+ } from "./commands/GetEnvironmentAccountConnectionCommand";
157
+ import {
158
+ GetEnvironmentCommandInput,
159
+ GetEnvironmentCommandOutput,
160
+ } from "./commands/GetEnvironmentCommand";
161
+ import {
162
+ GetEnvironmentTemplateCommandInput,
163
+ GetEnvironmentTemplateCommandOutput,
164
+ } from "./commands/GetEnvironmentTemplateCommand";
165
+ import {
166
+ GetEnvironmentTemplateVersionCommandInput,
167
+ GetEnvironmentTemplateVersionCommandOutput,
168
+ } from "./commands/GetEnvironmentTemplateVersionCommand";
169
+ import {
170
+ GetRepositoryCommandInput,
171
+ GetRepositoryCommandOutput,
172
+ } from "./commands/GetRepositoryCommand";
173
+ import {
174
+ GetRepositorySyncStatusCommandInput,
175
+ GetRepositorySyncStatusCommandOutput,
176
+ } from "./commands/GetRepositorySyncStatusCommand";
177
+ import {
178
+ GetServiceCommandInput,
179
+ GetServiceCommandOutput,
180
+ } from "./commands/GetServiceCommand";
181
+ import {
182
+ GetServiceInstanceCommandInput,
183
+ GetServiceInstanceCommandOutput,
184
+ } from "./commands/GetServiceInstanceCommand";
185
+ import {
186
+ GetServiceTemplateCommandInput,
187
+ GetServiceTemplateCommandOutput,
188
+ } from "./commands/GetServiceTemplateCommand";
189
+ import {
190
+ GetServiceTemplateVersionCommandInput,
191
+ GetServiceTemplateVersionCommandOutput,
192
+ } from "./commands/GetServiceTemplateVersionCommand";
193
+ import {
194
+ GetTemplateSyncConfigCommandInput,
195
+ GetTemplateSyncConfigCommandOutput,
196
+ } from "./commands/GetTemplateSyncConfigCommand";
197
+ import {
198
+ GetTemplateSyncStatusCommandInput,
199
+ GetTemplateSyncStatusCommandOutput,
200
+ } from "./commands/GetTemplateSyncStatusCommand";
201
+ import {
202
+ ListComponentOutputsCommandInput,
203
+ ListComponentOutputsCommandOutput,
204
+ } from "./commands/ListComponentOutputsCommand";
205
+ import {
206
+ ListComponentProvisionedResourcesCommandInput,
207
+ ListComponentProvisionedResourcesCommandOutput,
208
+ } from "./commands/ListComponentProvisionedResourcesCommand";
209
+ import {
210
+ ListComponentsCommandInput,
211
+ ListComponentsCommandOutput,
212
+ } from "./commands/ListComponentsCommand";
213
+ import {
214
+ ListEnvironmentAccountConnectionsCommandInput,
215
+ ListEnvironmentAccountConnectionsCommandOutput,
216
+ } from "./commands/ListEnvironmentAccountConnectionsCommand";
217
+ import {
218
+ ListEnvironmentOutputsCommandInput,
219
+ ListEnvironmentOutputsCommandOutput,
220
+ } from "./commands/ListEnvironmentOutputsCommand";
221
+ import {
222
+ ListEnvironmentProvisionedResourcesCommandInput,
223
+ ListEnvironmentProvisionedResourcesCommandOutput,
224
+ } from "./commands/ListEnvironmentProvisionedResourcesCommand";
225
+ import {
226
+ ListEnvironmentsCommandInput,
227
+ ListEnvironmentsCommandOutput,
228
+ } from "./commands/ListEnvironmentsCommand";
229
+ import {
230
+ ListEnvironmentTemplatesCommandInput,
231
+ ListEnvironmentTemplatesCommandOutput,
232
+ } from "./commands/ListEnvironmentTemplatesCommand";
233
+ import {
234
+ ListEnvironmentTemplateVersionsCommandInput,
235
+ ListEnvironmentTemplateVersionsCommandOutput,
236
+ } from "./commands/ListEnvironmentTemplateVersionsCommand";
237
+ import {
238
+ ListRepositoriesCommandInput,
239
+ ListRepositoriesCommandOutput,
240
+ } from "./commands/ListRepositoriesCommand";
241
+ import {
242
+ ListRepositorySyncDefinitionsCommandInput,
243
+ ListRepositorySyncDefinitionsCommandOutput,
244
+ } from "./commands/ListRepositorySyncDefinitionsCommand";
245
+ import {
246
+ ListServiceInstanceOutputsCommandInput,
247
+ ListServiceInstanceOutputsCommandOutput,
248
+ } from "./commands/ListServiceInstanceOutputsCommand";
249
+ import {
250
+ ListServiceInstanceProvisionedResourcesCommandInput,
251
+ ListServiceInstanceProvisionedResourcesCommandOutput,
252
+ } from "./commands/ListServiceInstanceProvisionedResourcesCommand";
253
+ import {
254
+ ListServiceInstancesCommandInput,
255
+ ListServiceInstancesCommandOutput,
256
+ } from "./commands/ListServiceInstancesCommand";
257
+ import {
258
+ ListServicePipelineOutputsCommandInput,
259
+ ListServicePipelineOutputsCommandOutput,
260
+ } from "./commands/ListServicePipelineOutputsCommand";
261
+ import {
262
+ ListServicePipelineProvisionedResourcesCommandInput,
263
+ ListServicePipelineProvisionedResourcesCommandOutput,
264
+ } from "./commands/ListServicePipelineProvisionedResourcesCommand";
265
+ import {
266
+ ListServicesCommandInput,
267
+ ListServicesCommandOutput,
268
+ } from "./commands/ListServicesCommand";
269
+ import {
270
+ ListServiceTemplatesCommandInput,
271
+ ListServiceTemplatesCommandOutput,
272
+ } from "./commands/ListServiceTemplatesCommand";
273
+ import {
274
+ ListServiceTemplateVersionsCommandInput,
275
+ ListServiceTemplateVersionsCommandOutput,
276
+ } from "./commands/ListServiceTemplateVersionsCommand";
277
+ import {
278
+ ListTagsForResourceCommandInput,
279
+ ListTagsForResourceCommandOutput,
280
+ } from "./commands/ListTagsForResourceCommand";
281
+ import {
282
+ NotifyResourceDeploymentStatusChangeCommandInput,
283
+ NotifyResourceDeploymentStatusChangeCommandOutput,
284
+ } from "./commands/NotifyResourceDeploymentStatusChangeCommand";
285
+ import {
286
+ RejectEnvironmentAccountConnectionCommandInput,
287
+ RejectEnvironmentAccountConnectionCommandOutput,
288
+ } from "./commands/RejectEnvironmentAccountConnectionCommand";
289
+ import {
290
+ TagResourceCommandInput,
291
+ TagResourceCommandOutput,
292
+ } from "./commands/TagResourceCommand";
293
+ import {
294
+ UntagResourceCommandInput,
295
+ UntagResourceCommandOutput,
296
+ } from "./commands/UntagResourceCommand";
297
+ import {
298
+ UpdateAccountSettingsCommandInput,
299
+ UpdateAccountSettingsCommandOutput,
300
+ } from "./commands/UpdateAccountSettingsCommand";
301
+ import {
302
+ UpdateComponentCommandInput,
303
+ UpdateComponentCommandOutput,
304
+ } from "./commands/UpdateComponentCommand";
305
+ import {
306
+ UpdateEnvironmentAccountConnectionCommandInput,
307
+ UpdateEnvironmentAccountConnectionCommandOutput,
308
+ } from "./commands/UpdateEnvironmentAccountConnectionCommand";
309
+ import {
310
+ UpdateEnvironmentCommandInput,
311
+ UpdateEnvironmentCommandOutput,
312
+ } from "./commands/UpdateEnvironmentCommand";
313
+ import {
314
+ UpdateEnvironmentTemplateCommandInput,
315
+ UpdateEnvironmentTemplateCommandOutput,
316
+ } from "./commands/UpdateEnvironmentTemplateCommand";
317
+ import {
318
+ UpdateEnvironmentTemplateVersionCommandInput,
319
+ UpdateEnvironmentTemplateVersionCommandOutput,
320
+ } from "./commands/UpdateEnvironmentTemplateVersionCommand";
321
+ import {
322
+ UpdateServiceCommandInput,
323
+ UpdateServiceCommandOutput,
324
+ } from "./commands/UpdateServiceCommand";
325
+ import {
326
+ UpdateServiceInstanceCommandInput,
327
+ UpdateServiceInstanceCommandOutput,
328
+ } from "./commands/UpdateServiceInstanceCommand";
329
+ import {
330
+ UpdateServicePipelineCommandInput,
331
+ UpdateServicePipelineCommandOutput,
332
+ } from "./commands/UpdateServicePipelineCommand";
333
+ import {
334
+ UpdateServiceTemplateCommandInput,
335
+ UpdateServiceTemplateCommandOutput,
336
+ } from "./commands/UpdateServiceTemplateCommand";
337
+ import {
338
+ UpdateServiceTemplateVersionCommandInput,
339
+ UpdateServiceTemplateVersionCommandOutput,
340
+ } from "./commands/UpdateServiceTemplateVersionCommand";
341
+ import {
342
+ UpdateTemplateSyncConfigCommandInput,
343
+ UpdateTemplateSyncConfigCommandOutput,
344
+ } from "./commands/UpdateTemplateSyncConfigCommand";
345
+ export declare type ServiceInputTypes =
346
+ | AcceptEnvironmentAccountConnectionCommandInput
347
+ | CancelComponentDeploymentCommandInput
348
+ | CancelEnvironmentDeploymentCommandInput
349
+ | CancelServiceInstanceDeploymentCommandInput
350
+ | CancelServicePipelineDeploymentCommandInput
351
+ | CreateComponentCommandInput
352
+ | CreateEnvironmentAccountConnectionCommandInput
353
+ | CreateEnvironmentCommandInput
354
+ | CreateEnvironmentTemplateCommandInput
355
+ | CreateEnvironmentTemplateVersionCommandInput
356
+ | CreateRepositoryCommandInput
357
+ | CreateServiceCommandInput
358
+ | CreateServiceTemplateCommandInput
359
+ | CreateServiceTemplateVersionCommandInput
360
+ | CreateTemplateSyncConfigCommandInput
361
+ | DeleteComponentCommandInput
362
+ | DeleteEnvironmentAccountConnectionCommandInput
363
+ | DeleteEnvironmentCommandInput
364
+ | DeleteEnvironmentTemplateCommandInput
365
+ | DeleteEnvironmentTemplateVersionCommandInput
366
+ | DeleteRepositoryCommandInput
367
+ | DeleteServiceCommandInput
368
+ | DeleteServiceTemplateCommandInput
369
+ | DeleteServiceTemplateVersionCommandInput
370
+ | DeleteTemplateSyncConfigCommandInput
371
+ | GetAccountSettingsCommandInput
372
+ | GetComponentCommandInput
373
+ | GetEnvironmentAccountConnectionCommandInput
374
+ | GetEnvironmentCommandInput
375
+ | GetEnvironmentTemplateCommandInput
376
+ | GetEnvironmentTemplateVersionCommandInput
377
+ | GetRepositoryCommandInput
378
+ | GetRepositorySyncStatusCommandInput
379
+ | GetServiceCommandInput
380
+ | GetServiceInstanceCommandInput
381
+ | GetServiceTemplateCommandInput
382
+ | GetServiceTemplateVersionCommandInput
383
+ | GetTemplateSyncConfigCommandInput
384
+ | GetTemplateSyncStatusCommandInput
385
+ | ListComponentOutputsCommandInput
386
+ | ListComponentProvisionedResourcesCommandInput
387
+ | ListComponentsCommandInput
388
+ | ListEnvironmentAccountConnectionsCommandInput
389
+ | ListEnvironmentOutputsCommandInput
390
+ | ListEnvironmentProvisionedResourcesCommandInput
391
+ | ListEnvironmentTemplateVersionsCommandInput
392
+ | ListEnvironmentTemplatesCommandInput
393
+ | ListEnvironmentsCommandInput
394
+ | ListRepositoriesCommandInput
395
+ | ListRepositorySyncDefinitionsCommandInput
396
+ | ListServiceInstanceOutputsCommandInput
397
+ | ListServiceInstanceProvisionedResourcesCommandInput
398
+ | ListServiceInstancesCommandInput
399
+ | ListServicePipelineOutputsCommandInput
400
+ | ListServicePipelineProvisionedResourcesCommandInput
401
+ | ListServiceTemplateVersionsCommandInput
402
+ | ListServiceTemplatesCommandInput
403
+ | ListServicesCommandInput
404
+ | ListTagsForResourceCommandInput
405
+ | NotifyResourceDeploymentStatusChangeCommandInput
406
+ | RejectEnvironmentAccountConnectionCommandInput
407
+ | TagResourceCommandInput
408
+ | UntagResourceCommandInput
409
+ | UpdateAccountSettingsCommandInput
410
+ | UpdateComponentCommandInput
411
+ | UpdateEnvironmentAccountConnectionCommandInput
412
+ | UpdateEnvironmentCommandInput
413
+ | UpdateEnvironmentTemplateCommandInput
414
+ | UpdateEnvironmentTemplateVersionCommandInput
415
+ | UpdateServiceCommandInput
416
+ | UpdateServiceInstanceCommandInput
417
+ | UpdateServicePipelineCommandInput
418
+ | UpdateServiceTemplateCommandInput
419
+ | UpdateServiceTemplateVersionCommandInput
420
+ | UpdateTemplateSyncConfigCommandInput;
421
+ export declare type ServiceOutputTypes =
422
+ | AcceptEnvironmentAccountConnectionCommandOutput
423
+ | CancelComponentDeploymentCommandOutput
424
+ | CancelEnvironmentDeploymentCommandOutput
425
+ | CancelServiceInstanceDeploymentCommandOutput
426
+ | CancelServicePipelineDeploymentCommandOutput
427
+ | CreateComponentCommandOutput
428
+ | CreateEnvironmentAccountConnectionCommandOutput
429
+ | CreateEnvironmentCommandOutput
430
+ | CreateEnvironmentTemplateCommandOutput
431
+ | CreateEnvironmentTemplateVersionCommandOutput
432
+ | CreateRepositoryCommandOutput
433
+ | CreateServiceCommandOutput
434
+ | CreateServiceTemplateCommandOutput
435
+ | CreateServiceTemplateVersionCommandOutput
436
+ | CreateTemplateSyncConfigCommandOutput
437
+ | DeleteComponentCommandOutput
438
+ | DeleteEnvironmentAccountConnectionCommandOutput
439
+ | DeleteEnvironmentCommandOutput
440
+ | DeleteEnvironmentTemplateCommandOutput
441
+ | DeleteEnvironmentTemplateVersionCommandOutput
442
+ | DeleteRepositoryCommandOutput
443
+ | DeleteServiceCommandOutput
444
+ | DeleteServiceTemplateCommandOutput
445
+ | DeleteServiceTemplateVersionCommandOutput
446
+ | DeleteTemplateSyncConfigCommandOutput
447
+ | GetAccountSettingsCommandOutput
448
+ | GetComponentCommandOutput
449
+ | GetEnvironmentAccountConnectionCommandOutput
450
+ | GetEnvironmentCommandOutput
451
+ | GetEnvironmentTemplateCommandOutput
452
+ | GetEnvironmentTemplateVersionCommandOutput
453
+ | GetRepositoryCommandOutput
454
+ | GetRepositorySyncStatusCommandOutput
455
+ | GetServiceCommandOutput
456
+ | GetServiceInstanceCommandOutput
457
+ | GetServiceTemplateCommandOutput
458
+ | GetServiceTemplateVersionCommandOutput
459
+ | GetTemplateSyncConfigCommandOutput
460
+ | GetTemplateSyncStatusCommandOutput
461
+ | ListComponentOutputsCommandOutput
462
+ | ListComponentProvisionedResourcesCommandOutput
463
+ | ListComponentsCommandOutput
464
+ | ListEnvironmentAccountConnectionsCommandOutput
465
+ | ListEnvironmentOutputsCommandOutput
466
+ | ListEnvironmentProvisionedResourcesCommandOutput
467
+ | ListEnvironmentTemplateVersionsCommandOutput
468
+ | ListEnvironmentTemplatesCommandOutput
469
+ | ListEnvironmentsCommandOutput
470
+ | ListRepositoriesCommandOutput
471
+ | ListRepositorySyncDefinitionsCommandOutput
472
+ | ListServiceInstanceOutputsCommandOutput
473
+ | ListServiceInstanceProvisionedResourcesCommandOutput
474
+ | ListServiceInstancesCommandOutput
475
+ | ListServicePipelineOutputsCommandOutput
476
+ | ListServicePipelineProvisionedResourcesCommandOutput
477
+ | ListServiceTemplateVersionsCommandOutput
478
+ | ListServiceTemplatesCommandOutput
479
+ | ListServicesCommandOutput
480
+ | ListTagsForResourceCommandOutput
481
+ | NotifyResourceDeploymentStatusChangeCommandOutput
482
+ | RejectEnvironmentAccountConnectionCommandOutput
483
+ | TagResourceCommandOutput
484
+ | UntagResourceCommandOutput
485
+ | UpdateAccountSettingsCommandOutput
486
+ | UpdateComponentCommandOutput
487
+ | UpdateEnvironmentAccountConnectionCommandOutput
488
+ | UpdateEnvironmentCommandOutput
489
+ | UpdateEnvironmentTemplateCommandOutput
490
+ | UpdateEnvironmentTemplateVersionCommandOutput
491
+ | UpdateServiceCommandOutput
492
+ | UpdateServiceInstanceCommandOutput
493
+ | UpdateServicePipelineCommandOutput
494
+ | UpdateServiceTemplateCommandOutput
495
+ | UpdateServiceTemplateVersionCommandOutput
496
+ | UpdateTemplateSyncConfigCommandOutput;
497
+ export interface ClientDefaults
498
+ extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
499
+ requestHandler?: __HttpHandler;
500
+
501
+ sha256?: __HashConstructor;
502
+
503
+ urlParser?: __UrlParser;
504
+
505
+ bodyLengthChecker?: __BodyLengthCalculator;
506
+
507
+ streamCollector?: __StreamCollector;
508
+
509
+ base64Decoder?: __Decoder;
510
+
511
+ base64Encoder?: __Encoder;
512
+
513
+ utf8Decoder?: __Decoder;
514
+
515
+ utf8Encoder?: __Encoder;
516
+
517
+ runtime?: string;
518
+
519
+ disableHostPrefix?: boolean;
520
+
521
+ maxAttempts?: number | __Provider<number>;
522
+
523
+ retryMode?: string | __Provider<string>;
524
+
525
+ logger?: __Logger;
526
+
527
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
528
+
529
+ useFipsEndpoint?: boolean | __Provider<boolean>;
530
+
531
+ serviceId?: string;
532
+
533
+ region?: string | __Provider<string>;
534
+
535
+ credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
536
+
537
+ regionInfoProvider?: RegionInfoProvider;
538
+
539
+ defaultUserAgentProvider?: Provider<__UserAgent>;
540
+
541
+ defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
542
+ }
543
+ declare type ProtonClientConfigType = Partial<
544
+ __SmithyConfiguration<__HttpHandlerOptions>
545
+ > &
546
+ ClientDefaults &
547
+ RegionInputConfig &
548
+ EndpointsInputConfig &
549
+ RetryInputConfig &
550
+ HostHeaderInputConfig &
551
+ AwsAuthInputConfig &
552
+ UserAgentInputConfig;
553
+
554
+ export interface ProtonClientConfig extends ProtonClientConfigType {}
555
+ declare type ProtonClientResolvedConfigType =
556
+ __SmithyResolvedConfiguration<__HttpHandlerOptions> &
557
+ Required<ClientDefaults> &
558
+ RegionResolvedConfig &
559
+ EndpointsResolvedConfig &
560
+ RetryResolvedConfig &
561
+ HostHeaderResolvedConfig &
562
+ AwsAuthResolvedConfig &
563
+ UserAgentResolvedConfig;
564
+
565
+ export interface ProtonClientResolvedConfig
566
+ extends ProtonClientResolvedConfigType {}
567
+
568
+ export declare class ProtonClient extends __Client<
569
+ __HttpHandlerOptions,
570
+ ServiceInputTypes,
571
+ ServiceOutputTypes,
572
+ ProtonClientResolvedConfig
573
+ > {
574
+ readonly config: ProtonClientResolvedConfig;
575
+ constructor(configuration: ProtonClientConfig);
576
+
577
+ destroy(): void;
578
+ }
579
+ export {};