Skip to content

Commit bb7b3ed

Browse files
authored
fix(clients): link to Hash Interface (#2573)
1 parent 5566c07 commit bb7b3ed

File tree

274 files changed

+550
-276
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

274 files changed

+550
-276
lines changed

clients/client-accessanalyzer/AccessAnalyzerClient.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ import {
9292
Credentials as __Credentials,
9393
Decoder as __Decoder,
9494
Encoder as __Encoder,
95+
Hash as __Hash,
9596
HashConstructor as __HashConstructor,
9697
HttpHandlerOptions as __HttpHandlerOptions,
9798
Logger as __Logger,
@@ -168,7 +169,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
168169
requestHandler?: __HttpHandler;
169170

170171
/**
171-
* A constructor for a class implementing the @aws-sdk/types.Hash interface
172+
* A constructor for a class implementing the {@link __Hash} interface
172173
* that computes the SHA-256 HMAC or checksum of a string or binary buffer.
173174
* @internal
174175
*/

clients/client-acm-pca/ACMPCAClient.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ import {
102102
Credentials as __Credentials,
103103
Decoder as __Decoder,
104104
Encoder as __Encoder,
105+
Hash as __Hash,
105106
HashConstructor as __HashConstructor,
106107
HttpHandlerOptions as __HttpHandlerOptions,
107108
Logger as __Logger,
@@ -168,7 +169,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
168169
requestHandler?: __HttpHandler;
169170

170171
/**
171-
* A constructor for a class implementing the @aws-sdk/types.Hash interface
172+
* A constructor for a class implementing the {@link __Hash} interface
172173
* that computes the SHA-256 HMAC or checksum of a string or binary buffer.
173174
* @internal
174175
*/

clients/client-acm/ACMClient.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ import {
7979
Credentials as __Credentials,
8080
Decoder as __Decoder,
8181
Encoder as __Encoder,
82+
Hash as __Hash,
8283
HashConstructor as __HashConstructor,
8384
HttpHandlerOptions as __HttpHandlerOptions,
8485
Logger as __Logger,
@@ -129,7 +130,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
129130
requestHandler?: __HttpHandler;
130131

131132
/**
132-
* A constructor for a class implementing the @aws-sdk/types.Hash interface
133+
* A constructor for a class implementing the {@link __Hash} interface
133134
* that computes the SHA-256 HMAC or checksum of a string or binary buffer.
134135
* @internal
135136
*/

clients/client-alexa-for-business/AlexaForBusinessClient.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,7 @@ import {
250250
Credentials as __Credentials,
251251
Decoder as __Decoder,
252252
Encoder as __Encoder,
253+
Hash as __Hash,
253254
HashConstructor as __HashConstructor,
254255
HttpHandlerOptions as __HttpHandlerOptions,
255256
Logger as __Logger,
@@ -456,7 +457,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
456457
requestHandler?: __HttpHandler;
457458

458459
/**
459-
* A constructor for a class implementing the @aws-sdk/types.Hash interface
460+
* A constructor for a class implementing the {@link __Hash} interface
460461
* that computes the SHA-256 HMAC or checksum of a string or binary buffer.
461462
* @internal
462463
*/

clients/client-amp/AmpClient.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ import {
4848
Credentials as __Credentials,
4949
Decoder as __Decoder,
5050
Encoder as __Encoder,
51+
Hash as __Hash,
5152
HashConstructor as __HashConstructor,
5253
HttpHandlerOptions as __HttpHandlerOptions,
5354
Logger as __Logger,
@@ -78,7 +79,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
7879
requestHandler?: __HttpHandler;
7980

8081
/**
81-
* A constructor for a class implementing the @aws-sdk/types.Hash interface
82+
* A constructor for a class implementing the {@link __Hash} interface
8283
* that computes the SHA-256 HMAC or checksum of a string or binary buffer.
8384
* @internal
8485
*/

clients/client-amplify/AmplifyClient.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ import {
107107
Credentials as __Credentials,
108108
Decoder as __Decoder,
109109
Encoder as __Encoder,
110+
Hash as __Hash,
110111
HashConstructor as __HashConstructor,
111112
HttpHandlerOptions as __HttpHandlerOptions,
112113
Logger as __Logger,
@@ -201,7 +202,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
201202
requestHandler?: __HttpHandler;
202203

203204
/**
204-
* A constructor for a class implementing the @aws-sdk/types.Hash interface
205+
* A constructor for a class implementing the {@link __Hash} interface
205206
* that computes the SHA-256 HMAC or checksum of a string or binary buffer.
206207
* @internal
207208
*/

clients/client-amplifybackend/AmplifyBackendClient.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ import {
8080
Credentials as __Credentials,
8181
Decoder as __Decoder,
8282
Encoder as __Encoder,
83+
Hash as __Hash,
8384
HashConstructor as __HashConstructor,
8485
HttpHandlerOptions as __HttpHandlerOptions,
8586
Logger as __Logger,
@@ -150,7 +151,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
150151
requestHandler?: __HttpHandler;
151152

152153
/**
153-
* A constructor for a class implementing the @aws-sdk/types.Hash interface
154+
* A constructor for a class implementing the {@link __Hash} interface
154155
* that computes the SHA-256 HMAC or checksum of a string or binary buffer.
155156
* @internal
156157
*/

clients/client-api-gateway/APIGatewayClient.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,7 @@ import {
269269
Credentials as __Credentials,
270270
Decoder as __Decoder,
271271
Encoder as __Encoder,
272+
Hash as __Hash,
272273
HashConstructor as __HashConstructor,
273274
HttpHandlerOptions as __HttpHandlerOptions,
274275
Logger as __Logger,
@@ -529,7 +530,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
529530
requestHandler?: __HttpHandler;
530531

531532
/**
532-
* A constructor for a class implementing the @aws-sdk/types.Hash interface
533+
* A constructor for a class implementing the {@link __Hash} interface
533534
* that computes the SHA-256 HMAC or checksum of a string or binary buffer.
534535
* @internal
535536
*/

clients/client-apigatewaymanagementapi/ApiGatewayManagementApiClient.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ import {
4343
Credentials as __Credentials,
4444
Decoder as __Decoder,
4545
Encoder as __Encoder,
46+
Hash as __Hash,
4647
HashConstructor as __HashConstructor,
4748
HttpHandlerOptions as __HttpHandlerOptions,
4849
Logger as __Logger,
@@ -66,7 +67,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
6667
requestHandler?: __HttpHandler;
6768

6869
/**
69-
* A constructor for a class implementing the @aws-sdk/types.Hash interface
70+
* A constructor for a class implementing the {@link __Hash} interface
7071
* that computes the SHA-256 HMAC or checksum of a string or binary buffer.
7172
* @internal
7273
*/

clients/client-apigatewayv2/ApiGatewayV2Client.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ import {
151151
Credentials as __Credentials,
152152
Decoder as __Decoder,
153153
Encoder as __Encoder,
154+
Hash as __Hash,
154155
HashConstructor as __HashConstructor,
155156
HttpHandlerOptions as __HttpHandlerOptions,
156157
Logger as __Logger,
@@ -315,7 +316,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
315316
requestHandler?: __HttpHandler;
316317

317318
/**
318-
* A constructor for a class implementing the @aws-sdk/types.Hash interface
319+
* A constructor for a class implementing the {@link __Hash} interface
319320
* that computes the SHA-256 HMAC or checksum of a string or binary buffer.
320321
* @internal
321322
*/

0 commit comments

Comments
 (0)