@aws-sdk/client-apigatewayv2 3.295.0 → 3.297.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 (77) hide show
  1. package/dist-types/ApiGatewayV2.d.ts +75 -0
  2. package/dist-types/ApiGatewayV2Client.d.ts +24 -4
  3. package/dist-types/commands/CreateApiCommand.d.ts +16 -0
  4. package/dist-types/commands/CreateApiMappingCommand.d.ts +16 -0
  5. package/dist-types/commands/CreateAuthorizerCommand.d.ts +16 -0
  6. package/dist-types/commands/CreateDeploymentCommand.d.ts +16 -0
  7. package/dist-types/commands/CreateDomainNameCommand.d.ts +16 -0
  8. package/dist-types/commands/CreateIntegrationCommand.d.ts +16 -0
  9. package/dist-types/commands/CreateIntegrationResponseCommand.d.ts +16 -0
  10. package/dist-types/commands/CreateModelCommand.d.ts +16 -0
  11. package/dist-types/commands/CreateRouteCommand.d.ts +16 -0
  12. package/dist-types/commands/CreateRouteResponseCommand.d.ts +16 -0
  13. package/dist-types/commands/CreateStageCommand.d.ts +16 -0
  14. package/dist-types/commands/CreateVpcLinkCommand.d.ts +16 -0
  15. package/dist-types/commands/DeleteAccessLogSettingsCommand.d.ts +16 -0
  16. package/dist-types/commands/DeleteApiCommand.d.ts +16 -0
  17. package/dist-types/commands/DeleteApiMappingCommand.d.ts +16 -0
  18. package/dist-types/commands/DeleteAuthorizerCommand.d.ts +16 -0
  19. package/dist-types/commands/DeleteCorsConfigurationCommand.d.ts +16 -0
  20. package/dist-types/commands/DeleteDeploymentCommand.d.ts +16 -0
  21. package/dist-types/commands/DeleteDomainNameCommand.d.ts +16 -0
  22. package/dist-types/commands/DeleteIntegrationCommand.d.ts +16 -0
  23. package/dist-types/commands/DeleteIntegrationResponseCommand.d.ts +16 -0
  24. package/dist-types/commands/DeleteModelCommand.d.ts +16 -0
  25. package/dist-types/commands/DeleteRouteCommand.d.ts +16 -0
  26. package/dist-types/commands/DeleteRouteRequestParameterCommand.d.ts +16 -0
  27. package/dist-types/commands/DeleteRouteResponseCommand.d.ts +16 -0
  28. package/dist-types/commands/DeleteRouteSettingsCommand.d.ts +16 -0
  29. package/dist-types/commands/DeleteStageCommand.d.ts +16 -0
  30. package/dist-types/commands/DeleteVpcLinkCommand.d.ts +16 -0
  31. package/dist-types/commands/ExportApiCommand.d.ts +13 -0
  32. package/dist-types/commands/GetApiCommand.d.ts +16 -0
  33. package/dist-types/commands/GetApiMappingCommand.d.ts +16 -0
  34. package/dist-types/commands/GetApiMappingsCommand.d.ts +16 -0
  35. package/dist-types/commands/GetApisCommand.d.ts +16 -0
  36. package/dist-types/commands/GetAuthorizerCommand.d.ts +16 -0
  37. package/dist-types/commands/GetAuthorizersCommand.d.ts +16 -0
  38. package/dist-types/commands/GetDeploymentCommand.d.ts +16 -0
  39. package/dist-types/commands/GetDeploymentsCommand.d.ts +16 -0
  40. package/dist-types/commands/GetDomainNameCommand.d.ts +16 -0
  41. package/dist-types/commands/GetDomainNamesCommand.d.ts +16 -0
  42. package/dist-types/commands/GetIntegrationCommand.d.ts +16 -0
  43. package/dist-types/commands/GetIntegrationResponseCommand.d.ts +16 -0
  44. package/dist-types/commands/GetIntegrationResponsesCommand.d.ts +16 -0
  45. package/dist-types/commands/GetIntegrationsCommand.d.ts +16 -0
  46. package/dist-types/commands/GetModelCommand.d.ts +16 -0
  47. package/dist-types/commands/GetModelTemplateCommand.d.ts +16 -0
  48. package/dist-types/commands/GetModelsCommand.d.ts +16 -0
  49. package/dist-types/commands/GetRouteCommand.d.ts +16 -0
  50. package/dist-types/commands/GetRouteResponseCommand.d.ts +16 -0
  51. package/dist-types/commands/GetRouteResponsesCommand.d.ts +16 -0
  52. package/dist-types/commands/GetRoutesCommand.d.ts +16 -0
  53. package/dist-types/commands/GetStageCommand.d.ts +16 -0
  54. package/dist-types/commands/GetStagesCommand.d.ts +16 -0
  55. package/dist-types/commands/GetTagsCommand.d.ts +16 -0
  56. package/dist-types/commands/GetVpcLinkCommand.d.ts +16 -0
  57. package/dist-types/commands/GetVpcLinksCommand.d.ts +16 -0
  58. package/dist-types/commands/ImportApiCommand.d.ts +16 -0
  59. package/dist-types/commands/ReimportApiCommand.d.ts +16 -0
  60. package/dist-types/commands/ResetAuthorizersCacheCommand.d.ts +16 -0
  61. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  62. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  63. package/dist-types/commands/UpdateApiCommand.d.ts +16 -0
  64. package/dist-types/commands/UpdateApiMappingCommand.d.ts +16 -0
  65. package/dist-types/commands/UpdateAuthorizerCommand.d.ts +16 -0
  66. package/dist-types/commands/UpdateDeploymentCommand.d.ts +16 -0
  67. package/dist-types/commands/UpdateDomainNameCommand.d.ts +16 -0
  68. package/dist-types/commands/UpdateIntegrationCommand.d.ts +16 -0
  69. package/dist-types/commands/UpdateIntegrationResponseCommand.d.ts +16 -0
  70. package/dist-types/commands/UpdateModelCommand.d.ts +16 -0
  71. package/dist-types/commands/UpdateRouteCommand.d.ts +16 -0
  72. package/dist-types/commands/UpdateRouteResponseCommand.d.ts +16 -0
  73. package/dist-types/commands/UpdateStageCommand.d.ts +16 -0
  74. package/dist-types/commands/UpdateVpcLinkCommand.d.ts +16 -0
  75. package/dist-types/models/ApiGatewayV2ServiceException.d.ts +2 -0
  76. package/dist-types/models/models_0.d.ts +465 -63
  77. package/package.json +29 -29
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
5
5
  import { CreateApiMappingRequest, CreateApiMappingResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateApiMappingCommand}.
