@aws-sdk/client-apigatewayv2 3.529.1 → 3.535.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 (157) hide show
  1. package/dist-types/ApiGatewayV2.d.ts +4 -1
  2. package/dist-types/ApiGatewayV2Client.d.ts +1 -1
  3. package/dist-types/commands/CreateApiCommand.d.ts +2 -1
  4. package/dist-types/commands/CreateApiMappingCommand.d.ts +2 -1
  5. package/dist-types/commands/CreateAuthorizerCommand.d.ts +2 -1
  6. package/dist-types/commands/CreateDeploymentCommand.d.ts +2 -1
  7. package/dist-types/commands/CreateDomainNameCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateIntegrationCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateIntegrationResponseCommand.d.ts +2 -1
  10. package/dist-types/commands/CreateModelCommand.d.ts +2 -1
  11. package/dist-types/commands/CreateRouteCommand.d.ts +2 -1
  12. package/dist-types/commands/CreateRouteResponseCommand.d.ts +2 -1
  13. package/dist-types/commands/CreateStageCommand.d.ts +2 -1
  14. package/dist-types/commands/CreateVpcLinkCommand.d.ts +2 -1
  15. package/dist-types/commands/DeleteAccessLogSettingsCommand.d.ts +2 -1
  16. package/dist-types/commands/DeleteApiCommand.d.ts +2 -1
  17. package/dist-types/commands/DeleteApiMappingCommand.d.ts +2 -1
  18. package/dist-types/commands/DeleteAuthorizerCommand.d.ts +2 -1
  19. package/dist-types/commands/DeleteCorsConfigurationCommand.d.ts +2 -1
  20. package/dist-types/commands/DeleteDeploymentCommand.d.ts +2 -1
  21. package/dist-types/commands/DeleteDomainNameCommand.d.ts +2 -1
  22. package/dist-types/commands/DeleteIntegrationCommand.d.ts +2 -1
  23. package/dist-types/commands/DeleteIntegrationResponseCommand.d.ts +2 -1
  24. package/dist-types/commands/DeleteModelCommand.d.ts +2 -1
  25. package/dist-types/commands/DeleteRouteCommand.d.ts +2 -1
  26. package/dist-types/commands/DeleteRouteRequestParameterCommand.d.ts +2 -1
  27. package/dist-types/commands/DeleteRouteResponseCommand.d.ts +2 -1
  28. package/dist-types/commands/DeleteRouteSettingsCommand.d.ts +2 -1
  29. package/dist-types/commands/DeleteStageCommand.d.ts +2 -1
  30. package/dist-types/commands/DeleteVpcLinkCommand.d.ts +2 -1
  31. package/dist-types/commands/ExportApiCommand.d.ts +2 -1
  32. package/dist-types/commands/GetApiCommand.d.ts +2 -1
  33. package/dist-types/commands/GetApiMappingCommand.d.ts +2 -1
  34. package/dist-types/commands/GetApiMappingsCommand.d.ts +2 -1
  35. package/dist-types/commands/GetApisCommand.d.ts +2 -1
  36. package/dist-types/commands/GetAuthorizerCommand.d.ts +2 -1
  37. package/dist-types/commands/GetAuthorizersCommand.d.ts +2 -1
  38. package/dist-types/commands/GetDeploymentCommand.d.ts +2 -1
  39. package/dist-types/commands/GetDeploymentsCommand.d.ts +2 -1
  40. package/dist-types/commands/GetDomainNameCommand.d.ts +2 -1
  41. package/dist-types/commands/GetDomainNamesCommand.d.ts +2 -1
  42. package/dist-types/commands/GetIntegrationCommand.d.ts +2 -1
  43. package/dist-types/commands/GetIntegrationResponseCommand.d.ts +2 -1
  44. package/dist-types/commands/GetIntegrationResponsesCommand.d.ts +2 -1
  45. package/dist-types/commands/GetIntegrationsCommand.d.ts +2 -1
  46. package/dist-types/commands/GetModelCommand.d.ts +2 -1
  47. package/dist-types/commands/GetModelTemplateCommand.d.ts +2 -1
  48. package/dist-types/commands/GetModelsCommand.d.ts +2 -1
  49. package/dist-types/commands/GetRouteCommand.d.ts +2 -1
  50. package/dist-types/commands/GetRouteResponseCommand.d.ts +2 -1
  51. package/dist-types/commands/GetRouteResponsesCommand.d.ts +2 -1
  52. package/dist-types/commands/GetRoutesCommand.d.ts +2 -1
  53. package/dist-types/commands/GetStageCommand.d.ts +2 -1
  54. package/dist-types/commands/GetStagesCommand.d.ts +2 -1
  55. package/dist-types/commands/GetTagsCommand.d.ts +2 -1
  56. package/dist-types/commands/GetVpcLinkCommand.d.ts +2 -1
  57. package/dist-types/commands/GetVpcLinksCommand.d.ts +2 -1
  58. package/dist-types/commands/ImportApiCommand.d.ts +2 -1
  59. package/dist-types/commands/ReimportApiCommand.d.ts +2 -1
  60. package/dist-types/commands/ResetAuthorizersCacheCommand.d.ts +2 -1
  61. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  62. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  63. package/dist-types/commands/UpdateApiCommand.d.ts +2 -1
  64. package/dist-types/commands/UpdateApiMappingCommand.d.ts +2 -1
  65. package/dist-types/commands/UpdateAuthorizerCommand.d.ts +2 -1
  66. package/dist-types/commands/UpdateDeploymentCommand.d.ts +2 -1
  67. package/dist-types/commands/UpdateDomainNameCommand.d.ts +2 -1
  68. package/dist-types/commands/UpdateIntegrationCommand.d.ts +2 -1
  69. package/dist-types/commands/UpdateIntegrationResponseCommand.d.ts +2 -1
  70. package/dist-types/commands/UpdateModelCommand.d.ts +2 -1
  71. package/dist-types/commands/UpdateRouteCommand.d.ts +2 -1
  72. package/dist-types/commands/UpdateRouteResponseCommand.d.ts +2 -1
  73. package/dist-types/commands/UpdateStageCommand.d.ts +2 -1
  74. package/dist-types/commands/UpdateVpcLinkCommand.d.ts +2 -1
  75. package/dist-types/models/models_0.d.ts +915 -915
  76. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  77. package/dist-types/runtimeConfig.d.ts +2 -2
  78. package/dist-types/runtimeConfig.native.d.ts +2 -2
  79. package/dist-types/runtimeConfig.shared.d.ts +2 -2
  80. package/dist-types/ts3.4/ApiGatewayV2.d.ts +3 -0
  81. package/dist-types/ts3.4/commands/CreateApiCommand.d.ts +9 -0
  82. package/dist-types/ts3.4/commands/CreateApiMappingCommand.d.ts +9 -0
  83. package/dist-types/ts3.4/commands/CreateAuthorizerCommand.d.ts +9 -0
  84. package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +9 -0
  85. package/dist-types/ts3.4/commands/CreateDomainNameCommand.d.ts +9 -0
  86. package/dist-types/ts3.4/commands/CreateIntegrationCommand.d.ts +9 -0
  87. package/dist-types/ts3.4/commands/CreateIntegrationResponseCommand.d.ts +9 -0
  88. package/dist-types/ts3.4/commands/CreateModelCommand.d.ts +9 -0
  89. package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +9 -0
  90. package/dist-types/ts3.4/commands/CreateRouteResponseCommand.d.ts +9 -0
  91. package/dist-types/ts3.4/commands/CreateStageCommand.d.ts +9 -0
  92. package/dist-types/ts3.4/commands/CreateVpcLinkCommand.d.ts +9 -0
  93. package/dist-types/ts3.4/commands/DeleteAccessLogSettingsCommand.d.ts +9 -0
  94. package/dist-types/ts3.4/commands/DeleteApiCommand.d.ts +9 -0
  95. package/dist-types/ts3.4/commands/DeleteApiMappingCommand.d.ts +9 -0
  96. package/dist-types/ts3.4/commands/DeleteAuthorizerCommand.d.ts +9 -0
  97. package/dist-types/ts3.4/commands/DeleteCorsConfigurationCommand.d.ts +9 -0
  98. package/dist-types/ts3.4/commands/DeleteDeploymentCommand.d.ts +9 -0
  99. package/dist-types/ts3.4/commands/DeleteDomainNameCommand.d.ts +9 -0
  100. package/dist-types/ts3.4/commands/DeleteIntegrationCommand.d.ts +9 -0
  101. package/dist-types/ts3.4/commands/DeleteIntegrationResponseCommand.d.ts +9 -0
  102. package/dist-types/ts3.4/commands/DeleteModelCommand.d.ts +9 -0
  103. package/dist-types/ts3.4/commands/DeleteRouteCommand.d.ts +9 -0
  104. package/dist-types/ts3.4/commands/DeleteRouteRequestParameterCommand.d.ts +9 -0
  105. package/dist-types/ts3.4/commands/DeleteRouteResponseCommand.d.ts +9 -0
  106. package/dist-types/ts3.4/commands/DeleteRouteSettingsCommand.d.ts +9 -0
  107. package/dist-types/ts3.4/commands/DeleteStageCommand.d.ts +9 -0
  108. package/dist-types/ts3.4/commands/DeleteVpcLinkCommand.d.ts +9 -0
  109. package/dist-types/ts3.4/commands/ExportApiCommand.d.ts +9 -0
  110. package/dist-types/ts3.4/commands/GetApiCommand.d.ts +7 -0
  111. package/dist-types/ts3.4/commands/GetApiMappingCommand.d.ts +9 -0
  112. package/dist-types/ts3.4/commands/GetApiMappingsCommand.d.ts +9 -0
  113. package/dist-types/ts3.4/commands/GetApisCommand.d.ts +9 -0
  114. package/dist-types/ts3.4/commands/GetAuthorizerCommand.d.ts +9 -0
  115. package/dist-types/ts3.4/commands/GetAuthorizersCommand.d.ts +9 -0
  116. package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +9 -0
  117. package/dist-types/ts3.4/commands/GetDeploymentsCommand.d.ts +9 -0
  118. package/dist-types/ts3.4/commands/GetDomainNameCommand.d.ts +9 -0
  119. package/dist-types/ts3.4/commands/GetDomainNamesCommand.d.ts +9 -0
  120. package/dist-types/ts3.4/commands/GetIntegrationCommand.d.ts +9 -0
  121. package/dist-types/ts3.4/commands/GetIntegrationResponseCommand.d.ts +9 -0
  122. package/dist-types/ts3.4/commands/GetIntegrationResponsesCommand.d.ts +9 -0
  123. package/dist-types/ts3.4/commands/GetIntegrationsCommand.d.ts +9 -0
  124. package/dist-types/ts3.4/commands/GetModelCommand.d.ts +9 -0
  125. package/dist-types/ts3.4/commands/GetModelTemplateCommand.d.ts +9 -0
  126. package/dist-types/ts3.4/commands/GetModelsCommand.d.ts +9 -0
  127. package/dist-types/ts3.4/commands/GetRouteCommand.d.ts +9 -0
  128. package/dist-types/ts3.4/commands/GetRouteResponseCommand.d.ts +9 -0
  129. package/dist-types/ts3.4/commands/GetRouteResponsesCommand.d.ts +9 -0
  130. package/dist-types/ts3.4/commands/GetRoutesCommand.d.ts +9 -0
  131. package/dist-types/ts3.4/commands/GetStageCommand.d.ts +9 -0
  132. package/dist-types/ts3.4/commands/GetStagesCommand.d.ts +9 -0
  133. package/dist-types/ts3.4/commands/GetTagsCommand.d.ts +7 -0
  134. package/dist-types/ts3.4/commands/GetVpcLinkCommand.d.ts +9 -0
  135. package/dist-types/ts3.4/commands/GetVpcLinksCommand.d.ts +9 -0
  136. package/dist-types/ts3.4/commands/ImportApiCommand.d.ts +9 -0
  137. package/dist-types/ts3.4/commands/ReimportApiCommand.d.ts +9 -0
  138. package/dist-types/ts3.4/commands/ResetAuthorizersCacheCommand.d.ts +9 -0
  139. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  140. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  141. package/dist-types/ts3.4/commands/UpdateApiCommand.d.ts +9 -0
  142. package/dist-types/ts3.4/commands/UpdateApiMappingCommand.d.ts +9 -0
  143. package/dist-types/ts3.4/commands/UpdateAuthorizerCommand.d.ts +9 -0
  144. package/dist-types/ts3.4/commands/UpdateDeploymentCommand.d.ts +9 -0
  145. package/dist-types/ts3.4/commands/UpdateDomainNameCommand.d.ts +9 -0
  146. package/dist-types/ts3.4/commands/UpdateIntegrationCommand.d.ts +9 -0
  147. package/dist-types/ts3.4/commands/UpdateIntegrationResponseCommand.d.ts +9 -0
  148. package/dist-types/ts3.4/commands/UpdateModelCommand.d.ts +9 -0
  149. package/dist-types/ts3.4/commands/UpdateRouteCommand.d.ts +9 -0
  150. package/dist-types/ts3.4/commands/UpdateRouteResponseCommand.d.ts +9 -0
  151. package/dist-types/ts3.4/commands/UpdateStageCommand.d.ts +9 -0
  152. package/dist-types/ts3.4/commands/UpdateVpcLinkCommand.d.ts +9 -0
  153. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  154. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  155. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  156. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
  157. package/package.json +41 -41
