@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.
- package/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/Proton.d.ts +1420 -380
- package/dist-types/ts3.4/ProtonClient.d.ts +579 -148
- package/dist-types/ts3.4/commands/AcceptEnvironmentAccountConnectionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CancelComponentDeploymentCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CancelEnvironmentDeploymentCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CancelServiceInstanceDeploymentCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CancelServicePipelineDeploymentCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateComponentCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateEnvironmentAccountConnectionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateEnvironmentTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateEnvironmentTemplateVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateRepositoryCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateServiceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateServiceTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateServiceTemplateVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateTemplateSyncConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteComponentCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteEnvironmentAccountConnectionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteEnvironmentTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteEnvironmentTemplateVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteRepositoryCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteServiceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteServiceTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteServiceTemplateVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteTemplateSyncConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetComponentCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetEnvironmentAccountConnectionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetEnvironmentCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetEnvironmentTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetEnvironmentTemplateVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetRepositoryCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetRepositorySyncStatusCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetServiceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetServiceInstanceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetServiceTemplateCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetServiceTemplateVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetTemplateSyncConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetTemplateSyncStatusCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListComponentOutputsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListComponentProvisionedResourcesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListComponentsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListEnvironmentAccountConnectionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListEnvironmentOutputsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListEnvironmentProvisionedResourcesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListEnvironmentTemplateVersionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListEnvironmentTemplatesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListEnvironmentsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListRepositoriesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListRepositorySyncDefinitionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListServiceInstanceOutputsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListServiceInstanceProvisionedResourcesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListServiceInstancesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListServicePipelineOutputsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListServicePipelineProvisionedResourcesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListServiceTemplateVersionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListServiceTemplatesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/NotifyResourceDeploymentStatusChangeCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/RejectEnvironmentAccountConnectionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateAccountSettingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateComponentCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateEnvironmentAccountConnectionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateEnvironmentTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateEnvironmentTemplateVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateServiceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateServiceInstanceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateServicePipelineCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateServiceTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateServiceTemplateVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateTemplateSyncConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/index.d.ts +75 -75
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +7 -7
- package/dist-types/ts3.4/models/ProtonServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2402 -2202
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
- package/dist-types/ts3.4/pagination/ListComponentOutputsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListComponentProvisionedResourcesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListComponentsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListEnvironmentAccountConnectionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListEnvironmentOutputsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListEnvironmentProvisionedResourcesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListEnvironmentTemplateVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListEnvironmentTemplatesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListEnvironmentsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRepositoriesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRepositorySyncDefinitionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListServiceInstanceOutputsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListServiceInstanceProvisionedResourcesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListServiceInstancesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListServicePipelineOutputsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListServicePipelineProvisionedResourcesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListServiceTemplateVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListServiceTemplatesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListServicesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +21 -21
- package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +905 -227
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/dist-types/ts3.4/waiters/index.d.ts +10 -10
- package/dist-types/ts3.4/waiters/waitForComponentDeleted.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForComponentDeployed.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForEnvironmentDeployed.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForEnvironmentTemplateVersionRegistered.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForServiceCreated.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForServiceDeleted.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForServiceInstanceDeployed.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForServicePipelineDeployed.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForServiceTemplateVersionRegistered.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForServiceUpdated.d.ts +13 -7
- package/package.json +35 -35
|
@@ -1,148 +1,579 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
import {
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
import {
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
import {
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
import {
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
import {
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
import {
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
import {
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
import {
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
import {
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
import {
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
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 {};
|