8
10
  */
9
11
  export interface CreateApiMappingCommandInput extends CreateApiMappingRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateApiMappingCommand}.
13
17
  */
14
18
  export interface CreateApiMappingCommandOutput extends CreateApiMappingResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates an API mapping.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface CreateApiMappingCommandOutput extends CreateApiMappingResponse,
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CreateApiMappingCommandInput - {@link CreateApiMappingCommandInput}
34
+ * @returns {@link CreateApiMappingCommandOutput}
28
35
  * @see {@link CreateApiMappingCommandInput} for command's `input` shape.
29
36
  * @see {@link CreateApiMappingCommandOutput} for command's `response` shape.
30
37
  * @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
@@ -46,11 +53,20 @@ export interface CreateApiMappingCommandOutput extends CreateApiMappingResponse,
46
53
  export declare class CreateApiMappingCommand extends $Command<CreateApiMappingCommandInput, CreateApiMappingCommandOutput, ApiGatewayV2ClientResolvedConfig> {
47
54
  readonly input: CreateApiMappingCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: CreateApiMappingCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateApiMappingCommandInput, CreateApiMappingCommandOutput>;
64
+ /**
65
+ * @internal
66
+ */
54
67
  private serialize;
68
+ /**
69
+ * @internal
70
+ */
55
71
  private deserialize;
56
72
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
5
5
  import { CreateAuthorizerRequest, CreateAuthorizerResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateAuthorizerCommand}.
8
10
  */
9
11
  export interface CreateAuthorizerCommandInput extends CreateAuthorizerRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateAuthorizerCommand}.
13
17
  */
14
18
  export interface CreateAuthorizerCommandOutput extends CreateAuthorizerResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates an Authorizer for an API.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface CreateAuthorizerCommandOutput extends CreateAuthorizerResponse,
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CreateAuthorizerCommandInput - {@link CreateAuthorizerCommandInput}
34
+ * @returns {@link CreateAuthorizerCommandOutput}
28
35
  * @see {@link CreateAuthorizerCommandInput} for command's `input` shape.
