diff --git a/clients/client-api-gateway/src/commands/GetExportCommand.ts b/clients/client-api-gateway/src/commands/GetExportCommand.ts index c5f83ebffdb51..5794fe694fabd 100644 --- a/clients/client-api-gateway/src/commands/GetExportCommand.ts +++ b/clients/client-api-gateway/src/commands/GetExportCommand.ts @@ -34,6 +34,7 @@ export interface GetExportCommandInput extends GetExportRequest {} export type GetExportCommandOutputType = Omit & { body?: Uint8ArrayBlobAdapter; }; + /** * @public * diff --git a/clients/client-api-gateway/src/commands/GetSdkCommand.ts b/clients/client-api-gateway/src/commands/GetSdkCommand.ts index 95e4271176e55..f849a7d2f8b20 100644 --- a/clients/client-api-gateway/src/commands/GetSdkCommand.ts +++ b/clients/client-api-gateway/src/commands/GetSdkCommand.ts @@ -34,6 +34,7 @@ export interface GetSdkCommandInput extends GetSdkRequest {} export type GetSdkCommandOutputType = Omit & { body?: Uint8ArrayBlobAdapter; }; + /** * @public * diff --git a/clients/client-api-gateway/src/commands/ImportApiKeysCommand.ts b/clients/client-api-gateway/src/commands/ImportApiKeysCommand.ts index 930178c9ecaeb..f417425132d11 100644 --- a/clients/client-api-gateway/src/commands/ImportApiKeysCommand.ts +++ b/clients/client-api-gateway/src/commands/ImportApiKeysCommand.ts @@ -28,6 +28,7 @@ export { __MetadataBearer, $Command }; export type ImportApiKeysCommandInputType = Omit & { body: BlobTypes; }; + /** * @public * diff --git a/clients/client-api-gateway/src/commands/ImportDocumentationPartsCommand.ts b/clients/client-api-gateway/src/commands/ImportDocumentationPartsCommand.ts index 47a958ef626bb..87f3acd21da25 100644 --- a/clients/client-api-gateway/src/commands/ImportDocumentationPartsCommand.ts +++ b/clients/client-api-gateway/src/commands/ImportDocumentationPartsCommand.ts @@ -28,6 +28,7 @@ export { __MetadataBearer, $Command }; export type ImportDocumentationPartsCommandInputType = Omit & { body: BlobTypes; }; + /** * @public * diff --git a/clients/client-api-gateway/src/commands/ImportRestApiCommand.ts b/clients/client-api-gateway/src/commands/ImportRestApiCommand.ts index 8b7e710b10d81..ba14714b0f0a9 100644 --- a/clients/client-api-gateway/src/commands/ImportRestApiCommand.ts +++ b/clients/client-api-gateway/src/commands/ImportRestApiCommand.ts @@ -28,6 +28,7 @@ export { __MetadataBearer, $Command }; export type ImportRestApiCommandInputType = Omit & { body: BlobTypes; }; + /** * @public * diff --git a/clients/client-api-gateway/src/commands/PutRestApiCommand.ts b/clients/client-api-gateway/src/commands/PutRestApiCommand.ts index f7da3bba39c58..4e30973fb7537 100644 --- a/clients/client-api-gateway/src/commands/PutRestApiCommand.ts +++ b/clients/client-api-gateway/src/commands/PutRestApiCommand.ts @@ -28,6 +28,7 @@ export { __MetadataBearer, $Command }; export type PutRestApiCommandInputType = Omit & { body: BlobTypes; }; + /** * @public * diff --git a/clients/client-apigatewaymanagementapi/src/commands/PostToConnectionCommand.ts b/clients/client-apigatewaymanagementapi/src/commands/PostToConnectionCommand.ts index 2b428fcde2de8..bedd3e4453acc 100644 --- a/clients/client-apigatewaymanagementapi/src/commands/PostToConnectionCommand.ts +++ b/clients/client-apigatewaymanagementapi/src/commands/PostToConnectionCommand.ts @@ -32,6 +32,7 @@ export { __MetadataBearer, $Command }; export type PostToConnectionCommandInputType = Omit & { Data: BlobTypes; }; + /** * @public * diff --git a/clients/client-apigatewayv2/src/commands/ExportApiCommand.ts b/clients/client-apigatewayv2/src/commands/ExportApiCommand.ts index addb6543ef01b..c65c977e78bdb 100644 --- a/clients/client-apigatewayv2/src/commands/ExportApiCommand.ts +++ b/clients/client-apigatewayv2/src/commands/ExportApiCommand.ts @@ -34,6 +34,7 @@ export interface ExportApiCommandInput extends ExportApiRequest {} export type ExportApiCommandOutputType = Omit & { body?: Uint8ArrayBlobAdapter; }; + /** * @public * diff --git a/clients/client-appconfig/src/commands/CreateHostedConfigurationVersionCommand.ts b/clients/client-appconfig/src/commands/CreateHostedConfigurationVersionCommand.ts index 2191541b6634c..3b619f311f805 100644 --- a/clients/client-appconfig/src/commands/CreateHostedConfigurationVersionCommand.ts +++ b/clients/client-appconfig/src/commands/CreateHostedConfigurationVersionCommand.ts @@ -40,6 +40,7 @@ export type CreateHostedConfigurationVersionCommandInputType = Omit< > & { Content: BlobTypes; }; + /** * @public * @@ -53,6 +54,7 @@ export interface CreateHostedConfigurationVersionCommandInput export type CreateHostedConfigurationVersionCommandOutputType = Omit & { Content?: Uint8ArrayBlobAdapter; }; + /** * @public * diff --git a/clients/client-appconfig/src/commands/GetConfigurationCommand.ts b/clients/client-appconfig/src/commands/GetConfigurationCommand.ts index 37db4eb1d1d50..a06fa09516500 100644 --- a/clients/client-appconfig/src/commands/GetConfigurationCommand.ts +++ b/clients/client-appconfig/src/commands/GetConfigurationCommand.ts @@ -34,6 +34,7 @@ export interface GetConfigurationCommandInput extends GetConfigurationRequest {} export type GetConfigurationCommandOutputType = Omit & { Content?: Uint8ArrayBlobAdapter; }; + /** * @public * diff --git a/clients/client-appconfig/src/commands/GetHostedConfigurationVersionCommand.ts b/clients/client-appconfig/src/commands/GetHostedConfigurationVersionCommand.ts index 44e6607eea459..6277c19b0c6cc 100644 --- a/clients/client-appconfig/src/commands/GetHostedConfigurationVersionCommand.ts +++ b/clients/client-appconfig/src/commands/GetHostedConfigurationVersionCommand.ts @@ -41,6 +41,7 @@ export interface GetHostedConfigurationVersionCommandInput extends GetHostedConf export type GetHostedConfigurationVersionCommandOutputType = Omit & { Content?: Uint8ArrayBlobAdapter; }; + /** * @public * diff --git a/clients/client-appconfigdata/src/commands/GetLatestConfigurationCommand.ts b/clients/client-appconfigdata/src/commands/GetLatestConfigurationCommand.ts index 62c44703a0319..081f4528bd9c7 100644 --- a/clients/client-appconfigdata/src/commands/GetLatestConfigurationCommand.ts +++ b/clients/client-appconfigdata/src/commands/GetLatestConfigurationCommand.ts @@ -38,6 +38,7 @@ export interface GetLatestConfigurationCommandInput extends GetLatestConfigurati export type GetLatestConfigurationCommandOutputType = Omit & { Configuration?: Uint8ArrayBlobAdapter; }; + /** * @public * diff --git a/clients/client-appsync/src/commands/GetIntrospectionSchemaCommand.ts b/clients/client-appsync/src/commands/GetIntrospectionSchemaCommand.ts index f7292b91f0309..698f4b3e0df30 100644 --- a/clients/client-appsync/src/commands/GetIntrospectionSchemaCommand.ts +++ b/clients/client-appsync/src/commands/GetIntrospectionSchemaCommand.ts @@ -34,6 +34,7 @@ export interface GetIntrospectionSchemaCommandInput extends GetIntrospectionSche export type GetIntrospectionSchemaCommandOutputType = Omit & { schema?: Uint8ArrayBlobAdapter; }; + /** * @public * diff --git a/clients/client-cloudfront/src/commands/GetFunctionCommand.ts b/clients/client-cloudfront/src/commands/GetFunctionCommand.ts index c8170328b3bb5..118f6bf93e385 100644 --- a/clients/client-cloudfront/src/commands/GetFunctionCommand.ts +++ b/clients/client-cloudfront/src/commands/GetFunctionCommand.ts @@ -34,6 +34,7 @@ export interface GetFunctionCommandInput extends GetFunctionRequest {} export type GetFunctionCommandOutputType = Omit & { FunctionCode?: Uint8ArrayBlobAdapter; }; + /** * @public * diff --git a/clients/client-codeguruprofiler/src/commands/GetProfileCommand.ts b/clients/client-codeguruprofiler/src/commands/GetProfileCommand.ts index a81f0f76f3811..926c54e4db808 100644 --- a/clients/client-codeguruprofiler/src/commands/GetProfileCommand.ts +++ b/clients/client-codeguruprofiler/src/commands/GetProfileCommand.ts @@ -34,6 +34,7 @@ export interface GetProfileCommandInput extends GetProfileRequest {} export type GetProfileCommandOutputType = Omit & { profile: Uint8ArrayBlobAdapter; }; + /** * @public * diff --git a/clients/client-codeguruprofiler/src/commands/PostAgentProfileCommand.ts b/clients/client-codeguruprofiler/src/commands/PostAgentProfileCommand.ts index 5f8b415e3ccbb..c9aef367a5c32 100644 --- a/clients/client-codeguruprofiler/src/commands/PostAgentProfileCommand.ts +++ b/clients/client-codeguruprofiler/src/commands/PostAgentProfileCommand.ts @@ -28,6 +28,7 @@ export { __MetadataBearer, $Command }; export type PostAgentProfileCommandInputType = Omit & { agentProfile: BlobTypes; }; + /** * @public * diff --git a/clients/client-iot-data-plane/src/commands/DeleteThingShadowCommand.ts b/clients/client-iot-data-plane/src/commands/DeleteThingShadowCommand.ts index a68c7c390ec96..062826dfc230b 100644 --- a/clients/client-iot-data-plane/src/commands/DeleteThingShadowCommand.ts +++ b/clients/client-iot-data-plane/src/commands/DeleteThingShadowCommand.ts @@ -34,6 +34,7 @@ export interface DeleteThingShadowCommandInput extends DeleteThingShadowRequest export type DeleteThingShadowCommandOutputType = Omit & { payload: Uint8ArrayBlobAdapter; }; + /** * @public * diff --git a/clients/client-iot-data-plane/src/commands/GetThingShadowCommand.ts b/clients/client-iot-data-plane/src/commands/GetThingShadowCommand.ts index 60d20b5ee2b44..028d3ae7e903e 100644 --- a/clients/client-iot-data-plane/src/commands/GetThingShadowCommand.ts +++ b/clients/client-iot-data-plane/src/commands/GetThingShadowCommand.ts @@ -34,6 +34,7 @@ export interface GetThingShadowCommandInput extends GetThingShadowRequest {} export type GetThingShadowCommandOutputType = Omit & { payload?: Uint8ArrayBlobAdapter; }; + /** * @public * diff --git a/clients/client-iot-data-plane/src/commands/PublishCommand.ts b/clients/client-iot-data-plane/src/commands/PublishCommand.ts index fab1099cc227e..0e700790706b5 100644 --- a/clients/client-iot-data-plane/src/commands/PublishCommand.ts +++ b/clients/client-iot-data-plane/src/commands/PublishCommand.ts @@ -28,6 +28,7 @@ export { __MetadataBearer, $Command }; export type PublishCommandInputType = Omit & { payload?: BlobTypes; }; + /** * @public * diff --git a/clients/client-iot-data-plane/src/commands/UpdateThingShadowCommand.ts b/clients/client-iot-data-plane/src/commands/UpdateThingShadowCommand.ts index bd734ae33af8b..7c692470f123c 100644 --- a/clients/client-iot-data-plane/src/commands/UpdateThingShadowCommand.ts +++ b/clients/client-iot-data-plane/src/commands/UpdateThingShadowCommand.ts @@ -29,6 +29,7 @@ export { __MetadataBearer, $Command }; export type UpdateThingShadowCommandInputType = Omit & { payload: BlobTypes; }; + /** * @public * @@ -41,6 +42,7 @@ export interface UpdateThingShadowCommandInput extends UpdateThingShadowCommandI export type UpdateThingShadowCommandOutputType = Omit & { payload?: Uint8ArrayBlobAdapter; }; + /** * @public * diff --git a/clients/client-iot-wireless/src/commands/GetPositionEstimateCommand.ts b/clients/client-iot-wireless/src/commands/GetPositionEstimateCommand.ts index 03685721e2931..3381a87d65265 100644 --- a/clients/client-iot-wireless/src/commands/GetPositionEstimateCommand.ts +++ b/clients/client-iot-wireless/src/commands/GetPositionEstimateCommand.ts @@ -34,6 +34,7 @@ export interface GetPositionEstimateCommandInput extends GetPositionEstimateRequ export type GetPositionEstimateCommandOutputType = Omit & { GeoJsonPayload?: Uint8ArrayBlobAdapter; }; + /** * @public * diff --git a/clients/client-iot-wireless/src/commands/GetResourcePositionCommand.ts b/clients/client-iot-wireless/src/commands/GetResourcePositionCommand.ts index 61f01ee4c1a75..c10212b473827 100644 --- a/clients/client-iot-wireless/src/commands/GetResourcePositionCommand.ts +++ b/clients/client-iot-wireless/src/commands/GetResourcePositionCommand.ts @@ -34,6 +34,7 @@ export interface GetResourcePositionCommandInput extends GetResourcePositionRequ export type GetResourcePositionCommandOutputType = Omit & { GeoJsonPayload?: Uint8ArrayBlobAdapter; }; + /** * @public * diff --git a/clients/client-iot-wireless/src/commands/UpdateResourcePositionCommand.ts b/clients/client-iot-wireless/src/commands/UpdateResourcePositionCommand.ts index e6cce2cfb0878..90f622ddce9bd 100644 --- a/clients/client-iot-wireless/src/commands/UpdateResourcePositionCommand.ts +++ b/clients/client-iot-wireless/src/commands/UpdateResourcePositionCommand.ts @@ -28,6 +28,7 @@ export { __MetadataBearer, $Command }; export type UpdateResourcePositionCommandInputType = Omit & { GeoJsonPayload?: BlobTypes; }; + /** * @public * diff --git a/clients/client-lambda/src/commands/InvokeCommand.ts b/clients/client-lambda/src/commands/InvokeCommand.ts index c950c60221ac1..d4415df8089fb 100644 --- a/clients/client-lambda/src/commands/InvokeCommand.ts +++ b/clients/client-lambda/src/commands/InvokeCommand.ts @@ -34,6 +34,7 @@ export { __MetadataBearer, $Command }; export type InvokeCommandInputType = Omit & { Payload?: BlobTypes; }; + /** * @public * @@ -46,6 +47,7 @@ export interface InvokeCommandInput extends InvokeCommandInputType {} export type InvokeCommandOutputType = Omit & { Payload?: Uint8ArrayBlobAdapter; }; + /** * @public * diff --git a/clients/client-lambda/src/commands/InvokeWithResponseStreamCommand.ts b/clients/client-lambda/src/commands/InvokeWithResponseStreamCommand.ts index c4545af8e0e11..6606824266fd4 100644 --- a/clients/client-lambda/src/commands/InvokeWithResponseStreamCommand.ts +++ b/clients/client-lambda/src/commands/InvokeWithResponseStreamCommand.ts @@ -34,6 +34,7 @@ export { __MetadataBearer, $Command }; export type InvokeWithResponseStreamCommandInputType = Omit & { Payload?: BlobTypes; }; + /** * @public * diff --git a/clients/client-location/src/commands/GetMapGlyphsCommand.ts b/clients/client-location/src/commands/GetMapGlyphsCommand.ts index a41f310ad0f7f..2ec2d3af6054f 100644 --- a/clients/client-location/src/commands/GetMapGlyphsCommand.ts +++ b/clients/client-location/src/commands/GetMapGlyphsCommand.ts @@ -34,6 +34,7 @@ export interface GetMapGlyphsCommandInput extends GetMapGlyphsRequest {} export type GetMapGlyphsCommandOutputType = Omit & { Blob?: Uint8ArrayBlobAdapter; }; + /** * @public * diff --git a/clients/client-location/src/commands/GetMapSpritesCommand.ts b/clients/client-location/src/commands/GetMapSpritesCommand.ts index e1cb40d0502b8..154a744dedd10 100644 --- a/clients/client-location/src/commands/GetMapSpritesCommand.ts +++ b/clients/client-location/src/commands/GetMapSpritesCommand.ts @@ -38,6 +38,7 @@ export interface GetMapSpritesCommandInput extends GetMapSpritesRequest {} export type GetMapSpritesCommandOutputType = Omit & { Blob?: Uint8ArrayBlobAdapter; }; + /** * @public * diff --git a/clients/client-location/src/commands/GetMapStyleDescriptorCommand.ts b/clients/client-location/src/commands/GetMapStyleDescriptorCommand.ts index 2789a9098511e..0538e154b2f23 100644 --- a/clients/client-location/src/commands/GetMapStyleDescriptorCommand.ts +++ b/clients/client-location/src/commands/GetMapStyleDescriptorCommand.ts @@ -38,6 +38,7 @@ export interface GetMapStyleDescriptorCommandInput extends GetMapStyleDescriptor export type GetMapStyleDescriptorCommandOutputType = Omit & { Blob?: Uint8ArrayBlobAdapter; }; + /** * @public * diff --git a/clients/client-location/src/commands/GetMapTileCommand.ts b/clients/client-location/src/commands/GetMapTileCommand.ts index 7e88e5e54610f..5d3c32d7eb54c 100644 --- a/clients/client-location/src/commands/GetMapTileCommand.ts +++ b/clients/client-location/src/commands/GetMapTileCommand.ts @@ -34,6 +34,7 @@ export interface GetMapTileCommandInput extends GetMapTileRequest {} export type GetMapTileCommandOutputType = Omit & { Blob?: Uint8ArrayBlobAdapter; }; + /** * @public * diff --git a/clients/client-mobile/src/commands/CreateProjectCommand.ts b/clients/client-mobile/src/commands/CreateProjectCommand.ts index e652a17b01b6b..d12693416f280 100644 --- a/clients/client-mobile/src/commands/CreateProjectCommand.ts +++ b/clients/client-mobile/src/commands/CreateProjectCommand.ts @@ -28,6 +28,7 @@ export { __MetadataBearer, $Command }; export type CreateProjectCommandInputType = Omit & { contents?: BlobTypes; }; + /** * @public * diff --git a/clients/client-mobile/src/commands/UpdateProjectCommand.ts b/clients/client-mobile/src/commands/UpdateProjectCommand.ts index 8b3049d15e355..6a41f5ab42055 100644 --- a/clients/client-mobile/src/commands/UpdateProjectCommand.ts +++ b/clients/client-mobile/src/commands/UpdateProjectCommand.ts @@ -28,6 +28,7 @@ export { __MetadataBearer, $Command }; export type UpdateProjectCommandInputType = Omit & { contents?: BlobTypes; }; + /** * @public * diff --git a/clients/client-pricing/src/commands/DescribeServicesCommand.ts b/clients/client-pricing/src/commands/DescribeServicesCommand.ts index aa5fe4a9801e6..32b8be09e49ac 100644 --- a/clients/client-pricing/src/commands/DescribeServicesCommand.ts +++ b/clients/client-pricing/src/commands/DescribeServicesCommand.ts @@ -96,37 +96,6 @@ export interface DescribeServicesCommandOutput extends DescribeServicesResponse, * @throws {@link PricingServiceException} *

Base exception class for all service exceptions from Pricing service.

* - * @example To retrieve a list of services and service codes - * ```javascript - * // Retrieves the service for the given Service Code. - * const input = { - * "FormatVersion": "aws_v1", - * "MaxResults": 1, - * "ServiceCode": "AmazonEC2" - * }; - * const command = new DescribeServicesCommand(input); - * const response = await client.send(command); - * /* response == - * { - * "FormatVersion": "aws_v1", - * "NextToken": "abcdefg123", - * "Services": [ - * { - * "AttributeNames": [ - * "volumeType", - * "maxIopsvolume", - * "instanceCapacity10xlarge", - * "locationType", - * "operation" - * ], - * "ServiceCode": "AmazonEC2" - * } - * ] - * } - * *\/ - * // example id: to-retrieve-service-metadata - * ``` - * */ export class DescribeServicesCommand extends $Command< DescribeServicesCommandInput, diff --git a/clients/client-pricing/src/commands/GetAttributeValuesCommand.ts b/clients/client-pricing/src/commands/GetAttributeValuesCommand.ts index f1308f32d935f..a18957213f437 100644 --- a/clients/client-pricing/src/commands/GetAttributeValuesCommand.ts +++ b/clients/client-pricing/src/commands/GetAttributeValuesCommand.ts @@ -89,32 +89,6 @@ export interface GetAttributeValuesCommandOutput extends GetAttributeValuesRespo * @throws {@link PricingServiceException} *

