@aws-sdk/client-api-gateway 3.296.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 (138) hide show
  1. package/dist-types/APIGateway.d.ts +121 -0
  2. package/dist-types/APIGatewayClient.d.ts +24 -4
  3. package/dist-types/commands/CreateApiKeyCommand.d.ts +16 -0
  4. package/dist-types/commands/CreateAuthorizerCommand.d.ts +16 -0
  5. package/dist-types/commands/CreateBasePathMappingCommand.d.ts +16 -0
  6. package/dist-types/commands/CreateDeploymentCommand.d.ts +16 -0
  7. package/dist-types/commands/CreateDocumentationPartCommand.d.ts +16 -0
  8. package/dist-types/commands/CreateDocumentationVersionCommand.d.ts +16 -0
  9. package/dist-types/commands/CreateDomainNameCommand.d.ts +16 -0
  10. package/dist-types/commands/CreateModelCommand.d.ts +16 -0
  11. package/dist-types/commands/CreateRequestValidatorCommand.d.ts +16 -0
  12. package/dist-types/commands/CreateResourceCommand.d.ts +16 -0
  13. package/dist-types/commands/CreateRestApiCommand.d.ts +16 -0
  14. package/dist-types/commands/CreateStageCommand.d.ts +16 -0
  15. package/dist-types/commands/CreateUsagePlanCommand.d.ts +16 -0
  16. package/dist-types/commands/CreateUsagePlanKeyCommand.d.ts +16 -0
  17. package/dist-types/commands/CreateVpcLinkCommand.d.ts +16 -0
  18. package/dist-types/commands/DeleteApiKeyCommand.d.ts +16 -0
  19. package/dist-types/commands/DeleteAuthorizerCommand.d.ts +16 -0
  20. package/dist-types/commands/DeleteBasePathMappingCommand.d.ts +16 -0
  21. package/dist-types/commands/DeleteClientCertificateCommand.d.ts +16 -0
  22. package/dist-types/commands/DeleteDeploymentCommand.d.ts +16 -0
  23. package/dist-types/commands/DeleteDocumentationPartCommand.d.ts +16 -0
  24. package/dist-types/commands/DeleteDocumentationVersionCommand.d.ts +16 -0
  25. package/dist-types/commands/DeleteDomainNameCommand.d.ts +16 -0
  26. package/dist-types/commands/DeleteGatewayResponseCommand.d.ts +16 -0
  27. package/dist-types/commands/DeleteIntegrationCommand.d.ts +16 -0
  28. package/dist-types/commands/DeleteIntegrationResponseCommand.d.ts +16 -0
  29. package/dist-types/commands/DeleteMethodCommand.d.ts +16 -0
  30. package/dist-types/commands/DeleteMethodResponseCommand.d.ts +16 -0
  31. package/dist-types/commands/DeleteModelCommand.d.ts +16 -0
  32. package/dist-types/commands/DeleteRequestValidatorCommand.d.ts +16 -0
  33. package/dist-types/commands/DeleteResourceCommand.d.ts +16 -0
  34. package/dist-types/commands/DeleteRestApiCommand.d.ts +16 -0
  35. package/dist-types/commands/DeleteStageCommand.d.ts +16 -0
  36. package/dist-types/commands/DeleteUsagePlanCommand.d.ts +16 -0
  37. package/dist-types/commands/DeleteUsagePlanKeyCommand.d.ts +16 -0
  38. package/dist-types/commands/DeleteVpcLinkCommand.d.ts +16 -0
  39. package/dist-types/commands/FlushStageAuthorizersCacheCommand.d.ts +16 -0
  40. package/dist-types/commands/FlushStageCacheCommand.d.ts +16 -0
  41. package/dist-types/commands/GenerateClientCertificateCommand.d.ts +16 -0
  42. package/dist-types/commands/GetAccountCommand.d.ts +16 -0
  43. package/dist-types/commands/GetApiKeyCommand.d.ts +16 -0
  44. package/dist-types/commands/GetApiKeysCommand.d.ts +16 -0
  45. package/dist-types/commands/GetAuthorizerCommand.d.ts +16 -0
  46. package/dist-types/commands/GetAuthorizersCommand.d.ts +16 -0
  47. package/dist-types/commands/GetBasePathMappingCommand.d.ts +16 -0
  48. package/dist-types/commands/GetBasePathMappingsCommand.d.ts +16 -0
  49. package/dist-types/commands/GetClientCertificateCommand.d.ts +16 -0
  50. package/dist-types/commands/GetClientCertificatesCommand.d.ts +16 -0
  51. package/dist-types/commands/GetDeploymentCommand.d.ts +16 -0
  52. package/dist-types/commands/GetDeploymentsCommand.d.ts +16 -0
  53. package/dist-types/commands/GetDocumentationPartCommand.d.ts +16 -0
  54. package/dist-types/commands/GetDocumentationPartsCommand.d.ts +16 -0
  55. package/dist-types/commands/GetDocumentationVersionCommand.d.ts +16 -0
  56. package/dist-types/commands/GetDocumentationVersionsCommand.d.ts +16 -0
  57. package/dist-types/commands/GetDomainNameCommand.d.ts +16 -0
  58. package/dist-types/commands/GetDomainNamesCommand.d.ts +16 -0
  59. package/dist-types/commands/GetExportCommand.d.ts +16 -0
  60. package/dist-types/commands/GetGatewayResponseCommand.d.ts +16 -0
  61. package/dist-types/commands/GetGatewayResponsesCommand.d.ts +16 -0
  62. package/dist-types/commands/GetIntegrationCommand.d.ts +16 -0
  63. package/dist-types/commands/GetIntegrationResponseCommand.d.ts +16 -0
  64. package/dist-types/commands/GetMethodCommand.d.ts +16 -0
  65. package/dist-types/commands/GetMethodResponseCommand.d.ts +16 -0
  66. package/dist-types/commands/GetModelCommand.d.ts +16 -0
  67. package/dist-types/commands/GetModelTemplateCommand.d.ts +16 -0
  68. package/dist-types/commands/GetModelsCommand.d.ts +16 -0
  69. package/dist-types/commands/GetRequestValidatorCommand.d.ts +16 -0
  70. package/dist-types/commands/GetRequestValidatorsCommand.d.ts +16 -0
  71. package/dist-types/commands/GetResourceCommand.d.ts +16 -0
  72. package/dist-types/commands/GetResourcesCommand.d.ts +16 -0
  73. package/dist-types/commands/GetRestApiCommand.d.ts +16 -0
  74. package/dist-types/commands/GetRestApisCommand.d.ts +16 -0
  75. package/dist-types/commands/GetSdkCommand.d.ts +16 -0
  76. package/dist-types/commands/GetSdkTypeCommand.d.ts +16 -0
  77. package/dist-types/commands/GetSdkTypesCommand.d.ts +16 -0
  78. package/dist-types/commands/GetStageCommand.d.ts +16 -0
  79. package/dist-types/commands/GetStagesCommand.d.ts +16 -0
  80. package/dist-types/commands/GetTagsCommand.d.ts +16 -0
  81. package/dist-types/commands/GetUsageCommand.d.ts +16 -0
  82. package/dist-types/commands/GetUsagePlanCommand.d.ts +16 -0
  83. package/dist-types/commands/GetUsagePlanKeyCommand.d.ts +16 -0
  84. package/dist-types/commands/GetUsagePlanKeysCommand.d.ts +16 -0
  85. package/dist-types/commands/GetUsagePlansCommand.d.ts +16 -0
  86. package/dist-types/commands/GetVpcLinkCommand.d.ts +16 -0
  87. package/dist-types/commands/GetVpcLinksCommand.d.ts +16 -0
  88. package/dist-types/commands/ImportApiKeysCommand.d.ts +16 -0
  89. package/dist-types/commands/ImportDocumentationPartsCommand.d.ts +16 -0
  90. package/dist-types/commands/ImportRestApiCommand.d.ts +16 -0
  91. package/dist-types/commands/PutGatewayResponseCommand.d.ts +16 -0
  92. package/dist-types/commands/PutIntegrationCommand.d.ts +16 -0
  93. package/dist-types/commands/PutIntegrationResponseCommand.d.ts +16 -0
  94. package/dist-types/commands/PutMethodCommand.d.ts +16 -0
  95. package/dist-types/commands/PutMethodResponseCommand.d.ts +16 -0
  96. package/dist-types/commands/PutRestApiCommand.d.ts +16 -0
  97. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  98. package/dist-types/commands/TestInvokeAuthorizerCommand.d.ts +16 -0
  99. package/dist-types/commands/TestInvokeMethodCommand.d.ts +16 -0
  100. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  101. package/dist-types/commands/UpdateAccountCommand.d.ts +16 -0
  102. package/dist-types/commands/UpdateApiKeyCommand.d.ts +16 -0
  103. package/dist-types/commands/UpdateAuthorizerCommand.d.ts +16 -0
  104. package/dist-types/commands/UpdateBasePathMappingCommand.d.ts +16 -0
  105. package/dist-types/commands/UpdateClientCertificateCommand.d.ts +16 -0
  106. package/dist-types/commands/UpdateDeploymentCommand.d.ts +16 -0
  107. package/dist-types/commands/UpdateDocumentationPartCommand.d.ts +16 -0
  108. package/dist-types/commands/UpdateDocumentationVersionCommand.d.ts +16 -0
  109. package/dist-types/commands/UpdateDomainNameCommand.d.ts +16 -0
  110. package/dist-types/commands/UpdateGatewayResponseCommand.d.ts +16 -0
  111. package/dist-types/commands/UpdateIntegrationCommand.d.ts +16 -0
  112. package/dist-types/commands/UpdateIntegrationResponseCommand.d.ts +16 -0
  113. package/dist-types/commands/UpdateMethodCommand.d.ts +16 -0
  114. package/dist-types/commands/UpdateMethodResponseCommand.d.ts +16 -0
  115. package/dist-types/commands/UpdateModelCommand.d.ts +16 -0
  116. package/dist-types/commands/UpdateRequestValidatorCommand.d.ts +16 -0
  117. package/dist-types/commands/UpdateResourceCommand.d.ts +16 -0
  118. package/dist-types/commands/UpdateRestApiCommand.d.ts +16 -0
  119. package/dist-types/commands/UpdateStageCommand.d.ts +16 -0
  120. package/dist-types/commands/UpdateUsageCommand.d.ts +16 -0
  121. package/dist-types/commands/UpdateUsagePlanCommand.d.ts +16 -0
  122. package/dist-types/commands/UpdateVpcLinkCommand.d.ts +16 -0
  123. package/dist-types/models/APIGatewayServiceException.d.ts +2 -0
  124. package/dist-types/models/models_0.d.ts +298 -48
  125. package/dist-types/pagination/GetApiKeysPaginator.d.ts +3 -0
  126. package/dist-types/pagination/GetBasePathMappingsPaginator.d.ts +3 -0
  127. package/dist-types/pagination/GetClientCertificatesPaginator.d.ts +3 -0
  128. package/dist-types/pagination/GetDeploymentsPaginator.d.ts +3 -0
  129. package/dist-types/pagination/GetDomainNamesPaginator.d.ts +3 -0
  130. package/dist-types/pagination/GetModelsPaginator.d.ts +3 -0
  131. package/dist-types/pagination/GetResourcesPaginator.d.ts +3 -0
  132. package/dist-types/pagination/GetRestApisPaginator.d.ts +3 -0
  133. package/dist-types/pagination/GetUsagePaginator.d.ts +3 -0
  134. package/dist-types/pagination/GetUsagePlanKeysPaginator.d.ts +3 -0
  135. package/dist-types/pagination/GetUsagePlansPaginator.d.ts +3 -0
  136. package/dist-types/pagination/GetVpcLinksPaginator.d.ts +3 -0
  137. package/dist-types/pagination/Interfaces.d.ts +3 -0
  138. package/package.json +3 -3
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient";
5
5
  import { Integration, PutIntegrationRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link PutIntegrationCommand}.