29
36
  * @see {@link CreateAuthorizerCommandOutput} for command's `response` shape.
30
37
  * @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
@@ -46,11 +53,20 @@ export interface CreateAuthorizerCommandOutput extends CreateAuthorizerResponse,
46
53
  export declare class CreateAuthorizerCommand extends $Command<CreateAuthorizerCommandInput, CreateAuthorizerCommandOutput, ApiGatewayV2ClientResolvedConfig> {
47
54
  readonly input: CreateAuthorizerCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: CreateAuthorizerCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateAuthorizerCommandInput, CreateAuthorizerCommandOutput>;
64
+ /**
65
+ * @internal
66
+ */
54
67
  private serialize;
68
+ /**
69
+ * @internal
70
+ */
55
71
  private deserialize;
56
72
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
5
5
  import { CreateDeploymentRequest, CreateDeploymentResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateDeploymentCommand}.
8
10
  */
9
11
  export interface CreateDeploymentCommandInput extends CreateDeploymentRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateDeploymentCommand}.
13
17
  */
14
18
  export interface CreateDeploymentCommandOutput extends CreateDeploymentResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a Deployment for an API.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface CreateDeploymentCommandOutput extends CreateDeploymentResponse,
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CreateDeploymentCommandInput - {@link CreateDeploymentCommandInput}
34
+ * @returns {@link CreateDeploymentCommandOutput}
28
35
  * @see {@link CreateDeploymentCommandInput} for command's `input` shape.
29
36
  * @see {@link CreateDeploymentCommandOutput} for command's `response` shape.
30
37
  * @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
@@ -46,11 +53,20 @@ export interface CreateDeploymentCommandOutput extends CreateDeploymentResponse,
46
53
  export declare class CreateDeploymentCommand extends $Command<CreateDeploymentCommandInput, CreateDeploymentCommandOutput, ApiGatewayV2ClientResolvedConfig> {
47
54
  readonly input: CreateDeploymentCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: CreateDeploymentCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDeploymentCommandInput, CreateDeploymentCommandOutput>;
64
+ /**
65
+ * @internal
66
+ */
54
67
  private serialize;
68
+ /**
69
+ * @internal
70
+ */
55
71
  private deserialize;
56
72
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
5
5
  import { CreateDomainNameRequest, CreateDomainNameResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateDomainNameCommand}.
8
10
  */
9
11
  export interface CreateDomainNameCommandInput extends CreateDomainNameRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateDomainNameCommand}.
13
17
  */
14
18
  export interface CreateDomainNameCommandOutput extends CreateDomainNameResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a domain name.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface CreateDomainNameCommandOutput extends CreateDomainNameResponse,
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CreateDomainNameCommandInput - {@link CreateDomainNameCommandInput}
34
+ * @returns {@link CreateDomainNameCommandOutput}
28
35
  * @see {@link CreateDomainNameCommandInput} for command's `input` shape.
29
36
  * @see {@link CreateDomainNameCommandOutput} for command's `response` shape.
30
37
  * @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
@@ -48,11 +55,20 @@ export interface CreateDomainNameCommandOutput extends CreateDomainNameResponse,
48
55
  export declare class CreateDomainNameCommand extends $Command<CreateDomainNameCommandInput, CreateDomainNameCommandOutput, ApiGatewayV2ClientResolvedConfig> {
49
56
  readonly input: CreateDomainNameCommandInput;
50
57
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
58
+ /**
59
+ * @public
60
+ */
51
61
  constructor(input: CreateDomainNameCommandInput);
52
62
  /**
53
63
  * @internal
54
64
  */
55
65
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDomainNameCommandInput, CreateDomainNameCommandOutput>;
66
+ /**
67
+ * @internal
68
+ */
56
69
  private serialize;
70
+ /**
71
+ * @internal
72
+ */
57
73
  private deserialize;
58
74
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
5
5
  import { CreateIntegrationRequest, CreateIntegrationResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateIntegrationCommand}.
8
10
  */
9
11
  export interface CreateIntegrationCommandInput extends CreateIntegrationRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateIntegrationCommand}.
13
17
  */
