@aws-sdk/client-service-quotas 3.169.0 → 3.170.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/ServiceQuotas.d.ts +388 -100
- package/dist-types/ts3.4/ServiceQuotasClient.d.ts +244 -92
- package/dist-types/ts3.4/commands/AssociateServiceQuotaTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteServiceQuotaIncreaseRequestFromTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DisassociateServiceQuotaTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetAWSDefaultServiceQuotaCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetAssociationForServiceQuotaTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetRequestedServiceQuotaChangeCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetServiceQuotaCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetServiceQuotaIncreaseRequestFromTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListAWSDefaultServiceQuotasCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListRequestedServiceQuotaChangeHistoryByQuotaCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListRequestedServiceQuotaChangeHistoryCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListServiceQuotaIncreaseRequestsInTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListServiceQuotasCommand.d.ts +38 -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/PutServiceQuotaIncreaseRequestIntoTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/RequestServiceQuotaIncreaseCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/index.d.ts +19 -19
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/ServiceQuotasServiceException.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 +665 -576
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListAWSDefaultServiceQuotasPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRequestedServiceQuotaChangeHistoryByQuotaPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRequestedServiceQuotaChangeHistoryPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListServiceQuotaIncreaseRequestsInTemplatePaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListServiceQuotasPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListServicesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +7 -7
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +233 -59
- 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/package.json +34 -34
|
@@ -1,92 +1,244 @@
|
|
|
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
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
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
|
+
AssociateServiceQuotaTemplateCommandInput,
|
|
47
|
+
AssociateServiceQuotaTemplateCommandOutput,
|
|
48
|
+
} from "./commands/AssociateServiceQuotaTemplateCommand";
|
|
49
|
+
import {
|
|
50
|
+
DeleteServiceQuotaIncreaseRequestFromTemplateCommandInput,
|
|
51
|
+
DeleteServiceQuotaIncreaseRequestFromTemplateCommandOutput,
|
|
52
|
+
} from "./commands/DeleteServiceQuotaIncreaseRequestFromTemplateCommand";
|
|
53
|
+
import {
|
|
54
|
+
DisassociateServiceQuotaTemplateCommandInput,
|
|
55
|
+
DisassociateServiceQuotaTemplateCommandOutput,
|
|
56
|
+
} from "./commands/DisassociateServiceQuotaTemplateCommand";
|
|
57
|
+
import {
|
|
58
|
+
GetAssociationForServiceQuotaTemplateCommandInput,
|
|
59
|
+
GetAssociationForServiceQuotaTemplateCommandOutput,
|
|
60
|
+
} from "./commands/GetAssociationForServiceQuotaTemplateCommand";
|
|
61
|
+
import {
|
|
62
|
+
GetAWSDefaultServiceQuotaCommandInput,
|
|
63
|
+
GetAWSDefaultServiceQuotaCommandOutput,
|
|
64
|
+
} from "./commands/GetAWSDefaultServiceQuotaCommand";
|
|
65
|
+
import {
|
|
66
|
+
GetRequestedServiceQuotaChangeCommandInput,
|
|
67
|
+
GetRequestedServiceQuotaChangeCommandOutput,
|
|
68
|
+
} from "./commands/GetRequestedServiceQuotaChangeCommand";
|
|
69
|
+
import {
|
|
70
|
+
GetServiceQuotaCommandInput,
|
|
71
|
+
GetServiceQuotaCommandOutput,
|
|
72
|
+
} from "./commands/GetServiceQuotaCommand";
|
|
73
|
+
import {
|
|
74
|
+
GetServiceQuotaIncreaseRequestFromTemplateCommandInput,
|
|
75
|
+
GetServiceQuotaIncreaseRequestFromTemplateCommandOutput,
|
|
76
|
+
} from "./commands/GetServiceQuotaIncreaseRequestFromTemplateCommand";
|
|
77
|
+
import {
|
|
78
|
+
ListAWSDefaultServiceQuotasCommandInput,
|
|
79
|
+
ListAWSDefaultServiceQuotasCommandOutput,
|
|
80
|
+
} from "./commands/ListAWSDefaultServiceQuotasCommand";
|
|
81
|
+
import {
|
|
82
|
+
ListRequestedServiceQuotaChangeHistoryByQuotaCommandInput,
|
|
83
|
+
ListRequestedServiceQuotaChangeHistoryByQuotaCommandOutput,
|
|
84
|
+
} from "./commands/ListRequestedServiceQuotaChangeHistoryByQuotaCommand";
|
|
85
|
+
import {
|
|
86
|
+
ListRequestedServiceQuotaChangeHistoryCommandInput,
|
|
87
|
+
ListRequestedServiceQuotaChangeHistoryCommandOutput,
|
|
88
|
+
} from "./commands/ListRequestedServiceQuotaChangeHistoryCommand";
|
|
89
|
+
import {
|
|
90
|
+
ListServiceQuotaIncreaseRequestsInTemplateCommandInput,
|
|
91
|
+
ListServiceQuotaIncreaseRequestsInTemplateCommandOutput,
|
|
92
|
+
} from "./commands/ListServiceQuotaIncreaseRequestsInTemplateCommand";
|
|
93
|
+
import {
|
|
94
|
+
ListServiceQuotasCommandInput,
|
|
95
|
+
ListServiceQuotasCommandOutput,
|
|
96
|
+
} from "./commands/ListServiceQuotasCommand";
|
|
97
|
+
import {
|
|
98
|
+
ListServicesCommandInput,
|
|
99
|
+
ListServicesCommandOutput,
|
|
100
|
+
} from "./commands/ListServicesCommand";
|
|
101
|
+
import {
|
|
102
|
+
ListTagsForResourceCommandInput,
|
|
103
|
+
ListTagsForResourceCommandOutput,
|
|
104
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
105
|
+
import {
|
|
106
|
+
PutServiceQuotaIncreaseRequestIntoTemplateCommandInput,
|
|
107
|
+
PutServiceQuotaIncreaseRequestIntoTemplateCommandOutput,
|
|
108
|
+
} from "./commands/PutServiceQuotaIncreaseRequestIntoTemplateCommand";
|
|
109
|
+
import {
|
|
110
|
+
RequestServiceQuotaIncreaseCommandInput,
|
|
111
|
+
RequestServiceQuotaIncreaseCommandOutput,
|
|
112
|
+
} from "./commands/RequestServiceQuotaIncreaseCommand";
|
|
113
|
+
import {
|
|
114
|
+
TagResourceCommandInput,
|
|
115
|
+
TagResourceCommandOutput,
|
|
116
|
+
} from "./commands/TagResourceCommand";
|
|
117
|
+
import {
|
|
118
|
+
UntagResourceCommandInput,
|
|
119
|
+
UntagResourceCommandOutput,
|
|
120
|
+
} from "./commands/UntagResourceCommand";
|
|
121
|
+
export declare type ServiceInputTypes =
|
|
122
|
+
| AssociateServiceQuotaTemplateCommandInput
|
|
123
|
+
| DeleteServiceQuotaIncreaseRequestFromTemplateCommandInput
|
|
124
|
+
| DisassociateServiceQuotaTemplateCommandInput
|
|
125
|
+
| GetAWSDefaultServiceQuotaCommandInput
|
|
126
|
+
| GetAssociationForServiceQuotaTemplateCommandInput
|
|
127
|
+
| GetRequestedServiceQuotaChangeCommandInput
|
|
128
|
+
| GetServiceQuotaCommandInput
|
|
129
|
+
| GetServiceQuotaIncreaseRequestFromTemplateCommandInput
|
|
130
|
+
| ListAWSDefaultServiceQuotasCommandInput
|
|
131
|
+
| ListRequestedServiceQuotaChangeHistoryByQuotaCommandInput
|
|
132
|
+
| ListRequestedServiceQuotaChangeHistoryCommandInput
|
|
133
|
+
| ListServiceQuotaIncreaseRequestsInTemplateCommandInput
|
|
134
|
+
| ListServiceQuotasCommandInput
|
|
135
|
+
| ListServicesCommandInput
|
|
136
|
+
| ListTagsForResourceCommandInput
|
|
137
|
+
| PutServiceQuotaIncreaseRequestIntoTemplateCommandInput
|
|
138
|
+
| RequestServiceQuotaIncreaseCommandInput
|
|
139
|
+
| TagResourceCommandInput
|
|
140
|
+
| UntagResourceCommandInput;
|
|
141
|
+
export declare type ServiceOutputTypes =
|
|
142
|
+
| AssociateServiceQuotaTemplateCommandOutput
|
|
143
|
+
| DeleteServiceQuotaIncreaseRequestFromTemplateCommandOutput
|
|
144
|
+
| DisassociateServiceQuotaTemplateCommandOutput
|
|
145
|
+
| GetAWSDefaultServiceQuotaCommandOutput
|
|
146
|
+
| GetAssociationForServiceQuotaTemplateCommandOutput
|
|
147
|
+
| GetRequestedServiceQuotaChangeCommandOutput
|
|
148
|
+
| GetServiceQuotaCommandOutput
|
|
149
|
+
| GetServiceQuotaIncreaseRequestFromTemplateCommandOutput
|
|
150
|
+
| ListAWSDefaultServiceQuotasCommandOutput
|
|
151
|
+
| ListRequestedServiceQuotaChangeHistoryByQuotaCommandOutput
|
|
152
|
+
| ListRequestedServiceQuotaChangeHistoryCommandOutput
|
|
153
|
+
| ListServiceQuotaIncreaseRequestsInTemplateCommandOutput
|
|
154
|
+
| ListServiceQuotasCommandOutput
|
|
155
|
+
| ListServicesCommandOutput
|
|
156
|
+
| ListTagsForResourceCommandOutput
|
|
157
|
+
| PutServiceQuotaIncreaseRequestIntoTemplateCommandOutput
|
|
158
|
+
| RequestServiceQuotaIncreaseCommandOutput
|
|
159
|
+
| TagResourceCommandOutput
|
|
160
|
+
| UntagResourceCommandOutput;
|
|
161
|
+
export interface ClientDefaults
|
|
162
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
163
|
+
requestHandler?: __HttpHandler;
|
|
164
|
+
|
|
165
|
+
sha256?: __HashConstructor;
|
|
166
|
+
|
|
167
|
+
urlParser?: __UrlParser;
|
|
168
|
+
|
|
169
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
170
|
+
|
|
171
|
+
streamCollector?: __StreamCollector;
|
|
172
|
+
|
|
173
|
+
base64Decoder?: __Decoder;
|
|
174
|
+
|
|
175
|
+
base64Encoder?: __Encoder;
|
|
176
|
+
|
|
177
|
+
utf8Decoder?: __Decoder;
|
|
178
|
+
|
|
179
|
+
utf8Encoder?: __Encoder;
|
|
180
|
+
|
|
181
|
+
runtime?: string;
|
|
182
|
+
|
|
183
|
+
disableHostPrefix?: boolean;
|
|
184
|
+
|
|
185
|
+
maxAttempts?: number | __Provider<number>;
|
|
186
|
+
|
|
187
|
+
retryMode?: string | __Provider<string>;
|
|
188
|
+
|
|
189
|
+
logger?: __Logger;
|
|
190
|
+
|
|
191
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
192
|
+
|
|
193
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
194
|
+
|
|
195
|
+
serviceId?: string;
|
|
196
|
+
|
|
197
|
+
region?: string | __Provider<string>;
|
|
198
|
+
|
|
199
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
200
|
+
|
|
201
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
202
|
+
|
|
203
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
204
|
+
|
|
205
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
206
|
+
}
|
|
207
|
+
declare type ServiceQuotasClientConfigType = Partial<
|
|
208
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
209
|
+
> &
|
|
210
|
+
ClientDefaults &
|
|
211
|
+
RegionInputConfig &
|
|
212
|
+
EndpointsInputConfig &
|
|
213
|
+
RetryInputConfig &
|
|
214
|
+
HostHeaderInputConfig &
|
|
215
|
+
AwsAuthInputConfig &
|
|
216
|
+
UserAgentInputConfig;
|
|
217
|
+
|
|
218
|
+
export interface ServiceQuotasClientConfig
|
|
219
|
+
extends ServiceQuotasClientConfigType {}
|
|
220
|
+
declare type ServiceQuotasClientResolvedConfigType =
|
|
221
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
222
|
+
Required<ClientDefaults> &
|
|
223
|
+
RegionResolvedConfig &
|
|
224
|
+
EndpointsResolvedConfig &
|
|
225
|
+
RetryResolvedConfig &
|
|
226
|
+
HostHeaderResolvedConfig &
|
|
227
|
+
AwsAuthResolvedConfig &
|
|
228
|
+
UserAgentResolvedConfig;
|
|
229
|
+
|
|
230
|
+
export interface ServiceQuotasClientResolvedConfig
|
|
231
|
+
extends ServiceQuotasClientResolvedConfigType {}
|
|
232
|
+
|
|
233
|
+
export declare class ServiceQuotasClient extends __Client<
|
|
234
|
+
__HttpHandlerOptions,
|
|
235
|
+
ServiceInputTypes,
|
|
236
|
+
ServiceOutputTypes,
|
|
237
|
+
ServiceQuotasClientResolvedConfig
|
|
238
|
+
> {
|
|
239
|
+
readonly config: ServiceQuotasClientResolvedConfig;
|
|
240
|
+
constructor(configuration: ServiceQuotasClientConfig);
|
|
241
|
+
|
|
242
|
+
destroy(): void;
|
|
243
|
+
}
|
|
244
|
+
export {};
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AssociateServiceQuotaTemplateRequest,
|
|
10
|
+
AssociateServiceQuotaTemplateResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
ServiceQuotasClientResolvedConfig,
|
|
16
|
+
} from "../ServiceQuotasClient";
|
|
17
|
+
export interface AssociateServiceQuotaTemplateCommandInput
|
|
18
|
+
extends AssociateServiceQuotaTemplateRequest {}
|
|
19
|
+
export interface AssociateServiceQuotaTemplateCommandOutput
|
|
20
|
+
extends AssociateServiceQuotaTemplateResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class AssociateServiceQuotaTemplateCommand extends $Command<
|
|
24
|
+
AssociateServiceQuotaTemplateCommandInput,
|
|
25
|
+
AssociateServiceQuotaTemplateCommandOutput,
|
|
26
|
+
ServiceQuotasClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: AssociateServiceQuotaTemplateCommandInput;
|
|
29
|
+
constructor(input: AssociateServiceQuotaTemplateCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ServiceQuotasClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
AssociateServiceQuotaTemplateCommandInput,
|
|
37
|
+
AssociateServiceQuotaTemplateCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DeleteServiceQuotaIncreaseRequestFromTemplateRequest,
|
|
10
|
+
DeleteServiceQuotaIncreaseRequestFromTemplateResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
ServiceQuotasClientResolvedConfig,
|
|
16
|
+
} from "../ServiceQuotasClient";
|
|
17
|
+
export interface DeleteServiceQuotaIncreaseRequestFromTemplateCommandInput
|
|
18
|
+
extends DeleteServiceQuotaIncreaseRequestFromTemplateRequest {}
|
|
19
|
+
export interface DeleteServiceQuotaIncreaseRequestFromTemplateCommandOutput
|
|
20
|
+
extends DeleteServiceQuotaIncreaseRequestFromTemplateResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DeleteServiceQuotaIncreaseRequestFromTemplateCommand extends $Command<
|
|
24
|
+
DeleteServiceQuotaIncreaseRequestFromTemplateCommandInput,
|
|
25
|
+
DeleteServiceQuotaIncreaseRequestFromTemplateCommandOutput,
|
|
26
|
+
ServiceQuotasClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DeleteServiceQuotaIncreaseRequestFromTemplateCommandInput;
|
|
29
|
+
constructor(input: DeleteServiceQuotaIncreaseRequestFromTemplateCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ServiceQuotasClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DeleteServiceQuotaIncreaseRequestFromTemplateCommandInput,
|
|
37
|
+
DeleteServiceQuotaIncreaseRequestFromTemplateCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DisassociateServiceQuotaTemplateRequest,
|
|
10
|
+
DisassociateServiceQuotaTemplateResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
ServiceQuotasClientResolvedConfig,
|
|
16
|
+
} from "../ServiceQuotasClient";
|
|
17
|
+
export interface DisassociateServiceQuotaTemplateCommandInput
|
|
18
|
+
extends DisassociateServiceQuotaTemplateRequest {}
|
|
19
|
+
export interface DisassociateServiceQuotaTemplateCommandOutput
|
|
20
|
+
extends DisassociateServiceQuotaTemplateResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DisassociateServiceQuotaTemplateCommand extends $Command<
|
|
24
|
+
DisassociateServiceQuotaTemplateCommandInput,
|
|
25
|
+
DisassociateServiceQuotaTemplateCommandOutput,
|
|
26
|
+
ServiceQuotasClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DisassociateServiceQuotaTemplateCommandInput;
|
|
29
|
+
constructor(input: DisassociateServiceQuotaTemplateCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ServiceQuotasClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DisassociateServiceQuotaTemplateCommandInput,
|
|
37
|
+
DisassociateServiceQuotaTemplateCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
GetAWSDefaultServiceQuotaRequest,
|
|
10
|
+
GetAWSDefaultServiceQuotaResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
ServiceQuotasClientResolvedConfig,
|
|
16
|
+
} from "../ServiceQuotasClient";
|
|
17
|
+
export interface GetAWSDefaultServiceQuotaCommandInput
|
|
18
|
+
extends GetAWSDefaultServiceQuotaRequest {}
|
|
19
|
+
export interface GetAWSDefaultServiceQuotaCommandOutput
|
|
20
|
+
extends GetAWSDefaultServiceQuotaResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GetAWSDefaultServiceQuotaCommand extends $Command<
|
|
24
|
+
GetAWSDefaultServiceQuotaCommandInput,
|
|
25
|
+
GetAWSDefaultServiceQuotaCommandOutput,
|
|
26
|
+
ServiceQuotasClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetAWSDefaultServiceQuotaCommandInput;
|
|
29
|
+
constructor(input: GetAWSDefaultServiceQuotaCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ServiceQuotasClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
GetAWSDefaultServiceQuotaCommandInput,
|
|
37
|
+
GetAWSDefaultServiceQuotaCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
GetAssociationForServiceQuotaTemplateRequest,
|
|
10
|
+
GetAssociationForServiceQuotaTemplateResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
ServiceQuotasClientResolvedConfig,
|
|
16
|
+
} from "../ServiceQuotasClient";
|
|
17
|
+
export interface GetAssociationForServiceQuotaTemplateCommandInput
|
|
18
|
+
extends GetAssociationForServiceQuotaTemplateRequest {}
|
|
19
|
+
export interface GetAssociationForServiceQuotaTemplateCommandOutput
|
|
20
|
+
extends GetAssociationForServiceQuotaTemplateResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GetAssociationForServiceQuotaTemplateCommand extends $Command<
|
|
24
|
+
GetAssociationForServiceQuotaTemplateCommandInput,
|
|
25
|
+
GetAssociationForServiceQuotaTemplateCommandOutput,
|
|
26
|
+
ServiceQuotasClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetAssociationForServiceQuotaTemplateCommandInput;
|
|
29
|
+
constructor(input: GetAssociationForServiceQuotaTemplateCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ServiceQuotasClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
GetAssociationForServiceQuotaTemplateCommandInput,
|
|
37
|
+
GetAssociationForServiceQuotaTemplateCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|