@@ -268,6 +268,7 @@ export interface ApiGatewayV2 {
268
268
  /**
269
269
  * @see {@link GetApisCommand}
270
270
  */
271
+ getApis(): Promise<GetApisCommandOutput>;
271
272
  getApis(args: GetApisCommandInput, options?: __HttpHandlerOptions): Promise<GetApisCommandOutput>;
272
273
  getApis(args: GetApisCommandInput, cb: (err: any, data?: GetApisCommandOutput) => void): void;
273
274
  getApis(args: GetApisCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetApisCommandOutput) => void): void;
@@ -304,6 +305,7 @@ export interface ApiGatewayV2 {
304
305
  /**
305
306
  * @see {@link GetDomainNamesCommand}
306
307
  */
308
+ getDomainNames(): Promise<GetDomainNamesCommandOutput>;
307
309
  getDomainNames(args: GetDomainNamesCommandInput, options?: __HttpHandlerOptions): Promise<GetDomainNamesCommandOutput>;
308
310
  getDomainNames(args: GetDomainNamesCommandInput, cb: (err: any, data?: GetDomainNamesCommandOutput) => void): void;
309
311
  getDomainNames(args: GetDomainNamesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDomainNamesCommandOutput) => void): void;
@@ -400,6 +402,7 @@ export interface ApiGatewayV2 {
400
402
  /**
401
403
  * @see {@link GetVpcLinksCommand}
402
404
  */
405
+ getVpcLinks(): Promise<GetVpcLinksCommandOutput>;
403
406
  getVpcLinks(args: GetVpcLinksCommandInput, options?: __HttpHandlerOptions): Promise<GetVpcLinksCommandOutput>;
404
407
  getVpcLinks(args: GetVpcLinksCommandInput, cb: (err: any, data?: GetVpcLinksCommandOutput) => void): void;
405
408
  getVpcLinks(args: GetVpcLinksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetVpcLinksCommandOutput) => void): void;
@@ -507,8 +510,8 @@ export interface ApiGatewayV2 {
507
510
  updateVpcLink(args: UpdateVpcLinkCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateVpcLinkCommandOutput) => void): void;
508
511
  }
509
512
  /**
510
- * @public
511
513
  * <p>Amazon API Gateway V2</p>
514
+ * @public
512
515
  */
513
516
  export declare class ApiGatewayV2 extends ApiGatewayV2Client implements ApiGatewayV2 {
514
517
  }
@@ -223,8 +223,8 @@ export type ApiGatewayV2ClientResolvedConfigType = __SmithyResolvedConfiguration
223
223
  export interface ApiGatewayV2ClientResolvedConfig extends ApiGatewayV2ClientResolvedConfigType {
224
224
  }
225
225
  /**
226
- * @public
227
226
  * <p>Amazon API Gateway V2</p>
227
+ * @public
228
228
  */
229
229
  export declare class ApiGatewayV2Client extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, ApiGatewayV2ClientResolvedConfig> {
230
230
  /**
@@ -22,10 +22,10 @@ export interface CreateApiCommandOutput extends CreateApiResponse, __MetadataBea
22
22
  }
23
23
  declare const CreateApiCommand_base: {
24
24
  new (input: CreateApiCommandInput): import("@smithy/smithy-client").CommandImpl<CreateApiCommandInput, CreateApiCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateApiCommandInput): import("@smithy/smithy-client").CommandImpl<CreateApiCommandInput, CreateApiCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates an Api resource.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -130,6 +130,7 @@ declare const CreateApiCommand_base: {
130
130
  * @throws {@link ApiGatewayV2ServiceException}
131
131
  * <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
132
132
  *
133
+ * @public
133
134
  */
134
135
  export declare class CreateApiCommand extends CreateApiCommand_base {
135
136
  }
@@ -22,10 +22,10 @@ export interface CreateApiMappingCommandOutput extends CreateApiMappingResponse,
22
22
  }