14
18
  export interface CreateIntegrationCommandOutput extends CreateIntegrationResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates an Integration.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface CreateIntegrationCommandOutput extends CreateIntegrationResult,
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CreateIntegrationCommandInput - {@link CreateIntegrationCommandInput}
34
+ * @returns {@link CreateIntegrationCommandOutput}
28
35
  * @see {@link CreateIntegrationCommandInput} for command's `input` shape.
29
36
  * @see {@link CreateIntegrationCommandOutput} for command's `response` shape.
30
37
  * @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
@@ -46,11 +53,20 @@ export interface CreateIntegrationCommandOutput extends CreateIntegrationResult,
46
53
  export declare class CreateIntegrationCommand extends $Command<CreateIntegrationCommandInput, CreateIntegrationCommandOutput, ApiGatewayV2ClientResolvedConfig> {
47
54
  readonly input: CreateIntegrationCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: CreateIntegrationCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateIntegrationCommandInput, CreateIntegrationCommandOutput>;
64
+ /**
65
+ * @internal
66
+ */
54
67
  private serialize;
68
+ /**
69
+ * @internal
70
+ */
55
71
  private deserialize;
56
72
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
5
5
  import { CreateIntegrationResponseRequest, CreateIntegrationResponseResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateIntegrationResponseCommand}.
8
10
  */
9
11
  export interface CreateIntegrationResponseCommandInput extends CreateIntegrationResponseRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateIntegrationResponseCommand}.
13
17
  */
14
18
  export interface CreateIntegrationResponseCommandOutput extends CreateIntegrationResponseResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates an IntegrationResponses.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface CreateIntegrationResponseCommandOutput extends CreateIntegratio
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CreateIntegrationResponseCommandInput - {@link CreateIntegrationResponseCommandInput}
34
+ * @returns {@link CreateIntegrationResponseCommandOutput}
28
35
  * @see {@link CreateIntegrationResponseCommandInput} for command's `input` shape.
29
36
  * @see {@link CreateIntegrationResponseCommandOutput} for command's `response` shape.
30
37
  * @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
@@ -46,11 +53,20 @@ export interface CreateIntegrationResponseCommandOutput extends CreateIntegratio
46
53
  export declare class CreateIntegrationResponseCommand extends $Command<CreateIntegrationResponseCommandInput, CreateIntegrationResponseCommandOutput, ApiGatewayV2ClientResolvedConfig> {
47
54
  readonly input: CreateIntegrationResponseCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: CreateIntegrationResponseCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateIntegrationResponseCommandInput, CreateIntegrationResponseCommandOutput>;
64
+ /**
65
+ * @internal
66
+ */
54
67
  private serialize;
68
+ /**
69
+ * @internal
70
+ */
55
71
  private deserialize;
56
72
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
5
5
  import { CreateModelRequest, CreateModelResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateModelCommand}.
8
10
  */
9
11
  export interface CreateModelCommandInput extends CreateModelRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateModelCommand}.
13
17
  */
14
18
  export interface CreateModelCommandOutput extends CreateModelResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a Model for an API.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface CreateModelCommandOutput extends CreateModelResponse, __Metadat
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CreateModelCommandInput - {@link CreateModelCommandInput}
34
+ * @returns {@link CreateModelCommandOutput}
28
35
  * @see {@link CreateModelCommandInput} for command's `input` shape.
29
36
  * @see {@link CreateModelCommandOutput} for command's `response` shape.
30
37
  * @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
@@ -46,11 +53,20 @@ export interface CreateModelCommandOutput extends CreateModelResponse, __Metadat
46
53
  export declare class CreateModelCommand extends $Command<CreateModelCommandInput, CreateModelCommandOutput, ApiGatewayV2ClientResolvedConfig> {
47
54
  readonly input: CreateModelCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: CreateModelCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateModelCommandInput, CreateModelCommandOutput>;
64
+ /**
65
+ * @internal
66
+ */
54
67
  private serialize;
68
+ /**
69
+ * @internal
70
+ */
55
71
  private deserialize;
56
72
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
5
5
  import { CreateRouteRequest, CreateRouteResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateRouteCommand}.
8
10
  */
9
11
  export interface CreateRouteCommandInput extends CreateRouteRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateRouteCommand}.
13
17
  */
