@aws-sdk/client-apigatewayv2 3.888.0 → 3.891.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/commands/CreateApiCommand.d.ts +2 -0
- package/dist-types/commands/CreateApiMappingCommand.d.ts +2 -0
- package/dist-types/commands/CreateAuthorizerCommand.d.ts +2 -0
- package/dist-types/commands/CreateDeploymentCommand.d.ts +2 -0
- package/dist-types/commands/CreateDomainNameCommand.d.ts +2 -0
- package/dist-types/commands/CreateIntegrationCommand.d.ts +2 -0
- package/dist-types/commands/CreateIntegrationResponseCommand.d.ts +2 -0
- package/dist-types/commands/CreateModelCommand.d.ts +2 -0
- package/dist-types/commands/CreateRouteCommand.d.ts +2 -0
- package/dist-types/commands/CreateRouteResponseCommand.d.ts +2 -0
- package/dist-types/commands/CreateRoutingRuleCommand.d.ts +2 -0
- package/dist-types/commands/CreateStageCommand.d.ts +2 -0
- package/dist-types/commands/CreateVpcLinkCommand.d.ts +2 -0
- package/dist-types/commands/DeleteAccessLogSettingsCommand.d.ts +2 -0
- package/dist-types/commands/DeleteApiCommand.d.ts +2 -0
- package/dist-types/commands/DeleteApiMappingCommand.d.ts +2 -0
- package/dist-types/commands/DeleteAuthorizerCommand.d.ts +2 -0
- package/dist-types/commands/DeleteCorsConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/DeleteDeploymentCommand.d.ts +2 -0
- package/dist-types/commands/DeleteDomainNameCommand.d.ts +2 -0
- package/dist-types/commands/DeleteIntegrationCommand.d.ts +2 -0
- package/dist-types/commands/DeleteIntegrationResponseCommand.d.ts +2 -0
- package/dist-types/commands/DeleteModelCommand.d.ts +2 -0
- package/dist-types/commands/DeleteRouteCommand.d.ts +2 -0
- package/dist-types/commands/DeleteRouteRequestParameterCommand.d.ts +2 -0
- package/dist-types/commands/DeleteRouteResponseCommand.d.ts +2 -0
- package/dist-types/commands/DeleteRouteSettingsCommand.d.ts +2 -0
- package/dist-types/commands/DeleteRoutingRuleCommand.d.ts +2 -0
- package/dist-types/commands/DeleteStageCommand.d.ts +2 -0
- package/dist-types/commands/DeleteVpcLinkCommand.d.ts +2 -0
- package/dist-types/commands/ExportApiCommand.d.ts +2 -0
- package/dist-types/commands/GetApiCommand.d.ts +2 -0
- package/dist-types/commands/GetApiMappingCommand.d.ts +2 -0
- package/dist-types/commands/GetApiMappingsCommand.d.ts +2 -0
- package/dist-types/commands/GetApisCommand.d.ts +2 -0
- package/dist-types/commands/GetAuthorizerCommand.d.ts +2 -0
- package/dist-types/commands/GetAuthorizersCommand.d.ts +2 -0
- package/dist-types/commands/GetDeploymentCommand.d.ts +2 -0
- package/dist-types/commands/GetDeploymentsCommand.d.ts +2 -0
- package/dist-types/commands/GetDomainNameCommand.d.ts +2 -0
- package/dist-types/commands/GetDomainNamesCommand.d.ts +2 -0
- package/dist-types/commands/GetIntegrationCommand.d.ts +2 -0
- package/dist-types/commands/GetIntegrationResponseCommand.d.ts +2 -0
- package/dist-types/commands/GetIntegrationResponsesCommand.d.ts +2 -0
- package/dist-types/commands/GetIntegrationsCommand.d.ts +2 -0
- package/dist-types/commands/GetModelCommand.d.ts +2 -0
- package/dist-types/commands/GetModelTemplateCommand.d.ts +2 -0
- package/dist-types/commands/GetModelsCommand.d.ts +2 -0
- package/dist-types/commands/GetRouteCommand.d.ts +2 -0
- package/dist-types/commands/GetRouteResponseCommand.d.ts +2 -0
- package/dist-types/commands/GetRouteResponsesCommand.d.ts +2 -0
- package/dist-types/commands/GetRoutesCommand.d.ts +2 -0
- package/dist-types/commands/GetRoutingRuleCommand.d.ts +2 -0
- package/dist-types/commands/GetStageCommand.d.ts +2 -0
- package/dist-types/commands/GetStagesCommand.d.ts +2 -0
- package/dist-types/commands/GetTagsCommand.d.ts +2 -0
- package/dist-types/commands/GetVpcLinkCommand.d.ts +2 -0
- package/dist-types/commands/GetVpcLinksCommand.d.ts +2 -0
- package/dist-types/commands/ImportApiCommand.d.ts +2 -0
- package/dist-types/commands/ListRoutingRulesCommand.d.ts +2 -0
- package/dist-types/commands/PutRoutingRuleCommand.d.ts +2 -0
- package/dist-types/commands/ReimportApiCommand.d.ts +2 -0
- package/dist-types/commands/ResetAuthorizersCacheCommand.d.ts +2 -0
- package/dist-types/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateApiCommand.d.ts +2 -0
- package/dist-types/commands/UpdateApiMappingCommand.d.ts +2 -0
- package/dist-types/commands/UpdateAuthorizerCommand.d.ts +2 -0
- package/dist-types/commands/UpdateDeploymentCommand.d.ts +2 -0
- package/dist-types/commands/UpdateDomainNameCommand.d.ts +2 -0
- package/dist-types/commands/UpdateIntegrationCommand.d.ts +2 -0
- package/dist-types/commands/UpdateIntegrationResponseCommand.d.ts +2 -0
- package/dist-types/commands/UpdateModelCommand.d.ts +2 -0
- package/dist-types/commands/UpdateRouteCommand.d.ts +2 -0
- package/dist-types/commands/UpdateRouteResponseCommand.d.ts +2 -0
- package/dist-types/commands/UpdateStageCommand.d.ts +2 -0
- package/dist-types/commands/UpdateVpcLinkCommand.d.ts +2 -0
- package/package.json +19 -19
|
@@ -33,6 +33,8 @@ declare const CreateApiCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ApiGatewayV2Client, CreateApiCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
|
|
35
35
|
* // const { ApiGatewayV2Client, CreateApiCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
|
|
36
|
+
* // import type { ApiGatewayV2ClientConfig } from "@aws-sdk/client-apigatewayv2";
|
|
37
|
+
* const config = {}; // type is ApiGatewayV2ClientConfig
|
|
36
38
|
* const client = new ApiGatewayV2Client(config);
|
|
37
39
|
* const input = { // CreateApiRequest
|
|
38
40
|
* ApiKeySelectionExpression: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const CreateApiMappingCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ApiGatewayV2Client, CreateApiMappingCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
|
|
35
35
|
* // const { ApiGatewayV2Client, CreateApiMappingCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
|
|
36
|
+
* // import type { ApiGatewayV2ClientConfig } from "@aws-sdk/client-apigatewayv2";
|
|
37
|
+
* const config = {}; // type is ApiGatewayV2ClientConfig
|
|
36
38
|
* const client = new ApiGatewayV2Client(config);
|
|
37
39
|
* const input = { // CreateApiMappingRequest
|
|
38
40
|
* ApiId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const CreateAuthorizerCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ApiGatewayV2Client, CreateAuthorizerCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
|
|
35
35
|
* // const { ApiGatewayV2Client, CreateAuthorizerCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
|
|
36
|
+
* // import type { ApiGatewayV2ClientConfig } from "@aws-sdk/client-apigatewayv2";
|
|
37
|
+
* const config = {}; // type is ApiGatewayV2ClientConfig
|
|
36
38
|
* const client = new ApiGatewayV2Client(config);
|
|
37
39
|
* const input = { // CreateAuthorizerRequest
|
|
38
40
|
* ApiId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const CreateDeploymentCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ApiGatewayV2Client, CreateDeploymentCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
|
|
35
35
|
* // const { ApiGatewayV2Client, CreateDeploymentCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
|
|
36
|
+
* // import type { ApiGatewayV2ClientConfig } from "@aws-sdk/client-apigatewayv2";
|
|
37
|
+
* const config = {}; // type is ApiGatewayV2ClientConfig
|
|
36
38
|
* const client = new ApiGatewayV2Client(config);
|
|
37
39
|
* const input = { // CreateDeploymentRequest
|
|
38
40
|
* ApiId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const CreateDomainNameCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ApiGatewayV2Client, CreateDomainNameCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
|
|
35
35
|
* // const { ApiGatewayV2Client, CreateDomainNameCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
|
|
36
|
+
* // import type { ApiGatewayV2ClientConfig } from "@aws-sdk/client-apigatewayv2";
|
|
37
|
+
* const config = {}; // type is ApiGatewayV2ClientConfig
|
|
36
38
|
* const client = new ApiGatewayV2Client(config);
|
|
37
39
|
* const input = { // CreateDomainNameRequest
|
|
38
40
|
* DomainName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const CreateIntegrationCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ApiGatewayV2Client, CreateIntegrationCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
|
|
35
35
|
* // const { ApiGatewayV2Client, CreateIntegrationCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
|
|
36
|
+
* // import type { ApiGatewayV2ClientConfig } from "@aws-sdk/client-apigatewayv2";
|
|
37
|
+
* const config = {}; // type is ApiGatewayV2ClientConfig
|
|
36
38
|
* const client = new ApiGatewayV2Client(config);
|
|
37
39
|
* const input = { // CreateIntegrationRequest
|
|
38
40
|
* ApiId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const CreateIntegrationResponseCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ApiGatewayV2Client, CreateIntegrationResponseCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
|
|
35
35
|
* // const { ApiGatewayV2Client, CreateIntegrationResponseCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
|
|
36
|
+
* // import type { ApiGatewayV2ClientConfig } from "@aws-sdk/client-apigatewayv2";
|
|
37
|
+
* const config = {}; // type is ApiGatewayV2ClientConfig
|
|
36
38
|
* const client = new ApiGatewayV2Client(config);
|
|
37
39
|
* const input = { // CreateIntegrationResponseRequest
|
|
38
40
|
* ApiId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const CreateModelCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ApiGatewayV2Client, CreateModelCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
|
|
35
35
|
* // const { ApiGatewayV2Client, CreateModelCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
|
|
36
|
+
* // import type { ApiGatewayV2ClientConfig } from "@aws-sdk/client-apigatewayv2";
|
|
37
|
+
* const config = {}; // type is ApiGatewayV2ClientConfig
|
|
36
38
|
* const client = new ApiGatewayV2Client(config);
|
|
37
39
|
* const input = { // CreateModelRequest
|
|
38
40
|
* ApiId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const CreateRouteCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ApiGatewayV2Client, CreateRouteCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
|
|
35
35
|
* // const { ApiGatewayV2Client, CreateRouteCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
|
|
36
|
+
* // import type { ApiGatewayV2ClientConfig } from "@aws-sdk/client-apigatewayv2";
|
|
37
|
+
* const config = {}; // type is ApiGatewayV2ClientConfig
|
|
36
38
|
* const client = new ApiGatewayV2Client(config);
|
|
37
39
|
* const input = { // CreateRouteRequest
|
|
38
40
|
* ApiId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const CreateRouteResponseCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ApiGatewayV2Client, CreateRouteResponseCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
|
|
35
35
|
* // const { ApiGatewayV2Client, CreateRouteResponseCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
|
|
36
|
+
* // import type { ApiGatewayV2ClientConfig } from "@aws-sdk/client-apigatewayv2";
|
|
37
|
+
* const config = {}; // type is ApiGatewayV2ClientConfig
|
|
36
38
|
* const client = new ApiGatewayV2Client(config);
|
|
37
39
|
* const input = { // CreateRouteResponseRequest
|
|
38
40
|
* ApiId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const CreateRoutingRuleCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ApiGatewayV2Client, CreateRoutingRuleCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
|
|
35
35
|
* // const { ApiGatewayV2Client, CreateRoutingRuleCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
|
|
36
|
+
* // import type { ApiGatewayV2ClientConfig } from "@aws-sdk/client-apigatewayv2";
|
|
37
|
+
* const config = {}; // type is ApiGatewayV2ClientConfig
|
|
36
38
|
* const client = new ApiGatewayV2Client(config);
|
|
37
39
|
* const input = { // CreateRoutingRuleRequest
|
|
38
40
|
* Actions: [ // __listOfRoutingRuleAction // required
|
|
@@ -33,6 +33,8 @@ declare const CreateStageCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ApiGatewayV2Client, CreateStageCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
|
|
35
35
|
* // const { ApiGatewayV2Client, CreateStageCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
|
|
36
|
+
* // import type { ApiGatewayV2ClientConfig } from "@aws-sdk/client-apigatewayv2";
|
|
37
|
+
* const config = {}; // type is ApiGatewayV2ClientConfig
|
|
36
38
|
* const client = new ApiGatewayV2Client(config);
|
|
37
39
|
* const input = { // CreateStageRequest
|
|
38
40
|
* AccessLogSettings: { // AccessLogSettings
|
|
@@ -33,6 +33,8 @@ declare const CreateVpcLinkCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ApiGatewayV2Client, CreateVpcLinkCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
|
|
35
35
|
* // const { ApiGatewayV2Client, CreateVpcLinkCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
|
|
36
|
+
* // import type { ApiGatewayV2ClientConfig } from "@aws-sdk/client-apigatewayv2";
|
|
37
|
+
* const config = {}; // type is ApiGatewayV2ClientConfig
|
|
36
38
|
* const client = new ApiGatewayV2Client(config);
|
|
37
39
|
* const input = { // CreateVpcLinkRequest
|
|
38
40
|
* Name: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteAccessLogSettingsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ApiGatewayV2Client, DeleteAccessLogSettingsCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
|
|
35
35
|
* // const { ApiGatewayV2Client, DeleteAccessLogSettingsCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
|
|
36
|
+
* // import type { ApiGatewayV2ClientConfig } from "@aws-sdk/client-apigatewayv2";
|
|
37
|
+
* const config = {}; // type is ApiGatewayV2ClientConfig
|
|
36
38
|
* const client = new ApiGatewayV2Client(config);
|
|
37
39
|
* const input = { // DeleteAccessLogSettingsRequest
|
|
38
40
|
* ApiId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteApiCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ApiGatewayV2Client, DeleteApiCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
|
|
35
35
|
* // const { ApiGatewayV2Client, DeleteApiCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
|
|
36
|
+
* // import type { ApiGatewayV2ClientConfig } from "@aws-sdk/client-apigatewayv2";
|
|
37
|
+
* const config = {}; // type is ApiGatewayV2ClientConfig
|
|
36
38
|
* const client = new ApiGatewayV2Client(config);
|
|
37
39
|
* const input = { // DeleteApiRequest
|
|
38
40
|
* ApiId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteApiMappingCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ApiGatewayV2Client, DeleteApiMappingCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
|
|
35
35
|
* // const { ApiGatewayV2Client, DeleteApiMappingCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
|
|
36
|
+
* // import type { ApiGatewayV2ClientConfig } from "@aws-sdk/client-apigatewayv2";
|
|
37
|
+
* const config = {}; // type is ApiGatewayV2ClientConfig
|
|
36
38
|
* const client = new ApiGatewayV2Client(config);
|
|
37
39
|
* const input = { // DeleteApiMappingRequest
|
|
38
40
|
* ApiMappingId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteAuthorizerCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ApiGatewayV2Client, DeleteAuthorizerCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
|
|
35
35
|
* // const { ApiGatewayV2Client, DeleteAuthorizerCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
|
|
36
|
+
* // import type { ApiGatewayV2ClientConfig } from "@aws-sdk/client-apigatewayv2";
|
|
37
|
+
* const config = {}; // type is ApiGatewayV2ClientConfig
|
|
36
38
|
* const client = new ApiGatewayV2Client(config);
|
|
37
39
|
* const input = { // DeleteAuthorizerRequest
|
|
38
40
|
* ApiId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteCorsConfigurationCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ApiGatewayV2Client, DeleteCorsConfigurationCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
|
|
35
35
|
* // const { ApiGatewayV2Client, DeleteCorsConfigurationCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
|
|
36
|
+
* // import type { ApiGatewayV2ClientConfig } from "@aws-sdk/client-apigatewayv2";
|
|
37
|
+
* const config = {}; // type is ApiGatewayV2ClientConfig
|
|
36
38
|
* const client = new ApiGatewayV2Client(config);
|
|
37
39
|
* const input = { // DeleteCorsConfigurationRequest
|
|
38
40
|
* ApiId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteDeploymentCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ApiGatewayV2Client, DeleteDeploymentCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
|
|
35
35
|
* // const { ApiGatewayV2Client, DeleteDeploymentCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
|
|
36
|
+
* // import type { ApiGatewayV2ClientConfig } from "@aws-sdk/client-apigatewayv2";
|
|
37
|
+
* const config = {}; // type is ApiGatewayV2ClientConfig
|
|
36
38
|
* const client = new ApiGatewayV2Client(config);
|
|
37
39
|
* const input = { // DeleteDeploymentRequest
|
|
38
40
|
* ApiId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteDomainNameCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ApiGatewayV2Client, DeleteDomainNameCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
|
|
35
35
|
* // const { ApiGatewayV2Client, DeleteDomainNameCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
|
|
36
|
+
* // import type { ApiGatewayV2ClientConfig } from "@aws-sdk/client-apigatewayv2";
|
|
37
|
+
* const config = {}; // type is ApiGatewayV2ClientConfig
|
|
36
38
|
* const client = new ApiGatewayV2Client(config);
|
|
37
39
|
* const input = { // DeleteDomainNameRequest
|
|
38
40
|
* DomainName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteIntegrationCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ApiGatewayV2Client, DeleteIntegrationCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
|
|
35
35
|
* // const { ApiGatewayV2Client, DeleteIntegrationCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
|
|
36
|
+
* // import type { ApiGatewayV2ClientConfig } from "@aws-sdk/client-apigatewayv2";
|
|
37
|
+
* const config = {}; // type is ApiGatewayV2ClientConfig
|
|
36
38
|
* const client = new ApiGatewayV2Client(config);
|
|
37
39
|
* const input = { // DeleteIntegrationRequest
|
|
38
40
|
* ApiId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteIntegrationResponseCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ApiGatewayV2Client, DeleteIntegrationResponseCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
|
|
35
35
|
* // const { ApiGatewayV2Client, DeleteIntegrationResponseCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
|
|
36
|
+
* // import type { ApiGatewayV2ClientConfig } from "@aws-sdk/client-apigatewayv2";
|
|
37
|
+
* const config = {}; // type is ApiGatewayV2ClientConfig
|
|
36
38
|
* const client = new ApiGatewayV2Client(config);
|
|
37
39
|
* const input = { // DeleteIntegrationResponseRequest
|
|
38
40
|
* ApiId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteModelCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ApiGatewayV2Client, DeleteModelCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
|
|
35
35
|
* // const { ApiGatewayV2Client, DeleteModelCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
|
|
36
|
+
* // import type { ApiGatewayV2ClientConfig } from "@aws-sdk/client-apigatewayv2";
|
|
37
|
+
* const config = {}; // type is ApiGatewayV2ClientConfig
|
|
36
38
|
* const client = new ApiGatewayV2Client(config);
|
|
37
39
|
* const input = { // DeleteModelRequest
|
|
38
40
|
* ApiId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteRouteCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ApiGatewayV2Client, DeleteRouteCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
|
|
35
35
|
* // const { ApiGatewayV2Client, DeleteRouteCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
|
|
36
|
+
* // import type { ApiGatewayV2ClientConfig } from "@aws-sdk/client-apigatewayv2";
|
|
37
|
+
* const config = {}; // type is ApiGatewayV2ClientConfig
|
|
36
38
|
* const client = new ApiGatewayV2Client(config);
|
|
37
39
|
* const input = { // DeleteRouteRequest
|
|
38
40
|
* ApiId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteRouteRequestParameterCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ApiGatewayV2Client, DeleteRouteRequestParameterCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
|
|
35
35
|
* // const { ApiGatewayV2Client, DeleteRouteRequestParameterCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
|
|
36
|
+
* // import type { ApiGatewayV2ClientConfig } from "@aws-sdk/client-apigatewayv2";
|
|
37
|
+
* const config = {}; // type is ApiGatewayV2ClientConfig
|
|
36
38
|
* const client = new ApiGatewayV2Client(config);
|
|
37
39
|
* const input = { // DeleteRouteRequestParameterRequest
|
|
38
40
|
* ApiId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteRouteResponseCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ApiGatewayV2Client, DeleteRouteResponseCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
|
|
35
35
|
* // const { ApiGatewayV2Client, DeleteRouteResponseCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
|
|
36
|
+
* // import type { ApiGatewayV2ClientConfig } from "@aws-sdk/client-apigatewayv2";
|
|
37
|
+
* const config = {}; // type is ApiGatewayV2ClientConfig
|
|
36
38
|
* const client = new ApiGatewayV2Client(config);
|
|
37
39
|
* const input = { // DeleteRouteResponseRequest
|
|
38
40
|
* ApiId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteRouteSettingsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ApiGatewayV2Client, DeleteRouteSettingsCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
|
|
35
35
|
* // const { ApiGatewayV2Client, DeleteRouteSettingsCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
|
|
36
|
+
* // import type { ApiGatewayV2ClientConfig } from "@aws-sdk/client-apigatewayv2";
|
|
37
|
+
* const config = {}; // type is ApiGatewayV2ClientConfig
|
|
36
38
|
* const client = new ApiGatewayV2Client(config);
|
|
37
39
|
* const input = { // DeleteRouteSettingsRequest
|
|
38
40
|
* ApiId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteRoutingRuleCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ApiGatewayV2Client, DeleteRoutingRuleCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
|
|
35
35
|
* // const { ApiGatewayV2Client, DeleteRoutingRuleCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
|
|
36
|
+
* // import type { ApiGatewayV2ClientConfig } from "@aws-sdk/client-apigatewayv2";
|
|
37
|
+
* const config = {}; // type is ApiGatewayV2ClientConfig
|
|
36
38
|
* const client = new ApiGatewayV2Client(config);
|
|
37
39
|
* const input = { // DeleteRoutingRuleRequest
|
|
38
40
|
* DomainName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteStageCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ApiGatewayV2Client, DeleteStageCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
|
|
35
35
|
* // const { ApiGatewayV2Client, DeleteStageCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
|
|
36
|
+
* // import type { ApiGatewayV2ClientConfig } from "@aws-sdk/client-apigatewayv2";
|
|
37
|
+
* const config = {}; // type is ApiGatewayV2ClientConfig
|
|
36
38
|
* const client = new ApiGatewayV2Client(config);
|
|
37
39
|
* const input = { // DeleteStageRequest
|
|
38
40
|
* ApiId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteVpcLinkCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ApiGatewayV2Client, DeleteVpcLinkCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
|
|
35
35
|
* // const { ApiGatewayV2Client, DeleteVpcLinkCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
|
|
36
|
+
* // import type { ApiGatewayV2ClientConfig } from "@aws-sdk/client-apigatewayv2";
|
|
37
|
+
* const config = {}; // type is ApiGatewayV2ClientConfig
|
|
36
38
|
* const client = new ApiGatewayV2Client(config);
|
|
37
39
|
* const input = { // DeleteVpcLinkRequest
|
|
38
40
|
* VpcLinkId: "STRING_VALUE", // required
|
|
@@ -41,6 +41,8 @@ declare const ExportApiCommand_base: {
|
|
|
41
41
|
* ```javascript
|
|
42
42
|
* import { ApiGatewayV2Client, ExportApiCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
|
|
43
43
|
* // const { ApiGatewayV2Client, ExportApiCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
|
|
44
|
+
* // import type { ApiGatewayV2ClientConfig } from "@aws-sdk/client-apigatewayv2";
|
|
45
|
+
* const config = {}; // type is ApiGatewayV2ClientConfig
|
|
44
46
|
* const client = new ApiGatewayV2Client(config);
|
|
45
47
|
* const input = { // ExportApiRequest
|
|
46
48
|
* ApiId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetApiCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ApiGatewayV2Client, GetApiCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
|
|
35
35
|
* // const { ApiGatewayV2Client, GetApiCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
|
|
36
|
+
* // import type { ApiGatewayV2ClientConfig } from "@aws-sdk/client-apigatewayv2";
|
|
37
|
+
* const config = {}; // type is ApiGatewayV2ClientConfig
|
|
36
38
|
* const client = new ApiGatewayV2Client(config);
|
|
37
39
|
* const input = { // GetApiRequest
|
|
38
40
|
* ApiId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetApiMappingCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ApiGatewayV2Client, GetApiMappingCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
|
|
35
35
|
* // const { ApiGatewayV2Client, GetApiMappingCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
|
|
36
|
+
* // import type { ApiGatewayV2ClientConfig } from "@aws-sdk/client-apigatewayv2";
|
|
37
|
+
* const config = {}; // type is ApiGatewayV2ClientConfig
|
|
36
38
|
* const client = new ApiGatewayV2Client(config);
|
|
37
39
|
* const input = { // GetApiMappingRequest
|
|
38
40
|
* ApiMappingId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetApiMappingsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ApiGatewayV2Client, GetApiMappingsCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
|
|
35
35
|
* // const { ApiGatewayV2Client, GetApiMappingsCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
|
|
36
|
+
* // import type { ApiGatewayV2ClientConfig } from "@aws-sdk/client-apigatewayv2";
|
|
37
|
+
* const config = {}; // type is ApiGatewayV2ClientConfig
|
|
36
38
|
* const client = new ApiGatewayV2Client(config);
|
|
37
39
|
* const input = { // GetApiMappingsRequest
|
|
38
40
|
* DomainName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetApisCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ApiGatewayV2Client, GetApisCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
|
|
35
35
|
* // const { ApiGatewayV2Client, GetApisCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
|
|
36
|
+
* // import type { ApiGatewayV2ClientConfig } from "@aws-sdk/client-apigatewayv2";
|
|
37
|
+
* const config = {}; // type is ApiGatewayV2ClientConfig
|
|
36
38
|
* const client = new ApiGatewayV2Client(config);
|
|
37
39
|
* const input = { // GetApisRequest
|
|
38
40
|
* MaxResults: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const GetAuthorizerCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ApiGatewayV2Client, GetAuthorizerCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
|
|
35
35
|
* // const { ApiGatewayV2Client, GetAuthorizerCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
|
|
36
|
+
* // import type { ApiGatewayV2ClientConfig } from "@aws-sdk/client-apigatewayv2";
|
|
37
|
+
* const config = {}; // type is ApiGatewayV2ClientConfig
|
|
36
38
|
* const client = new ApiGatewayV2Client(config);
|
|
37
39
|
* const input = { // GetAuthorizerRequest
|
|
38
40
|
* ApiId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetAuthorizersCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ApiGatewayV2Client, GetAuthorizersCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
|
|
35
35
|
* // const { ApiGatewayV2Client, GetAuthorizersCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
|
|
36
|
+
* // import type { ApiGatewayV2ClientConfig } from "@aws-sdk/client-apigatewayv2";
|
|
37
|
+
* const config = {}; // type is ApiGatewayV2ClientConfig
|
|
36
38
|
* const client = new ApiGatewayV2Client(config);
|
|
37
39
|
* const input = { // GetAuthorizersRequest
|
|
38
40
|
* ApiId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetDeploymentCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ApiGatewayV2Client, GetDeploymentCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
|
|
35
35
|
* // const { ApiGatewayV2Client, GetDeploymentCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
|
|
36
|
+
* // import type { ApiGatewayV2ClientConfig } from "@aws-sdk/client-apigatewayv2";
|
|
37
|
+
* const config = {}; // type is ApiGatewayV2ClientConfig
|
|
36
38
|
* const client = new ApiGatewayV2Client(config);
|
|
37
39
|
* const input = { // GetDeploymentRequest
|
|
38
40
|
* ApiId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetDeploymentsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ApiGatewayV2Client, GetDeploymentsCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
|
|
35
35
|
* // const { ApiGatewayV2Client, GetDeploymentsCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
|
|
36
|
+
* // import type { ApiGatewayV2ClientConfig } from "@aws-sdk/client-apigatewayv2";
|
|
37
|
+
* const config = {}; // type is ApiGatewayV2ClientConfig
|
|
36
38
|
* const client = new ApiGatewayV2Client(config);
|
|
37
39
|
* const input = { // GetDeploymentsRequest
|
|
38
40
|
* ApiId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetDomainNameCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ApiGatewayV2Client, GetDomainNameCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
|
|
35
35
|
* // const { ApiGatewayV2Client, GetDomainNameCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
|
|
36
|
+
* // import type { ApiGatewayV2ClientConfig } from "@aws-sdk/client-apigatewayv2";
|
|
37
|
+
* const config = {}; // type is ApiGatewayV2ClientConfig
|
|
36
38
|
* const client = new ApiGatewayV2Client(config);
|
|
37
39
|
* const input = { // GetDomainNameRequest
|
|
38
40
|
* DomainName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetDomainNamesCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ApiGatewayV2Client, GetDomainNamesCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
|
|
35
35
|
* // const { ApiGatewayV2Client, GetDomainNamesCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
|
|
36
|
+
* // import type { ApiGatewayV2ClientConfig } from "@aws-sdk/client-apigatewayv2";
|
|
37
|
+
* const config = {}; // type is ApiGatewayV2ClientConfig
|
|
36
38
|
* const client = new ApiGatewayV2Client(config);
|
|
37
39
|
* const input = { // GetDomainNamesRequest
|
|
38
40
|
* MaxResults: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const GetIntegrationCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ApiGatewayV2Client, GetIntegrationCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
|
|
35
35
|
* // const { ApiGatewayV2Client, GetIntegrationCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
|
|
36
|
+
* // import type { ApiGatewayV2ClientConfig } from "@aws-sdk/client-apigatewayv2";
|
|
37
|
+
* const config = {}; // type is ApiGatewayV2ClientConfig
|
|
36
38
|
* const client = new ApiGatewayV2Client(config);
|
|
37
39
|
* const input = { // GetIntegrationRequest
|
|
38
40
|
* ApiId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetIntegrationResponseCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ApiGatewayV2Client, GetIntegrationResponseCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
|
|
35
35
|
* // const { ApiGatewayV2Client, GetIntegrationResponseCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
|
|
36
|
+
* // import type { ApiGatewayV2ClientConfig } from "@aws-sdk/client-apigatewayv2";
|
|
37
|
+
* const config = {}; // type is ApiGatewayV2ClientConfig
|
|
36
38
|
* const client = new ApiGatewayV2Client(config);
|
|
37
39
|
* const input = { // GetIntegrationResponseRequest
|
|
38
40
|
* ApiId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetIntegrationResponsesCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ApiGatewayV2Client, GetIntegrationResponsesCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
|
|
35
35
|
* // const { ApiGatewayV2Client, GetIntegrationResponsesCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
|
|
36
|
+
* // import type { ApiGatewayV2ClientConfig } from "@aws-sdk/client-apigatewayv2";
|
|
37
|
+
* const config = {}; // type is ApiGatewayV2ClientConfig
|
|
36
38
|
* const client = new ApiGatewayV2Client(config);
|
|
37
39
|
* const input = { // GetIntegrationResponsesRequest
|
|
38
40
|
* ApiId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetIntegrationsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ApiGatewayV2Client, GetIntegrationsCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
|
|
35
35
|
* // const { ApiGatewayV2Client, GetIntegrationsCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
|
|
36
|
+
* // import type { ApiGatewayV2ClientConfig } from "@aws-sdk/client-apigatewayv2";
|
|
37
|
+
* const config = {}; // type is ApiGatewayV2ClientConfig
|
|
36
38
|
* const client = new ApiGatewayV2Client(config);
|
|
37
39
|
* const input = { // GetIntegrationsRequest
|
|
38
40
|
* ApiId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetModelCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ApiGatewayV2Client, GetModelCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
|
|
35
35
|
* // const { ApiGatewayV2Client, GetModelCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
|
|
36
|
+
* // import type { ApiGatewayV2ClientConfig } from "@aws-sdk/client-apigatewayv2";
|
|
37
|
+
* const config = {}; // type is ApiGatewayV2ClientConfig
|
|
36
38
|
* const client = new ApiGatewayV2Client(config);
|
|
37
39
|
* const input = { // GetModelRequest
|
|
38
40
|
* ApiId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetModelTemplateCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ApiGatewayV2Client, GetModelTemplateCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
|
|
35
35
|
* // const { ApiGatewayV2Client, GetModelTemplateCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
|
|
36
|
+
* // import type { ApiGatewayV2ClientConfig } from "@aws-sdk/client-apigatewayv2";
|
|
37
|
+
* const config = {}; // type is ApiGatewayV2ClientConfig
|
|
36
38
|
* const client = new ApiGatewayV2Client(config);
|
|
37
39
|
* const input = { // GetModelTemplateRequest
|
|
38
40
|
* ApiId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetModelsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ApiGatewayV2Client, GetModelsCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
|
|
35
35
|
* // const { ApiGatewayV2Client, GetModelsCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
|
|
36
|
+
* // import type { ApiGatewayV2ClientConfig } from "@aws-sdk/client-apigatewayv2";
|
|
37
|
+
* const config = {}; // type is ApiGatewayV2ClientConfig
|
|
36
38
|
* const client = new ApiGatewayV2Client(config);
|
|
37
39
|
* const input = { // GetModelsRequest
|
|
38
40
|
* ApiId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetRouteCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ApiGatewayV2Client, GetRouteCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
|
|
35
35
|
* // const { ApiGatewayV2Client, GetRouteCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
|
|
36
|
+
* // import type { ApiGatewayV2ClientConfig } from "@aws-sdk/client-apigatewayv2";
|
|
37
|
+
* const config = {}; // type is ApiGatewayV2ClientConfig
|
|
36
38
|
* const client = new ApiGatewayV2Client(config);
|
|
37
39
|
* const input = { // GetRouteRequest
|
|
38
40
|
* ApiId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetRouteResponseCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ApiGatewayV2Client, GetRouteResponseCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
|
|
35
35
|
* // const { ApiGatewayV2Client, GetRouteResponseCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
|
|
36
|
+
* // import type { ApiGatewayV2ClientConfig } from "@aws-sdk/client-apigatewayv2";
|
|
37
|
+
* const config = {}; // type is ApiGatewayV2ClientConfig
|
|
36
38
|
* const client = new ApiGatewayV2Client(config);
|
|
37
39
|
* const input = { // GetRouteResponseRequest
|
|
38
40
|
* ApiId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetRouteResponsesCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ApiGatewayV2Client, GetRouteResponsesCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
|
|
35
35
|
* // const { ApiGatewayV2Client, GetRouteResponsesCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
|
|
36
|
+
* // import type { ApiGatewayV2ClientConfig } from "@aws-sdk/client-apigatewayv2";
|
|
37
|
+
* const config = {}; // type is ApiGatewayV2ClientConfig
|
|
36
38
|
* const client = new ApiGatewayV2Client(config);
|
|
37
39
|
* const input = { // GetRouteResponsesRequest
|
|
38
40
|
* ApiId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetRoutesCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ApiGatewayV2Client, GetRoutesCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
|
|
35
35
|
* // const { ApiGatewayV2Client, GetRoutesCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
|
|
36
|
+
* // import type { ApiGatewayV2ClientConfig } from "@aws-sdk/client-apigatewayv2";
|
|
37
|
+
* const config = {}; // type is ApiGatewayV2ClientConfig
|
|
36
38
|
* const client = new ApiGatewayV2Client(config);
|
|
37
39
|
* const input = { // GetRoutesRequest
|
|
38
40
|
* ApiId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetRoutingRuleCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ApiGatewayV2Client, GetRoutingRuleCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
|
|
35
35
|
* // const { ApiGatewayV2Client, GetRoutingRuleCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
|
|
36
|
+
* // import type { ApiGatewayV2ClientConfig } from "@aws-sdk/client-apigatewayv2";
|
|
37
|
+
* const config = {}; // type is ApiGatewayV2ClientConfig
|
|
36
38
|
* const client = new ApiGatewayV2Client(config);
|
|
37
39
|
* const input = { // GetRoutingRuleRequest
|
|
38
40
|
* DomainName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetStageCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ApiGatewayV2Client, GetStageCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
|
|
35
35
|
* // const { ApiGatewayV2Client, GetStageCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
|
|
36
|
+
* // import type { ApiGatewayV2ClientConfig } from "@aws-sdk/client-apigatewayv2";
|
|
37
|
+
* const config = {}; // type is ApiGatewayV2ClientConfig
|
|
36
38
|
* const client = new ApiGatewayV2Client(config);
|
|
37
39
|
* const input = { // GetStageRequest
|
|
38
40
|
* ApiId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetStagesCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ApiGatewayV2Client, GetStagesCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
|
|
35
35
|
* // const { ApiGatewayV2Client, GetStagesCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
|
|
36
|
+
* // import type { ApiGatewayV2ClientConfig } from "@aws-sdk/client-apigatewayv2";
|
|
37
|
+
* const config = {}; // type is ApiGatewayV2ClientConfig
|
|
36
38
|
* const client = new ApiGatewayV2Client(config);
|
|
37
39
|
* const input = { // GetStagesRequest
|
|
38
40
|
* ApiId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetTagsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ApiGatewayV2Client, GetTagsCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
|
|
35
35
|
* // const { ApiGatewayV2Client, GetTagsCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
|
|
36
|
+
* // import type { ApiGatewayV2ClientConfig } from "@aws-sdk/client-apigatewayv2";
|
|
37
|
+
* const config = {}; // type is ApiGatewayV2ClientConfig
|
|
36
38
|
* const client = new ApiGatewayV2Client(config);
|
|
37
39
|
* const input = { // GetTagsRequest
|
|
38
40
|
* ResourceArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetVpcLinkCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ApiGatewayV2Client, GetVpcLinkCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
|
|
35
35
|
* // const { ApiGatewayV2Client, GetVpcLinkCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
|
|
36
|
+
* // import type { ApiGatewayV2ClientConfig } from "@aws-sdk/client-apigatewayv2";
|
|
37
|
+
* const config = {}; // type is ApiGatewayV2ClientConfig
|
|
36
38
|
* const client = new ApiGatewayV2Client(config);
|
|
37
39
|
* const input = { // GetVpcLinkRequest
|
|
38
40
|
* VpcLinkId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetVpcLinksCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ApiGatewayV2Client, GetVpcLinksCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
|
|
35
35
|
* // const { ApiGatewayV2Client, GetVpcLinksCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
|
|
36
|
+
* // import type { ApiGatewayV2ClientConfig } from "@aws-sdk/client-apigatewayv2";
|
|
37
|
+
* const config = {}; // type is ApiGatewayV2ClientConfig
|
|
36
38
|
* const client = new ApiGatewayV2Client(config);
|
|
37
39
|
* const input = { // GetVpcLinksRequest
|
|
38
40
|
* MaxResults: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const ImportApiCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ApiGatewayV2Client, ImportApiCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
|
|
35
35
|
* // const { ApiGatewayV2Client, ImportApiCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
|
|
36
|
+
* // import type { ApiGatewayV2ClientConfig } from "@aws-sdk/client-apigatewayv2";
|
|
37
|
+
* const config = {}; // type is ApiGatewayV2ClientConfig
|
|
36
38
|
* const client = new ApiGatewayV2Client(config);
|
|
37
39
|
* const input = { // ImportApiRequest
|
|
38
40
|
* Basepath: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const ListRoutingRulesCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ApiGatewayV2Client, ListRoutingRulesCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
|
|
35
35
|
* // const { ApiGatewayV2Client, ListRoutingRulesCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
|
|
36
|
+
* // import type { ApiGatewayV2ClientConfig } from "@aws-sdk/client-apigatewayv2";
|
|
37
|
+
* const config = {}; // type is ApiGatewayV2ClientConfig
|
|
36
38
|
* const client = new ApiGatewayV2Client(config);
|
|
37
39
|
* const input = { // ListRoutingRulesRequest
|
|
38
40
|
* DomainName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const PutRoutingRuleCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ApiGatewayV2Client, PutRoutingRuleCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
|
|
35
35
|
* // const { ApiGatewayV2Client, PutRoutingRuleCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
|
|
36
|
+
* // import type { ApiGatewayV2ClientConfig } from "@aws-sdk/client-apigatewayv2";
|
|
37
|
+
* const config = {}; // type is ApiGatewayV2ClientConfig
|
|
36
38
|
* const client = new ApiGatewayV2Client(config);
|
|
37
39
|
* const input = { // PutRoutingRuleRequest
|
|
38
40
|
* Actions: [ // __listOfRoutingRuleAction // required
|
|
@@ -33,6 +33,8 @@ declare const ReimportApiCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ApiGatewayV2Client, ReimportApiCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
|
|
35
35
|
* // const { ApiGatewayV2Client, ReimportApiCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
|
|
36
|
+
* // import type { ApiGatewayV2ClientConfig } from "@aws-sdk/client-apigatewayv2";
|
|
37
|
+
* const config = {}; // type is ApiGatewayV2ClientConfig
|
|
36
38
|
* const client = new ApiGatewayV2Client(config);
|
|
37
39
|
* const input = { // ReimportApiRequest
|
|
38
40
|
* ApiId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ResetAuthorizersCacheCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ApiGatewayV2Client, ResetAuthorizersCacheCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
|
|
35
35
|
* // const { ApiGatewayV2Client, ResetAuthorizersCacheCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
|
|
36
|
+
* // import type { ApiGatewayV2ClientConfig } from "@aws-sdk/client-apigatewayv2";
|
|
37
|
+
* const config = {}; // type is ApiGatewayV2ClientConfig
|
|
36
38
|
* const client = new ApiGatewayV2Client(config);
|
|
37
39
|
* const input = { // ResetAuthorizersCacheRequest
|
|
38
40
|
* ApiId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const TagResourceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ApiGatewayV2Client, TagResourceCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
|
|
35
35
|
* // const { ApiGatewayV2Client, TagResourceCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
|
|
36
|
+
* // import type { ApiGatewayV2ClientConfig } from "@aws-sdk/client-apigatewayv2";
|
|
37
|
+
* const config = {}; // type is ApiGatewayV2ClientConfig
|
|
36
38
|
* const client = new ApiGatewayV2Client(config);
|
|
37
39
|
* const input = { // TagResourceRequest
|
|
38
40
|
* ResourceArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UntagResourceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ApiGatewayV2Client, UntagResourceCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
|
|
35
35
|
* // const { ApiGatewayV2Client, UntagResourceCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
|
|
36
|
+
* // import type { ApiGatewayV2ClientConfig } from "@aws-sdk/client-apigatewayv2";
|
|
37
|
+
* const config = {}; // type is ApiGatewayV2ClientConfig
|
|
36
38
|
* const client = new ApiGatewayV2Client(config);
|
|
37
39
|
* const input = { // UntagResourceRequest
|
|
38
40
|
* ResourceArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateApiCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ApiGatewayV2Client, UpdateApiCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
|
|
35
35
|
* // const { ApiGatewayV2Client, UpdateApiCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
|
|
36
|
+
* // import type { ApiGatewayV2ClientConfig } from "@aws-sdk/client-apigatewayv2";
|
|
37
|
+
* const config = {}; // type is ApiGatewayV2ClientConfig
|
|
36
38
|
* const client = new ApiGatewayV2Client(config);
|
|
37
39
|
* const input = { // UpdateApiRequest
|
|
38
40
|
* ApiId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateApiMappingCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ApiGatewayV2Client, UpdateApiMappingCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
|
|
35
35
|
* // const { ApiGatewayV2Client, UpdateApiMappingCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
|
|
36
|
+
* // import type { ApiGatewayV2ClientConfig } from "@aws-sdk/client-apigatewayv2";
|
|
37
|
+
* const config = {}; // type is ApiGatewayV2ClientConfig
|
|
36
38
|
* const client = new ApiGatewayV2Client(config);
|
|
37
39
|
* const input = { // UpdateApiMappingRequest
|
|
38
40
|
* ApiId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateAuthorizerCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ApiGatewayV2Client, UpdateAuthorizerCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
|
|
35
35
|
* // const { ApiGatewayV2Client, UpdateAuthorizerCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
|
|
36
|
+
* // import type { ApiGatewayV2ClientConfig } from "@aws-sdk/client-apigatewayv2";
|
|
37
|
+
* const config = {}; // type is ApiGatewayV2ClientConfig
|
|
36
38
|
* const client = new ApiGatewayV2Client(config);
|
|
37
39
|
* const input = { // UpdateAuthorizerRequest
|
|
38
40
|
* ApiId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateDeploymentCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ApiGatewayV2Client, UpdateDeploymentCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
|
|
35
35
|
* // const { ApiGatewayV2Client, UpdateDeploymentCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
|
|
36
|
+
* // import type { ApiGatewayV2ClientConfig } from "@aws-sdk/client-apigatewayv2";
|
|
37
|
+
* const config = {}; // type is ApiGatewayV2ClientConfig
|
|
36
38
|
* const client = new ApiGatewayV2Client(config);
|
|
37
39
|
* const input = { // UpdateDeploymentRequest
|
|
38
40
|
* ApiId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateDomainNameCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ApiGatewayV2Client, UpdateDomainNameCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
|
|
35
35
|
* // const { ApiGatewayV2Client, UpdateDomainNameCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
|
|
36
|
+
* // import type { ApiGatewayV2ClientConfig } from "@aws-sdk/client-apigatewayv2";
|
|
37
|
+
* const config = {}; // type is ApiGatewayV2ClientConfig
|
|
36
38
|
* const client = new ApiGatewayV2Client(config);
|
|
37
39
|
* const input = { // UpdateDomainNameRequest
|
|
38
40
|
* DomainName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateIntegrationCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ApiGatewayV2Client, UpdateIntegrationCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
|
|
35
35
|
* // const { ApiGatewayV2Client, UpdateIntegrationCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
|
|
36
|
+
* // import type { ApiGatewayV2ClientConfig } from "@aws-sdk/client-apigatewayv2";
|
|
37
|
+
* const config = {}; // type is ApiGatewayV2ClientConfig
|
|
36
38
|
* const client = new ApiGatewayV2Client(config);
|
|
37
39
|
* const input = { // UpdateIntegrationRequest
|
|
38
40
|
* ApiId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateIntegrationResponseCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ApiGatewayV2Client, UpdateIntegrationResponseCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
|
|
35
35
|
* // const { ApiGatewayV2Client, UpdateIntegrationResponseCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
|
|
36
|
+
* // import type { ApiGatewayV2ClientConfig } from "@aws-sdk/client-apigatewayv2";
|
|
37
|
+
* const config = {}; // type is ApiGatewayV2ClientConfig
|
|
36
38
|
* const client = new ApiGatewayV2Client(config);
|
|
37
39
|
* const input = { // UpdateIntegrationResponseRequest
|
|
38
40
|
* ApiId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateModelCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ApiGatewayV2Client, UpdateModelCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
|
|
35
35
|
* // const { ApiGatewayV2Client, UpdateModelCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
|
|
36
|
+
* // import type { ApiGatewayV2ClientConfig } from "@aws-sdk/client-apigatewayv2";
|
|
37
|
+
* const config = {}; // type is ApiGatewayV2ClientConfig
|
|
36
38
|
* const client = new ApiGatewayV2Client(config);
|
|
37
39
|
* const input = { // UpdateModelRequest
|
|
38
40
|
* ApiId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateRouteCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ApiGatewayV2Client, UpdateRouteCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
|
|
35
35
|
* // const { ApiGatewayV2Client, UpdateRouteCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
|
|
36
|
+
* // import type { ApiGatewayV2ClientConfig } from "@aws-sdk/client-apigatewayv2";
|
|
37
|
+
* const config = {}; // type is ApiGatewayV2ClientConfig
|
|
36
38
|
* const client = new ApiGatewayV2Client(config);
|
|
37
39
|
* const input = { // UpdateRouteRequest
|
|
38
40
|
* ApiId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateRouteResponseCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ApiGatewayV2Client, UpdateRouteResponseCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
|
|
35
35
|
* // const { ApiGatewayV2Client, UpdateRouteResponseCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
|
|
36
|
+
* // import type { ApiGatewayV2ClientConfig } from "@aws-sdk/client-apigatewayv2";
|
|
37
|
+
* const config = {}; // type is ApiGatewayV2ClientConfig
|
|
36
38
|
* const client = new ApiGatewayV2Client(config);
|
|
37
39
|
* const input = { // UpdateRouteResponseRequest
|
|
38
40
|
* ApiId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateStageCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ApiGatewayV2Client, UpdateStageCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
|
|
35
35
|
* // const { ApiGatewayV2Client, UpdateStageCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
|
|
36
|
+
* // import type { ApiGatewayV2ClientConfig } from "@aws-sdk/client-apigatewayv2";
|
|
37
|
+
* const config = {}; // type is ApiGatewayV2ClientConfig
|
|
36
38
|
* const client = new ApiGatewayV2Client(config);
|
|
37
39
|
* const input = { // UpdateStageRequest
|
|
38
40
|
* AccessLogSettings: { // AccessLogSettings
|
|
@@ -33,6 +33,8 @@ declare const UpdateVpcLinkCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ApiGatewayV2Client, UpdateVpcLinkCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
|
|
35
35
|
* // const { ApiGatewayV2Client, UpdateVpcLinkCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
|
|
36
|
+
* // import type { ApiGatewayV2ClientConfig } from "@aws-sdk/client-apigatewayv2";
|
|
37
|
+
* const config = {}; // type is ApiGatewayV2ClientConfig
|
|
36
38
|
* const client = new ApiGatewayV2Client(config);
|
|
37
39
|
* const input = { // UpdateVpcLinkRequest
|
|
38
40
|
* Name: "STRING_VALUE",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-apigatewayv2",
|
|
3
3
|
"description": "AWS SDK for JavaScript Apigatewayv2 Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.891.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-apigatewayv2",
|
|
@@ -20,41 +20,41 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
23
|
+
"@aws-sdk/core": "3.890.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.891.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.891.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.891.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.891.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.891.0",
|
|
29
|
+
"@aws-sdk/region-config-resolver": "3.890.0",
|
|
30
30
|
"@aws-sdk/types": "3.887.0",
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.891.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.887.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
34
|
-
"@smithy/config-resolver": "^4.2.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.891.0",
|
|
34
|
+
"@smithy/config-resolver": "^4.2.2",
|
|
35
35
|
"@smithy/core": "^3.11.0",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.2.1",
|
|
37
37
|
"@smithy/hash-node": "^4.1.1",
|
|
38
38
|
"@smithy/invalid-dependency": "^4.1.1",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.1.1",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.2.
|
|
41
|
-
"@smithy/middleware-retry": "^4.2.
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.2.2",
|
|
41
|
+
"@smithy/middleware-retry": "^4.2.3",
|
|
42
42
|
"@smithy/middleware-serde": "^4.1.1",
|
|
43
43
|
"@smithy/middleware-stack": "^4.1.1",
|
|
44
|
-
"@smithy/node-config-provider": "^4.2.
|
|
44
|
+
"@smithy/node-config-provider": "^4.2.2",
|
|
45
45
|
"@smithy/node-http-handler": "^4.2.1",
|
|
46
46
|
"@smithy/protocol-http": "^5.2.1",
|
|
47
|
-
"@smithy/smithy-client": "^4.6.
|
|
47
|
+
"@smithy/smithy-client": "^4.6.2",
|
|
48
48
|
"@smithy/types": "^4.5.0",
|
|
49
49
|
"@smithy/url-parser": "^4.1.1",
|
|
50
50
|
"@smithy/util-base64": "^4.1.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.1.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.1.0",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.1.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.1.
|
|
55
|
-
"@smithy/util-endpoints": "^3.1.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.1.2",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.1.2",
|
|
55
|
+
"@smithy/util-endpoints": "^3.1.2",
|
|
56
56
|
"@smithy/util-middleware": "^4.1.1",
|
|
57
|
-
"@smithy/util-retry": "^4.1.
|
|
57
|
+
"@smithy/util-retry": "^4.1.2",
|
|
58
58
|
"@smithy/util-stream": "^4.3.1",
|
|
59
59
|
"@smithy/util-utf8": "^4.1.0",
|
|
60
60
|
"tslib": "^2.6.2"
|