8
10
  */
9
11
  export interface PutIntegrationCommandInput extends PutIntegrationRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link PutIntegrationCommand}.
13
17
  */
14
18
  export interface PutIntegrationCommandOutput extends Integration, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Sets up a method's 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 PutIntegrationCommandOutput extends Integration, __MetadataBear
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param PutIntegrationCommandInput - {@link PutIntegrationCommandInput}
34
+ * @returns {@link PutIntegrationCommandOutput}
28
35
  * @see {@link PutIntegrationCommandInput} for command's `input` shape.
29
36
  * @see {@link PutIntegrationCommandOutput} for command's `response` shape.
30
37
  * @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
@@ -52,11 +59,20 @@ export interface PutIntegrationCommandOutput extends Integration, __MetadataBear
52
59
  export declare class PutIntegrationCommand extends $Command<PutIntegrationCommandInput, PutIntegrationCommandOutput, APIGatewayClientResolvedConfig> {
53
60
  readonly input: PutIntegrationCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: PutIntegrationCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: APIGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutIntegrationCommandInput, PutIntegrationCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
60
73
  private serialize;
74
+ /**
75
+ * @internal
76
+ */
61
77
  private deserialize;
62
78
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient";
5
5
  import { IntegrationResponse, PutIntegrationResponseRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link PutIntegrationResponseCommand}.
8
10
  */
9
11
  export interface PutIntegrationResponseCommandInput extends PutIntegrationResponseRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link PutIntegrationResponseCommand}.