Base exception class for all service exceptions from Pricing service.

* - * @example To retrieve a list of attribute values - * ```javascript - * // This operation returns a list of values available for the given attribute. - * const input = { - * "AttributeName": "volumeType", - * "MaxResults": 2, - * "ServiceCode": "AmazonEC2" - * }; - * const command = new GetAttributeValuesCommand(input); - * const response = await client.send(command); - * /* response == - * { - * "AttributeValues": [ - * { - * "Value": "Throughput Optimized HDD" - * }, - * { - * "Value": "Provisioned IOPS" - * } - * ], - * "NextToken": "GpgauEXAMPLEezucl5LV0w==:7GzYJ0nw0DBTJ2J66EoTIIynE6O1uXwQtTRqioJzQadBnDVgHPzI1en4BUQnPCLpzeBk9RQQAWaFieA4+DapFAGLgk+Z/9/cTw9GldnPOHN98+FdmJP7wKU3QQpQ8MQr5KOeBkIsAqvAQYdL0DkL7tHwPtE5iCEByAmg9gcC/yBU1vAOsf7R3VaNN4M5jMDv3woSWqASSIlBVB6tgW78YL22KhssoItM/jWW+aP6Jqtq4mldxp/ct6DWAl+xLFwHU/CbketimPPXyqHF3/UXDw==" - * } - * *\/ - * // example id: to-retreive-attribute-values - * ``` - * */ export class GetAttributeValuesCommand extends $Command< GetAttributeValuesCommandInput, diff --git a/clients/client-sagemaker-runtime/src/commands/InvokeEndpointCommand.ts b/clients/client-sagemaker-runtime/src/commands/InvokeEndpointCommand.ts index 761370e649968..c2394209f8bce 100644 --- a/clients/client-sagemaker-runtime/src/commands/InvokeEndpointCommand.ts +++ b/clients/client-sagemaker-runtime/src/commands/InvokeEndpointCommand.ts @@ -34,6 +34,7 @@ export { __MetadataBearer, $Command }; export type InvokeEndpointCommandInputType = Omit & { Body: BlobTypes; }; + /** * @public * @@ -46,6 +47,7 @@ export interface InvokeEndpointCommandInput extends InvokeEndpointCommandInputTy export type InvokeEndpointCommandOutputType = Omit & { Body: Uint8ArrayBlobAdapter; }; + /** * @public * diff --git a/clients/client-schemas/src/commands/GetCodeBindingSourceCommand.ts b/clients/client-schemas/src/commands/GetCodeBindingSourceCommand.ts index 2ed9dea22c7cc..0baaeff221f1a 100644 --- a/clients/client-schemas/src/commands/GetCodeBindingSourceCommand.ts +++ b/clients/client-schemas/src/commands/GetCodeBindingSourceCommand.ts @@ -34,6 +34,7 @@ export interface GetCodeBindingSourceCommandInput extends GetCodeBindingSourceRe export type GetCodeBindingSourceCommandOutputType = Omit & { Body?: Uint8ArrayBlobAdapter; }; + /** * @public * diff --git a/clients/client-tnb/src/commands/GetSolFunctionPackageContentCommand.ts b/clients/client-tnb/src/commands/GetSolFunctionPackageContentCommand.ts index 1ec1ddd017d05..79a774916f413 100644 --- a/clients/client-tnb/src/commands/GetSolFunctionPackageContentCommand.ts +++ b/clients/client-tnb/src/commands/GetSolFunctionPackageContentCommand.ts @@ -40,6 +40,7 @@ export type GetSolFunctionPackageContentCommandOutputType = Omit< > & { packageContent?: Uint8ArrayBlobAdapter; }; + /** * @public * diff --git a/clients/client-tnb/src/commands/GetSolFunctionPackageDescriptorCommand.ts b/clients/client-tnb/src/commands/GetSolFunctionPackageDescriptorCommand.ts index c21497b235ba9..4c7b077af311e 100644 --- a/clients/client-tnb/src/commands/GetSolFunctionPackageDescriptorCommand.ts +++ b/clients/client-tnb/src/commands/GetSolFunctionPackageDescriptorCommand.ts @@ -37,6 +37,7 @@ export interface GetSolFunctionPackageDescriptorCommandInput extends GetSolFunct export type GetSolFunctionPackageDescriptorCommandOutputType = Omit & { vnfd?: Uint8ArrayBlobAdapter; }; + /** * @public * diff --git a/clients/client-tnb/src/commands/GetSolNetworkPackageContentCommand.ts b/clients/client-tnb/src/commands/GetSolNetworkPackageContentCommand.ts index 17ba9e38038ce..d797175f8f28d 100644 --- a/clients/client-tnb/src/commands/GetSolNetworkPackageContentCommand.ts +++ b/clients/client-tnb/src/commands/GetSolNetworkPackageContentCommand.ts @@ -37,6 +37,7 @@ export interface GetSolNetworkPackageContentCommandInput extends GetSolNetworkPa export type GetSolNetworkPackageContentCommandOutputType = Omit & { nsdContent?: Uint8ArrayBlobAdapter; }; + /** * @public * diff --git a/clients/client-tnb/src/commands/GetSolNetworkPackageDescriptorCommand.ts b/clients/client-tnb/src/commands/GetSolNetworkPackageDescriptorCommand.ts index 6f61f6cd76cfd..f766f62b3b437 100644 --- a/clients/client-tnb/src/commands/GetSolNetworkPackageDescriptorCommand.ts +++ b/clients/client-tnb/src/commands/GetSolNetworkPackageDescriptorCommand.ts @@ -37,6 +37,7 @@ export interface GetSolNetworkPackageDescriptorCommandInput extends GetSolNetwor export type GetSolNetworkPackageDescriptorCommandOutputType = Omit & { nsd?: Uint8ArrayBlobAdapter; }; + /** * @public * diff --git a/clients/client-tnb/src/commands/PutSolFunctionPackageContentCommand.ts b/clients/client-tnb/src/commands/PutSolFunctionPackageContentCommand.ts index a5dd2e357b63b..4234ec585bce5 100644 --- a/clients/client-tnb/src/commands/PutSolFunctionPackageContentCommand.ts +++ b/clients/client-tnb/src/commands/PutSolFunctionPackageContentCommand.ts @@ -31,6 +31,7 @@ export { __MetadataBearer, $Command }; export type PutSolFunctionPackageContentCommandInputType = Omit & { file: BlobTypes; }; + /** * @public * diff --git a/clients/client-tnb/src/commands/PutSolNetworkPackageContentCommand.ts b/clients/client-tnb/src/commands/PutSolNetworkPackageContentCommand.ts index 7df28f2736695..765eada147126 100644 --- a/clients/client-tnb/src/commands/PutSolNetworkPackageContentCommand.ts +++ b/clients/client-tnb/src/commands/PutSolNetworkPackageContentCommand.ts @@ -31,6 +31,7 @@ export { __MetadataBearer, $Command }; export type PutSolNetworkPackageContentCommandInputType = Omit & { file: BlobTypes; }; + /** * @public * diff --git a/clients/client-tnb/src/commands/ValidateSolFunctionPackageContentCommand.ts b/clients/client-tnb/src/commands/ValidateSolFunctionPackageContentCommand.ts index 6ca3823f888e5..e38ab57b3641d 100644 --- a/clients/client-tnb/src/commands/ValidateSolFunctionPackageContentCommand.ts +++ b/clients/client-tnb/src/commands/ValidateSolFunctionPackageContentCommand.ts @@ -31,6 +31,7 @@ export { __MetadataBearer, $Command }; export type ValidateSolFunctionPackageContentCommandInputType = Omit & { file: BlobTypes; }; + /** * @public * diff --git a/clients/client-tnb/src/commands/ValidateSolNetworkPackageContentCommand.ts b/clients/client-tnb/src/commands/ValidateSolNetworkPackageContentCommand.ts index 73143bbc82a62..229eaad57c776 100644 --- a/clients/client-tnb/src/commands/ValidateSolNetworkPackageContentCommand.ts +++ b/clients/client-tnb/src/commands/ValidateSolNetworkPackageContentCommand.ts @@ -31,6 +31,7 @@ export { __MetadataBearer, $Command }; export type ValidateSolNetworkPackageContentCommandInputType = Omit & { file: BlobTypes; }; + /** * @public * diff --git a/private/aws-protocoltests-restjson/src/commands/HttpPayloadTraitsCommand.ts b/private/aws-protocoltests-restjson/src/commands/HttpPayloadTraitsCommand.ts index 7b6979a7fdcd7..e788ed5a4ec9e 100644 --- a/private/aws-protocoltests-restjson/src/commands/HttpPayloadTraitsCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/HttpPayloadTraitsCommand.ts @@ -28,6 +28,7 @@ export { __MetadataBearer, $Command }; export type HttpPayloadTraitsCommandInputType = Omit & { blob?: BlobTypes; }; + /** * @public * @@ -40,6 +41,7 @@ export interface HttpPayloadTraitsCommandInput extends HttpPayloadTraitsCommandI export type HttpPayloadTraitsCommandOutputType = Omit & { blob?: Uint8ArrayBlobAdapter; }; + /** * @public * diff --git a/private/aws-protocoltests-restjson/src/commands/HttpPayloadTraitsWithMediaTypeCommand.ts b/private/aws-protocoltests-restjson/src/commands/HttpPayloadTraitsWithMediaTypeCommand.ts index 1b61056341217..48525171b7676 100644 --- a/private/aws-protocoltests-restjson/src/commands/HttpPayloadTraitsWithMediaTypeCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/HttpPayloadTraitsWithMediaTypeCommand.ts @@ -31,6 +31,7 @@ export { __MetadataBearer, $Command }; export type HttpPayloadTraitsWithMediaTypeCommandInputType = Omit & { blob?: BlobTypes; }; + /** * @public * @@ -46,6 +47,7 @@ export type HttpPayloadTraitsWithMediaTypeCommandOutputType = Omit< > & { blob?: Uint8ArrayBlobAdapter; }; + /** * @public * diff --git a/private/aws-protocoltests-restjson/src/commands/MalformedAcceptWithPayloadCommand.ts b/private/aws-protocoltests-restjson/src/commands/MalformedAcceptWithPayloadCommand.ts index 2e3d06de4613f..f0e973452c7f2 100644 --- a/private/aws-protocoltests-restjson/src/commands/MalformedAcceptWithPayloadCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/MalformedAcceptWithPayloadCommand.ts @@ -33,6 +33,7 @@ export interface MalformedAcceptWithPayloadCommandInput {} export type MalformedAcceptWithPayloadCommandOutputType = Omit & { payload?: Uint8ArrayBlobAdapter; }; + /** * @public * diff --git a/private/aws-protocoltests-restjson/src/commands/MalformedContentTypeWithPayloadCommand.ts b/private/aws-protocoltests-restjson/src/commands/MalformedContentTypeWithPayloadCommand.ts index 97f510f3bfe40..bb61a26b133bf 100644 --- a/private/aws-protocoltests-restjson/src/commands/MalformedContentTypeWithPayloadCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/MalformedContentTypeWithPayloadCommand.ts @@ -30,6 +30,7 @@ export { __MetadataBearer, $Command }; export type MalformedContentTypeWithPayloadCommandInputType = Omit & { payload?: BlobTypes; }; + /** * @public * diff --git a/private/aws-protocoltests-restjson/src/commands/TestPayloadBlobCommand.ts b/private/aws-protocoltests-restjson/src/commands/TestPayloadBlobCommand.ts index 5206e5a5d42ab..2a20fb16a1b9d 100644 --- a/private/aws-protocoltests-restjson/src/commands/TestPayloadBlobCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/TestPayloadBlobCommand.ts @@ -28,6 +28,7 @@ export { __MetadataBearer, $Command }; export type TestPayloadBlobCommandInputType = Omit & { data?: BlobTypes; }; + /** * @public * @@ -40,6 +41,7 @@ export interface TestPayloadBlobCommandInput extends TestPayloadBlobCommandInput export type TestPayloadBlobCommandOutputType = Omit & { data?: Uint8ArrayBlobAdapter; }; + /** * @public * diff --git a/private/aws-protocoltests-restxml/src/commands/HttpPayloadTraitsCommand.ts b/private/aws-protocoltests-restxml/src/commands/HttpPayloadTraitsCommand.ts index f42e5aba2d46e..53250a00de956 100644 --- a/private/aws-protocoltests-restxml/src/commands/HttpPayloadTraitsCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/HttpPayloadTraitsCommand.ts @@ -28,6 +28,7 @@ export { __MetadataBearer, $Command }; export type HttpPayloadTraitsCommandInputType = Omit & { blob?: BlobTypes; }; + /** * @public * @@ -40,6 +41,7 @@ export interface HttpPayloadTraitsCommandInput extends HttpPayloadTraitsCommandI export type HttpPayloadTraitsCommandOutputType = Omit & { blob?: Uint8ArrayBlobAdapter; }; + /** * @public * diff --git a/private/aws-protocoltests-restxml/src/commands/HttpPayloadTraitsWithMediaTypeCommand.ts b/private/aws-protocoltests-restxml/src/commands/HttpPayloadTraitsWithMediaTypeCommand.ts index 7f7dd0b72791c..a38fcaafbdcc3 100644 --- a/private/aws-protocoltests-restxml/src/commands/HttpPayloadTraitsWithMediaTypeCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/HttpPayloadTraitsWithMediaTypeCommand.ts @@ -31,6 +31,7 @@ export { __MetadataBearer, $Command }; export type HttpPayloadTraitsWithMediaTypeCommandInputType = Omit & { blob?: BlobTypes; }; + /** * @public * @@ -46,6 +47,7 @@ export type HttpPayloadTraitsWithMediaTypeCommandOutputType = Omit< > & { blob?: Uint8ArrayBlobAdapter; }; + /** * @public *