Skip to content

Commit

Permalink
feat(codegen): temporarily set a service to cbor for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
kuhe committed May 15, 2024
1 parent dff6dc4 commit a66516c
Show file tree
Hide file tree
Showing 61 changed files with 2,655 additions and 5,711 deletions.
3 changes: 1 addition & 2 deletions clients/client-dynamodb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@
"@smithy/util-retry": "^3.0.0",
"@smithy/util-utf8": "^3.0.0",
"@smithy/util-waiter": "^3.0.0",
"tslib": "^2.6.2",
"uuid": "^9.0.1"
"tslib": "^2.6.2"
},
"devDependencies": {
"@tsconfig/node16": "16.1.3",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient";
import { commonParams } from "../endpoint/EndpointParameters";
import { BatchExecuteStatementInput, BatchExecuteStatementOutput } from "../models/models_0";
import { de_BatchExecuteStatementCommand, se_BatchExecuteStatementCommand } from "../protocols/Aws_json1_0";
import { de_BatchExecuteStatementCommand, se_BatchExecuteStatementCommand } from "../protocols/Rpcv2cbor";

/**
* @public
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient";
import { commonParams } from "../endpoint/EndpointParameters";
import { BatchGetItemInput, BatchGetItemOutput } from "../models/models_0";
import { de_BatchGetItemCommand, se_BatchGetItemCommand } from "../protocols/Aws_json1_0";
import { de_BatchGetItemCommand, se_BatchGetItemCommand } from "../protocols/Rpcv2cbor";

/**
* @public
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient";
import { commonParams } from "../endpoint/EndpointParameters";
import { BatchWriteItemInput, BatchWriteItemOutput } from "../models/models_0";
import { de_BatchWriteItemCommand, se_BatchWriteItemCommand } from "../protocols/Aws_json1_0";
import { de_BatchWriteItemCommand, se_BatchWriteItemCommand } from "../protocols/Rpcv2cbor";

/**
* @public
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient";
import { commonParams } from "../endpoint/EndpointParameters";
import { CreateBackupInput, CreateBackupOutput } from "../models/models_0";
import { de_CreateBackupCommand, se_CreateBackupCommand } from "../protocols/Aws_json1_0";
import { de_CreateBackupCommand, se_CreateBackupCommand } from "../protocols/Rpcv2cbor";

/**
* @public
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient";
import { commonParams } from "../endpoint/EndpointParameters";
import { CreateGlobalTableInput, CreateGlobalTableOutput } from "../models/models_0";
import { de_CreateGlobalTableCommand, se_CreateGlobalTableCommand } from "../protocols/Aws_json1_0";
import { de_CreateGlobalTableCommand, se_CreateGlobalTableCommand } from "../protocols/Rpcv2cbor";

/**
* @public
Expand Down
2 changes: 1 addition & 1 deletion clients/client-dynamodb/src/commands/CreateTableCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient";
import { commonParams } from "../endpoint/EndpointParameters";
import { CreateTableInput, CreateTableOutput } from "../models/models_0";
import { de_CreateTableCommand, se_CreateTableCommand } from "../protocols/Aws_json1_0";
import { de_CreateTableCommand, se_CreateTableCommand } from "../protocols/Rpcv2cbor";

/**
* @public
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient";
import { commonParams } from "../endpoint/EndpointParameters";
import { DeleteBackupInput, DeleteBackupOutput } from "../models/models_0";
import { de_DeleteBackupCommand, se_DeleteBackupCommand } from "../protocols/Aws_json1_0";
import { de_DeleteBackupCommand, se_DeleteBackupCommand } from "../protocols/Rpcv2cbor";

/**
* @public
Expand Down
2 changes: 1 addition & 1 deletion clients/client-dynamodb/src/commands/DeleteItemCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient";
import { commonParams } from "../endpoint/EndpointParameters";
import { DeleteItemInput, DeleteItemOutput } from "../models/models_0";
import { de_DeleteItemCommand, se_DeleteItemCommand } from "../protocols/Aws_json1_0";
import { de_DeleteItemCommand, se_DeleteItemCommand } from "../protocols/Rpcv2cbor";

/**
* @public
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient";
import { commonParams } from "../endpoint/EndpointParameters";
import { DeleteResourcePolicyInput, DeleteResourcePolicyOutput } from "../models/models_0";
import { de_DeleteResourcePolicyCommand, se_DeleteResourcePolicyCommand } from "../protocols/Aws_json1_0";
import { de_DeleteResourcePolicyCommand, se_DeleteResourcePolicyCommand } from "../protocols/Rpcv2cbor";

/**
* @public
Expand Down
2 changes: 1 addition & 1 deletion clients/client-dynamodb/src/commands/DeleteTableCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient";
import { commonParams } from "../endpoint/EndpointParameters";
import { DeleteTableInput, DeleteTableOutput } from "../models/models_0";
import { de_DeleteTableCommand, se_DeleteTableCommand } from "../protocols/Aws_json1_0";
import { de_DeleteTableCommand, se_DeleteTableCommand } from "../protocols/Rpcv2cbor";

/**
* @public
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient";
import { commonParams } from "../endpoint/EndpointParameters";
import { DescribeBackupInput, DescribeBackupOutput } from "../models/models_0";
import { de_DescribeBackupCommand, se_DescribeBackupCommand } from "../protocols/Aws_json1_0";
import { de_DescribeBackupCommand, se_DescribeBackupCommand } from "../protocols/Rpcv2cbor";

/**
* @public
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient";
import { commonParams } from "../endpoint/EndpointParameters";
import { DescribeContinuousBackupsInput, DescribeContinuousBackupsOutput } from "../models/models_0";
import { de_DescribeContinuousBackupsCommand, se_DescribeContinuousBackupsCommand } from "../protocols/Aws_json1_0";
import { de_DescribeContinuousBackupsCommand, se_DescribeContinuousBackupsCommand } from "../protocols/Rpcv2cbor";

/**
* @public
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient";
import { commonParams } from "../endpoint/EndpointParameters";
import { DescribeContributorInsightsInput, DescribeContributorInsightsOutput } from "../models/models_0";
import { de_DescribeContributorInsightsCommand, se_DescribeContributorInsightsCommand } from "../protocols/Aws_json1_0";
import { de_DescribeContributorInsightsCommand, se_DescribeContributorInsightsCommand } from "../protocols/Rpcv2cbor";

/**
* @public
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient";
import { commonParams } from "../endpoint/EndpointParameters";
import { DescribeEndpointsRequest, DescribeEndpointsResponse } from "../models/models_0";
import { de_DescribeEndpointsCommand, se_DescribeEndpointsCommand } from "../protocols/Aws_json1_0";
import { de_DescribeEndpointsCommand, se_DescribeEndpointsCommand } from "../protocols/Rpcv2cbor";

/**
* @public
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient";
import { commonParams } from "../endpoint/EndpointParameters";
import { DescribeExportInput, DescribeExportOutput } from "../models/models_0";
import { de_DescribeExportCommand, se_DescribeExportCommand } from "../protocols/Aws_json1_0";
import { de_DescribeExportCommand, se_DescribeExportCommand } from "../protocols/Rpcv2cbor";

/**
* @public
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient";
import { commonParams } from "../endpoint/EndpointParameters";
import { DescribeGlobalTableInput, DescribeGlobalTableOutput } from "../models/models_0";
import { de_DescribeGlobalTableCommand, se_DescribeGlobalTableCommand } from "../protocols/Aws_json1_0";
import { de_DescribeGlobalTableCommand, se_DescribeGlobalTableCommand } from "../protocols/Rpcv2cbor";

/**
* @public
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient";
import { commonParams } from "../endpoint/EndpointParameters";
import { DescribeGlobalTableSettingsInput, DescribeGlobalTableSettingsOutput } from "../models/models_0";
import { de_DescribeGlobalTableSettingsCommand, se_DescribeGlobalTableSettingsCommand } from "../protocols/Aws_json1_0";
import { de_DescribeGlobalTableSettingsCommand, se_DescribeGlobalTableSettingsCommand } from "../protocols/Rpcv2cbor";

/**
* @public
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient";
import { commonParams } from "../endpoint/EndpointParameters";
import { DescribeImportInput, DescribeImportOutput } from "../models/models_0";
import { de_DescribeImportCommand, se_DescribeImportCommand } from "../protocols/Aws_json1_0";
import { de_DescribeImportCommand, se_DescribeImportCommand } from "../protocols/Rpcv2cbor";

/**
* @public
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import {
import {
de_DescribeKinesisStreamingDestinationCommand,
se_DescribeKinesisStreamingDestinationCommand,
} from "../protocols/Aws_json1_0";
} from "../protocols/Rpcv2cbor";

/**
* @public
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient";
import { commonParams } from "../endpoint/EndpointParameters";
import { DescribeLimitsInput, DescribeLimitsOutput } from "../models/models_0";
import { de_DescribeLimitsCommand, se_DescribeLimitsCommand } from "../protocols/Aws_json1_0";
import { de_DescribeLimitsCommand, se_DescribeLimitsCommand } from "../protocols/Rpcv2cbor";

/**
* @public
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient";
import { commonParams } from "../endpoint/EndpointParameters";
import { DescribeTableInput, DescribeTableOutput } from "../models/models_0";
import { de_DescribeTableCommand, se_DescribeTableCommand } from "../protocols/Aws_json1_0";
import { de_DescribeTableCommand, se_DescribeTableCommand } from "../protocols/Rpcv2cbor";

/**
* @public
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { DescribeTableReplicaAutoScalingInput, DescribeTableReplicaAutoScalingOu
import {
de_DescribeTableReplicaAutoScalingCommand,
se_DescribeTableReplicaAutoScalingCommand,
} from "../protocols/Aws_json1_0";
} from "../protocols/Rpcv2cbor";

/**
* @public
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient";
import { commonParams } from "../endpoint/EndpointParameters";
import { DescribeTimeToLiveInput, DescribeTimeToLiveOutput } from "../models/models_0";
import { de_DescribeTimeToLiveCommand, se_DescribeTimeToLiveCommand } from "../protocols/Aws_json1_0";
import { de_DescribeTimeToLiveCommand, se_DescribeTimeToLiveCommand } from "../protocols/Rpcv2cbor";

/**
* @public
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { KinesisStreamingDestinationInput, KinesisStreamingDestinationOutput } f
import {
de_DisableKinesisStreamingDestinationCommand,
se_DisableKinesisStreamingDestinationCommand,
} from "../protocols/Aws_json1_0";
} from "../protocols/Rpcv2cbor";

/**
* @public
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { KinesisStreamingDestinationInput, KinesisStreamingDestinationOutput } f
import {
de_EnableKinesisStreamingDestinationCommand,
se_EnableKinesisStreamingDestinationCommand,
} from "../protocols/Aws_json1_0";
} from "../protocols/Rpcv2cbor";

/**
* @public
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient";
import { commonParams } from "../endpoint/EndpointParameters";
import { ExecuteStatementInput, ExecuteStatementOutput } from "../models/models_0";
import { de_ExecuteStatementCommand, se_ExecuteStatementCommand } from "../protocols/Aws_json1_0";
import { de_ExecuteStatementCommand, se_ExecuteStatementCommand } from "../protocols/Rpcv2cbor";

/**
* @public
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient";
import { commonParams } from "../endpoint/EndpointParameters";
import { ExecuteTransactionInput, ExecuteTransactionOutput } from "../models/models_0";
import { de_ExecuteTransactionCommand, se_ExecuteTransactionCommand } from "../protocols/Aws_json1_0";
import { de_ExecuteTransactionCommand, se_ExecuteTransactionCommand } from "../protocols/Rpcv2cbor";

/**
* @public
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient";
import { commonParams } from "../endpoint/EndpointParameters";
import { ExportTableToPointInTimeInput, ExportTableToPointInTimeOutput } from "../models/models_0";
import { de_ExportTableToPointInTimeCommand, se_ExportTableToPointInTimeCommand } from "../protocols/Aws_json1_0";
import { de_ExportTableToPointInTimeCommand, se_ExportTableToPointInTimeCommand } from "../protocols/Rpcv2cbor";

/**
* @public
Expand Down
2 changes: 1 addition & 1 deletion clients/client-dynamodb/src/commands/GetItemCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient";
import { commonParams } from "../endpoint/EndpointParameters";
import { GetItemInput, GetItemOutput } from "../models/models_0";
import { de_GetItemCommand, se_GetItemCommand } from "../protocols/Aws_json1_0";
import { de_GetItemCommand, se_GetItemCommand } from "../protocols/Rpcv2cbor";

/**
* @public
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient";
import { commonParams } from "../endpoint/EndpointParameters";
import { GetResourcePolicyInput, GetResourcePolicyOutput } from "../models/models_0";
import { de_GetResourcePolicyCommand, se_GetResourcePolicyCommand } from "../protocols/Aws_json1_0";
import { de_GetResourcePolicyCommand, se_GetResourcePolicyCommand } from "../protocols/Rpcv2cbor";

/**
* @public
Expand Down
2 changes: 1 addition & 1 deletion clients/client-dynamodb/src/commands/ImportTableCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient";
import { commonParams } from "../endpoint/EndpointParameters";
import { ImportTableInput, ImportTableOutput } from "../models/models_0";
import { de_ImportTableCommand, se_ImportTableCommand } from "../protocols/Aws_json1_0";
import { de_ImportTableCommand, se_ImportTableCommand } from "../protocols/Rpcv2cbor";

/**
* @public
Expand Down
2 changes: 1 addition & 1 deletion clients/client-dynamodb/src/commands/ListBackupsCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient";
import { commonParams } from "../endpoint/EndpointParameters";
import { ListBackupsInput, ListBackupsOutput } from "../models/models_0";
import { de_ListBackupsCommand, se_ListBackupsCommand } from "../protocols/Aws_json1_0";
import { de_ListBackupsCommand, se_ListBackupsCommand } from "../protocols/Rpcv2cbor";

/**
* @public
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient";
import { commonParams } from "../endpoint/EndpointParameters";
import { ListContributorInsightsInput, ListContributorInsightsOutput } from "../models/models_0";
import { de_ListContributorInsightsCommand, se_ListContributorInsightsCommand } from "../protocols/Aws_json1_0";
import { de_ListContributorInsightsCommand, se_ListContributorInsightsCommand } from "../protocols/Rpcv2cbor";

/**
* @public
Expand Down
2 changes: 1 addition & 1 deletion clients/client-dynamodb/src/commands/ListExportsCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient";
import { commonParams } from "../endpoint/EndpointParameters";
import { ListExportsInput, ListExportsOutput } from "../models/models_0";
import { de_ListExportsCommand, se_ListExportsCommand } from "../protocols/Aws_json1_0";
import { de_ListExportsCommand, se_ListExportsCommand } from "../protocols/Rpcv2cbor";

/**
* @public
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient";
import { commonParams } from "../endpoint/EndpointParameters";
import { ListGlobalTablesInput, ListGlobalTablesOutput } from "../models/models_0";
import { de_ListGlobalTablesCommand, se_ListGlobalTablesCommand } from "../protocols/Aws_json1_0";
import { de_ListGlobalTablesCommand, se_ListGlobalTablesCommand } from "../protocols/Rpcv2cbor";

/**
* @public
Expand Down
2 changes: 1 addition & 1 deletion clients/client-dynamodb/src/commands/ListImportsCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient";
import { commonParams } from "../endpoint/EndpointParameters";
import { ListImportsInput, ListImportsOutput } from "../models/models_0";
import { de_ListImportsCommand, se_ListImportsCommand } from "../protocols/Aws_json1_0";
import { de_ListImportsCommand, se_ListImportsCommand } from "../protocols/Rpcv2cbor";

/**
* @public
Expand Down
2 changes: 1 addition & 1 deletion clients/client-dynamodb/src/commands/ListTablesCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient";
import { commonParams } from "../endpoint/EndpointParameters";
import { ListTablesInput, ListTablesOutput } from "../models/models_0";
import { de_ListTablesCommand, se_ListTablesCommand } from "../protocols/Aws_json1_0";
import { de_ListTablesCommand, se_ListTablesCommand } from "../protocols/Rpcv2cbor";

/**
* @public
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient";
import { commonParams } from "../endpoint/EndpointParameters";
import { ListTagsOfResourceInput, ListTagsOfResourceOutput } from "../models/models_0";
import { de_ListTagsOfResourceCommand, se_ListTagsOfResourceCommand } from "../protocols/Aws_json1_0";
import { de_ListTagsOfResourceCommand, se_ListTagsOfResourceCommand } from "../protocols/Rpcv2cbor";

/**
* @public
Expand Down
Loading

0 comments on commit a66516c

Please sign in to comment.