23
23
  declare const CreateApiMappingCommand_base: {
24
24
  new (input: CreateApiMappingCommandInput): import("@smithy/smithy-client").CommandImpl<CreateApiMappingCommandInput, CreateApiMappingCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateApiMappingCommandInput): import("@smithy/smithy-client").CommandImpl<CreateApiMappingCommandInput, CreateApiMappingCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates an API mapping.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -71,6 +71,7 @@ declare const CreateApiMappingCommand_base: {
71
71
  * @throws {@link ApiGatewayV2ServiceException}
72
72
  * <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
73
73
  *
74
+ * @public
74
75
  */
75
76
  export declare class CreateApiMappingCommand extends CreateApiMappingCommand_base {
76
77
  }
@@ -22,10 +22,10 @@ export interface CreateAuthorizerCommandOutput extends CreateAuthorizerResponse,
22
22
  }
23
23
  declare const CreateAuthorizerCommand_base: {
24
24
  new (input: CreateAuthorizerCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAuthorizerCommandInput, CreateAuthorizerCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateAuthorizerCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAuthorizerCommandInput, CreateAuthorizerCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates an Authorizer for an API.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -99,6 +99,7 @@ declare const CreateAuthorizerCommand_base: {
99
99
  * @throws {@link ApiGatewayV2ServiceException}
100
100
  * <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
101
101
  *
102
+ * @public
102
103
  */
103
104
  export declare class CreateAuthorizerCommand extends CreateAuthorizerCommand_base {
104
105
  }
@@ -22,10 +22,10 @@ export interface CreateDeploymentCommandOutput extends CreateDeploymentResponse,
22
22
  }
23
23
  declare const CreateDeploymentCommand_base: {
24
24
  new (input: CreateDeploymentCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDeploymentCommandInput, CreateDeploymentCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateDeploymentCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDeploymentCommandInput, CreateDeploymentCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a Deployment for an API.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -72,6 +72,7 @@ declare const CreateDeploymentCommand_base: {
72
72
  * @throws {@link ApiGatewayV2ServiceException}
73
73
  * <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
74
74
  *
75
+ * @public
75
76
  */
76
77
  export declare class CreateDeploymentCommand extends CreateDeploymentCommand_base {
77
78
  }
@@ -22,10 +22,10 @@ export interface CreateDomainNameCommandOutput extends CreateDomainNameResponse,
22
22
  }
23
23
  declare const CreateDomainNameCommand_base: {
24
24
  new (input: CreateDomainNameCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDomainNameCommandInput, CreateDomainNameCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateDomainNameCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDomainNameCommandInput, CreateDomainNameCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a domain name.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -113,6 +113,7 @@ declare const CreateDomainNameCommand_base: {
113
113
  * @throws {@link ApiGatewayV2ServiceException}
114
114
  * <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
115
115
  *
116
+ * @public
116
117
  */
117
118
  export declare class CreateDomainNameCommand extends CreateDomainNameCommand_base {
118
119
  }
@@ -22,10 +22,10 @@ export interface CreateIntegrationCommandOutput extends CreateIntegrationResult,
22
22
  }
23
23
  declare const CreateIntegrationCommand_base: {
24
24
  new (input: CreateIntegrationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateIntegrationCommandInput, CreateIntegrationCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateIntegrationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateIntegrationCommandInput, CreateIntegrationCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates an Integration.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -121,6 +121,7 @@ declare const CreateIntegrationCommand_base: {
121
121
  * @throws {@link ApiGatewayV2ServiceException}
122
122
  * <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
123
123
  *
124
+ * @public
124
125
  */
125
126
  export declare class CreateIntegrationCommand extends CreateIntegrationCommand_base {
126
127
  }
@@ -22,10 +22,10 @@ export interface CreateIntegrationResponseCommandOutput extends CreateIntegratio
22
22
  }
23
23
  declare const CreateIntegrationResponseCommand_base: {
24
24
  new (input: CreateIntegrationResponseCommandInput): import("@smithy/smithy-client").CommandImpl<CreateIntegrationResponseCommandInput, CreateIntegrationResponseCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateIntegrationResponseCommandInput): import("@smithy/smithy-client").CommandImpl<CreateIntegrationResponseCommandInput, CreateIntegrationResponseCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates an IntegrationResponses.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -84,6 +84,7 @@ declare const CreateIntegrationResponseCommand_base: {
84
84
  * @throws {@link ApiGatewayV2ServiceException}
85
85
  * <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
86
86
  *
87
+ * @public
87
88
  */
88
89
  export declare class CreateIntegrationResponseCommand extends CreateIntegrationResponseCommand_base {
89
90
  }
@@ -22,10 +22,10 @@ export interface CreateModelCommandOutput extends CreateModelResponse, __Metadat
22
22
  }
23
23
  declare const CreateModelCommand_base: {
24
24
  new (input: CreateModelCommandInput): import("@smithy/smithy-client").CommandImpl<CreateModelCommandInput, CreateModelCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateModelCommandInput): import("@smithy/smithy-client").CommandImpl<CreateModelCommandInput, CreateModelCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a Model for an API.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -73,6 +73,7 @@ declare const CreateModelCommand_base: {
73
73
  * @throws {@link ApiGatewayV2ServiceException}
74
74
  * <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
75
75
  *
76
+ * @public
76
77
  */
77
78
  export declare class CreateModelCommand extends CreateModelCommand_base {
78
79
  }
@@ -22,10 +22,10 @@ export interface CreateRouteCommandOutput extends CreateRouteResult, __MetadataB
22
22
  }
23
23
  declare const CreateRouteCommand_base: {
24
24
  new (input: CreateRouteCommandInput): import("@smithy/smithy-client").CommandImpl<CreateRouteCommandInput, CreateRouteCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateRouteCommandInput): import("@smithy/smithy-client").CommandImpl<CreateRouteCommandInput, CreateRouteCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a Route for an API.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -104,6 +104,7 @@ declare const CreateRouteCommand_base: {
104
104
  * @throws {@link ApiGatewayV2ServiceException}
105
105
  * <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
106
106
  *
107
+ * @public
107
108
  */
108
109
  export declare class CreateRouteCommand extends CreateRouteCommand_base {
109
110
  }
@@ -22,10 +22,10 @@ export interface CreateRouteResponseCommandOutput extends CreateRouteResponseRes
22
22
  }
23
23
  declare const CreateRouteResponseCommand_base: {
24
24
  new (input: CreateRouteResponseCommandInput): import("@smithy/smithy-client").CommandImpl<CreateRouteResponseCommandInput, CreateRouteResponseCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateRouteResponseCommandInput): import("@smithy/smithy-client").CommandImpl<CreateRouteResponseCommandInput, CreateRouteResponseCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a RouteResponse for a Route.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -86,6 +86,7 @@ declare const CreateRouteResponseCommand_base: {
86
86
  * @throws {@link ApiGatewayV2ServiceException}
87
87
  * <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
88
88
  *
89
+ * @public
89
90
  */
90
91
  export declare class CreateRouteResponseCommand extends CreateRouteResponseCommand_base {
91
92
  }
@@ -22,10 +22,10 @@ export interface CreateStageCommandOutput extends CreateStageResponse, __Metadat
22
22
  }
23
23
  declare const CreateStageCommand_base: {
24
24
  new (input: CreateStageCommandInput): import("@smithy/smithy-client").CommandImpl<CreateStageCommandInput, CreateStageCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateStageCommandInput): import("@smithy/smithy-client").CommandImpl<CreateStageCommandInput, CreateStageCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a Stage for an API.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -130,6 +130,7 @@ declare const CreateStageCommand_base: {
130
130
  * @throws {@link ApiGatewayV2ServiceException}
131
131
  * <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
132
132
  *
133
+ * @public
133
134
  */
134
135
  export declare class CreateStageCommand extends CreateStageCommand_base {
135
136
  }
@@ -22,10 +22,10 @@ export interface CreateVpcLinkCommandOutput extends CreateVpcLinkResponse, __Met
22
22
  }
23
23
  declare const CreateVpcLinkCommand_base: {
24
24
  new (input: CreateVpcLinkCommandInput): import("@smithy/smithy-client").CommandImpl<CreateVpcLinkCommandInput, CreateVpcLinkCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateVpcLinkCommandInput): import("@smithy/smithy-client").CommandImpl<CreateVpcLinkCommandInput, CreateVpcLinkCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a VPC link.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -82,6 +82,7 @@ declare const CreateVpcLinkCommand_base: {
82
82
  * @throws {@link ApiGatewayV2ServiceException}
83
83
  * <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
84
84
  *
85
+ * @public
85
86
  */
86
87
  export declare class CreateVpcLinkCommand extends CreateVpcLinkCommand_base {
87
88
  }
@@ -22,10 +22,10 @@ export interface DeleteAccessLogSettingsCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const DeleteAccessLogSettingsCommand_base: {
24
24
  new (input: DeleteAccessLogSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAccessLogSettingsCommandInput, DeleteAccessLogSettingsCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteAccessLogSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAccessLogSettingsCommandInput, DeleteAccessLogSettingsCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes the AccessLogSettings for a Stage. To disable access logging for a Stage, delete its AccessLogSettings.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -58,6 +58,7 @@ declare const DeleteAccessLogSettingsCommand_base: {
58
58
  * @throws {@link ApiGatewayV2ServiceException}
59
59
  * <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
60
60
  *
61
+ * @public
61
62
  */
62
63
  export declare class DeleteAccessLogSettingsCommand extends DeleteAccessLogSettingsCommand_base {
63
64
  }
@@ -22,10 +22,10 @@ export interface DeleteApiCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const DeleteApiCommand_base: {
24
24
  new (input: DeleteApiCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteApiCommandInput, DeleteApiCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteApiCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteApiCommandInput, DeleteApiCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes an Api resource.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -57,6 +57,7 @@ declare const DeleteApiCommand_base: {
57
57
  * @throws {@link ApiGatewayV2ServiceException}
58
58
  * <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
59
59
  *
60
+ * @public
60
61
  */
61
62
  export declare class DeleteApiCommand extends DeleteApiCommand_base {
62
63
  }
@@ -22,10 +22,10 @@ export interface DeleteApiMappingCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const DeleteApiMappingCommand_base: {
24
24
  new (input: DeleteApiMappingCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteApiMappingCommandInput, DeleteApiMappingCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteApiMappingCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteApiMappingCommandInput, DeleteApiMappingCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes an API mapping.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -61,6 +61,7 @@ declare const DeleteApiMappingCommand_base: {
61
61
  * @throws {@link ApiGatewayV2ServiceException}
62
62
  * <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
63
63
  *
64
+ * @public
64
65
  */
65
66
  export declare class DeleteApiMappingCommand extends DeleteApiMappingCommand_base {
66
67
  }
@@ -22,10 +22,10 @@ export interface DeleteAuthorizerCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const DeleteAuthorizerCommand_base: {
24
24
  new (input: DeleteAuthorizerCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAuthorizerCommandInput, DeleteAuthorizerCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteAuthorizerCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAuthorizerCommandInput, DeleteAuthorizerCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes an Authorizer.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -58,6 +58,7 @@ declare const DeleteAuthorizerCommand_base: {
58
58
  * @throws {@link ApiGatewayV2ServiceException}
59
59
  * <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
60
60
  *
61
+ * @public
61
62
  */
62
63
  export declare class DeleteAuthorizerCommand extends DeleteAuthorizerCommand_base {
63
64
  }
@@ -22,10 +22,10 @@ export interface DeleteCorsConfigurationCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const DeleteCorsConfigurationCommand_base: {
24
24
  new (input: DeleteCorsConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCorsConfigurationCommandInput, DeleteCorsConfigurationCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteCorsConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCorsConfigurationCommandInput, DeleteCorsConfigurationCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a CORS configuration.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -57,6 +57,7 @@ declare const DeleteCorsConfigurationCommand_base: {
57
57
  * @throws {@link ApiGatewayV2ServiceException}
58
58
  * <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
59
59
  *
60
+ * @public
60
61
  */
61
62
  export declare class DeleteCorsConfigurationCommand extends DeleteCorsConfigurationCommand_base {
62
63
  }
@@ -22,10 +22,10 @@ export interface DeleteDeploymentCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const DeleteDeploymentCommand_base: {
24
24
  new (input: DeleteDeploymentCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDeploymentCommandInput, DeleteDeploymentCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteDeploymentCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDeploymentCommandInput, DeleteDeploymentCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a Deployment.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -58,6 +58,7 @@ declare const DeleteDeploymentCommand_base: {
58
58
  * @throws {@link ApiGatewayV2ServiceException}
59
59
  * <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
60
60
  *
61
+ * @public
61
62
  */
62
63
  export declare class DeleteDeploymentCommand extends DeleteDeploymentCommand_base {
63
64
  }
@@ -22,10 +22,10 @@ export interface DeleteDomainNameCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const DeleteDomainNameCommand_base: {
24
24
  new (input: DeleteDomainNameCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDomainNameCommandInput, DeleteDomainNameCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteDomainNameCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDomainNameCommandInput, DeleteDomainNameCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a domain name.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -57,6 +57,7 @@ declare const DeleteDomainNameCommand_base: {
57
57
  * @throws {@link ApiGatewayV2ServiceException}
58
58
  * <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
59
59
  *
60
+ * @public
60
61
  */
61
62
  export declare class DeleteDomainNameCommand extends DeleteDomainNameCommand_base {
62
63
  }
@@ -22,10 +22,10 @@ export interface DeleteIntegrationCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const DeleteIntegrationCommand_base: {
24
24
  new (input: DeleteIntegrationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteIntegrationCommandInput, DeleteIntegrationCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteIntegrationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteIntegrationCommandInput, DeleteIntegrationCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes an Integration.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -58,6 +58,7 @@ declare const DeleteIntegrationCommand_base: {
58
58
  * @throws {@link ApiGatewayV2ServiceException}
59
59
  * <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
60
60
  *
61
+ * @public
61
62
  */
62
63
  export declare class DeleteIntegrationCommand extends DeleteIntegrationCommand_base {
63
64
  }
@@ -22,10 +22,10 @@ export interface DeleteIntegrationResponseCommandOutput extends __MetadataBearer
22
22
  }
23
23
  declare const DeleteIntegrationResponseCommand_base: {
24
24
  new (input: DeleteIntegrationResponseCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteIntegrationResponseCommandInput, DeleteIntegrationResponseCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteIntegrationResponseCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteIntegrationResponseCommandInput, DeleteIntegrationResponseCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes an IntegrationResponses.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -59,6 +59,7 @@ declare const DeleteIntegrationResponseCommand_base: {
59
59
  * @throws {@link ApiGatewayV2ServiceException}
60
60
  * <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
61
61
  *
62
+ * @public
62
63
  */
63
64
  export declare class DeleteIntegrationResponseCommand extends DeleteIntegrationResponseCommand_base {
64
65
  }
@@ -22,10 +22,10 @@ export interface DeleteModelCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const DeleteModelCommand_base: {
24
24
  new (input: DeleteModelCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteModelCommandInput, DeleteModelCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteModelCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteModelCommandInput, DeleteModelCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a Model.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -58,6 +58,7 @@ declare const DeleteModelCommand_base: {
58
58
  * @throws {@link ApiGatewayV2ServiceException}
59
59
  * <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
60
60
  *
61
+ * @public
61
62
  */
62
63
  export declare class DeleteModelCommand extends DeleteModelCommand_base {
63
64
  }
@@ -22,10 +22,10 @@ export interface DeleteRouteCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const DeleteRouteCommand_base: {
24
24
  new (input: DeleteRouteCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRouteCommandInput, DeleteRouteCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteRouteCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRouteCommandInput, DeleteRouteCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a Route.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -58,6 +58,7 @@ declare const DeleteRouteCommand_base: {
58
58
  * @throws {@link ApiGatewayV2ServiceException}
59
59
  * <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
60
60
  *
61
+ * @public
61
62
  */
62
63
  export declare class DeleteRouteCommand extends DeleteRouteCommand_base {
63
64
  }
@@ -22,10 +22,10 @@ export interface DeleteRouteRequestParameterCommandOutput extends __MetadataBear
22
22
  }
23
23
  declare const DeleteRouteRequestParameterCommand_base: {
24
24
  new (input: DeleteRouteRequestParameterCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRouteRequestParameterCommandInput, DeleteRouteRequestParameterCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteRouteRequestParameterCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRouteRequestParameterCommandInput, DeleteRouteRequestParameterCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a route request parameter. Supported only for WebSocket APIs.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -59,6 +59,7 @@ declare const DeleteRouteRequestParameterCommand_base: {
59
59
  * @throws {@link ApiGatewayV2ServiceException}
60
60
  * <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
61
61
  *
62
+ * @public
62
63
  */
63
64
  export declare class DeleteRouteRequestParameterCommand extends DeleteRouteRequestParameterCommand_base {
64
65
  }
@@ -22,10 +22,10 @@ export interface DeleteRouteResponseCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const DeleteRouteResponseCommand_base: {
24
24
  new (input: DeleteRouteResponseCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRouteResponseCommandInput, DeleteRouteResponseCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteRouteResponseCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRouteResponseCommandInput, DeleteRouteResponseCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a RouteResponse.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -59,6 +59,7 @@ declare const DeleteRouteResponseCommand_base: {
59
59
  * @throws {@link ApiGatewayV2ServiceException}
60
60
  * <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
61
61
  *
62
+ * @public
62
63
  */
63
64
  export declare class DeleteRouteResponseCommand extends DeleteRouteResponseCommand_base {
64
65
  }
@@ -22,10 +22,10 @@ export interface DeleteRouteSettingsCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const DeleteRouteSettingsCommand_base: {
24
24
  new (input: DeleteRouteSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRouteSettingsCommandInput, DeleteRouteSettingsCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteRouteSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRouteSettingsCommandInput, DeleteRouteSettingsCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes the RouteSettings for a stage.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -59,6 +59,7 @@ declare const DeleteRouteSettingsCommand_base: {
59
59
  * @throws {@link ApiGatewayV2ServiceException}
60
60
  * <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
61
61
  *
62
+ * @public
62
63
  */
63
64
  export declare class DeleteRouteSettingsCommand extends DeleteRouteSettingsCommand_base {
64
65
  }
@@ -22,10 +22,10 @@ export interface DeleteStageCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const DeleteStageCommand_base: {
24
24
  new (input: DeleteStageCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteStageCommandInput, DeleteStageCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteStageCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteStageCommandInput, DeleteStageCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a Stage.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -58,6 +58,7 @@ declare const DeleteStageCommand_base: {
58
58
  * @throws {@link ApiGatewayV2ServiceException}
59
59
  * <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
60
60
  *
61
+ * @public
61
62
  */
62
63
  export declare class DeleteStageCommand extends DeleteStageCommand_base {
63
64
  }
@@ -22,10 +22,10 @@ export interface DeleteVpcLinkCommandOutput extends DeleteVpcLinkResponse, __Met
22
22
  }
23
23
  declare const DeleteVpcLinkCommand_base: {
24
24
  new (input: DeleteVpcLinkCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteVpcLinkCommandInput, DeleteVpcLinkCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteVpcLinkCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteVpcLinkCommandInput, DeleteVpcLinkCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a VPC link.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -57,6 +57,7 @@ declare const DeleteVpcLinkCommand_base: {
57
57
  * @throws {@link ApiGatewayV2ServiceException}
58
58
  * <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
59
59
  *
60
+ * @public
60
61
  */
61
62
  export declare class DeleteVpcLinkCommand extends DeleteVpcLinkCommand_base {
62
63
  }