@aws-sdk/client-apigatewayv2 3.50.0 → 3.53.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (98) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/dist-cjs/index.js +3 -0
  3. package/dist-cjs/models/ApiGatewayV2ServiceException.js +11 -0
  4. package/dist-cjs/models/models_0.js +77 -4
  5. package/dist-cjs/protocols/Aws_restJson1.js +576 -2062
  6. package/dist-es/index.js +1 -0
  7. package/dist-es/models/ApiGatewayV2ServiceException.js +12 -0
  8. package/dist-es/models/models_0.js +69 -1
  9. package/dist-es/protocols/Aws_restJson1.js +1357 -2356
  10. package/dist-types/index.d.ts +1 -0
  11. package/dist-types/models/ApiGatewayV2ServiceException.d.ts +10 -0
  12. package/dist-types/models/models_0.d.ts +37 -16
  13. package/dist-types/ts3.4/ApiGatewayV2.d.ts +364 -0
  14. package/dist-types/ts3.4/ApiGatewayV2Client.d.ts +145 -0
  15. package/dist-types/ts3.4/commands/CreateApiCommand.d.ts +17 -0
  16. package/dist-types/ts3.4/commands/CreateApiMappingCommand.d.ts +17 -0
  17. package/dist-types/ts3.4/commands/CreateAuthorizerCommand.d.ts +17 -0
  18. package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +17 -0
  19. package/dist-types/ts3.4/commands/CreateDomainNameCommand.d.ts +17 -0
  20. package/dist-types/ts3.4/commands/CreateIntegrationCommand.d.ts +17 -0
  21. package/dist-types/ts3.4/commands/CreateIntegrationResponseCommand.d.ts +17 -0
  22. package/dist-types/ts3.4/commands/CreateModelCommand.d.ts +17 -0
  23. package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +17 -0
  24. package/dist-types/ts3.4/commands/CreateRouteResponseCommand.d.ts +17 -0
  25. package/dist-types/ts3.4/commands/CreateStageCommand.d.ts +17 -0
  26. package/dist-types/ts3.4/commands/CreateVpcLinkCommand.d.ts +17 -0
  27. package/dist-types/ts3.4/commands/DeleteAccessLogSettingsCommand.d.ts +17 -0
  28. package/dist-types/ts3.4/commands/DeleteApiCommand.d.ts +17 -0
  29. package/dist-types/ts3.4/commands/DeleteApiMappingCommand.d.ts +17 -0
  30. package/dist-types/ts3.4/commands/DeleteAuthorizerCommand.d.ts +17 -0
  31. package/dist-types/ts3.4/commands/DeleteCorsConfigurationCommand.d.ts +17 -0
  32. package/dist-types/ts3.4/commands/DeleteDeploymentCommand.d.ts +17 -0
  33. package/dist-types/ts3.4/commands/DeleteDomainNameCommand.d.ts +17 -0
  34. package/dist-types/ts3.4/commands/DeleteIntegrationCommand.d.ts +17 -0
  35. package/dist-types/ts3.4/commands/DeleteIntegrationResponseCommand.d.ts +17 -0
  36. package/dist-types/ts3.4/commands/DeleteModelCommand.d.ts +17 -0
  37. package/dist-types/ts3.4/commands/DeleteRouteCommand.d.ts +17 -0
  38. package/dist-types/ts3.4/commands/DeleteRouteRequestParameterCommand.d.ts +17 -0
  39. package/dist-types/ts3.4/commands/DeleteRouteResponseCommand.d.ts +17 -0
  40. package/dist-types/ts3.4/commands/DeleteRouteSettingsCommand.d.ts +17 -0
  41. package/dist-types/ts3.4/commands/DeleteStageCommand.d.ts +17 -0
  42. package/dist-types/ts3.4/commands/DeleteVpcLinkCommand.d.ts +17 -0
  43. package/dist-types/ts3.4/commands/ExportApiCommand.d.ts +16 -0
  44. package/dist-types/ts3.4/commands/GetApiCommand.d.ts +17 -0
  45. package/dist-types/ts3.4/commands/GetApiMappingCommand.d.ts +17 -0
  46. package/dist-types/ts3.4/commands/GetApiMappingsCommand.d.ts +17 -0
  47. package/dist-types/ts3.4/commands/GetApisCommand.d.ts +17 -0
  48. package/dist-types/ts3.4/commands/GetAuthorizerCommand.d.ts +17 -0
  49. package/dist-types/ts3.4/commands/GetAuthorizersCommand.d.ts +17 -0
  50. package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +17 -0
  51. package/dist-types/ts3.4/commands/GetDeploymentsCommand.d.ts +17 -0
  52. package/dist-types/ts3.4/commands/GetDomainNameCommand.d.ts +17 -0
  53. package/dist-types/ts3.4/commands/GetDomainNamesCommand.d.ts +17 -0
  54. package/dist-types/ts3.4/commands/GetIntegrationCommand.d.ts +17 -0
  55. package/dist-types/ts3.4/commands/GetIntegrationResponseCommand.d.ts +17 -0
  56. package/dist-types/ts3.4/commands/GetIntegrationResponsesCommand.d.ts +17 -0
  57. package/dist-types/ts3.4/commands/GetIntegrationsCommand.d.ts +17 -0
  58. package/dist-types/ts3.4/commands/GetModelCommand.d.ts +17 -0
  59. package/dist-types/ts3.4/commands/GetModelTemplateCommand.d.ts +17 -0
  60. package/dist-types/ts3.4/commands/GetModelsCommand.d.ts +17 -0
  61. package/dist-types/ts3.4/commands/GetRouteCommand.d.ts +17 -0
  62. package/dist-types/ts3.4/commands/GetRouteResponseCommand.d.ts +17 -0
  63. package/dist-types/ts3.4/commands/GetRouteResponsesCommand.d.ts +17 -0
  64. package/dist-types/ts3.4/commands/GetRoutesCommand.d.ts +17 -0
  65. package/dist-types/ts3.4/commands/GetStageCommand.d.ts +17 -0
  66. package/dist-types/ts3.4/commands/GetStagesCommand.d.ts +17 -0
  67. package/dist-types/ts3.4/commands/GetTagsCommand.d.ts +17 -0
  68. package/dist-types/ts3.4/commands/GetVpcLinkCommand.d.ts +17 -0
  69. package/dist-types/ts3.4/commands/GetVpcLinksCommand.d.ts +17 -0
  70. package/dist-types/ts3.4/commands/ImportApiCommand.d.ts +17 -0
  71. package/dist-types/ts3.4/commands/ReimportApiCommand.d.ts +17 -0
  72. package/dist-types/ts3.4/commands/ResetAuthorizersCacheCommand.d.ts +17 -0
  73. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
  74. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
  75. package/dist-types/ts3.4/commands/UpdateApiCommand.d.ts +17 -0
  76. package/dist-types/ts3.4/commands/UpdateApiMappingCommand.d.ts +17 -0
  77. package/dist-types/ts3.4/commands/UpdateAuthorizerCommand.d.ts +17 -0
  78. package/dist-types/ts3.4/commands/UpdateDeploymentCommand.d.ts +17 -0
  79. package/dist-types/ts3.4/commands/UpdateDomainNameCommand.d.ts +17 -0
  80. package/dist-types/ts3.4/commands/UpdateIntegrationCommand.d.ts +17 -0
  81. package/dist-types/ts3.4/commands/UpdateIntegrationResponseCommand.d.ts +17 -0
  82. package/dist-types/ts3.4/commands/UpdateModelCommand.d.ts +17 -0
  83. package/dist-types/ts3.4/commands/UpdateRouteCommand.d.ts +17 -0
  84. package/dist-types/ts3.4/commands/UpdateRouteResponseCommand.d.ts +17 -0
  85. package/dist-types/ts3.4/commands/UpdateStageCommand.d.ts +17 -0
  86. package/dist-types/ts3.4/commands/UpdateVpcLinkCommand.d.ts +17 -0
  87. package/dist-types/ts3.4/commands/index.d.ts +72 -0
  88. package/dist-types/ts3.4/endpoints.d.ts +2 -0
  89. package/dist-types/ts3.4/index.d.ts +5 -0
  90. package/dist-types/ts3.4/models/ApiGatewayV2ServiceException.d.ts +6 -0
  91. package/dist-types/ts3.4/models/index.d.ts +1 -0
  92. package/dist-types/ts3.4/models/models_0.d.ts +261 -0
  93. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +218 -0
  94. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
  95. package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
  96. package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
  97. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  98. package/package.json +33 -33