13
17
  */
14
18
  export interface PutIntegrationResponseCommandOutput extends IntegrationResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Represents a put 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 PutIntegrationResponseCommandOutput extends IntegrationResponse
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param PutIntegrationResponseCommandInput - {@link PutIntegrationResponseCommandInput}
34
+ * @returns {@link PutIntegrationResponseCommandOutput}
28
35
  * @see {@link PutIntegrationResponseCommandInput} for command's `input` shape.
29
36
  * @see {@link PutIntegrationResponseCommandOutput} for command's `response` shape.
30
37
  * @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
@@ -52,11 +59,20 @@ export interface PutIntegrationResponseCommandOutput extends IntegrationResponse
52
59
  export declare class PutIntegrationResponseCommand extends $Command<PutIntegrationResponseCommandInput, PutIntegrationResponseCommandOutput, APIGatewayClientResolvedConfig> {
53
60
  readonly input: PutIntegrationResponseCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: PutIntegrationResponseCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: APIGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutIntegrationResponseCommandInput, PutIntegrationResponseCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
60
73
  private serialize;
74
+ /**
75
+ * @internal
76
+ */
61
77
  private deserialize;
62
78
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient";
5
5
  import { Method, PutMethodRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link PutMethodCommand}.
8
10
  */
9
11
  export interface PutMethodCommandInput extends PutMethodRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link PutMethodCommand}.
