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

Diff for: clients/client-accessanalyzer/AccessAnalyzerClient.ts

+2-1
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
*/

Diff for: clients/client-acm-pca/ACMPCAClient.ts

+2-1
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
*/

Diff for: clients/client-acm/ACMClient.ts

+2-1
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
*/

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

+2-1
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
*/

Diff for: clients/client-amp/AmpClient.ts

+2-1
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
*/

Diff for: clients/client-amplify/AmplifyClient.ts

+2-1
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
*/

Diff for: clients/client-amplifybackend/AmplifyBackendClient.ts

+2-1
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
*/

Diff for: clients/client-api-gateway/APIGatewayClient.ts

+2-1
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
*/

Diff for: clients/client-apigatewaymanagementapi/ApiGatewayManagementApiClient.ts

+2-1
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
*/

Diff for: clients/client-apigatewayv2/ApiGatewayV2Client.ts

+2-1
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
*/

Diff for: clients/client-app-mesh/AppMeshClient.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ import {
129129
Credentials as __Credentials,
130130
Decoder as __Decoder,
131131
Encoder as __Encoder,
132+
Hash as __Hash,
132133
HashConstructor as __HashConstructor,
133134
HttpHandlerOptions as __HttpHandlerOptions,
134135
Logger as __Logger,
@@ -225,7 +226,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
225226
requestHandler?: __HttpHandler;
226227

227228
/**
228-
* A constructor for a class implementing the @aws-sdk/types.Hash interface
229+
* A constructor for a class implementing the {@link __Hash} interface
229230
* that computes the SHA-256 HMAC or checksum of a string or binary buffer.
230231
* @internal
231232
*/

Diff for: clients/client-appconfig/AppConfigClient.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ import {
121121
Credentials as __Credentials,
122122
Decoder as __Decoder,
123123
Encoder as __Encoder,
124+
Hash as __Hash,
124125
HashConstructor as __HashConstructor,
125126
HttpHandlerOptions as __HttpHandlerOptions,
126127
Logger as __Logger,
@@ -207,7 +208,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
207208
requestHandler?: __HttpHandler;
208209

209210
/**
210-
* A constructor for a class implementing the @aws-sdk/types.Hash interface
211+
* A constructor for a class implementing the {@link __Hash} interface
211212
* that computes the SHA-256 HMAC or checksum of a string or binary buffer.
212213
* @internal
213214
*/

Diff for: clients/client-appflow/AppflowClient.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ import {
8282
Credentials as __Credentials,
8383
Decoder as __Decoder,
8484
Encoder as __Encoder,
85+
Hash as __Hash,
8586
HashConstructor as __HashConstructor,
8687
HttpHandlerOptions as __HttpHandlerOptions,
8788
Logger as __Logger,
@@ -138,7 +139,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
138139
requestHandler?: __HttpHandler;
139140

140141
/**
141-
* A constructor for a class implementing the @aws-sdk/types.Hash interface
142+
* A constructor for a class implementing the {@link __Hash} interface
142143
* that computes the SHA-256 HMAC or checksum of a string or binary buffer.
143144
* @internal
144145
*/

Diff for: clients/client-appintegrations/AppIntegrationsClient.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ import {
7676
Credentials as __Credentials,
7777
Decoder as __Decoder,
7878
Encoder as __Encoder,
79+
Hash as __Hash,
7980
HashConstructor as __HashConstructor,
8081
HttpHandlerOptions as __HttpHandlerOptions,
8182
Logger as __Logger,
@@ -114,7 +115,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
114115
requestHandler?: __HttpHandler;
115116

116117
/**
117-
* A constructor for a class implementing the @aws-sdk/types.Hash interface
118+
* A constructor for a class implementing the {@link __Hash} interface
118119
* that computes the SHA-256 HMAC or checksum of a string or binary buffer.
119120
* @internal
120121
*/

Diff for: clients/client-application-auto-scaling/ApplicationAutoScalingClient.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ import {
7474
Credentials as __Credentials,
7575
Decoder as __Decoder,
7676
Encoder as __Encoder,
77+
Hash as __Hash,
7778
HashConstructor as __HashConstructor,
7879
HttpHandlerOptions as __HttpHandlerOptions,
7980
Logger as __Logger,
@@ -114,7 +115,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
114115
requestHandler?: __HttpHandler;
115116

116117
/**
117-
* A constructor for a class implementing the @aws-sdk/types.Hash interface
118+
* A constructor for a class implementing the {@link __Hash} interface
118119
* that computes the SHA-256 HMAC or checksum of a string or binary buffer.
119120
* @internal
120121
*/

Diff for: clients/client-application-discovery-service/ApplicationDiscoveryServiceClient.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ import {
110110
Credentials as __Credentials,
111111
Decoder as __Decoder,
112112
Encoder as __Encoder,
113+
Hash as __Hash,
113114
HashConstructor as __HashConstructor,
114115
HttpHandlerOptions as __HttpHandlerOptions,
115116
Logger as __Logger,
@@ -180,7 +181,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
180181
requestHandler?: __HttpHandler;
181182

182183
/**
183-
* A constructor for a class implementing the @aws-sdk/types.Hash interface
184+
* A constructor for a class implementing the {@link __Hash} interface
184185
* that computes the SHA-256 HMAC or checksum of a string or binary buffer.
185186
* @internal
186187
*/

Diff for: clients/client-application-insights/ApplicationInsightsClient.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ import {
9191
Credentials as __Credentials,
9292
Decoder as __Decoder,
9393
Encoder as __Encoder,
94+
Hash as __Hash,
9495
HashConstructor as __HashConstructor,
9596
HttpHandlerOptions as __HttpHandlerOptions,
9697
Logger as __Logger,
@@ -165,7 +166,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
165166
requestHandler?: __HttpHandler;
166167

167168
/**
168-
* A constructor for a class implementing the @aws-sdk/types.Hash interface
169+
* A constructor for a class implementing the {@link __Hash} interface
169170
* that computes the SHA-256 HMAC or checksum of a string or binary buffer.
170171
* @internal
171172
*/

Diff for: clients/client-applicationcostprofiler/ApplicationCostProfilerClient.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ import {
6464
Credentials as __Credentials,
6565
Decoder as __Decoder,
6666
Encoder as __Encoder,
67+
Hash as __Hash,
6768
HashConstructor as __HashConstructor,
6869
HttpHandlerOptions as __HttpHandlerOptions,
6970
Logger as __Logger,
@@ -96,7 +97,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
9697
requestHandler?: __HttpHandler;
9798

9899
/**
99-
* A constructor for a class implementing the @aws-sdk/types.Hash interface
100+
* A constructor for a class implementing the {@link __Hash} interface
100101
* that computes the SHA-256 HMAC or checksum of a string or binary buffer.
101102
* @internal
102103
*/

Diff for: clients/client-apprunner/AppRunnerClient.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ import {
8686
Credentials as __Credentials,
8787
Decoder as __Decoder,
8888
Encoder as __Encoder,
89+
Hash as __Hash,
8990
HashConstructor as __HashConstructor,
9091
HttpHandlerOptions as __HttpHandlerOptions,
9192
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
*/

Diff for: clients/client-appstream/AppStreamClient.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ import {
142142
Credentials as __Credentials,
143143
Decoder as __Decoder,
144144
Encoder as __Encoder,
145+
Hash as __Hash,
145146
HashConstructor as __HashConstructor,
146147
HttpHandlerOptions as __HttpHandlerOptions,
147148
Logger as __Logger,
@@ -258,7 +259,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
258259
requestHandler?: __HttpHandler;
259260

260261
/**
261-
* A constructor for a class implementing the @aws-sdk/types.Hash interface
262+
* A constructor for a class implementing the {@link __Hash} interface
262263
* that computes the SHA-256 HMAC or checksum of a string or binary buffer.
263264
* @internal
264265
*/

Diff for: clients/client-appsync/AppSyncClient.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ import {
9696
Credentials as __Credentials,
9797
Decoder as __Decoder,
9898
Encoder as __Encoder,
99+
Hash as __Hash,
99100
HashConstructor as __HashConstructor,
100101
HttpHandlerOptions as __HttpHandlerOptions,
101102
Logger as __Logger,
@@ -198,7 +199,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
198199
requestHandler?: __HttpHandler;
199200

200201
/**
201-
* A constructor for a class implementing the @aws-sdk/types.Hash interface
202+
* A constructor for a class implementing the {@link __Hash} interface
202203
* that computes the SHA-256 HMAC or checksum of a string or binary buffer.
203204
* @internal
204205
*/

Diff for: clients/client-athena/AthenaClient.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ import {
101101
Credentials as __Credentials,
102102
Decoder as __Decoder,
103103
Encoder as __Encoder,
104+
Hash as __Hash,
104105
HashConstructor as __HashConstructor,
105106
HttpHandlerOptions as __HttpHandlerOptions,
106107
Logger as __Logger,
@@ -189,7 +190,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
189190
requestHandler?: __HttpHandler;
190191

191192
/**
192-
* A constructor for a class implementing the @aws-sdk/types.Hash interface
193+
* A constructor for a class implementing the {@link __Hash} interface
193194
* that computes the SHA-256 HMAC or checksum of a string or binary buffer.
194195
* @internal
195196
*/

Diff for: clients/client-auditmanager/AuditManagerClient.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ import {
181181
Credentials as __Credentials,
182182
Decoder as __Decoder,
183183
Encoder as __Encoder,
184+
Hash as __Hash,
184185
HashConstructor as __HashConstructor,
185186
HttpHandlerOptions as __HttpHandlerOptions,
186187
Logger as __Logger,
@@ -303,7 +304,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
303304
requestHandler?: __HttpHandler;
304305

305306
/**
306-
* A constructor for a class implementing the @aws-sdk/types.Hash interface
307+
* A constructor for a class implementing the {@link __Hash} interface
307308
* that computes the SHA-256 HMAC or checksum of a string or binary buffer.
308309
* @internal
309310
*/

0 commit comments

Comments
 (0)