@aws-sdk/client-apigatewayv2 3.130.0 → 3.141.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 +30 -0
- package/README.md +1 -1
- package/dist-cjs/commands/CreateApiCommand.js +2 -2
- package/dist-cjs/commands/CreateApiMappingCommand.js +2 -2
- package/dist-cjs/commands/CreateAuthorizerCommand.js +2 -2
- package/dist-cjs/commands/CreateDeploymentCommand.js +2 -2
- package/dist-cjs/commands/CreateDomainNameCommand.js +2 -2
- package/dist-cjs/commands/CreateIntegrationCommand.js +2 -2
- package/dist-cjs/commands/CreateIntegrationResponseCommand.js +2 -2
- package/dist-cjs/commands/CreateModelCommand.js +2 -2
- package/dist-cjs/commands/CreateRouteCommand.js +2 -2
- package/dist-cjs/commands/CreateRouteResponseCommand.js +2 -2
- package/dist-cjs/commands/CreateStageCommand.js +2 -2
- package/dist-cjs/commands/CreateVpcLinkCommand.js +2 -2
- package/dist-cjs/commands/DeleteAccessLogSettingsCommand.js +1 -1
- package/dist-cjs/commands/DeleteApiCommand.js +1 -1
- package/dist-cjs/commands/DeleteApiMappingCommand.js +1 -1
- package/dist-cjs/commands/DeleteAuthorizerCommand.js +1 -1
- package/dist-cjs/commands/DeleteCorsConfigurationCommand.js +1 -1
- package/dist-cjs/commands/DeleteDeploymentCommand.js +1 -1
- package/dist-cjs/commands/DeleteDomainNameCommand.js +1 -1
- package/dist-cjs/commands/DeleteIntegrationCommand.js +1 -1
- package/dist-cjs/commands/DeleteIntegrationResponseCommand.js +1 -1
- package/dist-cjs/commands/DeleteModelCommand.js +1 -1
- package/dist-cjs/commands/DeleteRouteCommand.js +1 -1
- package/dist-cjs/commands/DeleteRouteRequestParameterCommand.js +1 -1
- package/dist-cjs/commands/DeleteRouteResponseCommand.js +1 -1
- package/dist-cjs/commands/DeleteRouteSettingsCommand.js +1 -1
- package/dist-cjs/commands/DeleteStageCommand.js +1 -1
- package/dist-cjs/commands/DeleteVpcLinkCommand.js +2 -2
- package/dist-cjs/commands/ExportApiCommand.js +2 -2
- package/dist-cjs/commands/GetApiCommand.js +2 -2
- package/dist-cjs/commands/GetApiMappingCommand.js +2 -2
- package/dist-cjs/commands/GetApiMappingsCommand.js +2 -2
- package/dist-cjs/commands/GetApisCommand.js +2 -2
- package/dist-cjs/commands/GetAuthorizerCommand.js +2 -2
- package/dist-cjs/commands/GetAuthorizersCommand.js +2 -2
- package/dist-cjs/commands/GetDeploymentCommand.js +2 -2
- package/dist-cjs/commands/GetDeploymentsCommand.js +2 -2
- package/dist-cjs/commands/GetDomainNameCommand.js +2 -2
- package/dist-cjs/commands/GetDomainNamesCommand.js +2 -2
- package/dist-cjs/commands/GetIntegrationCommand.js +2 -2
- package/dist-cjs/commands/GetIntegrationResponseCommand.js +2 -2
- package/dist-cjs/commands/GetIntegrationResponsesCommand.js +2 -2
- package/dist-cjs/commands/GetIntegrationsCommand.js +2 -2
- package/dist-cjs/commands/GetModelCommand.js +2 -2
- package/dist-cjs/commands/GetModelTemplateCommand.js +2 -2
- package/dist-cjs/commands/GetModelsCommand.js +2 -2
- package/dist-cjs/commands/GetRouteCommand.js +2 -2
- package/dist-cjs/commands/GetRouteResponseCommand.js +2 -2
- package/dist-cjs/commands/GetRouteResponsesCommand.js +2 -2
- package/dist-cjs/commands/GetRoutesCommand.js +2 -2
- package/dist-cjs/commands/GetStageCommand.js +2 -2
- package/dist-cjs/commands/GetStagesCommand.js +2 -2
- package/dist-cjs/commands/GetTagsCommand.js +2 -2
- package/dist-cjs/commands/GetVpcLinkCommand.js +2 -2
- package/dist-cjs/commands/GetVpcLinksCommand.js +2 -2
- package/dist-cjs/commands/ImportApiCommand.js +2 -2
- package/dist-cjs/commands/ReimportApiCommand.js +2 -2
- package/dist-cjs/commands/ResetAuthorizersCacheCommand.js +1 -1
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +1 -1
- package/dist-cjs/commands/UpdateApiCommand.js +2 -2
- package/dist-cjs/commands/UpdateApiMappingCommand.js +2 -2
- package/dist-cjs/commands/UpdateAuthorizerCommand.js +2 -2
- package/dist-cjs/commands/UpdateDeploymentCommand.js +2 -2
- package/dist-cjs/commands/UpdateDomainNameCommand.js +2 -2
- package/dist-cjs/commands/UpdateIntegrationCommand.js +2 -2
- package/dist-cjs/commands/UpdateIntegrationResponseCommand.js +2 -2
- package/dist-cjs/commands/UpdateModelCommand.js +2 -2
- package/dist-cjs/commands/UpdateRouteCommand.js +2 -2
- package/dist-cjs/commands/UpdateRouteResponseCommand.js +2 -2
- package/dist-cjs/commands/UpdateStageCommand.js +2 -2
- package/dist-cjs/commands/UpdateVpcLinkCommand.js +2 -2
- package/dist-cjs/models/models_0.js +600 -898
- package/dist-es/commands/CreateApiCommand.js +3 -3
- package/dist-es/commands/CreateApiMappingCommand.js +3 -3
- package/dist-es/commands/CreateAuthorizerCommand.js +3 -3
- package/dist-es/commands/CreateDeploymentCommand.js +3 -3
- package/dist-es/commands/CreateDomainNameCommand.js +3 -3
- package/dist-es/commands/CreateIntegrationCommand.js +3 -3
- package/dist-es/commands/CreateIntegrationResponseCommand.js +3 -3
- package/dist-es/commands/CreateModelCommand.js +3 -3
- package/dist-es/commands/CreateRouteCommand.js +3 -3
- package/dist-es/commands/CreateRouteResponseCommand.js +3 -3
- package/dist-es/commands/CreateStageCommand.js +3 -3
- package/dist-es/commands/CreateVpcLinkCommand.js +3 -3
- package/dist-es/commands/DeleteAccessLogSettingsCommand.js +2 -2
- package/dist-es/commands/DeleteApiCommand.js +2 -2
- package/dist-es/commands/DeleteApiMappingCommand.js +2 -2
- package/dist-es/commands/DeleteAuthorizerCommand.js +2 -2
- package/dist-es/commands/DeleteCorsConfigurationCommand.js +2 -2
- package/dist-es/commands/DeleteDeploymentCommand.js +2 -2
- package/dist-es/commands/DeleteDomainNameCommand.js +2 -2
- package/dist-es/commands/DeleteIntegrationCommand.js +2 -2
- package/dist-es/commands/DeleteIntegrationResponseCommand.js +2 -2
- package/dist-es/commands/DeleteModelCommand.js +2 -2
- package/dist-es/commands/DeleteRouteCommand.js +2 -2
- package/dist-es/commands/DeleteRouteRequestParameterCommand.js +2 -2
- package/dist-es/commands/DeleteRouteResponseCommand.js +2 -2
- package/dist-es/commands/DeleteRouteSettingsCommand.js +2 -2
- package/dist-es/commands/DeleteStageCommand.js +2 -2
- package/dist-es/commands/DeleteVpcLinkCommand.js +3 -3
- package/dist-es/commands/ExportApiCommand.js +3 -3
- package/dist-es/commands/GetApiCommand.js +3 -3
- package/dist-es/commands/GetApiMappingCommand.js +3 -3
- package/dist-es/commands/GetApiMappingsCommand.js +3 -3
- package/dist-es/commands/GetApisCommand.js +3 -3
- package/dist-es/commands/GetAuthorizerCommand.js +3 -3
- package/dist-es/commands/GetAuthorizersCommand.js +3 -3
- package/dist-es/commands/GetDeploymentCommand.js +3 -3
- package/dist-es/commands/GetDeploymentsCommand.js +3 -3
- package/dist-es/commands/GetDomainNameCommand.js +3 -3
- package/dist-es/commands/GetDomainNamesCommand.js +3 -3
- package/dist-es/commands/GetIntegrationCommand.js +3 -3
- package/dist-es/commands/GetIntegrationResponseCommand.js +3 -3
- package/dist-es/commands/GetIntegrationResponsesCommand.js +3 -3
- package/dist-es/commands/GetIntegrationsCommand.js +3 -3
- package/dist-es/commands/GetModelCommand.js +3 -3
- package/dist-es/commands/GetModelTemplateCommand.js +3 -3
- package/dist-es/commands/GetModelsCommand.js +3 -3
- package/dist-es/commands/GetRouteCommand.js +3 -3
- package/dist-es/commands/GetRouteResponseCommand.js +3 -3
- package/dist-es/commands/GetRouteResponsesCommand.js +3 -3
- package/dist-es/commands/GetRoutesCommand.js +3 -3
- package/dist-es/commands/GetStageCommand.js +3 -3
- package/dist-es/commands/GetStagesCommand.js +3 -3
- package/dist-es/commands/GetTagsCommand.js +3 -3
- package/dist-es/commands/GetVpcLinkCommand.js +3 -3
- package/dist-es/commands/GetVpcLinksCommand.js +3 -3
- package/dist-es/commands/ImportApiCommand.js +3 -3
- package/dist-es/commands/ReimportApiCommand.js +3 -3
- package/dist-es/commands/ResetAuthorizersCacheCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateApiCommand.js +3 -3
- package/dist-es/commands/UpdateApiMappingCommand.js +3 -3
- package/dist-es/commands/UpdateAuthorizerCommand.js +3 -3
- package/dist-es/commands/UpdateDeploymentCommand.js +3 -3
- package/dist-es/commands/UpdateDomainNameCommand.js +3 -3
- package/dist-es/commands/UpdateIntegrationCommand.js +3 -3
- package/dist-es/commands/UpdateIntegrationResponseCommand.js +3 -3
- package/dist-es/commands/UpdateModelCommand.js +3 -3
- package/dist-es/commands/UpdateRouteCommand.js +3 -3
- package/dist-es/commands/UpdateRouteResponseCommand.js +3 -3
- package/dist-es/commands/UpdateStageCommand.js +3 -3
- package/dist-es/commands/UpdateVpcLinkCommand.js +3 -3
- package/dist-es/models/models_0.js +149 -596
- package/dist-types/models/models_0.d.ts +596 -894
- package/dist-types/ts3.4/models/models_0.d.ts +0 -40
- package/package.json +7 -7
|
@@ -29,12 +29,6 @@ export interface Cors {
|
|
|
29
29
|
*/
|
|
30
30
|
MaxAge?: number;
|
|
31
31
|
}
|
|
32
|
-
export declare namespace Cors {
|
|
33
|
-
/**
|
|
34
|
-
* @internal
|
|
35
|
-
*/
|
|
36
|
-
const filterSensitiveLog: (obj: Cors) => any;
|
|
37
|
-
}
|
|
38
32
|
export declare enum ProtocolType {
|
|
39
33
|
HTTP = "HTTP",
|
|
40
34
|
WEBSOCKET = "WEBSOCKET"
|
|
@@ -108,12 +102,6 @@ export interface Api {
|
|
|
108
102
|
*/
|
|
109
103
|
Warnings?: string[];
|
|
110
104
|
}
|
|
111
|
-
export declare namespace Api {
|
|
112
|
-
/**
|
|
113
|
-
* @internal
|
|
114
|
-
*/
|
|
115
|
-
const filterSensitiveLog: (obj: Api) => any;
|
|
116
|
-
}
|
|
117
105
|
/**
|
|
118
106
|
* <p>Represents an API mapping.</p>
|
|
119
107
|
*/
|
|
@@ -135,12 +123,6 @@ export interface ApiMapping {
|
|
|
135
123
|
*/
|
|
136
124
|
Stage: string | undefined;
|
|
137
125
|
}
|
|
138
|
-
export declare namespace ApiMapping {
|
|
139
|
-
/**
|
|
140
|
-
* @internal
|
|
141
|
-
*/
|
|
142
|
-
const filterSensitiveLog: (obj: ApiMapping) => any;
|
|
143
|
-
}
|
|
144
126
|
export declare enum AuthorizerType {
|
|
145
127
|
JWT = "JWT",
|
|
146
128
|
REQUEST = "REQUEST"
|
|
@@ -159,12 +141,6 @@ export interface JWTConfiguration {
|
|
|
159
141
|
*/
|
|
160
142
|
Issuer?: string;
|
|
161
143
|
}
|
|
162
|
-
export declare namespace JWTConfiguration {
|
|
163
|
-
/**
|
|
164
|
-
* @internal
|
|
165
|
-
*/
|
|
166
|
-
const filterSensitiveLog: (obj: JWTConfiguration) => any;
|
|
167
|
-
}
|
|
168
144
|
/**
|
|
169
145
|
* <p>Represents an authorizer.</p>
|
|
170
146
|
*/
|
|
@@ -215,12 +191,6 @@ export interface Authorizer {
|
|
|
215
191
|
*/
|
|
216
192
|
Name: string | undefined;
|
|
217
193
|
}
|
|
218
|
-
export declare namespace Authorizer {
|
|
219
|
-
/**
|
|
220
|
-
* @internal
|
|
221
|
-
*/
|
|
222
|
-
const filterSensitiveLog: (obj: Authorizer) => any;
|
|
223
|
-
}
|
|
224
194
|
export declare enum DeploymentStatus {
|
|
225
195
|
DEPLOYED = "DEPLOYED",
|
|
226
196
|
FAILED = "FAILED",
|
|
@@ -255,12 +225,6 @@ export interface Deployment {
|
|
|
255
225
|
*/
|
|
256
226
|
Description?: string;
|
|
257
227
|
}
|
|
258
|
-
export declare namespace Deployment {
|
|
259
|
-
/**
|
|
260
|
-
* @internal
|
|
261
|
-
*/
|
|
262
|
-
const filterSensitiveLog: (obj: Deployment) => any;
|
|
263
|
-
}
|
|
264
228
|
export declare enum DomainNameStatus {
|
|
265
229
|
AVAILABLE = "AVAILABLE",
|
|
266
230
|
PENDING_CERTIFICATE_REIMPORT = "PENDING_CERTIFICATE_REIMPORT",
|
|
@@ -320,12 +284,6 @@ export interface DomainNameConfiguration {
|
|
|
320
284
|
*/
|
|
321
285
|
OwnershipVerificationCertificateArn?: string;
|
|
322
286
|
}
|
|
323
|
-
export declare namespace DomainNameConfiguration {
|
|
324
|
-
/**
|
|
325
|
-
* @internal
|
|
326
|
-
*/
|
|
327
|
-
const filterSensitiveLog: (obj: DomainNameConfiguration) => any;
|
|
328
|
-
}
|
|
329
287
|
export interface MutualTlsAuthentication {
|
|
330
288
|
/**
|
|
331
289
|
* <p>An Amazon S3 URL that specifies the truststore for mutual TLS authentication, for example, s3://<replaceable>bucket-name</replaceable>/<replaceable>key-name</replaceable>. The truststore can contain certificates from public or private certificate authorities. To update the truststore, upload a new version to S3, and then update your custom domain name to use the new version. To update the truststore, you must have permissions to access the S3 object.</p>
|
|
@@ -340,12 +298,6 @@ export interface MutualTlsAuthentication {
|
|
|
340
298
|
*/
|
|
341
299
|
TruststoreWarnings?: string[];
|
|
342
300
|
}
|
|
343
|
-
export declare namespace MutualTlsAuthentication {
|
|
344
|
-
/**
|
|
345
|
-
* @internal
|
|
346
|
-
*/
|
|
347
|
-
const filterSensitiveLog: (obj: MutualTlsAuthentication) => any;
|
|
348
|
-
}
|
|
349
301
|
/**
|
|
350
302
|
* <p>Represents a domain name.</p>
|
|
351
303
|
*/
|
|
@@ -371,12 +323,6 @@ export interface DomainName {
|
|
|
371
323
|
*/
|
|
372
324
|
Tags?: Record<string, string>;
|
|
373
325
|
}
|
|
374
|
-
export declare namespace DomainName {
|
|
375
|
-
/**
|
|
376
|
-
* @internal
|
|
377
|
-
*/
|
|
378
|
-
const filterSensitiveLog: (obj: DomainName) => any;
|
|
379
|
-
}
|
|
380
326
|
export declare enum ConnectionType {
|
|
381
327
|
INTERNET = "INTERNET",
|
|
382
328
|
VPC_LINK = "VPC_LINK"
|
|
@@ -406,12 +352,6 @@ export interface TlsConfig {
|
|
|
406
352
|
*/
|
|
407
353
|
ServerNameToVerify?: string;
|
|
408
354
|
}
|
|
409
|
-
export declare namespace TlsConfig {
|
|
410
|
-
/**
|
|
411
|
-
* @internal
|
|
412
|
-
*/
|
|
413
|
-
const filterSensitiveLog: (obj: TlsConfig) => any;
|
|
414
|
-
}
|
|
415
355
|
/**
|
|
416
356
|
* <p>Represents an integration.</p>
|
|
417
357
|
*/
|
|
@@ -502,12 +442,6 @@ export interface Integration {
|
|
|
502
442
|
*/
|
|
503
443
|
TlsConfig?: TlsConfig;
|
|
504
444
|
}
|
|
505
|
-
export declare namespace Integration {
|
|
506
|
-
/**
|
|
507
|
-
* @internal
|
|
508
|
-
*/
|
|
509
|
-
const filterSensitiveLog: (obj: Integration) => any;
|
|
510
|
-
}
|
|
511
445
|
/**
|
|
512
446
|
* <p>Represents an integration response.</p>
|
|
513
447
|
*/
|
|
@@ -537,12 +471,6 @@ export interface IntegrationResponse {
|
|
|
537
471
|
*/
|
|
538
472
|
TemplateSelectionExpression?: string;
|
|
539
473
|
}
|
|
540
|
-
export declare namespace IntegrationResponse {
|
|
541
|
-
/**
|
|
542
|
-
* @internal
|
|
543
|
-
*/
|
|
544
|
-
const filterSensitiveLog: (obj: IntegrationResponse) => any;
|
|
545
|
-
}
|
|
546
474
|
/**
|
|
547
475
|
* <p>Represents a data model for an API. Supported only for WebSocket APIs. See <a href="https://docs.aws.amazon.com/apigateway/latest/developerguide/models-mappings.html">Create Models and Mapping Templates for Request and Response Mappings</a>.</p>
|
|
548
476
|
*/
|
|
@@ -568,12 +496,6 @@ export interface Model {
|
|
|
568
496
|
*/
|
|
569
497
|
Schema?: string;
|
|
570
498
|
}
|
|
571
|
-
export declare namespace Model {
|
|
572
|
-
/**
|
|
573
|
-
* @internal
|
|
574
|
-
*/
|
|
575
|
-
const filterSensitiveLog: (obj: Model) => any;
|
|
576
|
-
}
|
|
577
499
|
export declare enum AuthorizationType {
|
|
578
500
|
AWS_IAM = "AWS_IAM",
|
|
579
501
|
CUSTOM = "CUSTOM",
|
|
@@ -589,12 +511,6 @@ export interface ParameterConstraints {
|
|
|
589
511
|
*/
|
|
590
512
|
Required?: boolean;
|
|
591
513
|
}
|
|
592
|
-
export declare namespace ParameterConstraints {
|
|
593
|
-
/**
|
|
594
|
-
* @internal
|
|
595
|
-
*/
|
|
596
|
-
const filterSensitiveLog: (obj: ParameterConstraints) => any;
|
|
597
|
-
}
|
|
598
514
|
/**
|
|
599
515
|
* <p>Represents a route.</p>
|
|
600
516
|
*/
|
|
@@ -652,12 +568,6 @@ export interface Route {
|
|
|
652
568
|
*/
|
|
653
569
|
Target?: string;
|
|
654
570
|
}
|
|
655
|
-
export declare namespace Route {
|
|
656
|
-
/**
|
|
657
|
-
* @internal
|
|
658
|
-
*/
|
|
659
|
-
const filterSensitiveLog: (obj: Route) => any;
|
|
660
|
-
}
|
|
661
571
|
/**
|
|
662
572
|
* <p>Represents a route response.</p>
|
|
663
573
|
*/
|
|
@@ -683,12 +593,6 @@ export interface RouteResponse {
|
|
|
683
593
|
*/
|
|
684
594
|
RouteResponseKey: string | undefined;
|
|
685
595
|
}
|
|
686
|
-
export declare namespace RouteResponse {
|
|
687
|
-
/**
|
|
688
|
-
* @internal
|
|
689
|
-
*/
|
|
690
|
-
const filterSensitiveLog: (obj: RouteResponse) => any;
|
|
691
|
-
}
|
|
692
596
|
/**
|
|
693
597
|
* <p>Settings for logging access in a stage.</p>
|
|
694
598
|
*/
|
|
@@ -702,12 +606,6 @@ export interface AccessLogSettings {
|
|
|
702
606
|
*/
|
|
703
607
|
Format?: string;
|
|
704
608
|
}
|
|
705
|
-
export declare namespace AccessLogSettings {
|
|
706
|
-
/**
|
|
707
|
-
* @internal
|
|
708
|
-
*/
|
|
709
|
-
const filterSensitiveLog: (obj: AccessLogSettings) => any;
|
|
710
|
-
}
|
|
711
609
|
export declare enum LoggingLevel {
|
|
712
610
|
ERROR = "ERROR",
|
|
713
611
|
INFO = "INFO",
|
|
@@ -738,12 +636,6 @@ export interface RouteSettings {
|
|
|
738
636
|
*/
|
|
739
637
|
ThrottlingRateLimit?: number;
|
|
740
638
|
}
|
|
741
|
-
export declare namespace RouteSettings {
|
|
742
|
-
/**
|
|
743
|
-
* @internal
|
|
744
|
-
*/
|
|
745
|
-
const filterSensitiveLog: (obj: RouteSettings) => any;
|
|
746
|
-
}
|
|
747
639
|
/**
|
|
748
640
|
* <p>Represents an API stage.</p>
|
|
749
641
|
*/
|
|
@@ -805,12 +697,6 @@ export interface Stage {
|
|
|
805
697
|
*/
|
|
806
698
|
Tags?: Record<string, string>;
|
|
807
699
|
}
|
|
808
|
-
export declare namespace Stage {
|
|
809
|
-
/**
|
|
810
|
-
* @internal
|
|
811
|
-
*/
|
|
812
|
-
const filterSensitiveLog: (obj: Stage) => any;
|
|
813
|
-
}
|
|
814
700
|
export declare enum VpcLinkStatus {
|
|
815
701
|
AVAILABLE = "AVAILABLE",
|
|
816
702
|
DELETING = "DELETING",
|
|
@@ -862,12 +748,6 @@ export interface VpcLink {
|
|
|
862
748
|
*/
|
|
863
749
|
VpcLinkVersion?: VpcLinkVersion | string;
|
|
864
750
|
}
|
|
865
|
-
export declare namespace VpcLink {
|
|
866
|
-
/**
|
|
867
|
-
* @internal
|
|
868
|
-
*/
|
|
869
|
-
const filterSensitiveLog: (obj: VpcLink) => any;
|
|
870
|
-
}
|
|
871
751
|
export declare class AccessDeniedException extends __BaseException {
|
|
872
752
|
readonly name: "AccessDeniedException";
|
|
873
753
|
readonly $fault: "client";
|
|
@@ -964,12 +844,6 @@ export interface CreateApiRequest {
|
|
|
964
844
|
*/
|
|
965
845
|
Version?: string;
|
|
966
846
|
}
|
|
967
|
-
export declare namespace CreateApiRequest {
|
|
968
|
-
/**
|
|
969
|
-
* @internal
|
|
970
|
-
*/
|
|
971
|
-
const filterSensitiveLog: (obj: CreateApiRequest) => any;
|
|
972
|
-
}
|
|
973
847
|
export interface CreateApiResponse {
|
|
974
848
|
/**
|
|
975
849
|
* <p>The URI of the API, of the form {api-id}.execute-api.{region}.amazonaws.com. The stage name is typically appended to this URI to form a complete path to a deployed API stage.</p>
|
|
@@ -1036,12 +910,6 @@ export interface CreateApiResponse {
|
|
|
1036
910
|
*/
|
|
1037
911
|
Warnings?: string[];
|
|
1038
912
|
}
|
|
1039
|
-
export declare namespace CreateApiResponse {
|
|
1040
|
-
/**
|
|
1041
|
-
* @internal
|
|
1042
|
-
*/
|
|
1043
|
-
const filterSensitiveLog: (obj: CreateApiResponse) => any;
|
|
1044
|
-
}
|
|
1045
913
|
/**
|
|
1046
914
|
* <p>The resource specified in the request was not found. See the message field for more information.</p>
|
|
1047
915
|
*/
|
|
@@ -1101,12 +969,6 @@ export interface CreateApiMappingRequest {
|
|
|
1101
969
|
*/
|
|
1102
970
|
Stage: string | undefined;
|
|
1103
971
|
}
|
|
1104
|
-
export declare namespace CreateApiMappingRequest {
|
|
1105
|
-
/**
|
|
1106
|
-
* @internal
|
|
1107
|
-
*/
|
|
1108
|
-
const filterSensitiveLog: (obj: CreateApiMappingRequest) => any;
|
|
1109
|
-
}
|
|
1110
972
|
export interface CreateApiMappingResponse {
|
|
1111
973
|
/**
|
|
1112
974
|
* <p>The API identifier.</p>
|
|
@@ -1125,12 +987,6 @@ export interface CreateApiMappingResponse {
|
|
|
1125
987
|
*/
|
|
1126
988
|
Stage?: string;
|
|
1127
989
|
}
|
|
1128
|
-
export declare namespace CreateApiMappingResponse {
|
|
1129
|
-
/**
|
|
1130
|
-
* @internal
|
|
1131
|
-
*/
|
|
1132
|
-
const filterSensitiveLog: (obj: CreateApiMappingResponse) => any;
|
|
1133
|
-
}
|
|
1134
990
|
/**
|
|
1135
991
|
* <p>Creates a new Authorizer resource to represent an authorizer.</p>
|
|
1136
992
|
*/
|
|
@@ -1181,12 +1037,6 @@ export interface CreateAuthorizerRequest {
|
|
|
1181
1037
|
*/
|
|
1182
1038
|
Name: string | undefined;
|
|
1183
1039
|
}
|
|
1184
|
-
export declare namespace CreateAuthorizerRequest {
|
|
1185
|
-
/**
|
|
1186
|
-
* @internal
|
|
1187
|
-
*/
|
|
1188
|
-
const filterSensitiveLog: (obj: CreateAuthorizerRequest) => any;
|
|
1189
|
-
}
|
|
1190
1040
|
export interface CreateAuthorizerResponse {
|
|
1191
1041
|
/**
|
|
1192
1042
|
* <p>Specifies the required credentials as an IAM role for API Gateway to invoke the authorizer. To specify an IAM role for API Gateway to assume, use the role's Amazon Resource Name (ARN). To use resource-based permissions on the Lambda function, don't specify this parameter. Supported only for REQUEST authorizers.</p>
|
|
@@ -1234,12 +1084,6 @@ export interface CreateAuthorizerResponse {
|
|
|
1234
1084
|
*/
|
|
1235
1085
|
Name?: string;
|
|
1236
1086
|
}
|
|
1237
|
-
export declare namespace CreateAuthorizerResponse {
|
|
1238
|
-
/**
|
|
1239
|
-
* @internal
|
|
1240
|
-
*/
|
|
1241
|
-
const filterSensitiveLog: (obj: CreateAuthorizerResponse) => any;
|
|
1242
|
-
}
|
|
1243
1087
|
/**
|
|
1244
1088
|
* <p>Creates a new Deployment resource to represent a deployment.</p>
|
|
1245
1089
|
*/
|
|
@@ -1257,12 +1101,6 @@ export interface CreateDeploymentRequest {
|
|
|
1257
1101
|
*/
|
|
1258
1102
|
StageName?: string;
|
|
1259
1103
|
}
|
|
1260
|
-
export declare namespace CreateDeploymentRequest {
|
|
1261
|
-
/**
|
|
1262
|
-
* @internal
|
|
1263
|
-
*/
|
|
1264
|
-
const filterSensitiveLog: (obj: CreateDeploymentRequest) => any;
|
|
1265
|
-
}
|
|
1266
1104
|
export interface CreateDeploymentResponse {
|
|
1267
1105
|
/**
|
|
1268
1106
|
* <p>Specifies whether a deployment was automatically released.</p>
|
|
@@ -1289,12 +1127,6 @@ export interface CreateDeploymentResponse {
|
|
|
1289
1127
|
*/
|
|
1290
1128
|
Description?: string;
|
|
1291
1129
|
}
|
|
1292
|
-
export declare namespace CreateDeploymentResponse {
|
|
1293
|
-
/**
|
|
1294
|
-
* @internal
|
|
1295
|
-
*/
|
|
1296
|
-
const filterSensitiveLog: (obj: CreateDeploymentResponse) => any;
|
|
1297
|
-
}
|
|
1298
1130
|
export interface MutualTlsAuthenticationInput {
|
|
1299
1131
|
/**
|
|
1300
1132
|
* <p>An Amazon S3 URL that specifies the truststore for mutual TLS authentication, for example, s3://<replaceable>bucket-name</replaceable>/<replaceable>key-name</replaceable>. The truststore can contain certificates from public or private certificate authorities. To update the truststore, upload a new version to S3, and then update your custom domain name to use the new version. To update the truststore, you must have permissions to access the S3 object.</p>
|
|
@@ -1305,12 +1137,6 @@ export interface MutualTlsAuthenticationInput {
|
|
|
1305
1137
|
*/
|
|
1306
1138
|
TruststoreVersion?: string;
|
|
1307
1139
|
}
|
|
1308
|
-
export declare namespace MutualTlsAuthenticationInput {
|
|
1309
|
-
/**
|
|
1310
|
-
* @internal
|
|
1311
|
-
*/
|
|
1312
|
-
const filterSensitiveLog: (obj: MutualTlsAuthenticationInput) => any;
|
|
1313
|
-
}
|
|
1314
1140
|
/**
|
|
1315
1141
|
* <p>Creates a new DomainName resource to represent a domain name.</p>
|
|
1316
1142
|
*/
|
|
@@ -1332,12 +1158,6 @@ export interface CreateDomainNameRequest {
|
|
|
1332
1158
|
*/
|
|
1333
1159
|
Tags?: Record<string, string>;
|
|
1334
1160
|
}
|
|
1335
|
-
export declare namespace CreateDomainNameRequest {
|
|
1336
|
-
/**
|
|
1337
|
-
* @internal
|
|
1338
|
-
*/
|
|
1339
|
-
const filterSensitiveLog: (obj: CreateDomainNameRequest) => any;
|
|
1340
|
-
}
|
|
1341
1161
|
export interface CreateDomainNameResponse {
|
|
1342
1162
|
/**
|
|
1343
1163
|
* <p>The API mapping selection expression.</p>
|
|
@@ -1360,12 +1180,6 @@ export interface CreateDomainNameResponse {
|
|
|
1360
1180
|
*/
|
|
1361
1181
|
Tags?: Record<string, string>;
|
|
1362
1182
|
}
|
|
1363
|
-
export declare namespace CreateDomainNameResponse {
|
|
1364
|
-
/**
|
|
1365
|
-
* @internal
|
|
1366
|
-
*/
|
|
1367
|
-
const filterSensitiveLog: (obj: CreateDomainNameResponse) => any;
|
|
1368
|
-
}
|
|
1369
1183
|
/**
|
|
1370
1184
|
* <p>The TLS configuration for a private integration. If you specify a TLS configuration, private integration traffic uses the HTTPS protocol. Supported only for HTTP APIs.</p>
|
|
1371
1185
|
*/
|
|
@@ -1375,12 +1189,6 @@ export interface TlsConfigInput {
|
|
|
1375
1189
|
*/
|
|
1376
1190
|
ServerNameToVerify?: string;
|
|
1377
1191
|
}
|
|
1378
|
-
export declare namespace TlsConfigInput {
|
|
1379
|
-
/**
|
|
1380
|
-
* @internal
|
|
1381
|
-
*/
|
|
1382
|
-
const filterSensitiveLog: (obj: TlsConfigInput) => any;
|
|
1383
|
-
}
|
|
1384
1192
|
/**
|
|
1385
1193
|
* <p>Creates a new Integration resource to represent an integration.</p>
|
|
1386
1194
|
*/
|
|
@@ -1463,12 +1271,6 @@ export interface CreateIntegrationRequest {
|
|
|
1463
1271
|
*/
|
|
1464
1272
|
TlsConfig?: TlsConfigInput;
|
|
1465
1273
|
}
|
|
1466
|
-
export declare namespace CreateIntegrationRequest {
|
|
1467
|
-
/**
|
|
1468
|
-
* @internal
|
|
1469
|
-
*/
|
|
1470
|
-
const filterSensitiveLog: (obj: CreateIntegrationRequest) => any;
|
|
1471
|
-
}
|
|
1472
1274
|
export interface CreateIntegrationResult {
|
|
1473
1275
|
/**
|
|
1474
1276
|
* <p>Specifies whether an integration is managed by API Gateway. If you created an API using using quick create, the resulting integration is managed by API Gateway. You can update a managed integration, but you can't delete it.</p>
|
|
@@ -1556,12 +1358,6 @@ export interface CreateIntegrationResult {
|
|
|
1556
1358
|
*/
|
|
1557
1359
|
TlsConfig?: TlsConfig;
|
|
1558
1360
|
}
|
|
1559
|
-
export declare namespace CreateIntegrationResult {
|
|
1560
|
-
/**
|
|
1561
|
-
* @internal
|
|
1562
|
-
*/
|
|
1563
|
-
const filterSensitiveLog: (obj: CreateIntegrationResult) => any;
|
|
1564
|
-
}
|
|
1565
1361
|
/**
|
|
1566
1362
|
* <p>Creates a new IntegrationResponse resource to represent an integration response.</p>
|
|
1567
1363
|
*/
|
|
@@ -1595,12 +1391,6 @@ export interface CreateIntegrationResponseRequest {
|
|
|
1595
1391
|
*/
|
|
1596
1392
|
TemplateSelectionExpression?: string;
|
|
1597
1393
|
}
|
|
1598
|
-
export declare namespace CreateIntegrationResponseRequest {
|
|
1599
|
-
/**
|
|
1600
|
-
* @internal
|
|
1601
|
-
*/
|
|
1602
|
-
const filterSensitiveLog: (obj: CreateIntegrationResponseRequest) => any;
|
|
1603
|
-
}
|
|
1604
1394
|
export interface CreateIntegrationResponseResponse {
|
|
1605
1395
|
/**
|
|
1606
1396
|
* <p>Supported only for WebSocket APIs. Specifies how to handle response payload content type conversions. Supported values are CONVERT_TO_BINARY and CONVERT_TO_TEXT, with the following behaviors:</p> <p>CONVERT_TO_BINARY: Converts a response payload from a Base64-encoded string to the corresponding binary blob.</p> <p>CONVERT_TO_TEXT: Converts a response payload from a binary blob to a Base64-encoded string.</p> <p>If this property is not defined, the response payload will be passed through from the integration response to the route response or method response without modification.</p>
|
|
@@ -1627,12 +1417,6 @@ export interface CreateIntegrationResponseResponse {
|
|
|
1627
1417
|
*/
|
|
1628
1418
|
TemplateSelectionExpression?: string;
|
|
1629
1419
|
}
|
|
1630
|
-
export declare namespace CreateIntegrationResponseResponse {
|
|
1631
|
-
/**
|
|
1632
|
-
* @internal
|
|
1633
|
-
*/
|
|
1634
|
-
const filterSensitiveLog: (obj: CreateIntegrationResponseResponse) => any;
|
|
1635
|
-
}
|
|
1636
1420
|
/**
|
|
1637
1421
|
* <p>Creates a new Model.</p>
|
|
1638
1422
|
*/
|
|
@@ -1658,12 +1442,6 @@ export interface CreateModelRequest {
|
|
|
1658
1442
|
*/
|
|
1659
1443
|
Schema: string | undefined;
|
|
1660
1444
|
}
|
|
1661
|
-
export declare namespace CreateModelRequest {
|
|
1662
|
-
/**
|
|
1663
|
-
* @internal
|
|
1664
|
-
*/
|
|
1665
|
-
const filterSensitiveLog: (obj: CreateModelRequest) => any;
|
|
1666
|
-
}
|
|
1667
1445
|
export interface CreateModelResponse {
|
|
1668
1446
|
/**
|
|
1669
1447
|
* <p>The content-type for the model, for example, "application/json".</p>
|
|
@@ -1686,12 +1464,6 @@ export interface CreateModelResponse {
|
|
|
1686
1464
|
*/
|
|
1687
1465
|
Schema?: string;
|
|
1688
1466
|
}
|
|
1689
|
-
export declare namespace CreateModelResponse {
|
|
1690
|
-
/**
|
|
1691
|
-
* @internal
|
|
1692
|
-
*/
|
|
1693
|
-
const filterSensitiveLog: (obj: CreateModelResponse) => any;
|
|
1694
|
-
}
|
|
1695
1467
|
/**
|
|
1696
1468
|
* <p>Creates a new Route resource to represent a route.</p>
|
|
1697
1469
|
*/
|
|
@@ -1745,12 +1517,6 @@ export interface CreateRouteRequest {
|
|
|
1745
1517
|
*/
|
|
1746
1518
|
Target?: string;
|
|
1747
1519
|
}
|
|
1748
|
-
export declare namespace CreateRouteRequest {
|
|
1749
|
-
/**
|
|
1750
|
-
* @internal
|
|
1751
|
-
*/
|
|
1752
|
-
const filterSensitiveLog: (obj: CreateRouteRequest) => any;
|
|
1753
|
-
}
|
|
1754
1520
|
export interface CreateRouteResult {
|
|
1755
1521
|
/**
|
|
1756
1522
|
* <p>Specifies whether a route is managed by API Gateway. If you created an API using quick create, the $default route is managed by API Gateway. You can't modify the $default route key.</p>
|
|
@@ -1805,12 +1571,6 @@ export interface CreateRouteResult {
|
|
|
1805
1571
|
*/
|
|
1806
1572
|
Target?: string;
|
|
1807
1573
|
}
|
|
1808
|
-
export declare namespace CreateRouteResult {
|
|
1809
|
-
/**
|
|
1810
|
-
* @internal
|
|
1811
|
-
*/
|
|
1812
|
-
const filterSensitiveLog: (obj: CreateRouteResult) => any;
|
|
1813
|
-
}
|
|
1814
1574
|
/**
|
|
1815
1575
|
* <p>Creates a new RouteResponse resource to represent a route response.</p>
|
|
1816
1576
|
*/
|
|
@@ -1840,12 +1600,6 @@ export interface CreateRouteResponseRequest {
|
|
|
1840
1600
|
*/
|
|
1841
1601
|
RouteResponseKey: string | undefined;
|
|
1842
1602
|
}
|
|
1843
|
-
export declare namespace CreateRouteResponseRequest {
|
|
1844
|
-
/**
|
|
1845
|
-
* @internal
|
|
1846
|
-
*/
|
|
1847
|
-
const filterSensitiveLog: (obj: CreateRouteResponseRequest) => any;
|
|
1848
|
-
}
|
|
1849
1603
|
export interface CreateRouteResponseResponse {
|
|
1850
1604
|
/**
|
|
1851
1605
|
* <p>Represents the model selection expression of a route response. Supported only for WebSocket APIs.</p>
|
|
@@ -1868,12 +1622,6 @@ export interface CreateRouteResponseResponse {
|
|
|
1868
1622
|
*/
|
|
1869
1623
|
RouteResponseKey?: string;
|
|
1870
1624
|
}
|
|
1871
|
-
export declare namespace CreateRouteResponseResponse {
|
|
1872
|
-
/**
|
|
1873
|
-
* @internal
|
|
1874
|
-
*/
|
|
1875
|
-
const filterSensitiveLog: (obj: CreateRouteResponseResponse) => any;
|
|
1876
|
-
}
|
|
1877
1625
|
/**
|
|
1878
1626
|
* <p>Creates a new Stage resource to represent a stage.</p>
|
|
1879
1627
|
*/
|
|
@@ -1923,12 +1671,6 @@ export interface CreateStageRequest {
|
|
|
1923
1671
|
*/
|
|
1924
1672
|
Tags?: Record<string, string>;
|
|
1925
1673
|
}
|
|
1926
|
-
export declare namespace CreateStageRequest {
|
|
1927
|
-
/**
|
|
1928
|
-
* @internal
|
|
1929
|
-
*/
|
|
1930
|
-
const filterSensitiveLog: (obj: CreateStageRequest) => any;
|
|
1931
|
-
}
|
|
1932
1674
|
export interface CreateStageResponse {
|
|
1933
1675
|
/**
|
|
1934
1676
|
* <p>Settings for logging access in this stage.</p>
|
|
@@ -1987,12 +1729,6 @@ export interface CreateStageResponse {
|
|
|
1987
1729
|
*/
|
|
1988
1730
|
Tags?: Record<string, string>;
|
|
1989
1731
|
}
|
|
1990
|
-
export declare namespace CreateStageResponse {
|
|
1991
|
-
/**
|
|
1992
|
-
* @internal
|
|
1993
|
-
*/
|
|
1994
|
-
const filterSensitiveLog: (obj: CreateStageResponse) => any;
|
|
1995
|
-
}
|
|
1996
1732
|
/**
|
|
1997
1733
|
* <p>Creates a VPC link</p>
|
|
1998
1734
|
*/
|
|
@@ -2014,12 +1750,6 @@ export interface CreateVpcLinkRequest {
|
|
|
2014
1750
|
*/
|
|
2015
1751
|
Tags?: Record<string, string>;
|
|
2016
1752
|
}
|
|
2017
|
-
export declare namespace CreateVpcLinkRequest {
|
|
2018
|
-
/**
|
|
2019
|
-
* @internal
|
|
2020
|
-
*/
|
|
2021
|
-
const filterSensitiveLog: (obj: CreateVpcLinkRequest) => any;
|
|
2022
|
-
}
|
|
2023
1753
|
export interface CreateVpcLinkResponse {
|
|
2024
1754
|
/**
|
|
2025
1755
|
* <p>The timestamp when the VPC link was created.</p>
|
|
@@ -2058,12 +1788,6 @@ export interface CreateVpcLinkResponse {
|
|
|
2058
1788
|
*/
|
|
2059
1789
|
VpcLinkVersion?: VpcLinkVersion | string;
|
|
2060
1790
|
}
|
|
2061
|
-
export declare namespace CreateVpcLinkResponse {
|
|
2062
|
-
/**
|
|
2063
|
-
* @internal
|
|
2064
|
-
*/
|
|
2065
|
-
const filterSensitiveLog: (obj: CreateVpcLinkResponse) => any;
|
|
2066
|
-
}
|
|
2067
1791
|
export interface DeleteAccessLogSettingsRequest {
|
|
2068
1792
|
/**
|
|
2069
1793
|
* <p>The API identifier.</p>
|
|
@@ -2074,24 +1798,12 @@ export interface DeleteAccessLogSettingsRequest {
|
|
|
2074
1798
|
*/
|
|
2075
1799
|
StageName: string | undefined;
|
|
2076
1800
|
}
|
|
2077
|
-
export declare namespace DeleteAccessLogSettingsRequest {
|
|
2078
|
-
/**
|
|
2079
|
-
* @internal
|
|
2080
|
-
*/
|
|
2081
|
-
const filterSensitiveLog: (obj: DeleteAccessLogSettingsRequest) => any;
|
|
2082
|
-
}
|
|
2083
1801
|
export interface DeleteApiRequest {
|
|
2084
1802
|
/**
|
|
2085
1803
|
* <p>The API identifier.</p>
|
|
2086
1804
|
*/
|
|
2087
1805
|
ApiId: string | undefined;
|
|
2088
1806
|
}
|
|
2089
|
-
export declare namespace DeleteApiRequest {
|
|
2090
|
-
/**
|
|
2091
|
-
* @internal
|
|
2092
|
-
*/
|
|
2093
|
-
const filterSensitiveLog: (obj: DeleteApiRequest) => any;
|
|
2094
|
-
}
|
|
2095
1807
|
export interface DeleteApiMappingRequest {
|
|
2096
1808
|
/**
|
|
2097
1809
|
* <p>The API mapping identifier.</p>
|
|
@@ -2102,12 +1814,6 @@ export interface DeleteApiMappingRequest {
|
|
|
2102
1814
|
*/
|
|
2103
1815
|
DomainName: string | undefined;
|
|
2104
1816
|
}
|
|
2105
|
-
export declare namespace DeleteApiMappingRequest {
|
|
2106
|
-
/**
|
|
2107
|
-
* @internal
|
|
2108
|
-
*/
|
|
2109
|
-
const filterSensitiveLog: (obj: DeleteApiMappingRequest) => any;
|
|
2110
|
-
}
|
|
2111
1817
|
export interface DeleteAuthorizerRequest {
|
|
2112
1818
|
/**
|
|
2113
1819
|
* <p>The API identifier.</p>
|
|
@@ -2118,24 +1824,12 @@ export interface DeleteAuthorizerRequest {
|
|
|
2118
1824
|
*/
|
|
2119
1825
|
AuthorizerId: string | undefined;
|
|
2120
1826
|
}
|
|
2121
|
-
export declare namespace DeleteAuthorizerRequest {
|
|
2122
|
-
/**
|
|
2123
|
-
* @internal
|
|
2124
|
-
*/
|
|
2125
|
-
const filterSensitiveLog: (obj: DeleteAuthorizerRequest) => any;
|
|
2126
|
-
}
|
|
2127
1827
|
export interface DeleteCorsConfigurationRequest {
|
|
2128
1828
|
/**
|
|
2129
1829
|
* <p>The API identifier.</p>
|
|
2130
1830
|
*/
|
|
2131
1831
|
ApiId: string | undefined;
|
|
2132
1832
|
}
|
|
2133
|
-
export declare namespace DeleteCorsConfigurationRequest {
|
|
2134
|
-
/**
|
|
2135
|
-
* @internal
|
|
2136
|
-
*/
|
|
2137
|
-
const filterSensitiveLog: (obj: DeleteCorsConfigurationRequest) => any;
|
|
2138
|
-
}
|
|
2139
1833
|
export interface DeleteDeploymentRequest {
|
|
2140
1834
|
/**
|
|
2141
1835
|
* <p>The API identifier.</p>
|
|
@@ -2146,24 +1840,12 @@ export interface DeleteDeploymentRequest {
|
|
|
2146
1840
|
*/
|
|
2147
1841
|
DeploymentId: string | undefined;
|
|
2148
1842
|
}
|
|
2149
|
-
export declare namespace DeleteDeploymentRequest {
|
|
2150
|
-
/**
|
|
2151
|
-
* @internal
|
|
2152
|
-
*/
|
|
2153
|
-
const filterSensitiveLog: (obj: DeleteDeploymentRequest) => any;
|
|
2154
|
-
}
|
|
2155
1843
|
export interface DeleteDomainNameRequest {
|
|
2156
1844
|
/**
|
|
2157
1845
|
* <p>The domain name.</p>
|
|
2158
1846
|
*/
|
|
2159
1847
|
DomainName: string | undefined;
|
|
2160
1848
|
}
|
|
2161
|
-
export declare namespace DeleteDomainNameRequest {
|
|
2162
|
-
/**
|
|
2163
|
-
* @internal
|
|
2164
|
-
*/
|
|
2165
|
-
const filterSensitiveLog: (obj: DeleteDomainNameRequest) => any;
|
|
2166
|
-
}
|
|
2167
1849
|
export interface DeleteIntegrationRequest {
|
|
2168
1850
|
/**
|
|
2169
1851
|
* <p>The API identifier.</p>
|
|
@@ -2174,12 +1856,6 @@ export interface DeleteIntegrationRequest {
|
|
|
2174
1856
|
*/
|
|
2175
1857
|
IntegrationId: string | undefined;
|
|
2176
1858
|
}
|
|
2177
|
-
export declare namespace DeleteIntegrationRequest {
|
|
2178
|
-
/**
|
|
2179
|
-
* @internal
|
|
2180
|
-
*/
|
|
2181
|
-
const filterSensitiveLog: (obj: DeleteIntegrationRequest) => any;
|
|
2182
|
-
}
|
|
2183
1859
|
export interface DeleteIntegrationResponseRequest {
|
|
2184
1860
|
/**
|
|
2185
1861
|
* <p>The API identifier.</p>
|
|
@@ -2194,12 +1870,6 @@ export interface DeleteIntegrationResponseRequest {
|
|
|
2194
1870
|
*/
|
|
2195
1871
|
IntegrationResponseId: string | undefined;
|
|
2196
1872
|
}
|
|
2197
|
-
export declare namespace DeleteIntegrationResponseRequest {
|
|
2198
|
-
/**
|
|
2199
|
-
* @internal
|
|
2200
|
-
*/
|
|
2201
|
-
const filterSensitiveLog: (obj: DeleteIntegrationResponseRequest) => any;
|
|
2202
|
-
}
|
|
2203
1873
|
export interface DeleteModelRequest {
|
|
2204
1874
|
/**
|
|
2205
1875
|
* <p>The API identifier.</p>
|
|
@@ -2210,12 +1880,6 @@ export interface DeleteModelRequest {
|
|
|
2210
1880
|
*/
|
|
2211
1881
|
ModelId: string | undefined;
|
|
2212
1882
|
}
|
|
2213
|
-
export declare namespace DeleteModelRequest {
|
|
2214
|
-
/**
|
|
2215
|
-
* @internal
|
|
2216
|
-
*/
|
|
2217
|
-
const filterSensitiveLog: (obj: DeleteModelRequest) => any;
|
|
2218
|
-
}
|
|
2219
1883
|
export interface DeleteRouteRequest {
|
|
2220
1884
|
/**
|
|
2221
1885
|
* <p>The API identifier.</p>
|
|
@@ -2226,12 +1890,6 @@ export interface DeleteRouteRequest {
|
|
|
2226
1890
|
*/
|
|
2227
1891
|
RouteId: string | undefined;
|
|
2228
1892
|
}
|
|
2229
|
-
export declare namespace DeleteRouteRequest {
|
|
2230
|
-
/**
|
|
2231
|
-
* @internal
|
|
2232
|
-
*/
|
|
2233
|
-
const filterSensitiveLog: (obj: DeleteRouteRequest) => any;
|
|
2234
|
-
}
|
|
2235
1893
|
export interface DeleteRouteRequestParameterRequest {
|
|
2236
1894
|
/**
|
|
2237
1895
|
* <p>The API identifier.</p>
|
|
@@ -2246,12 +1904,6 @@ export interface DeleteRouteRequestParameterRequest {
|
|
|
2246
1904
|
*/
|
|
2247
1905
|
RouteId: string | undefined;
|
|
2248
1906
|
}
|
|
2249
|
-
export declare namespace DeleteRouteRequestParameterRequest {
|
|
2250
|
-
/**
|
|
2251
|
-
* @internal
|
|
2252
|
-
*/
|
|
2253
|
-
const filterSensitiveLog: (obj: DeleteRouteRequestParameterRequest) => any;
|
|
2254
|
-
}
|
|
2255
1907
|
export interface DeleteRouteResponseRequest {
|
|
2256
1908
|
/**
|
|
2257
1909
|
* <p>The API identifier.</p>
|
|
@@ -2266,12 +1918,6 @@ export interface DeleteRouteResponseRequest {
|
|
|
2266
1918
|
*/
|
|
2267
1919
|
RouteResponseId: string | undefined;
|
|
2268
1920
|
}
|
|
2269
|
-
export declare namespace DeleteRouteResponseRequest {
|
|
2270
|
-
/**
|
|
2271
|
-
* @internal
|
|
2272
|
-
*/
|
|
2273
|
-
const filterSensitiveLog: (obj: DeleteRouteResponseRequest) => any;
|
|
2274
|
-
}
|
|
2275
1921
|
export interface DeleteRouteSettingsRequest {
|
|
2276
1922
|
/**
|
|
2277
1923
|
* <p>The API identifier.</p>
|
|
@@ -2286,12 +1932,6 @@ export interface DeleteRouteSettingsRequest {
|
|
|
2286
1932
|
*/
|
|
2287
1933
|
StageName: string | undefined;
|
|
2288
1934
|
}
|
|
2289
|
-
export declare namespace DeleteRouteSettingsRequest {
|
|
2290
|
-
/**
|
|
2291
|
-
* @internal
|
|
2292
|
-
*/
|
|
2293
|
-
const filterSensitiveLog: (obj: DeleteRouteSettingsRequest) => any;
|
|
2294
|
-
}
|
|
2295
1935
|
export interface DeleteStageRequest {
|
|
2296
1936
|
/**
|
|
2297
1937
|
* <p>The API identifier.</p>
|
|
@@ -2302,32 +1942,14 @@ export interface DeleteStageRequest {
|
|
|
2302
1942
|
*/
|
|
2303
1943
|
StageName: string | undefined;
|
|
2304
1944
|
}
|
|
2305
|
-
export declare namespace DeleteStageRequest {
|
|
2306
|
-
/**
|
|
2307
|
-
* @internal
|
|
2308
|
-
*/
|
|
2309
|
-
const filterSensitiveLog: (obj: DeleteStageRequest) => any;
|
|
2310
|
-
}
|
|
2311
1945
|
export interface DeleteVpcLinkRequest {
|
|
2312
1946
|
/**
|
|
2313
1947
|
* <p>The ID of the VPC link.</p>
|
|
2314
1948
|
*/
|
|
2315
1949
|
VpcLinkId: string | undefined;
|
|
2316
1950
|
}
|
|
2317
|
-
export declare namespace DeleteVpcLinkRequest {
|
|
2318
|
-
/**
|
|
2319
|
-
* @internal
|
|
2320
|
-
*/
|
|
2321
|
-
const filterSensitiveLog: (obj: DeleteVpcLinkRequest) => any;
|
|
2322
|
-
}
|
|
2323
1951
|
export interface DeleteVpcLinkResponse {
|
|
2324
1952
|
}
|
|
2325
|
-
export declare namespace DeleteVpcLinkResponse {
|
|
2326
|
-
/**
|
|
2327
|
-
* @internal
|
|
2328
|
-
*/
|
|
2329
|
-
const filterSensitiveLog: (obj: DeleteVpcLinkResponse) => any;
|
|
2330
|
-
}
|
|
2331
1953
|
export interface ExportApiRequest {
|
|
2332
1954
|
/**
|
|
2333
1955
|
* <p>The API identifier.</p>
|
|
@@ -2354,36 +1976,18 @@ export interface ExportApiRequest {
|
|
|
2354
1976
|
*/
|
|
2355
1977
|
StageName?: string;
|
|
2356
1978
|
}
|
|
2357
|
-
export declare namespace ExportApiRequest {
|
|
2358
|
-
/**
|
|
2359
|
-
* @internal
|
|
2360
|
-
*/
|
|
2361
|
-
const filterSensitiveLog: (obj: ExportApiRequest) => any;
|
|
2362
|
-
}
|
|
2363
1979
|
export interface ExportApiResponse {
|
|
2364
1980
|
/**
|
|
2365
1981
|
* <p>Represents an exported definition of an API in a particular output format, for example, YAML. The API is serialized to the requested specification, for example, OpenAPI 3.0.</p>
|
|
2366
1982
|
*/
|
|
2367
1983
|
body?: Uint8Array;
|
|
2368
1984
|
}
|
|
2369
|
-
export declare namespace ExportApiResponse {
|
|
2370
|
-
/**
|
|
2371
|
-
* @internal
|
|
2372
|
-
*/
|
|
2373
|
-
const filterSensitiveLog: (obj: ExportApiResponse) => any;
|
|
2374
|
-
}
|
|
2375
1985
|
export interface GetApiRequest {
|
|
2376
1986
|
/**
|
|
2377
1987
|
* <p>The API identifier.</p>
|
|
2378
1988
|
*/
|
|
2379
1989
|
ApiId: string | undefined;
|
|
2380
1990
|
}
|
|
2381
|
-
export declare namespace GetApiRequest {
|
|
2382
|
-
/**
|
|
2383
|
-
* @internal
|
|
2384
|
-
*/
|
|
2385
|
-
const filterSensitiveLog: (obj: GetApiRequest) => any;
|
|
2386
|
-
}
|
|
2387
1991
|
export interface GetApiResponse {
|
|
2388
1992
|
/**
|
|
2389
1993
|
* <p>The URI of the API, of the form {api-id}.execute-api.{region}.amazonaws.com. The stage name is typically appended to this URI to form a complete path to a deployed API stage.</p>
|
|
@@ -2450,12 +2054,6 @@ export interface GetApiResponse {
|
|
|
2450
2054
|
*/
|
|
2451
2055
|
Warnings?: string[];
|
|
2452
2056
|
}
|
|
2453
|
-
export declare namespace GetApiResponse {
|
|
2454
|
-
/**
|
|
2455
|
-
* @internal
|
|
2456
|
-
*/
|
|
2457
|
-
const filterSensitiveLog: (obj: GetApiResponse) => any;
|
|
2458
|
-
}
|
|
2459
2057
|
export interface GetApiMappingRequest {
|
|
2460
2058
|
/**
|
|
2461
2059
|
* <p>The API mapping identifier.</p>
|
|
@@ -2466,12 +2064,6 @@ export interface GetApiMappingRequest {
|
|
|
2466
2064
|
*/
|
|
2467
2065
|
DomainName: string | undefined;
|
|
2468
2066
|
}
|
|
2469
|
-
export declare namespace GetApiMappingRequest {
|
|
2470
|
-
/**
|
|
2471
|
-
* @internal
|
|
2472
|
-
*/
|
|
2473
|
-
const filterSensitiveLog: (obj: GetApiMappingRequest) => any;
|
|
2474
|
-
}
|
|
2475
2067
|
export interface GetApiMappingResponse {
|
|
2476
2068
|
/**
|
|
2477
2069
|
* <p>The API identifier.</p>
|
|
@@ -2490,12 +2082,6 @@ export interface GetApiMappingResponse {
|
|
|
2490
2082
|
*/
|
|
2491
2083
|
Stage?: string;
|
|
2492
2084
|
}
|
|
2493
|
-
export declare namespace GetApiMappingResponse {
|
|
2494
|
-
/**
|
|
2495
|
-
* @internal
|
|
2496
|
-
*/
|
|
2497
|
-
const filterSensitiveLog: (obj: GetApiMappingResponse) => any;
|
|
2498
|
-
}
|
|
2499
2085
|
export interface GetApiMappingsRequest {
|
|
2500
2086
|
/**
|
|
2501
2087
|
* <p>The domain name.</p>
|
|
@@ -2510,12 +2096,6 @@ export interface GetApiMappingsRequest {
|
|
|
2510
2096
|
*/
|
|
2511
2097
|
NextToken?: string;
|
|
2512
2098
|
}
|
|
2513
|
-
export declare namespace GetApiMappingsRequest {
|
|
2514
|
-
/**
|
|
2515
|
-
* @internal
|
|
2516
|
-
*/
|
|
2517
|
-
const filterSensitiveLog: (obj: GetApiMappingsRequest) => any;
|
|
2518
|
-
}
|
|
2519
2099
|
export interface GetApiMappingsResponse {
|
|
2520
2100
|
/**
|
|
2521
2101
|
* <p>The elements from this collection.</p>
|
|
@@ -2526,12 +2106,6 @@ export interface GetApiMappingsResponse {
|
|
|
2526
2106
|
*/
|
|
2527
2107
|
NextToken?: string;
|
|
2528
2108
|
}
|
|
2529
|
-
export declare namespace GetApiMappingsResponse {
|
|
2530
|
-
/**
|
|
2531
|
-
* @internal
|
|
2532
|
-
*/
|
|
2533
|
-
const filterSensitiveLog: (obj: GetApiMappingsResponse) => any;
|
|
2534
|
-
}
|
|
2535
2109
|
export interface GetApisRequest {
|
|
2536
2110
|
/**
|
|
2537
2111
|
* <p>The maximum number of elements to be returned for this resource.</p>
|
|
@@ -2542,12 +2116,6 @@ export interface GetApisRequest {
|
|
|
2542
2116
|
*/
|
|
2543
2117
|
NextToken?: string;
|
|
2544
2118
|
}
|
|
2545
|
-
export declare namespace GetApisRequest {
|
|
2546
|
-
/**
|
|
2547
|
-
* @internal
|
|
2548
|
-
*/
|
|
2549
|
-
const filterSensitiveLog: (obj: GetApisRequest) => any;
|
|
2550
|
-
}
|
|
2551
2119
|
export interface GetApisResponse {
|
|
2552
2120
|
/**
|
|
2553
2121
|
* <p>The elements from this collection.</p>
|
|
@@ -2558,12 +2126,6 @@ export interface GetApisResponse {
|
|
|
2558
2126
|
*/
|
|
2559
2127
|
NextToken?: string;
|
|
2560
2128
|
}
|
|
2561
|
-
export declare namespace GetApisResponse {
|
|
2562
|
-
/**
|
|
2563
|
-
* @internal
|
|
2564
|
-
*/
|
|
2565
|
-
const filterSensitiveLog: (obj: GetApisResponse) => any;
|
|
2566
|
-
}
|
|
2567
2129
|
export interface GetAuthorizerRequest {
|
|
2568
2130
|
/**
|
|
2569
2131
|
* <p>The API identifier.</p>
|
|
@@ -2574,12 +2136,6 @@ export interface GetAuthorizerRequest {
|
|
|
2574
2136
|
*/
|
|
2575
2137
|
AuthorizerId: string | undefined;
|
|
2576
2138
|
}
|
|
2577
|
-
export declare namespace GetAuthorizerRequest {
|
|
2578
|
-
/**
|
|
2579
|
-
* @internal
|
|
2580
|
-
*/
|
|
2581
|
-
const filterSensitiveLog: (obj: GetAuthorizerRequest) => any;
|
|
2582
|
-
}
|
|
2583
2139
|
export interface GetAuthorizerResponse {
|
|
2584
2140
|
/**
|
|
2585
2141
|
* <p>Specifies the required credentials as an IAM role for API Gateway to invoke the authorizer. To specify an IAM role for API Gateway to assume, use the role's Amazon Resource Name (ARN). To use resource-based permissions on the Lambda function, don't specify this parameter. Supported only for REQUEST authorizers.</p>
|
|
@@ -2627,12 +2183,6 @@ export interface GetAuthorizerResponse {
|
|
|
2627
2183
|
*/
|
|
2628
2184
|
Name?: string;
|
|
2629
2185
|
}
|
|
2630
|
-
export declare namespace GetAuthorizerResponse {
|
|
2631
|
-
/**
|
|
2632
|
-
* @internal
|
|
2633
|
-
*/
|
|
2634
|
-
const filterSensitiveLog: (obj: GetAuthorizerResponse) => any;
|
|
2635
|
-
}
|
|
2636
2186
|
export interface GetAuthorizersRequest {
|
|
2637
2187
|
/**
|
|
2638
2188
|
* <p>The API identifier.</p>
|
|
@@ -2647,12 +2197,6 @@ export interface GetAuthorizersRequest {
|
|
|
2647
2197
|
*/
|
|
2648
2198
|
NextToken?: string;
|
|
2649
2199
|
}
|
|
2650
|
-
export declare namespace GetAuthorizersRequest {
|
|
2651
|
-
/**
|
|
2652
|
-
* @internal
|
|
2653
|
-
*/
|
|
2654
|
-
const filterSensitiveLog: (obj: GetAuthorizersRequest) => any;
|
|
2655
|
-
}
|
|
2656
2200
|
export interface GetAuthorizersResponse {
|
|
2657
2201
|
/**
|
|
2658
2202
|
* <p>The elements from this collection.</p>
|
|
@@ -2663,12 +2207,6 @@ export interface GetAuthorizersResponse {
|
|
|
2663
2207
|
*/
|
|
2664
2208
|
NextToken?: string;
|
|
2665
2209
|
}
|
|
2666
|
-
export declare namespace GetAuthorizersResponse {
|
|
2667
|
-
/**
|
|
2668
|
-
* @internal
|
|
2669
|
-
*/
|
|
2670
|
-
const filterSensitiveLog: (obj: GetAuthorizersResponse) => any;
|
|
2671
|
-
}
|
|
2672
2210
|
export interface GetDeploymentRequest {
|
|
2673
2211
|
/**
|
|
2674
2212
|
* <p>The API identifier.</p>
|
|
@@ -2679,12 +2217,6 @@ export interface GetDeploymentRequest {
|
|
|
2679
2217
|
*/
|
|
2680
2218
|
DeploymentId: string | undefined;
|
|
2681
2219
|
}
|
|
2682
|
-
export declare namespace GetDeploymentRequest {
|
|
2683
|
-
/**
|
|
2684
|
-
* @internal
|
|
2685
|
-
*/
|
|
2686
|
-
const filterSensitiveLog: (obj: GetDeploymentRequest) => any;
|
|
2687
|
-
}
|
|
2688
2220
|
export interface GetDeploymentResponse {
|
|
2689
2221
|
/**
|
|
2690
2222
|
* <p>Specifies whether a deployment was automatically released.</p>
|
|
@@ -2711,12 +2243,6 @@ export interface GetDeploymentResponse {
|
|
|
2711
2243
|
*/
|
|
2712
2244
|
Description?: string;
|
|
2713
2245
|
}
|
|
2714
|
-
export declare namespace GetDeploymentResponse {
|
|
2715
|
-
/**
|
|
2716
|
-
* @internal
|
|
2717
|
-
*/
|
|
2718
|
-
const filterSensitiveLog: (obj: GetDeploymentResponse) => any;
|
|
2719
|
-
}
|
|
2720
2246
|
export interface GetDeploymentsRequest {
|
|
2721
2247
|
/**
|
|
2722
2248
|
* <p>The API identifier.</p>
|
|
@@ -2731,12 +2257,6 @@ export interface GetDeploymentsRequest {
|
|
|
2731
2257
|
*/
|
|
2732
2258
|
NextToken?: string;
|
|
2733
2259
|
}
|
|
2734
|
-
export declare namespace GetDeploymentsRequest {
|
|
2735
|
-
/**
|
|
2736
|
-
* @internal
|
|
2737
|
-
*/
|
|
2738
|
-
const filterSensitiveLog: (obj: GetDeploymentsRequest) => any;
|
|
2739
|
-
}
|
|
2740
2260
|
export interface GetDeploymentsResponse {
|
|
2741
2261
|
/**
|
|
2742
2262
|
* <p>The elements from this collection.</p>
|
|
@@ -2747,24 +2267,12 @@ export interface GetDeploymentsResponse {
|
|
|
2747
2267
|
*/
|
|
2748
2268
|
NextToken?: string;
|
|
2749
2269
|
}
|
|
2750
|
-
export declare namespace GetDeploymentsResponse {
|
|
2751
|
-
/**
|
|
2752
|
-
* @internal
|
|
2753
|
-
*/
|
|
2754
|
-
const filterSensitiveLog: (obj: GetDeploymentsResponse) => any;
|
|
2755
|
-
}
|
|
2756
2270
|
export interface GetDomainNameRequest {
|
|
2757
2271
|
/**
|
|
2758
2272
|
* <p>The domain name.</p>
|
|
2759
2273
|
*/
|
|
2760
2274
|
DomainName: string | undefined;
|
|
2761
2275
|
}
|
|
2762
|
-
export declare namespace GetDomainNameRequest {
|
|
2763
|
-
/**
|
|
2764
|
-
* @internal
|
|
2765
|
-
*/
|
|
2766
|
-
const filterSensitiveLog: (obj: GetDomainNameRequest) => any;
|
|
2767
|
-
}
|
|
2768
2276
|
export interface GetDomainNameResponse {
|
|
2769
2277
|
/**
|
|
2770
2278
|
* <p>The API mapping selection expression.</p>
|
|
@@ -2787,12 +2295,6 @@ export interface GetDomainNameResponse {
|
|
|
2787
2295
|
*/
|
|
2788
2296
|
Tags?: Record<string, string>;
|
|
2789
2297
|
}
|
|
2790
|
-
export declare namespace GetDomainNameResponse {
|
|
2791
|
-
/**
|
|
2792
|
-
* @internal
|
|
2793
|
-
*/
|
|
2794
|
-
const filterSensitiveLog: (obj: GetDomainNameResponse) => any;
|
|
2795
|
-
}
|
|
2796
2298
|
export interface GetDomainNamesRequest {
|
|
2797
2299
|
/**
|
|
2798
2300
|
* <p>The maximum number of elements to be returned for this resource.</p>
|
|
@@ -2803,12 +2305,6 @@ export interface GetDomainNamesRequest {
|
|
|
2803
2305
|
*/
|
|
2804
2306
|
NextToken?: string;
|
|
2805
2307
|
}
|
|
2806
|
-
export declare namespace GetDomainNamesRequest {
|
|
2807
|
-
/**
|
|
2808
|
-
* @internal
|
|
2809
|
-
*/
|
|
2810
|
-
const filterSensitiveLog: (obj: GetDomainNamesRequest) => any;
|
|
2811
|
-
}
|
|
2812
2308
|
export interface GetDomainNamesResponse {
|
|
2813
2309
|
/**
|
|
2814
2310
|
* <p>The elements from this collection.</p>
|
|
@@ -2819,12 +2315,6 @@ export interface GetDomainNamesResponse {
|
|
|
2819
2315
|
*/
|
|
2820
2316
|
NextToken?: string;
|
|
2821
2317
|
}
|
|
2822
|
-
export declare namespace GetDomainNamesResponse {
|
|
2823
|
-
/**
|
|
2824
|
-
* @internal
|
|
2825
|
-
*/
|
|
2826
|
-
const filterSensitiveLog: (obj: GetDomainNamesResponse) => any;
|
|
2827
|
-
}
|
|
2828
2318
|
export interface GetIntegrationRequest {
|
|
2829
2319
|
/**
|
|
2830
2320
|
* <p>The API identifier.</p>
|
|
@@ -2835,12 +2325,6 @@ export interface GetIntegrationRequest {
|
|
|
2835
2325
|
*/
|
|
2836
2326
|
IntegrationId: string | undefined;
|
|
2837
2327
|
}
|
|
2838
|
-
export declare namespace GetIntegrationRequest {
|
|
2839
|
-
/**
|
|
2840
|
-
* @internal
|
|
2841
|
-
*/
|
|
2842
|
-
const filterSensitiveLog: (obj: GetIntegrationRequest) => any;
|
|
2843
|
-
}
|
|
2844
2328
|
export interface GetIntegrationResult {
|
|
2845
2329
|
/**
|
|
2846
2330
|
* <p>Specifies whether an integration is managed by API Gateway. If you created an API using using quick create, the resulting integration is managed by API Gateway. You can update a managed integration, but you can't delete it.</p>
|
|
@@ -2928,12 +2412,6 @@ export interface GetIntegrationResult {
|
|
|
2928
2412
|
*/
|
|
2929
2413
|
TlsConfig?: TlsConfig;
|
|
2930
2414
|
}
|
|
2931
|
-
export declare namespace GetIntegrationResult {
|
|
2932
|
-
/**
|
|
2933
|
-
* @internal
|
|
2934
|
-
*/
|
|
2935
|
-
const filterSensitiveLog: (obj: GetIntegrationResult) => any;
|
|
2936
|
-
}
|
|
2937
2415
|
export interface GetIntegrationResponseRequest {
|
|
2938
2416
|
/**
|
|
2939
2417
|
* <p>The API identifier.</p>
|
|
@@ -2948,12 +2426,6 @@ export interface GetIntegrationResponseRequest {
|
|
|
2948
2426
|
*/
|
|
2949
2427
|
IntegrationResponseId: string | undefined;
|
|
2950
2428
|
}
|
|
2951
|
-
export declare namespace GetIntegrationResponseRequest {
|
|
2952
|
-
/**
|
|
2953
|
-
* @internal
|
|
2954
|
-
*/
|
|
2955
|
-
const filterSensitiveLog: (obj: GetIntegrationResponseRequest) => any;
|
|
2956
|
-
}
|
|
2957
2429
|
export interface GetIntegrationResponseResponse {
|
|
2958
2430
|
/**
|
|
2959
2431
|
* <p>Supported only for WebSocket APIs. Specifies how to handle response payload content type conversions. Supported values are CONVERT_TO_BINARY and CONVERT_TO_TEXT, with the following behaviors:</p> <p>CONVERT_TO_BINARY: Converts a response payload from a Base64-encoded string to the corresponding binary blob.</p> <p>CONVERT_TO_TEXT: Converts a response payload from a binary blob to a Base64-encoded string.</p> <p>If this property is not defined, the response payload will be passed through from the integration response to the route response or method response without modification.</p>
|
|
@@ -2980,12 +2452,6 @@ export interface GetIntegrationResponseResponse {
|
|
|
2980
2452
|
*/
|
|
2981
2453
|
TemplateSelectionExpression?: string;
|
|
2982
2454
|
}
|
|
2983
|
-
export declare namespace GetIntegrationResponseResponse {
|
|
2984
|
-
/**
|
|
2985
|
-
* @internal
|
|
2986
|
-
*/
|
|
2987
|
-
const filterSensitiveLog: (obj: GetIntegrationResponseResponse) => any;
|
|
2988
|
-
}
|
|
2989
2455
|
export interface GetIntegrationResponsesRequest {
|
|
2990
2456
|
/**
|
|
2991
2457
|
* <p>The API identifier.</p>
|
|
@@ -3004,12 +2470,6 @@ export interface GetIntegrationResponsesRequest {
|
|
|
3004
2470
|
*/
|
|
3005
2471
|
NextToken?: string;
|
|
3006
2472
|
}
|
|
3007
|
-
export declare namespace GetIntegrationResponsesRequest {
|
|
3008
|
-
/**
|
|
3009
|
-
* @internal
|
|
3010
|
-
*/
|
|
3011
|
-
const filterSensitiveLog: (obj: GetIntegrationResponsesRequest) => any;
|
|
3012
|
-
}
|
|
3013
2473
|
export interface GetIntegrationResponsesResponse {
|
|
3014
2474
|
/**
|
|
3015
2475
|
* <p>The elements from this collection.</p>
|
|
@@ -3020,12 +2480,6 @@ export interface GetIntegrationResponsesResponse {
|
|
|
3020
2480
|
*/
|
|
3021
2481
|
NextToken?: string;
|
|
3022
2482
|
}
|
|
3023
|
-
export declare namespace GetIntegrationResponsesResponse {
|
|
3024
|
-
/**
|
|
3025
|
-
* @internal
|
|
3026
|
-
*/
|
|
3027
|
-
const filterSensitiveLog: (obj: GetIntegrationResponsesResponse) => any;
|
|
3028
|
-
}
|
|
3029
2483
|
export interface GetIntegrationsRequest {
|
|
3030
2484
|
/**
|
|
3031
2485
|
* <p>The API identifier.</p>
|
|
@@ -3040,12 +2494,6 @@ export interface GetIntegrationsRequest {
|
|
|
3040
2494
|
*/
|
|
3041
2495
|
NextToken?: string;
|
|
3042
2496
|
}
|
|
3043
|
-
export declare namespace GetIntegrationsRequest {
|
|
3044
|
-
/**
|
|
3045
|
-
* @internal
|
|
3046
|
-
*/
|
|
3047
|
-
const filterSensitiveLog: (obj: GetIntegrationsRequest) => any;
|
|
3048
|
-
}
|
|
3049
2497
|
export interface GetIntegrationsResponse {
|
|
3050
2498
|
/**
|
|
3051
2499
|
* <p>The elements from this collection.</p>
|
|
@@ -3056,12 +2504,6 @@ export interface GetIntegrationsResponse {
|
|
|
3056
2504
|
*/
|
|
3057
2505
|
NextToken?: string;
|
|
3058
2506
|
}
|
|
3059
|
-
export declare namespace GetIntegrationsResponse {
|
|
3060
|
-
/**
|
|
3061
|
-
* @internal
|
|
3062
|
-
*/
|
|
3063
|
-
const filterSensitiveLog: (obj: GetIntegrationsResponse) => any;
|
|
3064
|
-
}
|
|
3065
2507
|
export interface GetModelRequest {
|
|
3066
2508
|
/**
|
|
3067
2509
|
* <p>The API identifier.</p>
|
|
@@ -3072,12 +2514,6 @@ export interface GetModelRequest {
|
|
|
3072
2514
|
*/
|
|
3073
2515
|
ModelId: string | undefined;
|
|
3074
2516
|
}
|
|
3075
|
-
export declare namespace GetModelRequest {
|
|
3076
|
-
/**
|
|
3077
|
-
* @internal
|
|
3078
|
-
*/
|
|
3079
|
-
const filterSensitiveLog: (obj: GetModelRequest) => any;
|
|
3080
|
-
}
|
|
3081
2517
|
export interface GetModelResponse {
|
|
3082
2518
|
/**
|
|
3083
2519
|
* <p>The content-type for the model, for example, "application/json".</p>
|
|
@@ -3100,12 +2536,6 @@ export interface GetModelResponse {
|
|
|
3100
2536
|
*/
|
|
3101
2537
|
Schema?: string;
|
|
3102
2538
|
}
|
|
3103
|
-
export declare namespace GetModelResponse {
|
|
3104
|
-
/**
|
|
3105
|
-
* @internal
|
|
3106
|
-
*/
|
|
3107
|
-
const filterSensitiveLog: (obj: GetModelResponse) => any;
|
|
3108
|
-
}
|
|
3109
2539
|
export interface GetModelsRequest {
|
|
3110
2540
|
/**
|
|
3111
2541
|
* <p>The API identifier.</p>
|
|
@@ -3120,12 +2550,6 @@ export interface GetModelsRequest {
|
|
|
3120
2550
|
*/
|
|
3121
2551
|
NextToken?: string;
|
|
3122
2552
|
}
|
|
3123
|
-
export declare namespace GetModelsRequest {
|
|
3124
|
-
/**
|
|
3125
|
-
* @internal
|
|
3126
|
-
*/
|
|
3127
|
-
const filterSensitiveLog: (obj: GetModelsRequest) => any;
|
|
3128
|
-
}
|
|
3129
2553
|
export interface GetModelsResponse {
|
|
3130
2554
|
/**
|
|
3131
2555
|
* <p>The elements from this collection.</p>
|
|
@@ -3136,12 +2560,6 @@ export interface GetModelsResponse {
|
|
|
3136
2560
|
*/
|
|
3137
2561
|
NextToken?: string;
|
|
3138
2562
|
}
|
|
3139
|
-
export declare namespace GetModelsResponse {
|
|
3140
|
-
/**
|
|
3141
|
-
* @internal
|
|
3142
|
-
*/
|
|
3143
|
-
const filterSensitiveLog: (obj: GetModelsResponse) => any;
|
|
3144
|
-
}
|
|
3145
2563
|
export interface GetModelTemplateRequest {
|
|
3146
2564
|
/**
|
|
3147
2565
|
* <p>The API identifier.</p>
|
|
@@ -3152,24 +2570,12 @@ export interface GetModelTemplateRequest {
|
|
|
3152
2570
|
*/
|
|
3153
2571
|
ModelId: string | undefined;
|
|
3154
2572
|
}
|
|
3155
|
-
export declare namespace GetModelTemplateRequest {
|
|
3156
|
-
/**
|
|
3157
|
-
* @internal
|
|
3158
|
-
*/
|
|
3159
|
-
const filterSensitiveLog: (obj: GetModelTemplateRequest) => any;
|
|
3160
|
-
}
|
|
3161
2573
|
export interface GetModelTemplateResponse {
|
|
3162
2574
|
/**
|
|
3163
2575
|
* <p>The template value.</p>
|
|
3164
2576
|
*/
|
|
3165
2577
|
Value?: string;
|
|
3166
2578
|
}
|
|
3167
|
-
export declare namespace GetModelTemplateResponse {
|
|
3168
|
-
/**
|
|
3169
|
-
* @internal
|
|
3170
|
-
*/
|
|
3171
|
-
const filterSensitiveLog: (obj: GetModelTemplateResponse) => any;
|
|
3172
|
-
}
|
|
3173
2579
|
export interface GetRouteRequest {
|
|
3174
2580
|
/**
|
|
3175
2581
|
* <p>The API identifier.</p>
|
|
@@ -3180,12 +2586,6 @@ export interface GetRouteRequest {
|
|
|
3180
2586
|
*/
|
|
3181
2587
|
RouteId: string | undefined;
|
|
3182
2588
|
}
|
|
3183
|
-
export declare namespace GetRouteRequest {
|
|
3184
|
-
/**
|
|
3185
|
-
* @internal
|
|
3186
|
-
*/
|
|
3187
|
-
const filterSensitiveLog: (obj: GetRouteRequest) => any;
|
|
3188
|
-
}
|
|
3189
2589
|
export interface GetRouteResult {
|
|
3190
2590
|
/**
|
|
3191
2591
|
* <p>Specifies whether a route is managed by API Gateway. If you created an API using quick create, the $default route is managed by API Gateway. You can't modify the $default route key.</p>
|
|
@@ -3240,12 +2640,6 @@ export interface GetRouteResult {
|
|
|
3240
2640
|
*/
|
|
3241
2641
|
Target?: string;
|
|
3242
2642
|
}
|
|
3243
|
-
export declare namespace GetRouteResult {
|
|
3244
|
-
/**
|
|
3245
|
-
* @internal
|
|
3246
|
-
*/
|
|
3247
|
-
const filterSensitiveLog: (obj: GetRouteResult) => any;
|
|
3248
|
-
}
|
|
3249
2643
|
export interface GetRouteResponseRequest {
|
|
3250
2644
|
/**
|
|
3251
2645
|
* <p>The API identifier.</p>
|
|
@@ -3260,12 +2654,6 @@ export interface GetRouteResponseRequest {
|
|
|
3260
2654
|
*/
|
|
3261
2655
|
RouteResponseId: string | undefined;
|
|
3262
2656
|
}
|
|
3263
|
-
export declare namespace GetRouteResponseRequest {
|
|
3264
|
-
/**
|
|
3265
|
-
* @internal
|
|
3266
|
-
*/
|
|
3267
|
-
const filterSensitiveLog: (obj: GetRouteResponseRequest) => any;
|
|
3268
|
-
}
|
|
3269
2657
|
export interface GetRouteResponseResponse {
|
|
3270
2658
|
/**
|
|
3271
2659
|
* <p>Represents the model selection expression of a route response. Supported only for WebSocket APIs.</p>
|
|
@@ -3288,12 +2676,6 @@ export interface GetRouteResponseResponse {
|
|
|
3288
2676
|
*/
|
|
3289
2677
|
RouteResponseKey?: string;
|
|
3290
2678
|
}
|
|
3291
|
-
export declare namespace GetRouteResponseResponse {
|
|
3292
|
-
/**
|
|
3293
|
-
* @internal
|
|
3294
|
-
*/
|
|
3295
|
-
const filterSensitiveLog: (obj: GetRouteResponseResponse) => any;
|
|
3296
|
-
}
|
|
3297
2679
|
export interface GetRouteResponsesRequest {
|
|
3298
2680
|
/**
|
|
3299
2681
|
* <p>The API identifier.</p>
|
|
@@ -3312,12 +2694,6 @@ export interface GetRouteResponsesRequest {
|
|
|
3312
2694
|
*/
|
|
3313
2695
|
RouteId: string | undefined;
|
|
3314
2696
|
}
|
|
3315
|
-
export declare namespace GetRouteResponsesRequest {
|
|
3316
|
-
/**
|
|
3317
|
-
* @internal
|
|
3318
|
-
*/
|
|
3319
|
-
const filterSensitiveLog: (obj: GetRouteResponsesRequest) => any;
|
|
3320
|
-
}
|
|
3321
2697
|
export interface GetRouteResponsesResponse {
|
|
3322
2698
|
/**
|
|
3323
2699
|
* <p>The elements from this collection.</p>
|
|
@@ -3328,12 +2704,6 @@ export interface GetRouteResponsesResponse {
|
|
|
3328
2704
|
*/
|
|
3329
2705
|
NextToken?: string;
|
|
3330
2706
|
}
|
|
3331
|
-
export declare namespace GetRouteResponsesResponse {
|
|
3332
|
-
/**
|
|
3333
|
-
* @internal
|
|
3334
|
-
*/
|
|
3335
|
-
const filterSensitiveLog: (obj: GetRouteResponsesResponse) => any;
|
|
3336
|
-
}
|
|
3337
2707
|
export interface GetRoutesRequest {
|
|
3338
2708
|
/**
|
|
3339
2709
|
* <p>The API identifier.</p>
|
|
@@ -3348,12 +2718,6 @@ export interface GetRoutesRequest {
|
|
|
3348
2718
|
*/
|
|
3349
2719
|
NextToken?: string;
|
|
3350
2720
|
}
|
|
3351
|
-
export declare namespace GetRoutesRequest {
|
|
3352
|
-
/**
|
|
3353
|
-
* @internal
|
|
3354
|
-
*/
|
|
3355
|
-
const filterSensitiveLog: (obj: GetRoutesRequest) => any;
|
|
3356
|
-
}
|
|
3357
2721
|
export interface GetRoutesResponse {
|
|
3358
2722
|
/**
|
|
3359
2723
|
* <p>The elements from this collection.</p>
|
|
@@ -3364,12 +2728,6 @@ export interface GetRoutesResponse {
|
|
|
3364
2728
|
*/
|
|
3365
2729
|
NextToken?: string;
|
|
3366
2730
|
}
|
|
3367
|
-
export declare namespace GetRoutesResponse {
|
|
3368
|
-
/**
|
|
3369
|
-
* @internal
|
|
3370
|
-
*/
|
|
3371
|
-
const filterSensitiveLog: (obj: GetRoutesResponse) => any;
|
|
3372
|
-
}
|
|
3373
2731
|
export interface GetStageRequest {
|
|
3374
2732
|
/**
|
|
3375
2733
|
* <p>The API identifier.</p>
|
|
@@ -3380,12 +2738,6 @@ export interface GetStageRequest {
|
|
|
3380
2738
|
*/
|
|
3381
2739
|
StageName: string | undefined;
|
|
3382
2740
|
}
|
|
3383
|
-
export declare namespace GetStageRequest {
|
|
3384
|
-
/**
|
|
3385
|
-
* @internal
|
|
3386
|
-
*/
|
|
3387
|
-
const filterSensitiveLog: (obj: GetStageRequest) => any;
|
|
3388
|
-
}
|
|
3389
2741
|
export interface GetStageResponse {
|
|
3390
2742
|
/**
|
|
3391
2743
|
* <p>Settings for logging access in this stage.</p>
|
|
@@ -3444,12 +2796,6 @@ export interface GetStageResponse {
|
|
|
3444
2796
|
*/
|
|
3445
2797
|
Tags?: Record<string, string>;
|
|
3446
2798
|
}
|
|
3447
|
-
export declare namespace GetStageResponse {
|
|
3448
|
-
/**
|
|
3449
|
-
* @internal
|
|
3450
|
-
*/
|
|
3451
|
-
const filterSensitiveLog: (obj: GetStageResponse) => any;
|
|
3452
|
-
}
|
|
3453
2799
|
export interface GetStagesRequest {
|
|
3454
2800
|
/**
|
|
3455
2801
|
* <p>The API identifier.</p>
|
|
@@ -3464,12 +2810,6 @@ export interface GetStagesRequest {
|
|
|
3464
2810
|
*/
|
|
3465
2811
|
NextToken?: string;
|
|
3466
2812
|
}
|
|
3467
|
-
export declare namespace GetStagesRequest {
|
|
3468
|
-
/**
|
|
3469
|
-
* @internal
|
|
3470
|
-
*/
|
|
3471
|
-
const filterSensitiveLog: (obj: GetStagesRequest) => any;
|
|
3472
|
-
}
|
|
3473
2813
|
export interface GetStagesResponse {
|
|
3474
2814
|
/**
|
|
3475
2815
|
* <p>The elements from this collection.</p>
|
|
@@ -3480,48 +2820,24 @@ export interface GetStagesResponse {
|
|
|
3480
2820
|
*/
|
|
3481
2821
|
NextToken?: string;
|
|
3482
2822
|
}
|
|
3483
|
-
export declare namespace GetStagesResponse {
|
|
3484
|
-
/**
|
|
3485
|
-
* @internal
|
|
3486
|
-
*/
|
|
3487
|
-
const filterSensitiveLog: (obj: GetStagesResponse) => any;
|
|
3488
|
-
}
|
|
3489
2823
|
export interface GetTagsRequest {
|
|
3490
2824
|
/**
|
|
3491
2825
|
* <p>The resource ARN for the tag.</p>
|
|
3492
2826
|
*/
|
|
3493
2827
|
ResourceArn: string | undefined;
|
|
3494
2828
|
}
|
|
3495
|
-
export declare namespace GetTagsRequest {
|
|
3496
|
-
/**
|
|
3497
|
-
* @internal
|
|
3498
|
-
*/
|
|
3499
|
-
const filterSensitiveLog: (obj: GetTagsRequest) => any;
|
|
3500
|
-
}
|
|
3501
2829
|
export interface GetTagsResponse {
|
|
3502
2830
|
/**
|
|
3503
2831
|
* <p>Represents a collection of tags associated with the resource.</p>
|
|
3504
2832
|
*/
|
|
3505
2833
|
Tags?: Record<string, string>;
|
|
3506
2834
|
}
|
|
3507
|
-
export declare namespace GetTagsResponse {
|
|
3508
|
-
/**
|
|
3509
|
-
* @internal
|
|
3510
|
-
*/
|
|
3511
|
-
const filterSensitiveLog: (obj: GetTagsResponse) => any;
|
|
3512
|
-
}
|
|
3513
2835
|
export interface GetVpcLinkRequest {
|
|
3514
2836
|
/**
|
|
3515
2837
|
* <p>The ID of the VPC link.</p>
|
|
3516
2838
|
*/
|
|
3517
2839
|
VpcLinkId: string | undefined;
|
|
3518
2840
|
}
|
|
3519
|
-
export declare namespace GetVpcLinkRequest {
|
|
3520
|
-
/**
|
|
3521
|
-
* @internal
|
|
3522
|
-
*/
|
|
3523
|
-
const filterSensitiveLog: (obj: GetVpcLinkRequest) => any;
|
|
3524
|
-
}
|
|
3525
2841
|
export interface GetVpcLinkResponse {
|
|
3526
2842
|
/**
|
|
3527
2843
|
* <p>The timestamp when the VPC link was created.</p>
|
|
@@ -3560,12 +2876,6 @@ export interface GetVpcLinkResponse {
|
|
|
3560
2876
|
*/
|
|
3561
2877
|
VpcLinkVersion?: VpcLinkVersion | string;
|
|
3562
2878
|
}
|
|
3563
|
-
export declare namespace GetVpcLinkResponse {
|
|
3564
|
-
/**
|
|
3565
|
-
* @internal
|
|
3566
|
-
*/
|
|
3567
|
-
const filterSensitiveLog: (obj: GetVpcLinkResponse) => any;
|
|
3568
|
-
}
|
|
3569
2879
|
export interface GetVpcLinksRequest {
|
|
3570
2880
|
/**
|
|
3571
2881
|
* <p>The maximum number of elements to be returned for this resource.</p>
|
|
@@ -3576,12 +2886,6 @@ export interface GetVpcLinksRequest {
|
|
|
3576
2886
|
*/
|
|
3577
2887
|
NextToken?: string;
|
|
3578
2888
|
}
|
|
3579
|
-
export declare namespace GetVpcLinksRequest {
|
|
3580
|
-
/**
|
|
3581
|
-
* @internal
|
|
3582
|
-
*/
|
|
3583
|
-
const filterSensitiveLog: (obj: GetVpcLinksRequest) => any;
|
|
3584
|
-
}
|
|
3585
2889
|
export interface GetVpcLinksResponse {
|
|
3586
2890
|
/**
|
|
3587
2891
|
* <p>A collection of VPC links.</p>
|
|
@@ -3592,12 +2896,6 @@ export interface GetVpcLinksResponse {
|
|
|
3592
2896
|
*/
|
|
3593
2897
|
NextToken?: string;
|
|
3594
2898
|
}
|
|
3595
|
-
export declare namespace GetVpcLinksResponse {
|
|
3596
|
-
/**
|
|
3597
|
-
* @internal
|
|
3598
|
-
*/
|
|
3599
|
-
const filterSensitiveLog: (obj: GetVpcLinksResponse) => any;
|
|
3600
|
-
}
|
|
3601
2899
|
/**
|
|
3602
2900
|
* <p></p>
|
|
3603
2901
|
*/
|
|
@@ -3615,12 +2913,6 @@ export interface ImportApiRequest {
|
|
|
3615
2913
|
*/
|
|
3616
2914
|
FailOnWarnings?: boolean;
|
|
3617
2915
|
}
|
|
3618
|
-
export declare namespace ImportApiRequest {
|
|
3619
|
-
/**
|
|
3620
|
-
* @internal
|
|
3621
|
-
*/
|
|
3622
|
-
const filterSensitiveLog: (obj: ImportApiRequest) => any;
|
|
3623
|
-
}
|
|
3624
2916
|
export interface ImportApiResponse {
|
|
3625
2917
|
/**
|
|
3626
2918
|
* <p>The URI of the API, of the form {api-id}.execute-api.{region}.amazonaws.com. The stage name is typically appended to this URI to form a complete path to a deployed API stage.</p>
|
|
@@ -3687,12 +2979,6 @@ export interface ImportApiResponse {
|
|
|
3687
2979
|
*/
|
|
3688
2980
|
Warnings?: string[];
|
|
3689
2981
|
}
|
|
3690
|
-
export declare namespace ImportApiResponse {
|
|
3691
|
-
/**
|
|
3692
|
-
* @internal
|
|
3693
|
-
*/
|
|
3694
|
-
const filterSensitiveLog: (obj: ImportApiResponse) => any;
|
|
3695
|
-
}
|
|
3696
2982
|
/**
|
|
3697
2983
|
* <p></p>
|
|
3698
2984
|
*/
|
|
@@ -3714,12 +3000,6 @@ export interface ReimportApiRequest {
|
|
|
3714
3000
|
*/
|
|
3715
3001
|
FailOnWarnings?: boolean;
|
|
3716
3002
|
}
|
|
3717
|
-
export declare namespace ReimportApiRequest {
|
|
3718
|
-
/**
|
|
3719
|
-
* @internal
|
|
3720
|
-
*/
|
|
3721
|
-
const filterSensitiveLog: (obj: ReimportApiRequest) => any;
|
|
3722
|
-
}
|
|
3723
3003
|
export interface ReimportApiResponse {
|
|
3724
3004
|
/**
|
|
3725
3005
|
* <p>The URI of the API, of the form {api-id}.execute-api.{region}.amazonaws.com. The stage name is typically appended to this URI to form a complete path to a deployed API stage.</p>
|
|
@@ -3786,12 +3066,6 @@ export interface ReimportApiResponse {
|
|
|
3786
3066
|
*/
|
|
3787
3067
|
Warnings?: string[];
|
|
3788
3068
|
}
|
|
3789
|
-
export declare namespace ReimportApiResponse {
|
|
3790
|
-
/**
|
|
3791
|
-
* @internal
|
|
3792
|
-
*/
|
|
3793
|
-
const filterSensitiveLog: (obj: ReimportApiResponse) => any;
|
|
3794
|
-
}
|
|
3795
3069
|
export interface ResetAuthorizersCacheRequest {
|
|
3796
3070
|
/**
|
|
3797
3071
|
* <p>The API identifier.</p>
|
|
@@ -3802,12 +3076,6 @@ export interface ResetAuthorizersCacheRequest {
|
|
|
3802
3076
|
*/
|
|
3803
3077
|
StageName: string | undefined;
|
|
3804
3078
|
}
|
|
3805
|
-
export declare namespace ResetAuthorizersCacheRequest {
|
|
3806
|
-
/**
|
|
3807
|
-
* @internal
|
|
3808
|
-
*/
|
|
3809
|
-
const filterSensitiveLog: (obj: ResetAuthorizersCacheRequest) => any;
|
|
3810
|
-
}
|
|
3811
3079
|
/**
|
|
3812
3080
|
* <p>Creates a new Tag resource to represent a tag.</p>
|
|
3813
3081
|
*/
|
|
@@ -3821,20 +3089,8 @@ export interface TagResourceRequest {
|
|
|
3821
3089
|
*/
|
|
3822
3090
|
Tags?: Record<string, string>;
|
|
3823
3091
|
}
|
|
3824
|
-
export declare namespace TagResourceRequest {
|
|
3825
|
-
/**
|
|
3826
|
-
* @internal
|
|
3827
|
-
*/
|
|
3828
|
-
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
3829
|
-
}
|
|
3830
3092
|
export interface TagResourceResponse {
|
|
3831
3093
|
}
|
|
3832
|
-
export declare namespace TagResourceResponse {
|
|
3833
|
-
/**
|
|
3834
|
-
* @internal
|
|
3835
|
-
*/
|
|
3836
|
-
const filterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
3837
|
-
}
|
|
3838
3094
|
export interface UntagResourceRequest {
|
|
3839
3095
|
/**
|
|
3840
3096
|
* <p>The resource ARN for the tag.</p>
|
|
@@ -3845,12 +3101,6 @@ export interface UntagResourceRequest {
|
|
|
3845
3101
|
*/
|
|
3846
3102
|
TagKeys: string[] | undefined;
|
|
3847
3103
|
}
|
|
3848
|
-
export declare namespace UntagResourceRequest {
|
|
3849
|
-
/**
|
|
3850
|
-
* @internal
|
|
3851
|
-
*/
|
|
3852
|
-
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
3853
|
-
}
|
|
3854
3104
|
/**
|
|
3855
3105
|
* <p>Updates an Api.</p>
|
|
3856
3106
|
*/
|
|
@@ -3904,12 +3154,6 @@ export interface UpdateApiRequest {
|
|
|
3904
3154
|
*/
|
|
3905
3155
|
Version?: string;
|
|
3906
3156
|
}
|
|
3907
|
-
export declare namespace UpdateApiRequest {
|
|
3908
|
-
/**
|
|
3909
|
-
* @internal
|
|
3910
|
-
*/
|
|
3911
|
-
const filterSensitiveLog: (obj: UpdateApiRequest) => any;
|
|
3912
|
-
}
|
|
3913
3157
|
export interface UpdateApiResponse {
|
|
3914
3158
|
/**
|
|
3915
3159
|
* <p>The URI of the API, of the form {api-id}.execute-api.{region}.amazonaws.com. The stage name is typically appended to this URI to form a complete path to a deployed API stage.</p>
|
|
@@ -3976,12 +3220,6 @@ export interface UpdateApiResponse {
|
|
|
3976
3220
|
*/
|
|
3977
3221
|
Warnings?: string[];
|
|
3978
3222
|
}
|
|
3979
|
-
export declare namespace UpdateApiResponse {
|
|
3980
|
-
/**
|
|
3981
|
-
* @internal
|
|
3982
|
-
*/
|
|
3983
|
-
const filterSensitiveLog: (obj: UpdateApiResponse) => any;
|
|
3984
|
-
}
|
|
3985
3223
|
/**
|
|
3986
3224
|
* <p>Updates an ApiMapping.</p>
|
|
3987
3225
|
*/
|
|
@@ -4007,12 +3245,6 @@ export interface UpdateApiMappingRequest {
|
|
|
4007
3245
|
*/
|
|
4008
3246
|
Stage?: string;
|
|
4009
3247
|
}
|
|
4010
|
-
export declare namespace UpdateApiMappingRequest {
|
|
4011
|
-
/**
|
|
4012
|
-
* @internal
|
|
4013
|
-
*/
|
|
4014
|
-
const filterSensitiveLog: (obj: UpdateApiMappingRequest) => any;
|
|
4015
|
-
}
|
|
4016
3248
|
export interface UpdateApiMappingResponse {
|
|
4017
3249
|
/**
|
|
4018
3250
|
* <p>The API identifier.</p>
|
|
@@ -4031,12 +3263,6 @@ export interface UpdateApiMappingResponse {
|
|
|
4031
3263
|
*/
|
|
4032
3264
|
Stage?: string;
|
|
4033
3265
|
}
|
|
4034
|
-
export declare namespace UpdateApiMappingResponse {
|
|
4035
|
-
/**
|
|
4036
|
-
* @internal
|
|
4037
|
-
*/
|
|
4038
|
-
const filterSensitiveLog: (obj: UpdateApiMappingResponse) => any;
|
|
4039
|
-
}
|
|
4040
3266
|
/**
|
|
4041
3267
|
* <p>Updates an Authorizer.</p>
|
|
4042
3268
|
*/
|
|
@@ -4091,12 +3317,6 @@ export interface UpdateAuthorizerRequest {
|
|
|
4091
3317
|
*/
|
|
4092
3318
|
Name?: string;
|
|
4093
3319
|
}
|
|
4094
|
-
export declare namespace UpdateAuthorizerRequest {
|
|
4095
|
-
/**
|
|
4096
|
-
* @internal
|
|
4097
|
-
*/
|
|
4098
|
-
const filterSensitiveLog: (obj: UpdateAuthorizerRequest) => any;
|
|
4099
|
-
}
|
|
4100
3320
|
export interface UpdateAuthorizerResponse {
|
|
4101
3321
|
/**
|
|
4102
3322
|
* <p>Specifies the required credentials as an IAM role for API Gateway to invoke the authorizer. To specify an IAM role for API Gateway to assume, use the role's Amazon Resource Name (ARN). To use resource-based permissions on the Lambda function, don't specify this parameter. Supported only for REQUEST authorizers.</p>
|
|
@@ -4144,12 +3364,6 @@ export interface UpdateAuthorizerResponse {
|
|
|
4144
3364
|
*/
|
|
4145
3365
|
Name?: string;
|
|
4146
3366
|
}
|
|
4147
|
-
export declare namespace UpdateAuthorizerResponse {
|
|
4148
|
-
/**
|
|
4149
|
-
* @internal
|
|
4150
|
-
*/
|
|
4151
|
-
const filterSensitiveLog: (obj: UpdateAuthorizerResponse) => any;
|
|
4152
|
-
}
|
|
4153
3367
|
/**
|
|
4154
3368
|
* <p>Updates a Deployment.</p>
|
|
4155
3369
|
*/
|
|
@@ -4167,12 +3381,6 @@ export interface UpdateDeploymentRequest {
|
|
|
4167
3381
|
*/
|
|
4168
3382
|
Description?: string;
|
|
4169
3383
|
}
|
|
4170
|
-
export declare namespace UpdateDeploymentRequest {
|
|
4171
|
-
/**
|
|
4172
|
-
* @internal
|
|
4173
|
-
*/
|
|
4174
|
-
const filterSensitiveLog: (obj: UpdateDeploymentRequest) => any;
|
|
4175
|
-
}
|
|
4176
3384
|
export interface UpdateDeploymentResponse {
|
|
4177
3385
|
/**
|
|
4178
3386
|
* <p>Specifies whether a deployment was automatically released.</p>
|
|
@@ -4199,12 +3407,6 @@ export interface UpdateDeploymentResponse {
|
|
|
4199
3407
|
*/
|
|
4200
3408
|
Description?: string;
|
|
4201
3409
|
}
|
|
4202
|
-
export declare namespace UpdateDeploymentResponse {
|
|
4203
|
-
/**
|
|
4204
|
-
* @internal
|
|
4205
|
-
*/
|
|
4206
|
-
const filterSensitiveLog: (obj: UpdateDeploymentResponse) => any;
|
|
4207
|
-
}
|
|
4208
3410
|
/**
|
|
4209
3411
|
* <p>Updates a DomainName.</p>
|
|
4210
3412
|
*/
|
|
@@ -4222,12 +3424,6 @@ export interface UpdateDomainNameRequest {
|
|
|
4222
3424
|
*/
|
|
4223
3425
|
MutualTlsAuthentication?: MutualTlsAuthenticationInput;
|
|
4224
3426
|
}
|
|
4225
|
-
export declare namespace UpdateDomainNameRequest {
|
|
4226
|
-
/**
|
|
4227
|
-
* @internal
|
|
4228
|
-
*/
|
|
4229
|
-
const filterSensitiveLog: (obj: UpdateDomainNameRequest) => any;
|
|
4230
|
-
}
|
|
4231
3427
|
export interface UpdateDomainNameResponse {
|
|
4232
3428
|
/**
|
|
4233
3429
|
* <p>The API mapping selection expression.</p>
|
|
@@ -4250,12 +3446,6 @@ export interface UpdateDomainNameResponse {
|
|
|
4250
3446
|
*/
|
|
4251
3447
|
Tags?: Record<string, string>;
|
|
4252
3448
|
}
|
|
4253
|
-
export declare namespace UpdateDomainNameResponse {
|
|
4254
|
-
/**
|
|
4255
|
-
* @internal
|
|
4256
|
-
*/
|
|
4257
|
-
const filterSensitiveLog: (obj: UpdateDomainNameResponse) => any;
|
|
4258
|
-
}
|
|
4259
3449
|
/**
|
|
4260
3450
|
* <p>Updates an Integration.</p>
|
|
4261
3451
|
*/
|
|
@@ -4342,12 +3532,6 @@ export interface UpdateIntegrationRequest {
|
|
|
4342
3532
|
*/
|
|
4343
3533
|
TlsConfig?: TlsConfigInput;
|
|
4344
3534
|
}
|
|
4345
|
-
export declare namespace UpdateIntegrationRequest {
|
|
4346
|
-
/**
|
|
4347
|
-
* @internal
|
|
4348
|
-
*/
|
|
4349
|
-
const filterSensitiveLog: (obj: UpdateIntegrationRequest) => any;
|
|
4350
|
-
}
|
|
4351
3535
|
export interface UpdateIntegrationResult {
|
|
4352
3536
|
/**
|
|
4353
3537
|
* <p>Specifies whether an integration is managed by API Gateway. If you created an API using using quick create, the resulting integration is managed by API Gateway. You can update a managed integration, but you can't delete it.</p>
|
|
@@ -4435,12 +3619,6 @@ export interface UpdateIntegrationResult {
|
|
|
4435
3619
|
*/
|
|
4436
3620
|
TlsConfig?: TlsConfig;
|
|
4437
3621
|
}
|
|
4438
|
-
export declare namespace UpdateIntegrationResult {
|
|
4439
|
-
/**
|
|
4440
|
-
* @internal
|
|
4441
|
-
*/
|
|
4442
|
-
const filterSensitiveLog: (obj: UpdateIntegrationResult) => any;
|
|
4443
|
-
}
|
|
4444
3622
|
/**
|
|
4445
3623
|
* <p>Updates an IntegrationResponses.</p>
|
|
4446
3624
|
*/
|
|
@@ -4485,12 +3663,6 @@ export interface UpdateIntegrationResponseRequest {
|
|
|
4485
3663
|
*/
|
|
4486
3664
|
TemplateSelectionExpression?: string;
|
|
4487
3665
|
}
|
|
4488
|
-
export declare namespace UpdateIntegrationResponseRequest {
|
|
4489
|
-
/**
|
|
4490
|
-
* @internal
|
|
4491
|
-
*/
|
|
4492
|
-
const filterSensitiveLog: (obj: UpdateIntegrationResponseRequest) => any;
|
|
4493
|
-
}
|
|
4494
3666
|
export interface UpdateIntegrationResponseResponse {
|
|
4495
3667
|
/**
|
|
4496
3668
|
* <p>Supported only for WebSocket APIs. Specifies how to handle response payload content type conversions. Supported values are CONVERT_TO_BINARY and CONVERT_TO_TEXT, with the following behaviors:</p> <p>CONVERT_TO_BINARY: Converts a response payload from a Base64-encoded string to the corresponding binary blob.</p> <p>CONVERT_TO_TEXT: Converts a response payload from a binary blob to a Base64-encoded string.</p> <p>If this property is not defined, the response payload will be passed through from the integration response to the route response or method response without modification.</p>
|
|
@@ -4517,12 +3689,6 @@ export interface UpdateIntegrationResponseResponse {
|
|
|
4517
3689
|
*/
|
|
4518
3690
|
TemplateSelectionExpression?: string;
|
|
4519
3691
|
}
|
|
4520
|
-
export declare namespace UpdateIntegrationResponseResponse {
|
|
4521
|
-
/**
|
|
4522
|
-
* @internal
|
|
4523
|
-
*/
|
|
4524
|
-
const filterSensitiveLog: (obj: UpdateIntegrationResponseResponse) => any;
|
|
4525
|
-
}
|
|
4526
3692
|
/**
|
|
4527
3693
|
* <p>Updates a Model.</p>
|
|
4528
3694
|
*/
|
|
@@ -4552,12 +3718,6 @@ export interface UpdateModelRequest {
|
|
|
4552
3718
|
*/
|
|
4553
3719
|
Schema?: string;
|
|
4554
3720
|
}
|
|
4555
|
-
export declare namespace UpdateModelRequest {
|
|
4556
|
-
/**
|
|
4557
|
-
* @internal
|
|
4558
|
-
*/
|
|
4559
|
-
const filterSensitiveLog: (obj: UpdateModelRequest) => any;
|
|
4560
|
-
}
|
|
4561
3721
|
export interface UpdateModelResponse {
|
|
4562
3722
|
/**
|
|
4563
3723
|
* <p>The content-type for the model, for example, "application/json".</p>
|
|
@@ -4580,12 +3740,6 @@ export interface UpdateModelResponse {
|
|
|
4580
3740
|
*/
|
|
4581
3741
|
Schema?: string;
|
|
4582
3742
|
}
|
|
4583
|
-
export declare namespace UpdateModelResponse {
|
|
4584
|
-
/**
|
|
4585
|
-
* @internal
|
|
4586
|
-
*/
|
|
4587
|
-
const filterSensitiveLog: (obj: UpdateModelResponse) => any;
|
|
4588
|
-
}
|
|
4589
3743
|
/**
|
|
4590
3744
|
* <p>Updates a Route.</p>
|
|
4591
3745
|
*/
|
|
@@ -4643,12 +3797,6 @@ export interface UpdateRouteRequest {
|
|
|
4643
3797
|
*/
|
|
4644
3798
|
Target?: string;
|
|
4645
3799
|
}
|
|
4646
|
-
export declare namespace UpdateRouteRequest {
|
|
4647
|
-
/**
|
|
4648
|
-
* @internal
|
|
4649
|
-
*/
|
|
4650
|
-
const filterSensitiveLog: (obj: UpdateRouteRequest) => any;
|
|
4651
|
-
}
|
|
4652
3800
|
export interface UpdateRouteResult {
|
|
4653
3801
|
/**
|
|
4654
3802
|
* <p>Specifies whether a route is managed by API Gateway. If you created an API using quick create, the $default route is managed by API Gateway. You can't modify the $default route key.</p>
|
|
@@ -4703,12 +3851,6 @@ export interface UpdateRouteResult {
|
|
|
4703
3851
|
*/
|
|
4704
3852
|
Target?: string;
|
|
4705
3853
|
}
|
|
4706
|
-
export declare namespace UpdateRouteResult {
|
|
4707
|
-
/**
|
|
4708
|
-
* @internal
|
|
4709
|
-
*/
|
|
4710
|
-
const filterSensitiveLog: (obj: UpdateRouteResult) => any;
|
|
4711
|
-
}
|
|
4712
3854
|
/**
|
|
4713
3855
|
* <p>Updates a RouteResponse.</p>
|
|
4714
3856
|
*/
|
|
@@ -4742,12 +3884,6 @@ export interface UpdateRouteResponseRequest {
|
|
|
4742
3884
|
*/
|
|
4743
3885
|
RouteResponseKey?: string;
|
|
4744
3886
|
}
|
|
4745
|
-
export declare namespace UpdateRouteResponseRequest {
|
|
4746
|
-
/**
|
|
4747
|
-
* @internal
|
|
4748
|
-
*/
|
|
4749
|
-
const filterSensitiveLog: (obj: UpdateRouteResponseRequest) => any;
|
|
4750
|
-
}
|
|
4751
3887
|
export interface UpdateRouteResponseResponse {
|
|
4752
3888
|
/**
|
|
4753
3889
|
* <p>Represents the model selection expression of a route response. Supported only for WebSocket APIs.</p>
|
|
@@ -4770,12 +3906,6 @@ export interface UpdateRouteResponseResponse {
|
|
|
4770
3906
|
*/
|
|
4771
3907
|
RouteResponseKey?: string;
|
|
4772
3908
|
}
|
|
4773
|
-
export declare namespace UpdateRouteResponseResponse {
|
|
4774
|
-
/**
|
|
4775
|
-
* @internal
|
|
4776
|
-
*/
|
|
4777
|
-
const filterSensitiveLog: (obj: UpdateRouteResponseResponse) => any;
|
|
4778
|
-
}
|
|
4779
3909
|
/**
|
|
4780
3910
|
* <p>Updates a Stage.</p>
|
|
4781
3911
|
*/
|
|
@@ -4821,12 +3951,6 @@ export interface UpdateStageRequest {
|
|
|
4821
3951
|
*/
|
|
4822
3952
|
StageVariables?: Record<string, string>;
|
|
4823
3953
|
}
|
|
4824
|
-
export declare namespace UpdateStageRequest {
|
|
4825
|
-
/**
|
|
4826
|
-
* @internal
|
|
4827
|
-
*/
|
|
4828
|
-
const filterSensitiveLog: (obj: UpdateStageRequest) => any;
|
|
4829
|
-
}
|
|
4830
3954
|
export interface UpdateStageResponse {
|
|
4831
3955
|
/**
|
|
4832
3956
|
* <p>Settings for logging access in this stage.</p>
|
|
@@ -4885,12 +4009,6 @@ export interface UpdateStageResponse {
|
|
|
4885
4009
|
*/
|
|
4886
4010
|
Tags?: Record<string, string>;
|
|
4887
4011
|
}
|
|
4888
|
-
export declare namespace UpdateStageResponse {
|
|
4889
|
-
/**
|
|
4890
|
-
* @internal
|
|
4891
|
-
*/
|
|
4892
|
-
const filterSensitiveLog: (obj: UpdateStageResponse) => any;
|
|
4893
|
-
}
|
|
4894
4012
|
/**
|
|
4895
4013
|
* <p>Updates a VPC link.</p>
|
|
4896
4014
|
*/
|
|
@@ -4904,12 +4022,6 @@ export interface UpdateVpcLinkRequest {
|
|
|
4904
4022
|
*/
|
|
4905
4023
|
VpcLinkId: string | undefined;
|
|
4906
4024
|
}
|
|
4907
|
-
export declare namespace UpdateVpcLinkRequest {
|
|
4908
|
-
/**
|
|
4909
|
-
* @internal
|
|
4910
|
-
*/
|
|
4911
|
-
const filterSensitiveLog: (obj: UpdateVpcLinkRequest) => any;
|
|
4912
|
-
}
|
|
4913
4025
|
export interface UpdateVpcLinkResponse {
|
|
4914
4026
|
/**
|
|
4915
4027
|
* <p>The timestamp when the VPC link was created.</p>
|
|
@@ -4948,9 +4060,599 @@ export interface UpdateVpcLinkResponse {
|
|
|
4948
4060
|
*/
|
|
4949
4061
|
VpcLinkVersion?: VpcLinkVersion | string;
|
|
4950
4062
|
}
|
|
4951
|
-
|
|
4952
|
-
|
|
4953
|
-
|
|
4954
|
-
|
|
4955
|
-
|
|
4956
|
-
|
|
4063
|
+
/**
|
|
4064
|
+
* @internal
|
|
4065
|
+
*/
|
|
4066
|
+
export declare const CorsFilterSensitiveLog: (obj: Cors) => any;
|
|
4067
|
+
/**
|
|
4068
|
+
* @internal
|
|
4069
|
+
*/
|
|
4070
|
+
export declare const ApiFilterSensitiveLog: (obj: Api) => any;
|
|
4071
|
+
/**
|
|
4072
|
+
* @internal
|
|
4073
|
+
*/
|
|
4074
|
+
export declare const ApiMappingFilterSensitiveLog: (obj: ApiMapping) => any;
|
|
4075
|
+
/**
|
|
4076
|
+
* @internal
|
|
4077
|
+
*/
|
|
4078
|
+
export declare const JWTConfigurationFilterSensitiveLog: (obj: JWTConfiguration) => any;
|
|
4079
|
+
/**
|
|
4080
|
+
* @internal
|
|
4081
|
+
*/
|
|
4082
|
+
export declare const AuthorizerFilterSensitiveLog: (obj: Authorizer) => any;
|
|
4083
|
+
/**
|
|
4084
|
+
* @internal
|
|
4085
|
+
*/
|
|
4086
|
+
export declare const DeploymentFilterSensitiveLog: (obj: Deployment) => any;
|
|
4087
|
+
/**
|
|
4088
|
+
* @internal
|
|
4089
|
+
*/
|
|
4090
|
+
export declare const DomainNameConfigurationFilterSensitiveLog: (obj: DomainNameConfiguration) => any;
|
|
4091
|
+
/**
|
|
4092
|
+
* @internal
|
|
4093
|
+
*/
|
|
4094
|
+
export declare const MutualTlsAuthenticationFilterSensitiveLog: (obj: MutualTlsAuthentication) => any;
|
|
4095
|
+
/**
|
|
4096
|
+
* @internal
|
|
4097
|
+
*/
|
|
4098
|
+
export declare const DomainNameFilterSensitiveLog: (obj: DomainName) => any;
|
|
4099
|
+
/**
|
|
4100
|
+
* @internal
|
|
4101
|
+
*/
|
|
4102
|
+
export declare const TlsConfigFilterSensitiveLog: (obj: TlsConfig) => any;
|
|
4103
|
+
/**
|
|
4104
|
+
* @internal
|
|
4105
|
+
*/
|
|
4106
|
+
export declare const IntegrationFilterSensitiveLog: (obj: Integration) => any;
|
|
4107
|
+
/**
|
|
4108
|
+
* @internal
|
|
4109
|
+
*/
|
|
4110
|
+
export declare const IntegrationResponseFilterSensitiveLog: (obj: IntegrationResponse) => any;
|
|
4111
|
+
/**
|
|
4112
|
+
* @internal
|
|
4113
|
+
*/
|
|
4114
|
+
export declare const ModelFilterSensitiveLog: (obj: Model) => any;
|
|
4115
|
+
/**
|
|
4116
|
+
* @internal
|
|
4117
|
+
*/
|
|
4118
|
+
export declare const ParameterConstraintsFilterSensitiveLog: (obj: ParameterConstraints) => any;
|
|
4119
|
+
/**
|
|
4120
|
+
* @internal
|
|
4121
|
+
*/
|
|
4122
|
+
export declare const RouteFilterSensitiveLog: (obj: Route) => any;
|
|
4123
|
+
/**
|
|
4124
|
+
* @internal
|
|
4125
|
+
*/
|
|
4126
|
+
export declare const RouteResponseFilterSensitiveLog: (obj: RouteResponse) => any;
|
|
4127
|
+
/**
|
|
4128
|
+
* @internal
|
|
4129
|
+
*/
|
|
4130
|
+
export declare const AccessLogSettingsFilterSensitiveLog: (obj: AccessLogSettings) => any;
|
|
4131
|
+
/**
|
|
4132
|
+
* @internal
|
|
4133
|
+
*/
|
|
4134
|
+
export declare const RouteSettingsFilterSensitiveLog: (obj: RouteSettings) => any;
|
|
4135
|
+
/**
|
|
4136
|
+
* @internal
|
|
4137
|
+
*/
|
|
4138
|
+
export declare const StageFilterSensitiveLog: (obj: Stage) => any;
|
|
4139
|
+
/**
|
|
4140
|
+
* @internal
|
|
4141
|
+
*/
|
|
4142
|
+
export declare const VpcLinkFilterSensitiveLog: (obj: VpcLink) => any;
|
|
4143
|
+
/**
|
|
4144
|
+
* @internal
|
|
4145
|
+
*/
|
|
4146
|
+
export declare const CreateApiRequestFilterSensitiveLog: (obj: CreateApiRequest) => any;
|
|
4147
|
+
/**
|
|
4148
|
+
* @internal
|
|
4149
|
+
*/
|
|
4150
|
+
export declare const CreateApiResponseFilterSensitiveLog: (obj: CreateApiResponse) => any;
|
|
4151
|
+
/**
|
|
4152
|
+
* @internal
|
|
4153
|
+
*/
|
|
4154
|
+
export declare const CreateApiMappingRequestFilterSensitiveLog: (obj: CreateApiMappingRequest) => any;
|
|
4155
|
+
/**
|
|
4156
|
+
* @internal
|
|
4157
|
+
*/
|
|
4158
|
+
export declare const CreateApiMappingResponseFilterSensitiveLog: (obj: CreateApiMappingResponse) => any;
|
|
4159
|
+
/**
|
|
4160
|
+
* @internal
|
|
4161
|
+
*/
|
|
4162
|
+
export declare const CreateAuthorizerRequestFilterSensitiveLog: (obj: CreateAuthorizerRequest) => any;
|
|
4163
|
+
/**
|
|
4164
|
+
* @internal
|
|
4165
|
+
*/
|
|
4166
|
+
export declare const CreateAuthorizerResponseFilterSensitiveLog: (obj: CreateAuthorizerResponse) => any;
|
|
4167
|
+
/**
|
|
4168
|
+
* @internal
|
|
4169
|
+
*/
|
|
4170
|
+
export declare const CreateDeploymentRequestFilterSensitiveLog: (obj: CreateDeploymentRequest) => any;
|
|
4171
|
+
/**
|
|
4172
|
+
* @internal
|
|
4173
|
+
*/
|
|
4174
|
+
export declare const CreateDeploymentResponseFilterSensitiveLog: (obj: CreateDeploymentResponse) => any;
|
|
4175
|
+
/**
|
|
4176
|
+
* @internal
|
|
4177
|
+
*/
|
|
4178
|
+
export declare const MutualTlsAuthenticationInputFilterSensitiveLog: (obj: MutualTlsAuthenticationInput) => any;
|
|
4179
|
+
/**
|
|
4180
|
+
* @internal
|
|
4181
|
+
*/
|
|
4182
|
+
export declare const CreateDomainNameRequestFilterSensitiveLog: (obj: CreateDomainNameRequest) => any;
|
|
4183
|
+
/**
|
|
4184
|
+
* @internal
|
|
4185
|
+
*/
|
|
4186
|
+
export declare const CreateDomainNameResponseFilterSensitiveLog: (obj: CreateDomainNameResponse) => any;
|
|
4187
|
+
/**
|
|
4188
|
+
* @internal
|
|
4189
|
+
*/
|
|
4190
|
+
export declare const TlsConfigInputFilterSensitiveLog: (obj: TlsConfigInput) => any;
|
|
4191
|
+
/**
|
|
4192
|
+
* @internal
|
|
4193
|
+
*/
|
|
4194
|
+
export declare const CreateIntegrationRequestFilterSensitiveLog: (obj: CreateIntegrationRequest) => any;
|
|
4195
|
+
/**
|
|
4196
|
+
* @internal
|
|
4197
|
+
*/
|
|
4198
|
+
export declare const CreateIntegrationResultFilterSensitiveLog: (obj: CreateIntegrationResult) => any;
|
|
4199
|
+
/**
|
|
4200
|
+
* @internal
|
|
4201
|
+
*/
|
|
4202
|
+
export declare const CreateIntegrationResponseRequestFilterSensitiveLog: (obj: CreateIntegrationResponseRequest) => any;
|
|
4203
|
+
/**
|
|
4204
|
+
* @internal
|
|
4205
|
+
*/
|
|
4206
|
+
export declare const CreateIntegrationResponseResponseFilterSensitiveLog: (obj: CreateIntegrationResponseResponse) => any;
|
|
4207
|
+
/**
|
|
4208
|
+
* @internal
|
|
4209
|
+
*/
|
|
4210
|
+
export declare const CreateModelRequestFilterSensitiveLog: (obj: CreateModelRequest) => any;
|
|
4211
|
+
/**
|
|
4212
|
+
* @internal
|
|
4213
|
+
*/
|
|
4214
|
+
export declare const CreateModelResponseFilterSensitiveLog: (obj: CreateModelResponse) => any;
|
|
4215
|
+
/**
|
|
4216
|
+
* @internal
|
|
4217
|
+
*/
|
|
4218
|
+
export declare const CreateRouteRequestFilterSensitiveLog: (obj: CreateRouteRequest) => any;
|
|
4219
|
+
/**
|
|
4220
|
+
* @internal
|
|
4221
|
+
*/
|
|
4222
|
+
export declare const CreateRouteResultFilterSensitiveLog: (obj: CreateRouteResult) => any;
|
|
4223
|
+
/**
|
|
4224
|
+
* @internal
|
|
4225
|
+
*/
|
|
4226
|
+
export declare const CreateRouteResponseRequestFilterSensitiveLog: (obj: CreateRouteResponseRequest) => any;
|
|
4227
|
+
/**
|
|
4228
|
+
* @internal
|
|
4229
|
+
*/
|
|
4230
|
+
export declare const CreateRouteResponseResponseFilterSensitiveLog: (obj: CreateRouteResponseResponse) => any;
|
|
4231
|
+
/**
|
|
4232
|
+
* @internal
|
|
4233
|
+
*/
|
|
4234
|
+
export declare const CreateStageRequestFilterSensitiveLog: (obj: CreateStageRequest) => any;
|
|
4235
|
+
/**
|
|
4236
|
+
* @internal
|
|
4237
|
+
*/
|
|
4238
|
+
export declare const CreateStageResponseFilterSensitiveLog: (obj: CreateStageResponse) => any;
|
|
4239
|
+
/**
|
|
4240
|
+
* @internal
|
|
4241
|
+
*/
|
|
4242
|
+
export declare const CreateVpcLinkRequestFilterSensitiveLog: (obj: CreateVpcLinkRequest) => any;
|
|
4243
|
+
/**
|
|
4244
|
+
* @internal
|
|
4245
|
+
*/
|
|
4246
|
+
export declare const CreateVpcLinkResponseFilterSensitiveLog: (obj: CreateVpcLinkResponse) => any;
|
|
4247
|
+
/**
|
|
4248
|
+
* @internal
|
|
4249
|
+
*/
|
|
4250
|
+
export declare const DeleteAccessLogSettingsRequestFilterSensitiveLog: (obj: DeleteAccessLogSettingsRequest) => any;
|
|
4251
|
+
/**
|
|
4252
|
+
* @internal
|
|
4253
|
+
*/
|
|
4254
|
+
export declare const DeleteApiRequestFilterSensitiveLog: (obj: DeleteApiRequest) => any;
|
|
4255
|
+
/**
|
|
4256
|
+
* @internal
|
|
4257
|
+
*/
|
|
4258
|
+
export declare const DeleteApiMappingRequestFilterSensitiveLog: (obj: DeleteApiMappingRequest) => any;
|
|
4259
|
+
/**
|
|
4260
|
+
* @internal
|
|
4261
|
+
*/
|
|
4262
|
+
export declare const DeleteAuthorizerRequestFilterSensitiveLog: (obj: DeleteAuthorizerRequest) => any;
|
|
4263
|
+
/**
|
|
4264
|
+
* @internal
|
|
4265
|
+
*/
|
|
4266
|
+
export declare const DeleteCorsConfigurationRequestFilterSensitiveLog: (obj: DeleteCorsConfigurationRequest) => any;
|
|
4267
|
+
/**
|
|
4268
|
+
* @internal
|
|
4269
|
+
*/
|
|
4270
|
+
export declare const DeleteDeploymentRequestFilterSensitiveLog: (obj: DeleteDeploymentRequest) => any;
|
|
4271
|
+
/**
|
|
4272
|
+
* @internal
|
|
4273
|
+
*/
|
|
4274
|
+
export declare const DeleteDomainNameRequestFilterSensitiveLog: (obj: DeleteDomainNameRequest) => any;
|
|
4275
|
+
/**
|
|
4276
|
+
* @internal
|
|
4277
|
+
*/
|
|
4278
|
+
export declare const DeleteIntegrationRequestFilterSensitiveLog: (obj: DeleteIntegrationRequest) => any;
|
|
4279
|
+
/**
|
|
4280
|
+
* @internal
|
|
4281
|
+
*/
|
|
4282
|
+
export declare const DeleteIntegrationResponseRequestFilterSensitiveLog: (obj: DeleteIntegrationResponseRequest) => any;
|
|
4283
|
+
/**
|
|
4284
|
+
* @internal
|
|
4285
|
+
*/
|
|
4286
|
+
export declare const DeleteModelRequestFilterSensitiveLog: (obj: DeleteModelRequest) => any;
|
|
4287
|
+
/**
|
|
4288
|
+
* @internal
|
|
4289
|
+
*/
|
|
4290
|
+
export declare const DeleteRouteRequestFilterSensitiveLog: (obj: DeleteRouteRequest) => any;
|
|
4291
|
+
/**
|
|
4292
|
+
* @internal
|
|
4293
|
+
*/
|
|
4294
|
+
export declare const DeleteRouteRequestParameterRequestFilterSensitiveLog: (obj: DeleteRouteRequestParameterRequest) => any;
|
|
4295
|
+
/**
|
|
4296
|
+
* @internal
|
|
4297
|
+
*/
|
|
4298
|
+
export declare const DeleteRouteResponseRequestFilterSensitiveLog: (obj: DeleteRouteResponseRequest) => any;
|
|
4299
|
+
/**
|
|
4300
|
+
* @internal
|
|
4301
|
+
*/
|
|
4302
|
+
export declare const DeleteRouteSettingsRequestFilterSensitiveLog: (obj: DeleteRouteSettingsRequest) => any;
|
|
4303
|
+
/**
|
|
4304
|
+
* @internal
|
|
4305
|
+
*/
|
|
4306
|
+
export declare const DeleteStageRequestFilterSensitiveLog: (obj: DeleteStageRequest) => any;
|
|
4307
|
+
/**
|
|
4308
|
+
* @internal
|
|
4309
|
+
*/
|
|
4310
|
+
export declare const DeleteVpcLinkRequestFilterSensitiveLog: (obj: DeleteVpcLinkRequest) => any;
|
|
4311
|
+
/**
|
|
4312
|
+
* @internal
|
|
4313
|
+
*/
|
|
4314
|
+
export declare const DeleteVpcLinkResponseFilterSensitiveLog: (obj: DeleteVpcLinkResponse) => any;
|
|
4315
|
+
/**
|
|
4316
|
+
* @internal
|
|
4317
|
+
*/
|
|
4318
|
+
export declare const ExportApiRequestFilterSensitiveLog: (obj: ExportApiRequest) => any;
|
|
4319
|
+
/**
|
|
4320
|
+
* @internal
|
|
4321
|
+
*/
|
|
4322
|
+
export declare const ExportApiResponseFilterSensitiveLog: (obj: ExportApiResponse) => any;
|
|
4323
|
+
/**
|
|
4324
|
+
* @internal
|
|
4325
|
+
*/
|
|
4326
|
+
export declare const GetApiRequestFilterSensitiveLog: (obj: GetApiRequest) => any;
|
|
4327
|
+
/**
|
|
4328
|
+
* @internal
|
|
4329
|
+
*/
|
|
4330
|
+
export declare const GetApiResponseFilterSensitiveLog: (obj: GetApiResponse) => any;
|
|
4331
|
+
/**
|
|
4332
|
+
* @internal
|
|
4333
|
+
*/
|
|
4334
|
+
export declare const GetApiMappingRequestFilterSensitiveLog: (obj: GetApiMappingRequest) => any;
|
|
4335
|
+
/**
|
|
4336
|
+
* @internal
|
|
4337
|
+
*/
|
|
4338
|
+
export declare const GetApiMappingResponseFilterSensitiveLog: (obj: GetApiMappingResponse) => any;
|
|
4339
|
+
/**
|
|
4340
|
+
* @internal
|
|
4341
|
+
*/
|
|
4342
|
+
export declare const GetApiMappingsRequestFilterSensitiveLog: (obj: GetApiMappingsRequest) => any;
|
|
4343
|
+
/**
|
|
4344
|
+
* @internal
|
|
4345
|
+
*/
|
|
4346
|
+
export declare const GetApiMappingsResponseFilterSensitiveLog: (obj: GetApiMappingsResponse) => any;
|
|
4347
|
+
/**
|
|
4348
|
+
* @internal
|
|
4349
|
+
*/
|
|
4350
|
+
export declare const GetApisRequestFilterSensitiveLog: (obj: GetApisRequest) => any;
|
|
4351
|
+
/**
|
|
4352
|
+
* @internal
|
|
4353
|
+
*/
|
|
4354
|
+
export declare const GetApisResponseFilterSensitiveLog: (obj: GetApisResponse) => any;
|
|
4355
|
+
/**
|
|
4356
|
+
* @internal
|
|
4357
|
+
*/
|
|
4358
|
+
export declare const GetAuthorizerRequestFilterSensitiveLog: (obj: GetAuthorizerRequest) => any;
|
|
4359
|
+
/**
|
|
4360
|
+
* @internal
|
|
4361
|
+
*/
|
|
4362
|
+
export declare const GetAuthorizerResponseFilterSensitiveLog: (obj: GetAuthorizerResponse) => any;
|
|
4363
|
+
/**
|
|
4364
|
+
* @internal
|
|
4365
|
+
*/
|
|
4366
|
+
export declare const GetAuthorizersRequestFilterSensitiveLog: (obj: GetAuthorizersRequest) => any;
|
|
4367
|
+
/**
|
|
4368
|
+
* @internal
|
|
4369
|
+
*/
|
|
4370
|
+
export declare const GetAuthorizersResponseFilterSensitiveLog: (obj: GetAuthorizersResponse) => any;
|
|
4371
|
+
/**
|
|
4372
|
+
* @internal
|
|
4373
|
+
*/
|
|
4374
|
+
export declare const GetDeploymentRequestFilterSensitiveLog: (obj: GetDeploymentRequest) => any;
|
|
4375
|
+
/**
|
|
4376
|
+
* @internal
|
|
4377
|
+
*/
|
|
4378
|
+
export declare const GetDeploymentResponseFilterSensitiveLog: (obj: GetDeploymentResponse) => any;
|
|
4379
|
+
/**
|
|
4380
|
+
* @internal
|
|
4381
|
+
*/
|
|
4382
|
+
export declare const GetDeploymentsRequestFilterSensitiveLog: (obj: GetDeploymentsRequest) => any;
|
|
4383
|
+
/**
|
|
4384
|
+
* @internal
|
|
4385
|
+
*/
|
|
4386
|
+
export declare const GetDeploymentsResponseFilterSensitiveLog: (obj: GetDeploymentsResponse) => any;
|
|
4387
|
+
/**
|
|
4388
|
+
* @internal
|
|
4389
|
+
*/
|
|
4390
|
+
export declare const GetDomainNameRequestFilterSensitiveLog: (obj: GetDomainNameRequest) => any;
|
|
4391
|
+
/**
|
|
4392
|
+
* @internal
|
|
4393
|
+
*/
|
|
4394
|
+
export declare const GetDomainNameResponseFilterSensitiveLog: (obj: GetDomainNameResponse) => any;
|
|
4395
|
+
/**
|
|
4396
|
+
* @internal
|
|
4397
|
+
*/
|
|
4398
|
+
export declare const GetDomainNamesRequestFilterSensitiveLog: (obj: GetDomainNamesRequest) => any;
|
|
4399
|
+
/**
|
|
4400
|
+
* @internal
|
|
4401
|
+
*/
|
|
4402
|
+
export declare const GetDomainNamesResponseFilterSensitiveLog: (obj: GetDomainNamesResponse) => any;
|
|
4403
|
+
/**
|
|
4404
|
+
* @internal
|
|
4405
|
+
*/
|
|
4406
|
+
export declare const GetIntegrationRequestFilterSensitiveLog: (obj: GetIntegrationRequest) => any;
|
|
4407
|
+
/**
|
|
4408
|
+
* @internal
|
|
4409
|
+
*/
|
|
4410
|
+
export declare const GetIntegrationResultFilterSensitiveLog: (obj: GetIntegrationResult) => any;
|
|
4411
|
+
/**
|
|
4412
|
+
* @internal
|
|
4413
|
+
*/
|
|
4414
|
+
export declare const GetIntegrationResponseRequestFilterSensitiveLog: (obj: GetIntegrationResponseRequest) => any;
|
|
4415
|
+
/**
|
|
4416
|
+
* @internal
|
|
4417
|
+
*/
|
|
4418
|
+
export declare const GetIntegrationResponseResponseFilterSensitiveLog: (obj: GetIntegrationResponseResponse) => any;
|
|
4419
|
+
/**
|
|
4420
|
+
* @internal
|
|
4421
|
+
*/
|
|
4422
|
+
export declare const GetIntegrationResponsesRequestFilterSensitiveLog: (obj: GetIntegrationResponsesRequest) => any;
|
|
4423
|
+
/**
|
|
4424
|
+
* @internal
|
|
4425
|
+
*/
|
|
4426
|
+
export declare const GetIntegrationResponsesResponseFilterSensitiveLog: (obj: GetIntegrationResponsesResponse) => any;
|
|
4427
|
+
/**
|
|
4428
|
+
* @internal
|
|
4429
|
+
*/
|
|
4430
|
+
export declare const GetIntegrationsRequestFilterSensitiveLog: (obj: GetIntegrationsRequest) => any;
|
|
4431
|
+
/**
|
|
4432
|
+
* @internal
|
|
4433
|
+
*/
|
|
4434
|
+
export declare const GetIntegrationsResponseFilterSensitiveLog: (obj: GetIntegrationsResponse) => any;
|
|
4435
|
+
/**
|
|
4436
|
+
* @internal
|
|
4437
|
+
*/
|
|
4438
|
+
export declare const GetModelRequestFilterSensitiveLog: (obj: GetModelRequest) => any;
|
|
4439
|
+
/**
|
|
4440
|
+
* @internal
|
|
4441
|
+
*/
|
|
4442
|
+
export declare const GetModelResponseFilterSensitiveLog: (obj: GetModelResponse) => any;
|
|
4443
|
+
/**
|
|
4444
|
+
* @internal
|
|
4445
|
+
*/
|
|
4446
|
+
export declare const GetModelsRequestFilterSensitiveLog: (obj: GetModelsRequest) => any;
|
|
4447
|
+
/**
|
|
4448
|
+
* @internal
|
|
4449
|
+
*/
|
|
4450
|
+
export declare const GetModelsResponseFilterSensitiveLog: (obj: GetModelsResponse) => any;
|
|
4451
|
+
/**
|
|
4452
|
+
* @internal
|
|
4453
|
+
*/
|
|
4454
|
+
export declare const GetModelTemplateRequestFilterSensitiveLog: (obj: GetModelTemplateRequest) => any;
|
|
4455
|
+
/**
|
|
4456
|
+
* @internal
|
|
4457
|
+
*/
|
|
4458
|
+
export declare const GetModelTemplateResponseFilterSensitiveLog: (obj: GetModelTemplateResponse) => any;
|
|
4459
|
+
/**
|
|
4460
|
+
* @internal
|
|
4461
|
+
*/
|
|
4462
|
+
export declare const GetRouteRequestFilterSensitiveLog: (obj: GetRouteRequest) => any;
|
|
4463
|
+
/**
|
|
4464
|
+
* @internal
|
|
4465
|
+
*/
|
|
4466
|
+
export declare const GetRouteResultFilterSensitiveLog: (obj: GetRouteResult) => any;
|
|
4467
|
+
/**
|
|
4468
|
+
* @internal
|
|
4469
|
+
*/
|
|
4470
|
+
export declare const GetRouteResponseRequestFilterSensitiveLog: (obj: GetRouteResponseRequest) => any;
|
|
4471
|
+
/**
|
|
4472
|
+
* @internal
|
|
4473
|
+
*/
|
|
4474
|
+
export declare const GetRouteResponseResponseFilterSensitiveLog: (obj: GetRouteResponseResponse) => any;
|
|
4475
|
+
/**
|
|
4476
|
+
* @internal
|
|
4477
|
+
*/
|
|
4478
|
+
export declare const GetRouteResponsesRequestFilterSensitiveLog: (obj: GetRouteResponsesRequest) => any;
|
|
4479
|
+
/**
|
|
4480
|
+
* @internal
|
|
4481
|
+
*/
|
|
4482
|
+
export declare const GetRouteResponsesResponseFilterSensitiveLog: (obj: GetRouteResponsesResponse) => any;
|
|
4483
|
+
/**
|
|
4484
|
+
* @internal
|
|
4485
|
+
*/
|
|
4486
|
+
export declare const GetRoutesRequestFilterSensitiveLog: (obj: GetRoutesRequest) => any;
|
|
4487
|
+
/**
|
|
4488
|
+
* @internal
|
|
4489
|
+
*/
|
|
4490
|
+
export declare const GetRoutesResponseFilterSensitiveLog: (obj: GetRoutesResponse) => any;
|
|
4491
|
+
/**
|
|
4492
|
+
* @internal
|
|
4493
|
+
*/
|
|
4494
|
+
export declare const GetStageRequestFilterSensitiveLog: (obj: GetStageRequest) => any;
|
|
4495
|
+
/**
|
|
4496
|
+
* @internal
|
|
4497
|
+
*/
|
|
4498
|
+
export declare const GetStageResponseFilterSensitiveLog: (obj: GetStageResponse) => any;
|
|
4499
|
+
/**
|
|
4500
|
+
* @internal
|
|
4501
|
+
*/
|
|
4502
|
+
export declare const GetStagesRequestFilterSensitiveLog: (obj: GetStagesRequest) => any;
|
|
4503
|
+
/**
|
|
4504
|
+
* @internal
|
|
4505
|
+
*/
|
|
4506
|
+
export declare const GetStagesResponseFilterSensitiveLog: (obj: GetStagesResponse) => any;
|
|
4507
|
+
/**
|
|
4508
|
+
* @internal
|
|
4509
|
+
*/
|
|
4510
|
+
export declare const GetTagsRequestFilterSensitiveLog: (obj: GetTagsRequest) => any;
|
|
4511
|
+
/**
|
|
4512
|
+
* @internal
|
|
4513
|
+
*/
|
|
4514
|
+
export declare const GetTagsResponseFilterSensitiveLog: (obj: GetTagsResponse) => any;
|
|
4515
|
+
/**
|
|
4516
|
+
* @internal
|
|
4517
|
+
*/
|
|
4518
|
+
export declare const GetVpcLinkRequestFilterSensitiveLog: (obj: GetVpcLinkRequest) => any;
|
|
4519
|
+
/**
|
|
4520
|
+
* @internal
|
|
4521
|
+
*/
|
|
4522
|
+
export declare const GetVpcLinkResponseFilterSensitiveLog: (obj: GetVpcLinkResponse) => any;
|
|
4523
|
+
/**
|
|
4524
|
+
* @internal
|
|
4525
|
+
*/
|
|
4526
|
+
export declare const GetVpcLinksRequestFilterSensitiveLog: (obj: GetVpcLinksRequest) => any;
|
|
4527
|
+
/**
|
|
4528
|
+
* @internal
|
|
4529
|
+
*/
|
|
4530
|
+
export declare const GetVpcLinksResponseFilterSensitiveLog: (obj: GetVpcLinksResponse) => any;
|
|
4531
|
+
/**
|
|
4532
|
+
* @internal
|
|
4533
|
+
*/
|
|
4534
|
+
export declare const ImportApiRequestFilterSensitiveLog: (obj: ImportApiRequest) => any;
|
|
4535
|
+
/**
|
|
4536
|
+
* @internal
|
|
4537
|
+
*/
|
|
4538
|
+
export declare const ImportApiResponseFilterSensitiveLog: (obj: ImportApiResponse) => any;
|
|
4539
|
+
/**
|
|
4540
|
+
* @internal
|
|
4541
|
+
*/
|
|
4542
|
+
export declare const ReimportApiRequestFilterSensitiveLog: (obj: ReimportApiRequest) => any;
|
|
4543
|
+
/**
|
|
4544
|
+
* @internal
|
|
4545
|
+
*/
|
|
4546
|
+
export declare const ReimportApiResponseFilterSensitiveLog: (obj: ReimportApiResponse) => any;
|
|
4547
|
+
/**
|
|
4548
|
+
* @internal
|
|
4549
|
+
*/
|
|
4550
|
+
export declare const ResetAuthorizersCacheRequestFilterSensitiveLog: (obj: ResetAuthorizersCacheRequest) => any;
|
|
4551
|
+
/**
|
|
4552
|
+
* @internal
|
|
4553
|
+
*/
|
|
4554
|
+
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
4555
|
+
/**
|
|
4556
|
+
* @internal
|
|
4557
|
+
*/
|
|
4558
|
+
export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
4559
|
+
/**
|
|
4560
|
+
* @internal
|
|
4561
|
+
*/
|
|
4562
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
4563
|
+
/**
|
|
4564
|
+
* @internal
|
|
4565
|
+
*/
|
|
4566
|
+
export declare const UpdateApiRequestFilterSensitiveLog: (obj: UpdateApiRequest) => any;
|
|
4567
|
+
/**
|
|
4568
|
+
* @internal
|
|
4569
|
+
*/
|
|
4570
|
+
export declare const UpdateApiResponseFilterSensitiveLog: (obj: UpdateApiResponse) => any;
|
|
4571
|
+
/**
|
|
4572
|
+
* @internal
|
|
4573
|
+
*/
|
|
4574
|
+
export declare const UpdateApiMappingRequestFilterSensitiveLog: (obj: UpdateApiMappingRequest) => any;
|
|
4575
|
+
/**
|
|
4576
|
+
* @internal
|
|
4577
|
+
*/
|
|
4578
|
+
export declare const UpdateApiMappingResponseFilterSensitiveLog: (obj: UpdateApiMappingResponse) => any;
|
|
4579
|
+
/**
|
|
4580
|
+
* @internal
|
|
4581
|
+
*/
|
|
4582
|
+
export declare const UpdateAuthorizerRequestFilterSensitiveLog: (obj: UpdateAuthorizerRequest) => any;
|
|
4583
|
+
/**
|
|
4584
|
+
* @internal
|
|
4585
|
+
*/
|
|
4586
|
+
export declare const UpdateAuthorizerResponseFilterSensitiveLog: (obj: UpdateAuthorizerResponse) => any;
|
|
4587
|
+
/**
|
|
4588
|
+
* @internal
|
|
4589
|
+
*/
|
|
4590
|
+
export declare const UpdateDeploymentRequestFilterSensitiveLog: (obj: UpdateDeploymentRequest) => any;
|
|
4591
|
+
/**
|
|
4592
|
+
* @internal
|
|
4593
|
+
*/
|
|
4594
|
+
export declare const UpdateDeploymentResponseFilterSensitiveLog: (obj: UpdateDeploymentResponse) => any;
|
|
4595
|
+
/**
|
|
4596
|
+
* @internal
|
|
4597
|
+
*/
|
|
4598
|
+
export declare const UpdateDomainNameRequestFilterSensitiveLog: (obj: UpdateDomainNameRequest) => any;
|
|
4599
|
+
/**
|
|
4600
|
+
* @internal
|
|
4601
|
+
*/
|
|
4602
|
+
export declare const UpdateDomainNameResponseFilterSensitiveLog: (obj: UpdateDomainNameResponse) => any;
|
|
4603
|
+
/**
|
|
4604
|
+
* @internal
|
|
4605
|
+
*/
|
|
4606
|
+
export declare const UpdateIntegrationRequestFilterSensitiveLog: (obj: UpdateIntegrationRequest) => any;
|
|
4607
|
+
/**
|
|
4608
|
+
* @internal
|
|
4609
|
+
*/
|
|
4610
|
+
export declare const UpdateIntegrationResultFilterSensitiveLog: (obj: UpdateIntegrationResult) => any;
|
|
4611
|
+
/**
|
|
4612
|
+
* @internal
|
|
4613
|
+
*/
|
|
4614
|
+
export declare const UpdateIntegrationResponseRequestFilterSensitiveLog: (obj: UpdateIntegrationResponseRequest) => any;
|
|
4615
|
+
/**
|
|
4616
|
+
* @internal
|
|
4617
|
+
*/
|
|
4618
|
+
export declare const UpdateIntegrationResponseResponseFilterSensitiveLog: (obj: UpdateIntegrationResponseResponse) => any;
|
|
4619
|
+
/**
|
|
4620
|
+
* @internal
|
|
4621
|
+
*/
|
|
4622
|
+
export declare const UpdateModelRequestFilterSensitiveLog: (obj: UpdateModelRequest) => any;
|
|
4623
|
+
/**
|
|
4624
|
+
* @internal
|
|
4625
|
+
*/
|
|
4626
|
+
export declare const UpdateModelResponseFilterSensitiveLog: (obj: UpdateModelResponse) => any;
|
|
4627
|
+
/**
|
|
4628
|
+
* @internal
|
|
4629
|
+
*/
|
|
4630
|
+
export declare const UpdateRouteRequestFilterSensitiveLog: (obj: UpdateRouteRequest) => any;
|
|
4631
|
+
/**
|
|
4632
|
+
* @internal
|
|
4633
|
+
*/
|
|
4634
|
+
export declare const UpdateRouteResultFilterSensitiveLog: (obj: UpdateRouteResult) => any;
|
|
4635
|
+
/**
|
|
4636
|
+
* @internal
|
|
4637
|
+
*/
|
|
4638
|
+
export declare const UpdateRouteResponseRequestFilterSensitiveLog: (obj: UpdateRouteResponseRequest) => any;
|
|
4639
|
+
/**
|
|
4640
|
+
* @internal
|
|
4641
|
+
*/
|
|
4642
|
+
export declare const UpdateRouteResponseResponseFilterSensitiveLog: (obj: UpdateRouteResponseResponse) => any;
|
|
4643
|
+
/**
|
|
4644
|
+
* @internal
|
|
4645
|
+
*/
|
|
4646
|
+
export declare const UpdateStageRequestFilterSensitiveLog: (obj: UpdateStageRequest) => any;
|
|
4647
|
+
/**
|
|
4648
|
+
* @internal
|
|
4649
|
+
*/
|
|
4650
|
+
export declare const UpdateStageResponseFilterSensitiveLog: (obj: UpdateStageResponse) => any;
|
|
4651
|
+
/**
|
|
4652
|
+
* @internal
|
|
4653
|
+
*/
|
|
4654
|
+
export declare const UpdateVpcLinkRequestFilterSensitiveLog: (obj: UpdateVpcLinkRequest) => any;
|
|
4655
|
+
/**
|
|
4656
|
+
* @internal
|
|
4657
|
+
*/
|
|
4658
|
+
export declare const UpdateVpcLinkResponseFilterSensitiveLog: (obj: UpdateVpcLinkResponse) => any;
|