13
17
  */
14
18
  export interface PutMethodCommandOutput extends Method, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Add a method to an existing Resource 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 PutMethodCommandOutput extends Method, __MetadataBearer {
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param PutMethodCommandInput - {@link PutMethodCommandInput}
34
+ * @returns {@link PutMethodCommandOutput}
28
35
  * @see {@link PutMethodCommandInput} for command's `input` shape.
29
36
  * @see {@link PutMethodCommandOutput} for command's `response` shape.
30
37
  * @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
@@ -52,11 +59,20 @@ export interface PutMethodCommandOutput extends Method, __MetadataBearer {
52
59
  export declare class PutMethodCommand extends $Command<PutMethodCommandInput, PutMethodCommandOutput, APIGatewayClientResolvedConfig> {
53
60
  readonly input: PutMethodCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: PutMethodCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: APIGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutMethodCommandInput, PutMethodCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
60
73
  private serialize;
74
+ /**
75
+ * @internal
76
+ */
61
77
  private deserialize;
62
78
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient";
5
5
  import { MethodResponse, PutMethodResponseRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link PutMethodResponseCommand}.
8
10
  */
9
11
  export interface PutMethodResponseCommandInput extends PutMethodResponseRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link PutMethodResponseCommand}.
13
17
  */
14
18
  export interface PutMethodResponseCommandOutput extends MethodResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Adds a MethodResponse to an existing Method 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 PutMethodResponseCommandOutput extends MethodResponse, __Metada
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param PutMethodResponseCommandInput - {@link PutMethodResponseCommandInput}
34
+ * @returns {@link PutMethodResponseCommandOutput}
28
35
  * @see {@link PutMethodResponseCommandInput} for command's `input` shape.
29
36
  * @see {@link PutMethodResponseCommandOutput} for command's `response` shape.
30
37
  * @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
@@ -52,11 +59,20 @@ export interface PutMethodResponseCommandOutput extends MethodResponse, __Metada
52
59
  export declare class PutMethodResponseCommand extends $Command<PutMethodResponseCommandInput, PutMethodResponseCommandOutput, APIGatewayClientResolvedConfig> {
53
60
  readonly input: PutMethodResponseCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: PutMethodResponseCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: APIGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutMethodResponseCommandInput, PutMethodResponseCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
60
73
  private serialize;
74
+ /**
75
+ * @internal
76
+ */
61
77
  private deserialize;
62
78
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient";
5
5
  import { PutRestApiRequest, RestApi } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link PutRestApiCommand}.
8
10
  */
9
11
  export interface PutRestApiCommandInput extends PutRestApiRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link PutRestApiCommand}.
13
17
  */
14
18
  export interface PutRestApiCommandOutput extends RestApi, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>A feature of the API Gateway control service for updating an existing API with an input of external API definitions.
18
23
  * The update can take the form of merging the supplied definition into the existing API or overwriting the existing API.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface PutRestApiCommandOutput extends RestApi, __MetadataBearer {
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param PutRestApiCommandInput - {@link PutRestApiCommandInput}
35
+ * @returns {@link PutRestApiCommandOutput}
29
36
  * @see {@link PutRestApiCommandInput} for command's `input` shape.
30
37
  * @see {@link PutRestApiCommandOutput} for command's `response` shape.
31
38
  * @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
@@ -53,11 +60,20 @@ export interface PutRestApiCommandOutput extends RestApi, __MetadataBearer {
53
60
  export declare class PutRestApiCommand extends $Command<PutRestApiCommandInput, PutRestApiCommandOutput, APIGatewayClientResolvedConfig> {
54
61
  readonly input: PutRestApiCommandInput;
55
62
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
63
+ /**
64
+ * @public
65
+ */
56
66
  constructor(input: PutRestApiCommandInput);
57
67
  /**
58
68
  * @internal
59
69
  */
60
70
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: APIGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutRestApiCommandInput, PutRestApiCommandOutput>;
71
+ /**
72
+ * @internal
73
+ */
61
74
  private serialize;
75
+ /**
76
+ * @internal
77
+ */
62
78
  private deserialize;
63
79
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient";
5
5
  import { TagResourceRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link TagResourceCommand}.
8
10
  */
9
11
  export interface TagResourceCommandInput extends TagResourceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link TagResourceCommand}.
13
17
  */
14
18
  export interface TagResourceCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Adds or updates a tag on a given 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 TagResourceCommandOutput extends __MetadataBearer {
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param TagResourceCommandInput - {@link TagResourceCommandInput}
34
+ * @returns {@link TagResourceCommandOutput}
28
35
  * @see {@link TagResourceCommandInput} for command's `input` shape.
29
36
  * @see {@link TagResourceCommandOutput} for command's `response` shape.
30
37
  * @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
@@ -52,11 +59,20 @@ export interface TagResourceCommandOutput extends __MetadataBearer {
52
59
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, APIGatewayClientResolvedConfig> {
53
60
  readonly input: TagResourceCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: TagResourceCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: APIGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
60
73
  private serialize;
74
+ /**
75
+ * @internal
76
+ */
61
77
  private deserialize;
62
78
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient";
5
5
  import { TestInvokeAuthorizerRequest, TestInvokeAuthorizerResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link TestInvokeAuthorizerCommand}.
8
10
  */
9
11
  export interface TestInvokeAuthorizerCommandInput extends TestInvokeAuthorizerRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link TestInvokeAuthorizerCommand}.
13
17
  */
14
18
  export interface TestInvokeAuthorizerCommandOutput extends TestInvokeAuthorizerResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Simulate the execution of an Authorizer in your RestApi with headers, parameters, and an incoming request body.</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 TestInvokeAuthorizerCommandOutput extends TestInvokeAuthorizerR
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param TestInvokeAuthorizerCommandInput - {@link TestInvokeAuthorizerCommandInput}
34
+ * @returns {@link TestInvokeAuthorizerCommandOutput}
28
35
  * @see {@link TestInvokeAuthorizerCommandInput} for command's `input` shape.
29
36
  * @see {@link TestInvokeAuthorizerCommandOutput} for command's `response` shape.
30
37
  * @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
@@ -46,11 +53,20 @@ export interface TestInvokeAuthorizerCommandOutput extends TestInvokeAuthorizerR
46
53
  export declare class TestInvokeAuthorizerCommand extends $Command<TestInvokeAuthorizerCommandInput, TestInvokeAuthorizerCommandOutput, APIGatewayClientResolvedConfig> {
47
54
  readonly input: TestInvokeAuthorizerCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: TestInvokeAuthorizerCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: APIGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TestInvokeAuthorizerCommandInput, TestInvokeAuthorizerCommandOutput>;
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 { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient";
5
5
  import { TestInvokeMethodRequest, TestInvokeMethodResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link TestInvokeMethodCommand}.
8
10
  */
9
11
  export interface TestInvokeMethodCommandInput extends TestInvokeMethodRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link TestInvokeMethodCommand}.
13
17
  */
14
18
  export interface TestInvokeMethodCommandOutput extends TestInvokeMethodResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Simulate the invocation of a Method in your RestApi with headers, parameters, and an incoming request body.</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 TestInvokeMethodCommandOutput extends TestInvokeMethodResponse,
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param TestInvokeMethodCommandInput - {@link TestInvokeMethodCommandInput}
34
+ * @returns {@link TestInvokeMethodCommandOutput}
28
35
  * @see {@link TestInvokeMethodCommandInput} for command's `input` shape.
29
36
  * @see {@link TestInvokeMethodCommandOutput} for command's `response` shape.
30
37
  * @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
@@ -46,11 +53,20 @@ export interface TestInvokeMethodCommandOutput extends TestInvokeMethodResponse,
46
53
  export declare class TestInvokeMethodCommand extends $Command<TestInvokeMethodCommandInput, TestInvokeMethodCommandOutput, APIGatewayClientResolvedConfig> {
47
54
  readonly input: TestInvokeMethodCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: TestInvokeMethodCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: APIGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TestInvokeMethodCommandInput, TestInvokeMethodCommandOutput>;
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 { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient";
5
5
  import { UntagResourceRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UntagResourceCommand}.
8
10
  */
9
11
  export interface UntagResourceCommandInput extends UntagResourceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UntagResourceCommand}.
13
17
  */
14
18
  export interface UntagResourceCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Removes a tag from a given 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 UntagResourceCommandOutput extends __MetadataBearer {
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UntagResourceCommandInput - {@link UntagResourceCommandInput}
34
+ * @returns {@link UntagResourceCommandOutput}
28
35
  * @see {@link UntagResourceCommandInput} for command's `input` shape.
29
36
  * @see {@link UntagResourceCommandOutput} for command's `response` shape.
30
37
  * @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
@@ -52,11 +59,20 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {
52
59
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, APIGatewayClientResolvedConfig> {
53
60
  readonly input: UntagResourceCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: UntagResourceCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: APIGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
60
73
  private serialize;
74
+ /**
75
+ * @internal
76
+ */
61
77
  private deserialize;
62
78
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient";
5
5
  import { Account, UpdateAccountRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateAccountCommand}.
8
10
  */
9
11
  export interface UpdateAccountCommandInput extends UpdateAccountRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateAccountCommand}.
13
17
  */
14
18
  export interface UpdateAccountCommandOutput extends Account, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Changes information about the current Account 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 UpdateAccountCommandOutput extends Account, __MetadataBearer {
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateAccountCommandInput - {@link UpdateAccountCommandInput}
34
+ * @returns {@link UpdateAccountCommandOutput}
28
35
  * @see {@link UpdateAccountCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateAccountCommandOutput} for command's `response` shape.
30
37
  * @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
@@ -52,11 +59,20 @@ export interface UpdateAccountCommandOutput extends Account, __MetadataBearer {
52
59
  export declare class UpdateAccountCommand extends $Command<UpdateAccountCommandInput, UpdateAccountCommandOutput, APIGatewayClientResolvedConfig> {
53
60
  readonly input: UpdateAccountCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: UpdateAccountCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: APIGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateAccountCommandInput, UpdateAccountCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
60
73
  private serialize;
74
+ /**
75
+ * @internal
76
+ */
61
77
  private deserialize;
62
78
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient";
5
5
  import { ApiKey, UpdateApiKeyRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateApiKeyCommand}.
8
10
  */
9
11
  export interface UpdateApiKeyCommandInput extends UpdateApiKeyRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateApiKeyCommand}.
13
17
  */
14
18
  export interface UpdateApiKeyCommandOutput extends ApiKey, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Changes information about an ApiKey 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 UpdateApiKeyCommandOutput extends ApiKey, __MetadataBearer {
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateApiKeyCommandInput - {@link UpdateApiKeyCommandInput}
34
+ * @returns {@link UpdateApiKeyCommandOutput}
28
35
  * @see {@link UpdateApiKeyCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateApiKeyCommandOutput} for command's `response` shape.
30
37
  * @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
@@ -52,11 +59,20 @@ export interface UpdateApiKeyCommandOutput extends ApiKey, __MetadataBearer {
52
59
  export declare class UpdateApiKeyCommand extends $Command<UpdateApiKeyCommandInput, UpdateApiKeyCommandOutput, APIGatewayClientResolvedConfig> {
53
60
  readonly input: UpdateApiKeyCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: UpdateApiKeyCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: APIGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateApiKeyCommandInput, UpdateApiKeyCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
60
73
  private serialize;
74
+ /**
75
+ * @internal
76
+ */
61
77
  private deserialize;
62
78
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient";
5
5
  import { Authorizer, UpdateAuthorizerRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateAuthorizerCommand}.
8
10
  */
9
11
  export interface UpdateAuthorizerCommandInput extends UpdateAuthorizerRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateAuthorizerCommand}.
13
17
  */
14
18
  export interface UpdateAuthorizerCommandOutput extends Authorizer, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates an existing Authorizer 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 UpdateAuthorizerCommandOutput extends Authorizer, __MetadataBea
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateAuthorizerCommandInput - {@link UpdateAuthorizerCommandInput}
34
+ * @returns {@link UpdateAuthorizerCommandOutput}
28
35
  * @see {@link UpdateAuthorizerCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateAuthorizerCommandOutput} for command's `response` shape.
30
37
  * @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
@@ -52,11 +59,20 @@ export interface UpdateAuthorizerCommandOutput extends Authorizer, __MetadataBea
52
59
  export declare class UpdateAuthorizerCommand extends $Command<UpdateAuthorizerCommandInput, UpdateAuthorizerCommandOutput, APIGatewayClientResolvedConfig> {
53
60
  readonly input: UpdateAuthorizerCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: UpdateAuthorizerCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: APIGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateAuthorizerCommandInput, UpdateAuthorizerCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
60
73
  private serialize;
74
+ /**
75
+ * @internal
76
+ */
61
77
  private deserialize;
62
78
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient";
5
5
  import { BasePathMapping, UpdateBasePathMappingRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateBasePathMappingCommand}.
8
10
  */
9
11
  export interface UpdateBasePathMappingCommandInput extends UpdateBasePathMappingRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateBasePathMappingCommand}.
13
17
  */
14
18
  export interface UpdateBasePathMappingCommandOutput extends BasePathMapping, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Changes information about the BasePathMapping 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 UpdateBasePathMappingCommandOutput extends BasePathMapping, __M
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateBasePathMappingCommandInput - {@link UpdateBasePathMappingCommandInput}
34
+ * @returns {@link UpdateBasePathMappingCommandOutput}
28
35
  * @see {@link UpdateBasePathMappingCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateBasePathMappingCommandOutput} for command's `response` shape.
30
37
  * @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
@@ -52,11 +59,20 @@ export interface UpdateBasePathMappingCommandOutput extends BasePathMapping, __M
52
59
  export declare class UpdateBasePathMappingCommand extends $Command<UpdateBasePathMappingCommandInput, UpdateBasePathMappingCommandOutput, APIGatewayClientResolvedConfig> {
53
60
  readonly input: UpdateBasePathMappingCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: UpdateBasePathMappingCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: APIGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateBasePathMappingCommandInput, UpdateBasePathMappingCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
60
73
  private serialize;
74
+ /**
75
+ * @internal
76
+ */
61
77
  private deserialize;
62
78
  }