Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,16 @@ export class EmptyInputOutputCommand extends $Command
.f(void 0, void 0)
.ser(se_EmptyInputOutputCommand)
.de(de_EmptyInputOutputCommand)
.build() {}
.build() {
/** @internal type navigation helper, not in runtime. */
protected declare static __types: {
api: {
input: {};
output: {};
};
sdk: {
input: EmptyInputOutputCommandInput;
output: EmptyInputOutputCommandOutput;
};
};
}
14 changes: 13 additions & 1 deletion private/smithy-rpcv2-cbor/src/commands/Float16Command.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,16 @@ export class Float16Command extends $Command
.f(void 0, void 0)
.ser(se_Float16Command)
.de(de_Float16Command)
.build() {}
.build() {
/** @internal type navigation helper, not in runtime. */
protected declare static __types: {
api: {
input: {};
output: Float16Output;
};
sdk: {
input: Float16CommandInput;
output: Float16CommandOutput;
};
};
}
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,16 @@ export class FractionalSecondsCommand extends $Command
.f(void 0, void 0)
.ser(se_FractionalSecondsCommand)
.de(de_FractionalSecondsCommand)
.build() {}
.build() {
/** @internal type navigation helper, not in runtime. */
protected declare static __types: {
api: {
input: {};
output: FractionalSecondsOutput;
};
sdk: {
input: FractionalSecondsCommandInput;
output: FractionalSecondsCommandOutput;
};
};
}
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,16 @@ export class GreetingWithErrorsCommand extends $Command
.f(void 0, void 0)
.ser(se_GreetingWithErrorsCommand)
.de(de_GreetingWithErrorsCommand)
.build() {}
.build() {
/** @internal type navigation helper, not in runtime. */
protected declare static __types: {
api: {
input: {};
output: GreetingWithErrorsOutput;
};
sdk: {
input: GreetingWithErrorsCommandInput;
output: GreetingWithErrorsCommandOutput;
};
};
}
14 changes: 13 additions & 1 deletion private/smithy-rpcv2-cbor/src/commands/NoInputOutputCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,16 @@ export class NoInputOutputCommand extends $Command
.f(void 0, void 0)
.ser(se_NoInputOutputCommand)
.de(de_NoInputOutputCommand)
.build() {}
.build() {
/** @internal type navigation helper, not in runtime. */
protected declare static __types: {
api: {
input: {};
output: {};
};
sdk: {
input: NoInputOutputCommandInput;
output: NoInputOutputCommandOutput;
};
};
}
Original file line number Diff line number Diff line change
Expand Up @@ -134,4 +134,16 @@ export class OperationWithDefaultsCommand extends $Command
.f(void 0, void 0)
.ser(se_OperationWithDefaultsCommand)
.de(de_OperationWithDefaultsCommand)
.build() {}
.build() {
/** @internal type navigation helper, not in runtime. */
protected declare static __types: {
api: {
input: OperationWithDefaultsInput;
output: OperationWithDefaultsOutput;
};
sdk: {
input: OperationWithDefaultsCommandInput;
output: OperationWithDefaultsCommandOutput;
};
};
}
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,16 @@ export class OptionalInputOutputCommand extends $Command
.f(void 0, void 0)
.ser(se_OptionalInputOutputCommand)
.de(de_OptionalInputOutputCommand)
.build() {}
.build() {
/** @internal type navigation helper, not in runtime. */
protected declare static __types: {
api: {
input: SimpleStructure;
output: SimpleStructure;
};
sdk: {
input: OptionalInputOutputCommandInput;
output: OptionalInputOutputCommandOutput;
};
};
}
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,16 @@ export class RecursiveShapesCommand extends $Command
.f(void 0, void 0)
.ser(se_RecursiveShapesCommand)
.de(de_RecursiveShapesCommand)
.build() {}
.build() {
/** @internal type navigation helper, not in runtime. */
protected declare static __types: {
api: {
input: RecursiveShapesInputOutput;
output: RecursiveShapesInputOutput;
};
sdk: {
input: RecursiveShapesCommandInput;
output: RecursiveShapesCommandOutput;
};
};
}
Original file line number Diff line number Diff line change
Expand Up @@ -111,4 +111,16 @@ export class RpcV2CborDenseMapsCommand extends $Command
.f(void 0, void 0)
.ser(se_RpcV2CborDenseMapsCommand)
.de(de_RpcV2CborDenseMapsCommand)
.build() {}
.build() {
/** @internal type navigation helper, not in runtime. */
protected declare static __types: {
api: {
input: RpcV2CborDenseMapsInputOutput;
output: RpcV2CborDenseMapsInputOutput;
};
sdk: {
input: RpcV2CborDenseMapsCommandInput;
output: RpcV2CborDenseMapsCommandOutput;
};
};
}
Original file line number Diff line number Diff line change
Expand Up @@ -149,4 +149,16 @@ export class RpcV2CborListsCommand extends $Command
.f(void 0, void 0)
.ser(se_RpcV2CborListsCommand)
.de(de_RpcV2CborListsCommand)
.build() {}
.build() {
/** @internal type navigation helper, not in runtime. */
protected declare static __types: {
api: {
input: RpcV2CborListInputOutput;
output: RpcV2CborListInputOutput;
};
sdk: {
input: RpcV2CborListsCommandInput;
output: RpcV2CborListsCommandOutput;
};
};
}
Original file line number Diff line number Diff line change
Expand Up @@ -111,4 +111,16 @@ export class RpcV2CborSparseMapsCommand extends $Command
.f(void 0, void 0)
.ser(se_RpcV2CborSparseMapsCommand)
.de(de_RpcV2CborSparseMapsCommand)
.build() {}
.build() {
/** @internal type navigation helper, not in runtime. */
protected declare static __types: {
api: {
input: RpcV2CborSparseMapsInputOutput;
output: RpcV2CborSparseMapsInputOutput;
};
sdk: {
input: RpcV2CborSparseMapsCommandInput;
output: RpcV2CborSparseMapsCommandOutput;
};
};
}
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,16 @@ export class SimpleScalarPropertiesCommand extends $Command
.f(void 0, void 0)
.ser(se_SimpleScalarPropertiesCommand)
.de(de_SimpleScalarPropertiesCommand)
.build() {}
.build() {
/** @internal type navigation helper, not in runtime. */
protected declare static __types: {
api: {
input: SimpleScalarStructure;
output: SimpleScalarStructure;
};
sdk: {
input: SimpleScalarPropertiesCommandInput;
output: SimpleScalarPropertiesCommandOutput;
};
};
}
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,16 @@ export class SparseNullsOperationCommand extends $Command
.f(void 0, void 0)
.ser(se_SparseNullsOperationCommand)
.de(de_SparseNullsOperationCommand)
.build() {}
.build() {
/** @internal type navigation helper, not in runtime. */
protected declare static __types: {
api: {
input: SparseNullsOperationInputOutput;
output: SparseNullsOperationInputOutput;
};
sdk: {
input: SparseNullsOperationCommandInput;
output: SparseNullsOperationCommandOutput;
};
};
}