14
18
  export interface CreateRouteCommandOutput extends CreateRouteResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a Route for an API.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface CreateRouteCommandOutput extends CreateRouteResult, __MetadataB
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CreateRouteCommandInput - {@link CreateRouteCommandInput}
34
+ * @returns {@link CreateRouteCommandOutput}
28
35
  * @see {@link CreateRouteCommandInput} for command's `input` shape.
29
36
  * @see {@link CreateRouteCommandOutput} for command's `response` shape.
30
37
  * @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
@@ -46,11 +53,20 @@ export interface CreateRouteCommandOutput extends CreateRouteResult, __MetadataB
46
53
  export declare class CreateRouteCommand extends $Command<CreateRouteCommandInput, CreateRouteCommandOutput, ApiGatewayV2ClientResolvedConfig> {
47
54
  readonly input: CreateRouteCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: CreateRouteCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateRouteCommandInput, CreateRouteCommandOutput>;
64
+ /**
65
+ * @internal
66
+ */
54
67
  private serialize;
68
+ /**
69
+ * @internal
70
+ */
55
71
  private deserialize;
56
72
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
5
5
  import { CreateRouteResponseRequest, CreateRouteResponseResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateRouteResponseCommand}.
8
10
  */
9
11
  export interface CreateRouteResponseCommandInput extends CreateRouteResponseRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateRouteResponseCommand}.
13
17
  */
14
18
  export interface CreateRouteResponseCommandOutput extends CreateRouteResponseResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a RouteResponse for a Route.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface CreateRouteResponseCommandOutput extends CreateRouteResponseRes
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CreateRouteResponseCommandInput - {@link CreateRouteResponseCommandInput}
34
+ * @returns {@link CreateRouteResponseCommandOutput}
28
35
  * @see {@link CreateRouteResponseCommandInput} for command's `input` shape.
29
36
  * @see {@link CreateRouteResponseCommandOutput} for command's `response` shape.
30
37
  * @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
@@ -46,11 +53,20 @@ export interface CreateRouteResponseCommandOutput extends CreateRouteResponseRes
46
53
  export declare class CreateRouteResponseCommand extends $Command<CreateRouteResponseCommandInput, CreateRouteResponseCommandOutput, ApiGatewayV2ClientResolvedConfig> {
47
54
  readonly input: CreateRouteResponseCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: CreateRouteResponseCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateRouteResponseCommandInput, CreateRouteResponseCommandOutput>;
64
+ /**
65
+ * @internal
66
+ */
54
67
  private serialize;
68
+ /**
69
+ * @internal
70
+ */
55
71
  private deserialize;
56
72
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
5
5
  import { CreateStageRequest, CreateStageResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateStageCommand}.
8
10
  */
9
11
  export interface CreateStageCommandInput extends CreateStageRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateStageCommand}.
13
17
  */
14
18
  export interface CreateStageCommandOutput extends CreateStageResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a Stage for an API.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface CreateStageCommandOutput extends CreateStageResponse, __Metadat
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CreateStageCommandInput - {@link CreateStageCommandInput}
34
+ * @returns {@link CreateStageCommandOutput}
28
35
  * @see {@link CreateStageCommandInput} for command's `input` shape.
29
36
  * @see {@link CreateStageCommandOutput} for command's `response` shape.
30
37
  * @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
@@ -46,11 +53,20 @@ export interface CreateStageCommandOutput extends CreateStageResponse, __Metadat
46
53
  export declare class CreateStageCommand extends $Command<CreateStageCommandInput, CreateStageCommandOutput, ApiGatewayV2ClientResolvedConfig> {
47
54
  readonly input: CreateStageCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: CreateStageCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateStageCommandInput, CreateStageCommandOutput>;
64
+ /**
65
+ * @internal
66
+ */
54
67
  private serialize;
68
+ /**
69
+ * @internal
70
+ */
55
71
  private deserialize;
56
72
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
5
5
  import { CreateVpcLinkRequest, CreateVpcLinkResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateVpcLinkCommand}.
8
10
  */
9
11
  export interface CreateVpcLinkCommandInput extends CreateVpcLinkRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateVpcLinkCommand}.
13
17
  */
14
18
  export interface CreateVpcLinkCommandOutput extends CreateVpcLinkResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a VPC link.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface CreateVpcLinkCommandOutput extends CreateVpcLinkResponse, __Met
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CreateVpcLinkCommandInput - {@link CreateVpcLinkCommandInput}
34
+ * @returns {@link CreateVpcLinkCommandOutput}
28
35
  * @see {@link CreateVpcLinkCommandInput} for command's `input` shape.