@@ -2,3 +2,4 @@ export * from "./ApiGatewayV2";
2
2
  export * from "./ApiGatewayV2Client";
3
3
  export * from "./commands";
4
4
  export * from "./models";
5
+ export { ApiGatewayV2ServiceException } from "./models/ApiGatewayV2ServiceException";
@@ -0,0 +1,10 @@
1
+ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
+ /**
3
+ * Base exception class for all service exceptions from ApiGatewayV2 service.
4
+ */
5
+ export declare class ApiGatewayV2ServiceException extends __ServiceException {
6
+ /**
7
+ * @internal
8
+ */
9
+ constructor(options: __ServiceExceptionOptions);
10
+ }
@@ -1,4 +1,5 @@
1
- import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
+ import { ApiGatewayV2ServiceException as __BaseException } from "./ApiGatewayV2ServiceException";
2
3
  /**
3
4
  * <p>Represents a CORS configuration. Supported only for HTTP APIs. See <a href="https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-cors.html">Configuring CORS</a> for more information.</p>
4
5
  */
@@ -899,32 +900,44 @@ export declare namespace VpcLink {
899
900
  */
900
901
  const filterSensitiveLog: (obj: VpcLink) => any;
901
902
  }
902
- export interface AccessDeniedException extends __SmithyException, $MetadataBearer {
903
- name: "AccessDeniedException";
904
- $fault: "client";
903
+ export declare class AccessDeniedException extends __BaseException {
904
+ readonly name: "AccessDeniedException";
905
+ readonly $fault: "client";
905
906
  Message?: string;
907
+ /**
908
+ * @internal
909
+ */
910
+ constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
906
911
  }
907
912
  /**
908
913
  * <p>The request is not valid, for example, the input is incomplete or incorrect. See the accompanying error message for details.</p>
909
914
  */
910
- export interface BadRequestException extends __SmithyException, $MetadataBearer {
911
- name: "BadRequestException";
912
- $fault: "client";
915
+ export declare class BadRequestException extends __BaseException {
916
+ readonly name: "BadRequestException";
917
+ readonly $fault: "client";
913
918
  /**
914
919
  * <p>Describes the error encountered.</p>
915
920
  */
916
921
  Message?: string;
922
+ /**
923
+ * @internal
924
+ */
925
+ constructor(opts: __ExceptionOptionType<BadRequestException, __BaseException>);
917
926
  }
918
927
  /**
919
928
  * <p>The requested operation would cause a conflict with the current state of a service resource associated with the request. Resolve the conflict before retrying this request. See the accompanying error message for details.</p>
920
929
  */
921
- export interface ConflictException extends __SmithyException, $MetadataBearer {
922
- name: "ConflictException";
923
- $fault: "client";
930
+ export declare class ConflictException extends __BaseException {
931
+ readonly name: "ConflictException";
932
+ readonly $fault: "client";
924
933
  /**
925
934
  * <p>Describes the error encountered.</p>
926
935
  */
927
936
  Message?: string;
937
+ /**
938
+ * @internal
939
+ */
940
+ constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
928
941
  }
929
942
  /**
930
943
  * <p>Creates a new Api resource to represent an API.</p>
@@ -1068,9 +1081,9 @@ export declare namespace CreateApiResponse {
1068
1081
  /**
1069
1082
  * <p>The resource specified in the request was not found. See the message field for more information.</p>
1070
1083
  */
1071
- export interface NotFoundException extends __SmithyException, $MetadataBearer {
1072
- name: "NotFoundException";
1073
- $fault: "client";
1084
+ export declare class NotFoundException extends __BaseException {
1085
+ readonly name: "NotFoundException";
1086
+ readonly $fault: "client";
1074
1087
  /**
1075
1088
  * <p>Describes the error encountered.</p>
1076
1089
  */
@@ -1079,13 +1092,17 @@ export interface NotFoundException extends __SmithyException, $MetadataBearer {
1079
1092
  * <p>The resource type.</p>
1080
1093
  */
1081
1094
  ResourceType?: string;
1095
+ /**
1096
+ * @internal
1097
+ */
1098
+ constructor(opts: __ExceptionOptionType<NotFoundException, __BaseException>);
1082
1099
  }
1083
1100
  /**
1084
1101
  * <p>A limit has been exceeded. See the accompanying error message for details.</p>
1085
1102
  */
1086
- export interface TooManyRequestsException extends __SmithyException, $MetadataBearer {
1087
- name: "TooManyRequestsException";
1088
- $fault: "client";
1103
+ export declare class TooManyRequestsException extends __BaseException {
1104
+ readonly name: "TooManyRequestsException";
1105
+ readonly $fault: "client";
1089
1106
  /**
1090
1107
  * <p>The limit type.</p>
1091
1108
  */
@@ -1094,6 +1111,10 @@ export interface TooManyRequestsException extends __SmithyException, $MetadataBe
1094
1111
  * <p>Describes the error encountered.</p>
1095
1112
  */
1096
1113
  Message?: string;
1114
+ /**
1115
+ * @internal
1116
+ */
1117
+ constructor(opts: __ExceptionOptionType<TooManyRequestsException, __BaseException>);
1097
1118
  }
1098
1119
  /**
1099
1120
  * <p>Creates a new ApiMapping resource to represent an API mapping.</p>
@@ -0,0 +1,364 @@
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+ import { ApiGatewayV2Client } from "./ApiGatewayV2Client";
3
+ import { CreateApiCommandInput, CreateApiCommandOutput } from "./commands/CreateApiCommand";
4
+ import { CreateApiMappingCommandInput, CreateApiMappingCommandOutput } from "./commands/CreateApiMappingCommand";
5
+ import { CreateAuthorizerCommandInput, CreateAuthorizerCommandOutput } from "./commands/CreateAuthorizerCommand";
6
+ import { CreateDeploymentCommandInput, CreateDeploymentCommandOutput } from "./commands/CreateDeploymentCommand";
7
+ import { CreateDomainNameCommandInput, CreateDomainNameCommandOutput } from "./commands/CreateDomainNameCommand";
8
+ import { CreateIntegrationCommandInput, CreateIntegrationCommandOutput } from "./commands/CreateIntegrationCommand";
9
+ import { CreateIntegrationResponseCommandInput, CreateIntegrationResponseCommandOutput } from "./commands/CreateIntegrationResponseCommand";
10
+ import { CreateModelCommandInput, CreateModelCommandOutput } from "./commands/CreateModelCommand";
11
+ import { CreateRouteCommandInput, CreateRouteCommandOutput } from "./commands/CreateRouteCommand";
12
+ import { CreateRouteResponseCommandInput, CreateRouteResponseCommandOutput } from "./commands/CreateRouteResponseCommand";
13
+ import { CreateStageCommandInput, CreateStageCommandOutput } from "./commands/CreateStageCommand";
14
+ import { CreateVpcLinkCommandInput, CreateVpcLinkCommandOutput } from "./commands/CreateVpcLinkCommand";
15
+ import { DeleteAccessLogSettingsCommandInput, DeleteAccessLogSettingsCommandOutput } from "./commands/DeleteAccessLogSettingsCommand";
16
+ import { DeleteApiCommandInput, DeleteApiCommandOutput } from "./commands/DeleteApiCommand";
17
+ import { DeleteApiMappingCommandInput, DeleteApiMappingCommandOutput } from "./commands/DeleteApiMappingCommand";
18
+ import { DeleteAuthorizerCommandInput, DeleteAuthorizerCommandOutput } from "./commands/DeleteAuthorizerCommand";
19
+ import { DeleteCorsConfigurationCommandInput, DeleteCorsConfigurationCommandOutput } from "./commands/DeleteCorsConfigurationCommand";
20
+ import { DeleteDeploymentCommandInput, DeleteDeploymentCommandOutput } from "./commands/DeleteDeploymentCommand";
21
+ import { DeleteDomainNameCommandInput, DeleteDomainNameCommandOutput } from "./commands/DeleteDomainNameCommand";
22
+ import { DeleteIntegrationCommandInput, DeleteIntegrationCommandOutput } from "./commands/DeleteIntegrationCommand";
23
+ import { DeleteIntegrationResponseCommandInput, DeleteIntegrationResponseCommandOutput } from "./commands/DeleteIntegrationResponseCommand";
24
+ import { DeleteModelCommandInput, DeleteModelCommandOutput } from "./commands/DeleteModelCommand";
25
+ import { DeleteRouteCommandInput, DeleteRouteCommandOutput } from "./commands/DeleteRouteCommand";
26
+ import { DeleteRouteRequestParameterCommandInput, DeleteRouteRequestParameterCommandOutput } from "./commands/DeleteRouteRequestParameterCommand";
27
+ import { DeleteRouteResponseCommandInput, DeleteRouteResponseCommandOutput } from "./commands/DeleteRouteResponseCommand";
28
+ import { DeleteRouteSettingsCommandInput, DeleteRouteSettingsCommandOutput } from "./commands/DeleteRouteSettingsCommand";
29
+ import { DeleteStageCommandInput, DeleteStageCommandOutput } from "./commands/DeleteStageCommand";
30
+ import { DeleteVpcLinkCommandInput, DeleteVpcLinkCommandOutput } from "./commands/DeleteVpcLinkCommand";
31
+ import { ExportApiCommandInput, ExportApiCommandOutput } from "./commands/ExportApiCommand";
32
+ import { GetApiCommandInput, GetApiCommandOutput } from "./commands/GetApiCommand";
33
+ import { GetApiMappingCommandInput, GetApiMappingCommandOutput } from "./commands/GetApiMappingCommand";
34
+ import { GetApiMappingsCommandInput, GetApiMappingsCommandOutput } from "./commands/GetApiMappingsCommand";
35
+ import { GetApisCommandInput, GetApisCommandOutput } from "./commands/GetApisCommand";
36
+ import { GetAuthorizerCommandInput, GetAuthorizerCommandOutput } from "./commands/GetAuthorizerCommand";
37
+ import { GetAuthorizersCommandInput, GetAuthorizersCommandOutput } from "./commands/GetAuthorizersCommand";
38
+ import { GetDeploymentCommandInput, GetDeploymentCommandOutput } from "./commands/GetDeploymentCommand";
39
+ import { GetDeploymentsCommandInput, GetDeploymentsCommandOutput } from "./commands/GetDeploymentsCommand";
40
+ import { GetDomainNameCommandInput, GetDomainNameCommandOutput } from "./commands/GetDomainNameCommand";
41
+ import { GetDomainNamesCommandInput, GetDomainNamesCommandOutput } from "./commands/GetDomainNamesCommand";
42
+ import { GetIntegrationCommandInput, GetIntegrationCommandOutput } from "./commands/GetIntegrationCommand";
43
+ import { GetIntegrationResponseCommandInput, GetIntegrationResponseCommandOutput } from "./commands/GetIntegrationResponseCommand";
44
+ import { GetIntegrationResponsesCommandInput, GetIntegrationResponsesCommandOutput } from "./commands/GetIntegrationResponsesCommand";
45
+ import { GetIntegrationsCommandInput, GetIntegrationsCommandOutput } from "./commands/GetIntegrationsCommand";
46
+ import { GetModelCommandInput, GetModelCommandOutput } from "./commands/GetModelCommand";
47
+ import { GetModelsCommandInput, GetModelsCommandOutput } from "./commands/GetModelsCommand";
48
+ import { GetModelTemplateCommandInput, GetModelTemplateCommandOutput } from "./commands/GetModelTemplateCommand";
49
+ import { GetRouteCommandInput, GetRouteCommandOutput } from "./commands/GetRouteCommand";
50
+ import { GetRouteResponseCommandInput, GetRouteResponseCommandOutput } from "./commands/GetRouteResponseCommand";
51
+ import { GetRouteResponsesCommandInput, GetRouteResponsesCommandOutput } from "./commands/GetRouteResponsesCommand";
52
+ import { GetRoutesCommandInput, GetRoutesCommandOutput } from "./commands/GetRoutesCommand";
53
+ import { GetStageCommandInput, GetStageCommandOutput } from "./commands/GetStageCommand";
54
+ import { GetStagesCommandInput, GetStagesCommandOutput } from "./commands/GetStagesCommand";
55
+ import { GetTagsCommandInput, GetTagsCommandOutput } from "./commands/GetTagsCommand";
56
+ import { GetVpcLinkCommandInput, GetVpcLinkCommandOutput } from "./commands/GetVpcLinkCommand";
57
+ import { GetVpcLinksCommandInput, GetVpcLinksCommandOutput } from "./commands/GetVpcLinksCommand";
58
+ import { ImportApiCommandInput, ImportApiCommandOutput } from "./commands/ImportApiCommand";
59
+ import { ReimportApiCommandInput, ReimportApiCommandOutput } from "./commands/ReimportApiCommand";
60
+ import { ResetAuthorizersCacheCommandInput, ResetAuthorizersCacheCommandOutput } from "./commands/ResetAuthorizersCacheCommand";
61
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
62
+ import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
63
+ import { UpdateApiCommandInput, UpdateApiCommandOutput } from "./commands/UpdateApiCommand";
64
+ import { UpdateApiMappingCommandInput, UpdateApiMappingCommandOutput } from "./commands/UpdateApiMappingCommand";
65
+ import { UpdateAuthorizerCommandInput, UpdateAuthorizerCommandOutput } from "./commands/UpdateAuthorizerCommand";
66
+ import { UpdateDeploymentCommandInput, UpdateDeploymentCommandOutput } from "./commands/UpdateDeploymentCommand";
67
+ import { UpdateDomainNameCommandInput, UpdateDomainNameCommandOutput } from "./commands/UpdateDomainNameCommand";
68
+ import { UpdateIntegrationCommandInput, UpdateIntegrationCommandOutput } from "./commands/UpdateIntegrationCommand";
69
+ import { UpdateIntegrationResponseCommandInput, UpdateIntegrationResponseCommandOutput } from "./commands/UpdateIntegrationResponseCommand";
70
+ import { UpdateModelCommandInput, UpdateModelCommandOutput } from "./commands/UpdateModelCommand";
71
+ import { UpdateRouteCommandInput, UpdateRouteCommandOutput } from "./commands/UpdateRouteCommand";
72
+ import { UpdateRouteResponseCommandInput, UpdateRouteResponseCommandOutput } from "./commands/UpdateRouteResponseCommand";
73
+ import { UpdateStageCommandInput, UpdateStageCommandOutput } from "./commands/UpdateStageCommand";
74
+ import { UpdateVpcLinkCommandInput, UpdateVpcLinkCommandOutput } from "./commands/UpdateVpcLinkCommand";
75
+
76
+ export declare class ApiGatewayV2 extends ApiGatewayV2Client {
77
+
78
+ createApi(args: CreateApiCommandInput, options?: __HttpHandlerOptions): Promise<CreateApiCommandOutput>;
79
+ createApi(args: CreateApiCommandInput, cb: (err: any, data?: CreateApiCommandOutput) => void): void;
80
+ createApi(args: CreateApiCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateApiCommandOutput) => void): void;
81
+
82
+ createApiMapping(args: CreateApiMappingCommandInput, options?: __HttpHandlerOptions): Promise<CreateApiMappingCommandOutput>;
83
+ createApiMapping(args: CreateApiMappingCommandInput, cb: (err: any, data?: CreateApiMappingCommandOutput) => void): void;
84
+ createApiMapping(args: CreateApiMappingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateApiMappingCommandOutput) => void): void;
85
+
86
+ createAuthorizer(args: CreateAuthorizerCommandInput, options?: __HttpHandlerOptions): Promise<CreateAuthorizerCommandOutput>;
87
+ createAuthorizer(args: CreateAuthorizerCommandInput, cb: (err: any, data?: CreateAuthorizerCommandOutput) => void): void;
88
+ createAuthorizer(args: CreateAuthorizerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAuthorizerCommandOutput) => void): void;
89
+
90
+ createDeployment(args: CreateDeploymentCommandInput, options?: __HttpHandlerOptions): Promise<CreateDeploymentCommandOutput>;
91
+ createDeployment(args: CreateDeploymentCommandInput, cb: (err: any, data?: CreateDeploymentCommandOutput) => void): void;
92
+ createDeployment(args: CreateDeploymentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDeploymentCommandOutput) => void): void;
93
+
94
+ createDomainName(args: CreateDomainNameCommandInput, options?: __HttpHandlerOptions): Promise<CreateDomainNameCommandOutput>;
95
+ createDomainName(args: CreateDomainNameCommandInput, cb: (err: any, data?: CreateDomainNameCommandOutput) => void): void;
96
+ createDomainName(args: CreateDomainNameCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDomainNameCommandOutput) => void): void;
97
+
98
+ createIntegration(args: CreateIntegrationCommandInput, options?: __HttpHandlerOptions): Promise<CreateIntegrationCommandOutput>;
99
+ createIntegration(args: CreateIntegrationCommandInput, cb: (err: any, data?: CreateIntegrationCommandOutput) => void): void;
100
+ createIntegration(args: CreateIntegrationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateIntegrationCommandOutput) => void): void;
101
+
102
+ createIntegrationResponse(args: CreateIntegrationResponseCommandInput, options?: __HttpHandlerOptions): Promise<CreateIntegrationResponseCommandOutput>;
103
+ createIntegrationResponse(args: CreateIntegrationResponseCommandInput, cb: (err: any, data?: CreateIntegrationResponseCommandOutput) => void): void;
104
+ createIntegrationResponse(args: CreateIntegrationResponseCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateIntegrationResponseCommandOutput) => void): void;
105
+
106
+ createModel(args: CreateModelCommandInput, options?: __HttpHandlerOptions): Promise<CreateModelCommandOutput>;
107
+ createModel(args: CreateModelCommandInput, cb: (err: any, data?: CreateModelCommandOutput) => void): void;
108
+ createModel(args: CreateModelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateModelCommandOutput) => void): void;
109
+
110
+ createRoute(args: CreateRouteCommandInput, options?: __HttpHandlerOptions): Promise<CreateRouteCommandOutput>;
111
+ createRoute(args: CreateRouteCommandInput, cb: (err: any, data?: CreateRouteCommandOutput) => void): void;
112
+ createRoute(args: CreateRouteCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateRouteCommandOutput) => void): void;
113
+
114
+ createRouteResponse(args: CreateRouteResponseCommandInput, options?: __HttpHandlerOptions): Promise<CreateRouteResponseCommandOutput>;
115
+ createRouteResponse(args: CreateRouteResponseCommandInput, cb: (err: any, data?: CreateRouteResponseCommandOutput) => void): void;
116
+ createRouteResponse(args: CreateRouteResponseCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateRouteResponseCommandOutput) => void): void;
117
+
118
+ createStage(args: CreateStageCommandInput, options?: __HttpHandlerOptions): Promise<CreateStageCommandOutput>;
119
+ createStage(args: CreateStageCommandInput, cb: (err: any, data?: CreateStageCommandOutput) => void): void;
120
+ createStage(args: CreateStageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateStageCommandOutput) => void): void;
121
+
122
+ createVpcLink(args: CreateVpcLinkCommandInput, options?: __HttpHandlerOptions): Promise<CreateVpcLinkCommandOutput>;
123
+ createVpcLink(args: CreateVpcLinkCommandInput, cb: (err: any, data?: CreateVpcLinkCommandOutput) => void): void;
124
+ createVpcLink(args: CreateVpcLinkCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateVpcLinkCommandOutput) => void): void;
125
+
126
+ deleteAccessLogSettings(args: DeleteAccessLogSettingsCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAccessLogSettingsCommandOutput>;
127
+ deleteAccessLogSettings(args: DeleteAccessLogSettingsCommandInput, cb: (err: any, data?: DeleteAccessLogSettingsCommandOutput) => void): void;
128
+ deleteAccessLogSettings(args: DeleteAccessLogSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAccessLogSettingsCommandOutput) => void): void;
129
+
130
+ deleteApi(args: DeleteApiCommandInput, options?: __HttpHandlerOptions): Promise<DeleteApiCommandOutput>;
131
+ deleteApi(args: DeleteApiCommandInput, cb: (err: any, data?: DeleteApiCommandOutput) => void): void;
132
+ deleteApi(args: DeleteApiCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteApiCommandOutput) => void): void;
133
+
134
+ deleteApiMapping(args: DeleteApiMappingCommandInput, options?: __HttpHandlerOptions): Promise<DeleteApiMappingCommandOutput>;
135
+ deleteApiMapping(args: DeleteApiMappingCommandInput, cb: (err: any, data?: DeleteApiMappingCommandOutput) => void): void;
136
+ deleteApiMapping(args: DeleteApiMappingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteApiMappingCommandOutput) => void): void;
137
+
138
+ deleteAuthorizer(args: DeleteAuthorizerCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAuthorizerCommandOutput>;
139
+ deleteAuthorizer(args: DeleteAuthorizerCommandInput, cb: (err: any, data?: DeleteAuthorizerCommandOutput) => void): void;
140
+ deleteAuthorizer(args: DeleteAuthorizerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAuthorizerCommandOutput) => void): void;
141
+
142
+ deleteCorsConfiguration(args: DeleteCorsConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteCorsConfigurationCommandOutput>;
143
+ deleteCorsConfiguration(args: DeleteCorsConfigurationCommandInput, cb: (err: any, data?: DeleteCorsConfigurationCommandOutput) => void): void;
144
+ deleteCorsConfiguration(args: DeleteCorsConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteCorsConfigurationCommandOutput) => void): void;
145
+
146
+ deleteDeployment(args: DeleteDeploymentCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDeploymentCommandOutput>;
147
+ deleteDeployment(args: DeleteDeploymentCommandInput, cb: (err: any, data?: DeleteDeploymentCommandOutput) => void): void;
148
+ deleteDeployment(args: DeleteDeploymentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDeploymentCommandOutput) => void): void;
149
+
150
+ deleteDomainName(args: DeleteDomainNameCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDomainNameCommandOutput>;
151
+ deleteDomainName(args: DeleteDomainNameCommandInput, cb: (err: any, data?: DeleteDomainNameCommandOutput) => void): void;
152
+ deleteDomainName(args: DeleteDomainNameCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDomainNameCommandOutput) => void): void;
153
+
154
+ deleteIntegration(args: DeleteIntegrationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteIntegrationCommandOutput>;
155
+ deleteIntegration(args: DeleteIntegrationCommandInput, cb: (err: any, data?: DeleteIntegrationCommandOutput) => void): void;
156
+ deleteIntegration(args: DeleteIntegrationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteIntegrationCommandOutput) => void): void;
157
+
158
+ deleteIntegrationResponse(args: DeleteIntegrationResponseCommandInput, options?: __HttpHandlerOptions): Promise<DeleteIntegrationResponseCommandOutput>;
159
+ deleteIntegrationResponse(args: DeleteIntegrationResponseCommandInput, cb: (err: any, data?: DeleteIntegrationResponseCommandOutput) => void): void;
160
+ deleteIntegrationResponse(args: DeleteIntegrationResponseCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteIntegrationResponseCommandOutput) => void): void;
161
+
162
+ deleteModel(args: DeleteModelCommandInput, options?: __HttpHandlerOptions): Promise<DeleteModelCommandOutput>;
163
+ deleteModel(args: DeleteModelCommandInput, cb: (err: any, data?: DeleteModelCommandOutput) => void): void;
164
+ deleteModel(args: DeleteModelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteModelCommandOutput) => void): void;
165
+
166
+ deleteRoute(args: DeleteRouteCommandInput, options?: __HttpHandlerOptions): Promise<DeleteRouteCommandOutput>;
167
+ deleteRoute(args: DeleteRouteCommandInput, cb: (err: any, data?: DeleteRouteCommandOutput) => void): void;
168
+ deleteRoute(args: DeleteRouteCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteRouteCommandOutput) => void): void;
169
+
170
+ deleteRouteRequestParameter(args: DeleteRouteRequestParameterCommandInput, options?: __HttpHandlerOptions): Promise<DeleteRouteRequestParameterCommandOutput>;
171
+ deleteRouteRequestParameter(args: DeleteRouteRequestParameterCommandInput, cb: (err: any, data?: DeleteRouteRequestParameterCommandOutput) => void): void;
172
+ deleteRouteRequestParameter(args: DeleteRouteRequestParameterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteRouteRequestParameterCommandOutput) => void): void;
173
+
174
+ deleteRouteResponse(args: DeleteRouteResponseCommandInput, options?: __HttpHandlerOptions): Promise<DeleteRouteResponseCommandOutput>;
175
+ deleteRouteResponse(args: DeleteRouteResponseCommandInput, cb: (err: any, data?: DeleteRouteResponseCommandOutput) => void): void;
176
+ deleteRouteResponse(args: DeleteRouteResponseCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteRouteResponseCommandOutput) => void): void;
177
+
178
+ deleteRouteSettings(args: DeleteRouteSettingsCommandInput, options?: __HttpHandlerOptions): Promise<DeleteRouteSettingsCommandOutput>;
179
+ deleteRouteSettings(args: DeleteRouteSettingsCommandInput, cb: (err: any, data?: DeleteRouteSettingsCommandOutput) => void): void;
180
+ deleteRouteSettings(args: DeleteRouteSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteRouteSettingsCommandOutput) => void): void;
181
+
182
+ deleteStage(args: DeleteStageCommandInput, options?: __HttpHandlerOptions): Promise<DeleteStageCommandOutput>;
183
+ deleteStage(args: DeleteStageCommandInput, cb: (err: any, data?: DeleteStageCommandOutput) => void): void;
184
+ deleteStage(args: DeleteStageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteStageCommandOutput) => void): void;
185
+
186
+ deleteVpcLink(args: DeleteVpcLinkCommandInput, options?: __HttpHandlerOptions): Promise<DeleteVpcLinkCommandOutput>;
187
+ deleteVpcLink(args: DeleteVpcLinkCommandInput, cb: (err: any, data?: DeleteVpcLinkCommandOutput) => void): void;
188
+ deleteVpcLink(args: DeleteVpcLinkCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteVpcLinkCommandOutput) => void): void;
189
+ exportApi(args: ExportApiCommandInput, options?: __HttpHandlerOptions): Promise<ExportApiCommandOutput>;
190
+ exportApi(args: ExportApiCommandInput, cb: (err: any, data?: ExportApiCommandOutput) => void): void;
191
+ exportApi(args: ExportApiCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ExportApiCommandOutput) => void): void;
192
+
193
+ getApi(args: GetApiCommandInput, options?: __HttpHandlerOptions): Promise<GetApiCommandOutput>;
194
+ getApi(args: GetApiCommandInput, cb: (err: any, data?: GetApiCommandOutput) => void): void;
195
+ getApi(args: GetApiCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetApiCommandOutput) => void): void;
196
+
197
+ getApiMapping(args: GetApiMappingCommandInput, options?: __HttpHandlerOptions): Promise<GetApiMappingCommandOutput>;
198
+ getApiMapping(args: GetApiMappingCommandInput, cb: (err: any, data?: GetApiMappingCommandOutput) => void): void;
199
+ getApiMapping(args: GetApiMappingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetApiMappingCommandOutput) => void): void;
200
+
201
+ getApiMappings(args: GetApiMappingsCommandInput, options?: __HttpHandlerOptions): Promise<GetApiMappingsCommandOutput>;
202
+ getApiMappings(args: GetApiMappingsCommandInput, cb: (err: any, data?: GetApiMappingsCommandOutput) => void): void;
203
+ getApiMappings(args: GetApiMappingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetApiMappingsCommandOutput) => void): void;
204
+
205
+ getApis(args: GetApisCommandInput, options?: __HttpHandlerOptions): Promise<GetApisCommandOutput>;
206
+ getApis(args: GetApisCommandInput, cb: (err: any, data?: GetApisCommandOutput) => void): void;
207
+ getApis(args: GetApisCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetApisCommandOutput) => void): void;
208
+
209
+ getAuthorizer(args: GetAuthorizerCommandInput, options?: __HttpHandlerOptions): Promise<GetAuthorizerCommandOutput>;
210
+ getAuthorizer(args: GetAuthorizerCommandInput, cb: (err: any, data?: GetAuthorizerCommandOutput) => void): void;
211
+ getAuthorizer(args: GetAuthorizerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAuthorizerCommandOutput) => void): void;
212
+
213
+ getAuthorizers(args: GetAuthorizersCommandInput, options?: __HttpHandlerOptions): Promise<GetAuthorizersCommandOutput>;
214
+ getAuthorizers(args: GetAuthorizersCommandInput, cb: (err: any, data?: GetAuthorizersCommandOutput) => void): void;
215
+ getAuthorizers(args: GetAuthorizersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAuthorizersCommandOutput) => void): void;
216
+
217
+ getDeployment(args: GetDeploymentCommandInput, options?: __HttpHandlerOptions): Promise<GetDeploymentCommandOutput>;
218
+ getDeployment(args: GetDeploymentCommandInput, cb: (err: any, data?: GetDeploymentCommandOutput) => void): void;
219
+ getDeployment(args: GetDeploymentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDeploymentCommandOutput) => void): void;
220
+
221
+ getDeployments(args: GetDeploymentsCommandInput, options?: __HttpHandlerOptions): Promise<GetDeploymentsCommandOutput>;
222
+ getDeployments(args: GetDeploymentsCommandInput, cb: (err: any, data?: GetDeploymentsCommandOutput) => void): void;
223
+ getDeployments(args: GetDeploymentsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDeploymentsCommandOutput) => void): void;
224
+
225
+ getDomainName(args: GetDomainNameCommandInput, options?: __HttpHandlerOptions): Promise<GetDomainNameCommandOutput>;
226
+ getDomainName(args: GetDomainNameCommandInput, cb: (err: any, data?: GetDomainNameCommandOutput) => void): void;
227
+ getDomainName(args: GetDomainNameCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDomainNameCommandOutput) => void): void;
228
+
229
+ getDomainNames(args: GetDomainNamesCommandInput, options?: __HttpHandlerOptions): Promise<GetDomainNamesCommandOutput>;
230
+ getDomainNames(args: GetDomainNamesCommandInput, cb: (err: any, data?: GetDomainNamesCommandOutput) => void): void;
231
+ getDomainNames(args: GetDomainNamesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDomainNamesCommandOutput) => void): void;
232
+
233
+ getIntegration(args: GetIntegrationCommandInput, options?: __HttpHandlerOptions): Promise<GetIntegrationCommandOutput>;
234
+ getIntegration(args: GetIntegrationCommandInput, cb: (err: any, data?: GetIntegrationCommandOutput) => void): void;
235
+ getIntegration(args: GetIntegrationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetIntegrationCommandOutput) => void): void;
236
+
237
+ getIntegrationResponse(args: GetIntegrationResponseCommandInput, options?: __HttpHandlerOptions): Promise<GetIntegrationResponseCommandOutput>;
238
+ getIntegrationResponse(args: GetIntegrationResponseCommandInput, cb: (err: any, data?: GetIntegrationResponseCommandOutput) => void): void;
239
+ getIntegrationResponse(args: GetIntegrationResponseCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetIntegrationResponseCommandOutput) => void): void;
240
+
241
+ getIntegrationResponses(args: GetIntegrationResponsesCommandInput, options?: __HttpHandlerOptions): Promise<GetIntegrationResponsesCommandOutput>;
242
+ getIntegrationResponses(args: GetIntegrationResponsesCommandInput, cb: (err: any, data?: GetIntegrationResponsesCommandOutput) => void): void;
243
+ getIntegrationResponses(args: GetIntegrationResponsesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetIntegrationResponsesCommandOutput) => void): void;
244
+
245
+ getIntegrations(args: GetIntegrationsCommandInput, options?: __HttpHandlerOptions): Promise<GetIntegrationsCommandOutput>;
246
+ getIntegrations(args: GetIntegrationsCommandInput, cb: (err: any, data?: GetIntegrationsCommandOutput) => void): void;
247
+ getIntegrations(args: GetIntegrationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetIntegrationsCommandOutput) => void): void;
248
+
249
+ getModel(args: GetModelCommandInput, options?: __HttpHandlerOptions): Promise<GetModelCommandOutput>;
250
+ getModel(args: GetModelCommandInput, cb: (err: any, data?: GetModelCommandOutput) => void): void;
251
+ getModel(args: GetModelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetModelCommandOutput) => void): void;
252
+
253
+ getModels(args: GetModelsCommandInput, options?: __HttpHandlerOptions): Promise<GetModelsCommandOutput>;
254
+ getModels(args: GetModelsCommandInput, cb: (err: any, data?: GetModelsCommandOutput) => void): void;
255
+ getModels(args: GetModelsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetModelsCommandOutput) => void): void;
256
+
257
+ getModelTemplate(args: GetModelTemplateCommandInput, options?: __HttpHandlerOptions): Promise<GetModelTemplateCommandOutput>;
258
+ getModelTemplate(args: GetModelTemplateCommandInput, cb: (err: any, data?: GetModelTemplateCommandOutput) => void): void;
259
+ getModelTemplate(args: GetModelTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetModelTemplateCommandOutput) => void): void;
260
+
261
+ getRoute(args: GetRouteCommandInput, options?: __HttpHandlerOptions): Promise<GetRouteCommandOutput>;
262
+ getRoute(args: GetRouteCommandInput, cb: (err: any, data?: GetRouteCommandOutput) => void): void;
263
+ getRoute(args: GetRouteCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRouteCommandOutput) => void): void;
264
+
265
+ getRouteResponse(args: GetRouteResponseCommandInput, options?: __HttpHandlerOptions): Promise<GetRouteResponseCommandOutput>;
266
+ getRouteResponse(args: GetRouteResponseCommandInput, cb: (err: any, data?: GetRouteResponseCommandOutput) => void): void;
267
+ getRouteResponse(args: GetRouteResponseCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRouteResponseCommandOutput) => void): void;
268
+
269
+ getRouteResponses(args: GetRouteResponsesCommandInput, options?: __HttpHandlerOptions): Promise<GetRouteResponsesCommandOutput>;
270
+ getRouteResponses(args: GetRouteResponsesCommandInput, cb: (err: any, data?: GetRouteResponsesCommandOutput) => void): void;
271
+ getRouteResponses(args: GetRouteResponsesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRouteResponsesCommandOutput) => void): void;
272
+
273
+ getRoutes(args: GetRoutesCommandInput, options?: __HttpHandlerOptions): Promise<GetRoutesCommandOutput>;
274
+ getRoutes(args: GetRoutesCommandInput, cb: (err: any, data?: GetRoutesCommandOutput) => void): void;
275
+ getRoutes(args: GetRoutesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRoutesCommandOutput) => void): void;
276
+
277
+ getStage(args: GetStageCommandInput, options?: __HttpHandlerOptions): Promise<GetStageCommandOutput>;
278
+ getStage(args: GetStageCommandInput, cb: (err: any, data?: GetStageCommandOutput) => void): void;
279
+ getStage(args: GetStageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetStageCommandOutput) => void): void;
280
+
281
+ getStages(args: GetStagesCommandInput, options?: __HttpHandlerOptions): Promise<GetStagesCommandOutput>;
282
+ getStages(args: GetStagesCommandInput, cb: (err: any, data?: GetStagesCommandOutput) => void): void;
283
+ getStages(args: GetStagesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetStagesCommandOutput) => void): void;
284
+
285
+ getTags(args: GetTagsCommandInput, options?: __HttpHandlerOptions): Promise<GetTagsCommandOutput>;
286
+ getTags(args: GetTagsCommandInput, cb: (err: any, data?: GetTagsCommandOutput) => void): void;
287
+ getTags(args: GetTagsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTagsCommandOutput) => void): void;
288
+
289
+ getVpcLink(args: GetVpcLinkCommandInput, options?: __HttpHandlerOptions): Promise<GetVpcLinkCommandOutput>;
290
+ getVpcLink(args: GetVpcLinkCommandInput, cb: (err: any, data?: GetVpcLinkCommandOutput) => void): void;
291
+ getVpcLink(args: GetVpcLinkCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetVpcLinkCommandOutput) => void): void;
292
+
293
+ getVpcLinks(args: GetVpcLinksCommandInput, options?: __HttpHandlerOptions): Promise<GetVpcLinksCommandOutput>;
294
+ getVpcLinks(args: GetVpcLinksCommandInput, cb: (err: any, data?: GetVpcLinksCommandOutput) => void): void;
295
+ getVpcLinks(args: GetVpcLinksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetVpcLinksCommandOutput) => void): void;
296
+
297
+ importApi(args: ImportApiCommandInput, options?: __HttpHandlerOptions): Promise<ImportApiCommandOutput>;
298
+ importApi(args: ImportApiCommandInput, cb: (err: any, data?: ImportApiCommandOutput) => void): void;
299
+ importApi(args: ImportApiCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ImportApiCommandOutput) => void): void;
300
+
301
+ reimportApi(args: ReimportApiCommandInput, options?: __HttpHandlerOptions): Promise<ReimportApiCommandOutput>;
302
+ reimportApi(args: ReimportApiCommandInput, cb: (err: any, data?: ReimportApiCommandOutput) => void): void;
303
+ reimportApi(args: ReimportApiCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ReimportApiCommandOutput) => void): void;
304
+
305
+ resetAuthorizersCache(args: ResetAuthorizersCacheCommandInput, options?: __HttpHandlerOptions): Promise<ResetAuthorizersCacheCommandOutput>;
306
+ resetAuthorizersCache(args: ResetAuthorizersCacheCommandInput, cb: (err: any, data?: ResetAuthorizersCacheCommandOutput) => void): void;
307
+ resetAuthorizersCache(args: ResetAuthorizersCacheCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ResetAuthorizersCacheCommandOutput) => void): void;
308
+
309
+ tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
310
+ tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
311
+ tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
312
+
313
+ untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
314
+ untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
315
+ untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
316
+
317
+ updateApi(args: UpdateApiCommandInput, options?: __HttpHandlerOptions): Promise<UpdateApiCommandOutput>;
318
+ updateApi(args: UpdateApiCommandInput, cb: (err: any, data?: UpdateApiCommandOutput) => void): void;
319
+ updateApi(args: UpdateApiCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateApiCommandOutput) => void): void;
320
+
321
+ updateApiMapping(args: UpdateApiMappingCommandInput, options?: __HttpHandlerOptions): Promise<UpdateApiMappingCommandOutput>;
322
+ updateApiMapping(args: UpdateApiMappingCommandInput, cb: (err: any, data?: UpdateApiMappingCommandOutput) => void): void;
323
+ updateApiMapping(args: UpdateApiMappingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateApiMappingCommandOutput) => void): void;
324
+
325
+ updateAuthorizer(args: UpdateAuthorizerCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAuthorizerCommandOutput>;
326
+ updateAuthorizer(args: UpdateAuthorizerCommandInput, cb: (err: any, data?: UpdateAuthorizerCommandOutput) => void): void;
327
+ updateAuthorizer(args: UpdateAuthorizerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAuthorizerCommandOutput) => void): void;
328
+
329
+ updateDeployment(args: UpdateDeploymentCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDeploymentCommandOutput>;
330
+ updateDeployment(args: UpdateDeploymentCommandInput, cb: (err: any, data?: UpdateDeploymentCommandOutput) => void): void;
331
+ updateDeployment(args: UpdateDeploymentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDeploymentCommandOutput) => void): void;
332
+
333
+ updateDomainName(args: UpdateDomainNameCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDomainNameCommandOutput>;
334
+ updateDomainName(args: UpdateDomainNameCommandInput, cb: (err: any, data?: UpdateDomainNameCommandOutput) => void): void;
335
+ updateDomainName(args: UpdateDomainNameCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDomainNameCommandOutput) => void): void;
336
+
337
+ updateIntegration(args: UpdateIntegrationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateIntegrationCommandOutput>;
338
+ updateIntegration(args: UpdateIntegrationCommandInput, cb: (err: any, data?: UpdateIntegrationCommandOutput) => void): void;
339
+ updateIntegration(args: UpdateIntegrationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateIntegrationCommandOutput) => void): void;
340
+
341
+ updateIntegrationResponse(args: UpdateIntegrationResponseCommandInput, options?: __HttpHandlerOptions): Promise<UpdateIntegrationResponseCommandOutput>;
342
+ updateIntegrationResponse(args: UpdateIntegrationResponseCommandInput, cb: (err: any, data?: UpdateIntegrationResponseCommandOutput) => void): void;
343
+ updateIntegrationResponse(args: UpdateIntegrationResponseCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateIntegrationResponseCommandOutput) => void): void;
344
+
345
+ updateModel(args: UpdateModelCommandInput, options?: __HttpHandlerOptions): Promise<UpdateModelCommandOutput>;
346
+ updateModel(args: UpdateModelCommandInput, cb: (err: any, data?: UpdateModelCommandOutput) => void): void;
347
+ updateModel(args: UpdateModelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateModelCommandOutput) => void): void;
348
+
349
+ updateRoute(args: UpdateRouteCommandInput, options?: __HttpHandlerOptions): Promise<UpdateRouteCommandOutput>;
350
+ updateRoute(args: UpdateRouteCommandInput, cb: (err: any, data?: UpdateRouteCommandOutput) => void): void;
351
+ updateRoute(args: UpdateRouteCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateRouteCommandOutput) => void): void;
352
+
353
+ updateRouteResponse(args: UpdateRouteResponseCommandInput, options?: __HttpHandlerOptions): Promise<UpdateRouteResponseCommandOutput>;
354
+ updateRouteResponse(args: UpdateRouteResponseCommandInput, cb: (err: any, data?: UpdateRouteResponseCommandOutput) => void): void;
355
+ updateRouteResponse(args: UpdateRouteResponseCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateRouteResponseCommandOutput) => void): void;
356
+
357
+ updateStage(args: UpdateStageCommandInput, options?: __HttpHandlerOptions): Promise<UpdateStageCommandOutput>;
358
+ updateStage(args: UpdateStageCommandInput, cb: (err: any, data?: UpdateStageCommandOutput) => void): void;
359
+ updateStage(args: UpdateStageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateStageCommandOutput) => void): void;
360
+
361
+ updateVpcLink(args: UpdateVpcLinkCommandInput, options?: __HttpHandlerOptions): Promise<UpdateVpcLinkCommandOutput>;
362
+ updateVpcLink(args: UpdateVpcLinkCommandInput, cb: (err: any, data?: UpdateVpcLinkCommandOutput) => void): void;
363
+ updateVpcLink(args: UpdateVpcLinkCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateVpcLinkCommandOutput) => void): void;
364
+ }