29
36
  * @see {@link CreateVpcLinkCommandOutput} for command's `response` shape.
30
37
  * @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
@@ -40,11 +47,20 @@ export interface CreateVpcLinkCommandOutput extends CreateVpcLinkResponse, __Met
40
47
  export declare class CreateVpcLinkCommand extends $Command<CreateVpcLinkCommandInput, CreateVpcLinkCommandOutput, ApiGatewayV2ClientResolvedConfig> {
41
48
  readonly input: CreateVpcLinkCommandInput;
42
49
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
50
+ /**
51
+ * @public
52
+ */
43
53
  constructor(input: CreateVpcLinkCommandInput);
44
54
  /**
45
55
  * @internal
46
56
  */
47
57
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateVpcLinkCommandInput, CreateVpcLinkCommandOutput>;
58
+ /**
59
+ * @internal
60
+ */
48
61
  private serialize;
62
+ /**
63
+ * @internal
64
+ */
49
65
  private deserialize;
50
66
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
5
5
  import { DeleteAccessLogSettingsRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteAccessLogSettingsCommand}.
8
10
  */
9
11
  export interface DeleteAccessLogSettingsCommandInput extends DeleteAccessLogSettingsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteAccessLogSettingsCommand}.
13
17
  */
14
18
  export interface DeleteAccessLogSettingsCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes the AccessLogSettings for a Stage. To disable access logging for a Stage, delete its AccessLogSettings.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DeleteAccessLogSettingsCommandOutput extends __MetadataBearer {
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteAccessLogSettingsCommandInput - {@link DeleteAccessLogSettingsCommandInput}
34
+ * @returns {@link DeleteAccessLogSettingsCommandOutput}
28
35
  * @see {@link DeleteAccessLogSettingsCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteAccessLogSettingsCommandOutput} for command's `response` shape.
30
37
  * @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
@@ -40,11 +47,20 @@ export interface DeleteAccessLogSettingsCommandOutput extends __MetadataBearer {
40
47
  export declare class DeleteAccessLogSettingsCommand extends $Command<DeleteAccessLogSettingsCommandInput, DeleteAccessLogSettingsCommandOutput, ApiGatewayV2ClientResolvedConfig> {
41
48
  readonly input: DeleteAccessLogSettingsCommandInput;
42
49
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
50
+ /**
51
+ * @public
52
+ */
43
53
  constructor(input: DeleteAccessLogSettingsCommandInput);
44
54
  /**
45
55
  * @internal
46
56
  */
47
57
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteAccessLogSettingsCommandInput, DeleteAccessLogSettingsCommandOutput>;
58
+ /**
59
+ * @internal
60
+ */
48
61
  private serialize;
62
+ /**
63
+ * @internal
64
+ */
49
65
  private deserialize;
50
66
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
5
5
  import { DeleteApiRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteApiCommand}.
8
10
  */
9
11
  export interface DeleteApiCommandInput extends DeleteApiRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteApiCommand}.
13
17
  */
14
18
  export interface DeleteApiCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes an Api resource.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DeleteApiCommandOutput extends __MetadataBearer {
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteApiCommandInput - {@link DeleteApiCommandInput}
34
+ * @returns {@link DeleteApiCommandOutput}
28
35
  * @see {@link DeleteApiCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteApiCommandOutput} for command's `response` shape.
30
37
  * @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
@@ -40,11 +47,20 @@ export interface DeleteApiCommandOutput extends __MetadataBearer {
40
47
  export declare class DeleteApiCommand extends $Command<DeleteApiCommandInput, DeleteApiCommandOutput, ApiGatewayV2ClientResolvedConfig> {
41
48
  readonly input: DeleteApiCommandInput;
42
49
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
50
+ /**
51
+ * @public
52
+ */
43
53
  constructor(input: DeleteApiCommandInput);
44
54
  /**
45
55
  * @internal
46
56
  */
47
57
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteApiCommandInput, DeleteApiCommandOutput>;
58
+ /**
59
+ * @internal
60
+ */
48
61
  private serialize;
62
+ /**
63
+ * @internal
64
+ */
49
65
  private deserialize;
50
66
  }