@aws-sdk/client-artifact 3.952.0 → 3.953.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +124 -90
- package/dist-cjs/runtimeConfig.shared.js +6 -1
- package/dist-es/commands/GetAccountSettingsCommand.js +2 -2
- package/dist-es/commands/GetReportCommand.js +2 -2
- package/dist-es/commands/GetReportMetadataCommand.js +2 -2
- package/dist-es/commands/GetTermForReportCommand.js +2 -2
- package/dist-es/commands/ListCustomerAgreementsCommand.js +2 -2
- package/dist-es/commands/ListReportsCommand.js +2 -2
- package/dist-es/commands/PutAccountSettingsCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +6 -1
- package/dist-es/schemas/schemas_0.js +62 -62
- package/dist-types/ArtifactClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +35 -39
- package/dist-types/ts3.4/ArtifactClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +34 -39
- package/package.json +34 -34
|
@@ -92,14 +92,14 @@ const _uS = "uploadState";
|
|
|
92
92
|
const _v = "version";
|
|
93
93
|
const n0 = "com.amazonaws.artifact";
|
|
94
94
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
95
|
-
import { ArtifactServiceException
|
|
96
|
-
import { AccessDeniedException
|
|
97
|
-
export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
|
|
98
|
-
TypeRegistry.for(n0).registerError(AccessDeniedException
|
|
99
|
-
export var AccountSettings = [3, n0, _AS, 0, [_nSS], [0]];
|
|
100
|
-
export var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m, _rI, _rT], [0, 0, 0]];
|
|
101
|
-
TypeRegistry.for(n0).registerError(ConflictException
|
|
102
|
-
export var CustomerAgreementSummary = [
|
|
95
|
+
import { ArtifactServiceException } from "../models/ArtifactServiceException";
|
|
96
|
+
import { AccessDeniedException, ConflictException, InternalServerException, ResourceNotFoundException, ServiceQuotaExceededException, ThrottlingException, ValidationException, } from "../models/errors";
|
|
97
|
+
export var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
|
|
98
|
+
TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
|
|
99
|
+
export var AccountSettings$ = [3, n0, _AS, 0, [_nSS], [0]];
|
|
100
|
+
export var ConflictException$ = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m, _rI, _rT], [0, 0, 0]];
|
|
101
|
+
TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
102
|
+
export var CustomerAgreementSummary$ = [
|
|
103
103
|
3,
|
|
104
104
|
n0,
|
|
105
105
|
_CAS,
|
|
@@ -107,9 +107,9 @@ export var CustomerAgreementSummary = [
|
|
|
107
107
|
[_n, _a, _i, _aA, _aAI, _oA, _eS, _eE, _s, _d, _aT, _tT, _t],
|
|
108
108
|
[0, 0, 0, 0, 0, 0, 5, 5, 0, 0, 64 | 0, 64 | 0, 0],
|
|
109
109
|
];
|
|
110
|
-
export var GetAccountSettingsRequest = [3, n0, _GASR, 0, [], []];
|
|
111
|
-
export var GetAccountSettingsResponse = [3, n0, _GASRe, 0, [_aS], [() => AccountSettings]];
|
|
112
|
-
export var GetReportMetadataRequest = [
|
|
110
|
+
export var GetAccountSettingsRequest$ = [3, n0, _GASR, 0, [], []];
|
|
111
|
+
export var GetAccountSettingsResponse$ = [3, n0, _GASRe, 0, [_aS], [() => AccountSettings$]];
|
|
112
|
+
export var GetReportMetadataRequest$ = [
|
|
113
113
|
3,
|
|
114
114
|
n0,
|
|
115
115
|
_GRMR,
|
|
@@ -120,8 +120,8 @@ export var GetReportMetadataRequest = [
|
|
|
120
120
|
[1, { [_hQ]: _rV }],
|
|
121
121
|
],
|
|
122
122
|
];
|
|
123
|
-
export var GetReportMetadataResponse = [3, n0, _GRMRe, 0, [_rD], [() => ReportDetail]];
|
|
124
|
-
export var GetReportRequest = [
|
|
123
|
+
export var GetReportMetadataResponse$ = [3, n0, _GRMRe, 0, [_rD], [() => ReportDetail$]];
|
|
124
|
+
export var GetReportRequest$ = [
|
|
125
125
|
3,
|
|
126
126
|
n0,
|
|
127
127
|
_GRR,
|
|
@@ -133,8 +133,8 @@ export var GetReportRequest = [
|
|
|
133
133
|
[0, { [_hQ]: _tTe }],
|
|
134
134
|
],
|
|
135
135
|
];
|
|
136
|
-
export var GetReportResponse = [3, n0, _GRRe, 0, [_dPU], [0]];
|
|
137
|
-
export var GetTermForReportRequest = [
|
|
136
|
+
export var GetReportResponse$ = [3, n0, _GRRe, 0, [_dPU], [0]];
|
|
137
|
+
export var GetTermForReportRequest$ = [
|
|
138
138
|
3,
|
|
139
139
|
n0,
|
|
140
140
|
_GTFRR,
|
|
@@ -145,8 +145,8 @@ export var GetTermForReportRequest = [
|
|
|
145
145
|
[1, { [_hQ]: _rV }],
|
|
146
146
|
],
|
|
147
147
|
];
|
|
148
|
-
export var GetTermForReportResponse = [3, n0, _GTFRRe, 0, [_dPU, _tTe], [0, 0]];
|
|
149
|
-
export var InternalServerException = [
|
|
148
|
+
export var GetTermForReportResponse$ = [3, n0, _GTFRRe, 0, [_dPU, _tTe], [0, 0]];
|
|
149
|
+
export var InternalServerException$ = [
|
|
150
150
|
-3,
|
|
151
151
|
n0,
|
|
152
152
|
_ISE,
|
|
@@ -154,8 +154,8 @@ export var InternalServerException = [
|
|
|
154
154
|
[_m, _rAS],
|
|
155
155
|
[0, [1, { [_hH]: _RA }]],
|
|
156
156
|
];
|
|
157
|
-
TypeRegistry.for(n0).registerError(InternalServerException
|
|
158
|
-
export var ListCustomerAgreementsRequest = [
|
|
157
|
+
TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
158
|
+
export var ListCustomerAgreementsRequest$ = [
|
|
159
159
|
3,
|
|
160
160
|
n0,
|
|
161
161
|
_LCAR,
|
|
@@ -166,7 +166,7 @@ export var ListCustomerAgreementsRequest = [
|
|
|
166
166
|
[0, { [_hQ]: _nT }],
|
|
167
167
|
],
|
|
168
168
|
];
|
|
169
|
-
export var ListCustomerAgreementsResponse = [
|
|
169
|
+
export var ListCustomerAgreementsResponse$ = [
|
|
170
170
|
3,
|
|
171
171
|
n0,
|
|
172
172
|
_LCARi,
|
|
@@ -174,7 +174,7 @@ export var ListCustomerAgreementsResponse = [
|
|
|
174
174
|
[_cA, _nT],
|
|
175
175
|
[() => CustomerAgreementList, 0],
|
|
176
176
|
];
|
|
177
|
-
export var ListReportsRequest = [
|
|
177
|
+
export var ListReportsRequest$ = [
|
|
178
178
|
3,
|
|
179
179
|
n0,
|
|
180
180
|
_LRR,
|
|
@@ -185,10 +185,10 @@ export var ListReportsRequest = [
|
|
|
185
185
|
[0, { [_hQ]: _nT }],
|
|
186
186
|
],
|
|
187
187
|
];
|
|
188
|
-
export var ListReportsResponse = [3, n0, _LRRi, 0, [_r, _nT], [() => ReportsList, 0]];
|
|
189
|
-
export var PutAccountSettingsRequest = [3, n0, _PASR, 0, [_nSS], [0]];
|
|
190
|
-
export var PutAccountSettingsResponse = [3, n0, _PASRu, 0, [_aS], [() => AccountSettings]];
|
|
191
|
-
export var ReportDetail = [
|
|
188
|
+
export var ListReportsResponse$ = [3, n0, _LRRi, 0, [_r, _nT], [() => ReportsList, 0]];
|
|
189
|
+
export var PutAccountSettingsRequest$ = [3, n0, _PASR, 0, [_nSS], [0]];
|
|
190
|
+
export var PutAccountSettingsResponse$ = [3, n0, _PASRu, 0, [_aS], [() => AccountSettings$]];
|
|
191
|
+
export var ReportDetail$ = [
|
|
192
192
|
3,
|
|
193
193
|
n0,
|
|
194
194
|
_RD,
|
|
@@ -196,7 +196,7 @@ export var ReportDetail = [
|
|
|
196
196
|
[_i, _n, _d, _pS, _pE, _cAr, _lMA, _dA, _s, _a, _ser, _ca, _cN, _pN, _tA, _v, _aTc, _sN, _uS, _sM],
|
|
197
197
|
[0, 0, 0, 5, 5, 5, 5, 5, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0],
|
|
198
198
|
];
|
|
199
|
-
export var ReportSummary = [
|
|
199
|
+
export var ReportSummary$ = [
|
|
200
200
|
3,
|
|
201
201
|
n0,
|
|
202
202
|
_RS,
|
|
@@ -204,7 +204,7 @@ export var ReportSummary = [
|
|
|
204
204
|
[_i, _n, _s, _a, _v, _uS, _d, _pS, _pE, _ser, _ca, _cN, _pN, _sM, _aTc],
|
|
205
205
|
[0, 0, 0, 0, 1, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0],
|
|
206
206
|
];
|
|
207
|
-
export var ResourceNotFoundException = [
|
|
207
|
+
export var ResourceNotFoundException$ = [
|
|
208
208
|
-3,
|
|
209
209
|
n0,
|
|
210
210
|
_RNFE,
|
|
@@ -212,8 +212,8 @@ export var ResourceNotFoundException = [
|
|
|
212
212
|
[_m, _rI, _rT],
|
|
213
213
|
[0, 0, 0],
|
|
214
214
|
];
|
|
215
|
-
TypeRegistry.for(n0).registerError(ResourceNotFoundException
|
|
216
|
-
export var ServiceQuotaExceededException = [
|
|
215
|
+
TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
216
|
+
export var ServiceQuotaExceededException$ = [
|
|
217
217
|
-3,
|
|
218
218
|
n0,
|
|
219
219
|
_SQEE,
|
|
@@ -221,8 +221,8 @@ export var ServiceQuotaExceededException = [
|
|
|
221
221
|
[_m, _rI, _rT, _sC, _qC],
|
|
222
222
|
[0, 0, 0, 0, 0],
|
|
223
223
|
];
|
|
224
|
-
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException
|
|
225
|
-
export var ThrottlingException = [
|
|
224
|
+
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
225
|
+
export var ThrottlingException$ = [
|
|
226
226
|
-3,
|
|
227
227
|
n0,
|
|
228
228
|
_TE,
|
|
@@ -230,8 +230,8 @@ export var ThrottlingException = [
|
|
|
230
230
|
[_m, _sC, _qC, _rAS],
|
|
231
231
|
[0, 0, 0, [1, { [_hH]: _RA }]],
|
|
232
232
|
];
|
|
233
|
-
TypeRegistry.for(n0).registerError(ThrottlingException
|
|
234
|
-
export var ValidationException = [
|
|
233
|
+
TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
234
|
+
export var ValidationException$ = [
|
|
235
235
|
-3,
|
|
236
236
|
n0,
|
|
237
237
|
_VE,
|
|
@@ -239,67 +239,67 @@ export var ValidationException = [
|
|
|
239
239
|
[_m, _re, _fL],
|
|
240
240
|
[0, 0, () => ValidationExceptionFieldList],
|
|
241
241
|
];
|
|
242
|
-
TypeRegistry.for(n0).registerError(ValidationException
|
|
243
|
-
export var ValidationExceptionField = [3, n0, _VEF, 0, [_n, _m], [0, 0]];
|
|
244
|
-
export var ArtifactServiceException = [-3, _sm, "ArtifactServiceException", 0, [], []];
|
|
245
|
-
TypeRegistry.for(_sm).registerError(ArtifactServiceException
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
export var GetAccountSettings = [
|
|
242
|
+
TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
243
|
+
export var ValidationExceptionField$ = [3, n0, _VEF, 0, [_n, _m], [0, 0]];
|
|
244
|
+
export var ArtifactServiceException$ = [-3, _sm, "ArtifactServiceException", 0, [], []];
|
|
245
|
+
TypeRegistry.for(_sm).registerError(ArtifactServiceException$, ArtifactServiceException);
|
|
246
|
+
var AgreementTerms = 64 | 0;
|
|
247
|
+
var CustomerAgreementList = [1, n0, _CAL, 0, () => CustomerAgreementSummary$];
|
|
248
|
+
var ReportsList = [1, n0, _RL, 0, () => ReportSummary$];
|
|
249
|
+
var ValidationExceptionFieldList = [1, n0, _VEFL, 0, () => ValidationExceptionField$];
|
|
250
|
+
export var GetAccountSettings$ = [
|
|
251
251
|
9,
|
|
252
252
|
n0,
|
|
253
253
|
_GAS,
|
|
254
254
|
{ [_h]: ["GET", "/v1/account-settings/get", 200] },
|
|
255
|
-
() => GetAccountSettingsRequest
|
|
256
|
-
() => GetAccountSettingsResponse
|
|
255
|
+
() => GetAccountSettingsRequest$,
|
|
256
|
+
() => GetAccountSettingsResponse$,
|
|
257
257
|
];
|
|
258
|
-
export var GetReport = [
|
|
258
|
+
export var GetReport$ = [
|
|
259
259
|
9,
|
|
260
260
|
n0,
|
|
261
261
|
_GR,
|
|
262
262
|
{ [_h]: ["GET", "/v1/report/get", 200] },
|
|
263
|
-
() => GetReportRequest
|
|
264
|
-
() => GetReportResponse
|
|
263
|
+
() => GetReportRequest$,
|
|
264
|
+
() => GetReportResponse$,
|
|
265
265
|
];
|
|
266
|
-
export var GetReportMetadata = [
|
|
266
|
+
export var GetReportMetadata$ = [
|
|
267
267
|
9,
|
|
268
268
|
n0,
|
|
269
269
|
_GRM,
|
|
270
270
|
{ [_h]: ["GET", "/v1/report/getMetadata", 200] },
|
|
271
|
-
() => GetReportMetadataRequest
|
|
272
|
-
() => GetReportMetadataResponse
|
|
271
|
+
() => GetReportMetadataRequest$,
|
|
272
|
+
() => GetReportMetadataResponse$,
|
|
273
273
|
];
|
|
274
|
-
export var GetTermForReport = [
|
|
274
|
+
export var GetTermForReport$ = [
|
|
275
275
|
9,
|
|
276
276
|
n0,
|
|
277
277
|
_GTFR,
|
|
278
278
|
{ [_h]: ["GET", "/v1/report/getTermForReport", 200] },
|
|
279
|
-
() => GetTermForReportRequest
|
|
280
|
-
() => GetTermForReportResponse
|
|
279
|
+
() => GetTermForReportRequest$,
|
|
280
|
+
() => GetTermForReportResponse$,
|
|
281
281
|
];
|
|
282
|
-
export var ListCustomerAgreements = [
|
|
282
|
+
export var ListCustomerAgreements$ = [
|
|
283
283
|
9,
|
|
284
284
|
n0,
|
|
285
285
|
_LCA,
|
|
286
286
|
{ [_h]: ["GET", "/v1/customer-agreement/list", 200] },
|
|
287
|
-
() => ListCustomerAgreementsRequest
|
|
288
|
-
() => ListCustomerAgreementsResponse
|
|
287
|
+
() => ListCustomerAgreementsRequest$,
|
|
288
|
+
() => ListCustomerAgreementsResponse$,
|
|
289
289
|
];
|
|
290
|
-
export var ListReports = [
|
|
290
|
+
export var ListReports$ = [
|
|
291
291
|
9,
|
|
292
292
|
n0,
|
|
293
293
|
_LR,
|
|
294
294
|
{ [_h]: ["GET", "/v1/report/list", 200] },
|
|
295
|
-
() => ListReportsRequest
|
|
296
|
-
() => ListReportsResponse
|
|
295
|
+
() => ListReportsRequest$,
|
|
296
|
+
() => ListReportsResponse$,
|
|
297
297
|
];
|
|
298
|
-
export var PutAccountSettings = [
|
|
298
|
+
export var PutAccountSettings$ = [
|
|
299
299
|
9,
|
|
300
300
|
n0,
|
|
301
301
|
_PAS,
|
|
302
302
|
{ [_h]: ["PUT", "/v1/account-settings/put", 200] },
|
|
303
|
-
() => PutAccountSettingsRequest
|
|
304
|
-
() => PutAccountSettingsResponse
|
|
303
|
+
() => PutAccountSettingsRequest$,
|
|
304
|
+
() => PutAccountSettingsResponse$,
|
|
305
305
|
];
|
|
@@ -5,7 +5,7 @@ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/m
|
|
|
5
5
|
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
6
|
import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
7
|
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
|
|
8
|
-
import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type
|
|
8
|
+
import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import { GetAccountSettingsCommandInput, GetAccountSettingsCommandOutput } from "./commands/GetAccountSettingsCommand";
|
|
11
11
|
import { GetReportCommandInput, GetReportCommandOutput } from "./commands/GetReportCommand";
|
|
@@ -148,15 +148,6 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
148
148
|
* Optional extensions
|
|
149
149
|
*/
|
|
150
150
|
extensions?: RuntimeExtension[];
|
|
151
|
-
/**
|
|
152
|
-
* The protocol controlling the message type (e.g. HTTP) and format (e.g. JSON)
|
|
153
|
-
* may be overridden. A default will always be set by the client.
|
|
154
|
-
* Available options depend on the service's supported protocols and will not be validated by
|
|
155
|
-
* the client.
|
|
156
|
-
* @alpha
|
|
157
|
-
*
|
|
158
|
-
*/
|
|
159
|
-
protocol?: ClientProtocol<HttpRequest, HttpResponse>;
|
|
160
151
|
/**
|
|
161
152
|
* The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
|
|
162
153
|
*/
|
package/dist-types/index.d.ts
CHANGED
|
@@ -9,6 +9,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
|
9
9
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
10
10
|
export type { ArtifactExtensionConfiguration } from "./extensionConfiguration";
|
|
11
11
|
export * from "./commands";
|
|
12
|
+
export * from "./schemas/schemas_0";
|
|
12
13
|
export * from "./pagination";
|
|
13
14
|
export * from "./models/enums";
|
|
14
15
|
export * from "./models/errors";
|
|
@@ -17,8 +17,13 @@ export declare const getRuntimeConfig: (config: ArtifactClientConfig) => {
|
|
|
17
17
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
18
18
|
useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
19
19
|
useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
20
|
-
apiVersion: string;
|
|
21
20
|
cacheMiddleware?: boolean | undefined;
|
|
21
|
+
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
22
|
+
protocolSettings: {
|
|
23
|
+
defaultNamespace?: string;
|
|
24
|
+
[setting: string]: unknown;
|
|
25
|
+
};
|
|
26
|
+
apiVersion: string;
|
|
22
27
|
urlParser: import("@smithy/types").UrlParser;
|
|
23
28
|
base64Decoder: import("@smithy/types").Decoder;
|
|
24
29
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -29,7 +34,6 @@ export declare const getRuntimeConfig: (config: ArtifactClientConfig) => {
|
|
|
29
34
|
profile?: string;
|
|
30
35
|
logger: import("@smithy/types").Logger;
|
|
31
36
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
32
|
-
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
33
37
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
34
38
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
35
39
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
@@ -19,8 +19,13 @@ export declare const getRuntimeConfig: (config: ArtifactClientConfig) => {
|
|
|
19
19
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
20
20
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
21
21
|
userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
|
|
22
|
-
apiVersion: string;
|
|
23
22
|
cacheMiddleware?: boolean | undefined;
|
|
23
|
+
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
24
|
+
protocolSettings: {
|
|
25
|
+
defaultNamespace?: string;
|
|
26
|
+
[setting: string]: unknown;
|
|
27
|
+
};
|
|
28
|
+
apiVersion: string;
|
|
24
29
|
urlParser: import("@smithy/types").UrlParser;
|
|
25
30
|
base64Decoder: import("@smithy/types").Decoder;
|
|
26
31
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -31,7 +36,6 @@ export declare const getRuntimeConfig: (config: ArtifactClientConfig) => {
|
|
|
31
36
|
profile?: string;
|
|
32
37
|
logger: import("@smithy/types").Logger;
|
|
33
38
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
34
|
-
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
35
39
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
36
40
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
37
41
|
endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
|
|
@@ -6,8 +6,13 @@ export declare const getRuntimeConfig: (config: ArtifactClientConfig) => {
|
|
|
6
6
|
runtime: string;
|
|
7
7
|
sha256: import("@smithy/types").HashConstructor;
|
|
8
8
|
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/protocol-http").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
9
|
-
apiVersion: string;
|
|
10
9
|
cacheMiddleware?: boolean;
|
|
10
|
+
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
11
|
+
protocolSettings: {
|
|
12
|
+
defaultNamespace?: string;
|
|
13
|
+
[setting: string]: unknown;
|
|
14
|
+
};
|
|
15
|
+
apiVersion: string;
|
|
11
16
|
urlParser: import("@smithy/types").UrlParser;
|
|
12
17
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
13
18
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -27,7 +32,6 @@ export declare const getRuntimeConfig: (config: ArtifactClientConfig) => {
|
|
|
27
32
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
28
33
|
logger: import("@smithy/types").Logger;
|
|
29
34
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
30
|
-
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
31
35
|
defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
|
|
32
36
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
33
37
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
|
|
1
2
|
import type { ArtifactClientConfig } from "./ArtifactClient";
|
|
2
3
|
/**
|
|
3
4
|
* @internal
|
|
@@ -14,7 +15,11 @@ export declare const getRuntimeConfig: (config: ArtifactClientConfig) => {
|
|
|
14
15
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").ArtifactHttpAuthSchemeProvider;
|
|
15
16
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
16
17
|
logger: import("@smithy/types").Logger;
|
|
17
|
-
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").
|
|
18
|
+
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof AwsRestJsonProtocol;
|
|
19
|
+
protocolSettings: {
|
|
20
|
+
[setting: string]: unknown;
|
|
21
|
+
defaultNamespace?: string;
|
|
22
|
+
};
|
|
18
23
|
serviceId: string;
|
|
19
24
|
urlParser: import("@smithy/types").UrlParser;
|
|
20
25
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
@@ -1,39 +1,35 @@
|
|
|
1
|
-
import type { StaticErrorSchema,
|
|
2
|
-
export declare var AccessDeniedException
|
|
3
|
-
export declare var AccountSettings
|
|
4
|
-
export declare var ConflictException
|
|
5
|
-
export declare var CustomerAgreementSummary
|
|
6
|
-
export declare var GetAccountSettingsRequest
|
|
7
|
-
export declare var GetAccountSettingsResponse
|
|
8
|
-
export declare var GetReportMetadataRequest
|
|
9
|
-
export declare var GetReportMetadataResponse
|
|
10
|
-
export declare var GetReportRequest
|
|
11
|
-
export declare var GetReportResponse
|
|
12
|
-
export declare var GetTermForReportRequest
|
|
13
|
-
export declare var GetTermForReportResponse
|
|
14
|
-
export declare var InternalServerException
|
|
15
|
-
export declare var ListCustomerAgreementsRequest
|
|
16
|
-
export declare var ListCustomerAgreementsResponse
|
|
17
|
-
export declare var ListReportsRequest
|
|
18
|
-
export declare var ListReportsResponse
|
|
19
|
-
export declare var PutAccountSettingsRequest
|
|
20
|
-
export declare var PutAccountSettingsResponse
|
|
21
|
-
export declare var ReportDetail
|
|
22
|
-
export declare var ReportSummary
|
|
23
|
-
export declare var ResourceNotFoundException
|
|
24
|
-
export declare var ServiceQuotaExceededException
|
|
25
|
-
export declare var ThrottlingException
|
|
26
|
-
export declare var ValidationException
|
|
27
|
-
export declare var ValidationExceptionField
|
|
28
|
-
export declare var ArtifactServiceException
|
|
29
|
-
export declare var
|
|
30
|
-
export declare var
|
|
31
|
-
export declare var
|
|
32
|
-
export declare var
|
|
33
|
-
export declare var
|
|
34
|
-
export declare var
|
|
35
|
-
export declare var
|
|
36
|
-
export declare var GetTermForReport: StaticOperationSchema;
|
|
37
|
-
export declare var ListCustomerAgreements: StaticOperationSchema;
|
|
38
|
-
export declare var ListReports: StaticOperationSchema;
|
|
39
|
-
export declare var PutAccountSettings: StaticOperationSchema;
|
|
1
|
+
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
|
|
2
|
+
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
3
|
+
export declare var AccountSettings$: StaticStructureSchema;
|
|
4
|
+
export declare var ConflictException$: StaticErrorSchema;
|
|
5
|
+
export declare var CustomerAgreementSummary$: StaticStructureSchema;
|
|
6
|
+
export declare var GetAccountSettingsRequest$: StaticStructureSchema;
|
|
7
|
+
export declare var GetAccountSettingsResponse$: StaticStructureSchema;
|
|
8
|
+
export declare var GetReportMetadataRequest$: StaticStructureSchema;
|
|
9
|
+
export declare var GetReportMetadataResponse$: StaticStructureSchema;
|
|
10
|
+
export declare var GetReportRequest$: StaticStructureSchema;
|
|
11
|
+
export declare var GetReportResponse$: StaticStructureSchema;
|
|
12
|
+
export declare var GetTermForReportRequest$: StaticStructureSchema;
|
|
13
|
+
export declare var GetTermForReportResponse$: StaticStructureSchema;
|
|
14
|
+
export declare var InternalServerException$: StaticErrorSchema;
|
|
15
|
+
export declare var ListCustomerAgreementsRequest$: StaticStructureSchema;
|
|
16
|
+
export declare var ListCustomerAgreementsResponse$: StaticStructureSchema;
|
|
17
|
+
export declare var ListReportsRequest$: StaticStructureSchema;
|
|
18
|
+
export declare var ListReportsResponse$: StaticStructureSchema;
|
|
19
|
+
export declare var PutAccountSettingsRequest$: StaticStructureSchema;
|
|
20
|
+
export declare var PutAccountSettingsResponse$: StaticStructureSchema;
|
|
21
|
+
export declare var ReportDetail$: StaticStructureSchema;
|
|
22
|
+
export declare var ReportSummary$: StaticStructureSchema;
|
|
23
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
24
|
+
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
25
|
+
export declare var ThrottlingException$: StaticErrorSchema;
|
|
26
|
+
export declare var ValidationException$: StaticErrorSchema;
|
|
27
|
+
export declare var ValidationExceptionField$: StaticStructureSchema;
|
|
28
|
+
export declare var ArtifactServiceException$: StaticErrorSchema;
|
|
29
|
+
export declare var GetAccountSettings$: StaticOperationSchema;
|
|
30
|
+
export declare var GetReport$: StaticOperationSchema;
|
|
31
|
+
export declare var GetReportMetadata$: StaticOperationSchema;
|
|
32
|
+
export declare var GetTermForReport$: StaticOperationSchema;
|
|
33
|
+
export declare var ListCustomerAgreements$: StaticOperationSchema;
|
|
34
|
+
export declare var ListReports$: StaticOperationSchema;
|
|
35
|
+
export declare var PutAccountSettings$: StaticOperationSchema;
|
|
@@ -29,13 +29,10 @@ import {
|
|
|
29
29
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
30
30
|
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
31
31
|
ChecksumConstructor as __ChecksumConstructor,
|
|
32
|
-
ClientProtocol,
|
|
33
32
|
Decoder as __Decoder,
|
|
34
33
|
Encoder as __Encoder,
|
|
35
34
|
HashConstructor as __HashConstructor,
|
|
36
35
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
-
HttpRequest,
|
|
38
|
-
HttpResponse,
|
|
39
36
|
Logger as __Logger,
|
|
40
37
|
Provider as __Provider,
|
|
41
38
|
StreamCollector as __StreamCollector,
|
|
@@ -123,7 +120,6 @@ export interface ClientDefaults
|
|
|
123
120
|
retryMode?: string | __Provider<string>;
|
|
124
121
|
logger?: __Logger;
|
|
125
122
|
extensions?: RuntimeExtension[];
|
|
126
|
-
protocol?: ClientProtocol<HttpRequest, HttpResponse>;
|
|
127
123
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
128
124
|
}
|
|
129
125
|
export type ArtifactClientConfigType = Partial<
|
|
@@ -4,6 +4,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
|
4
4
|
export { RuntimeExtension } from "./runtimeExtensions";
|
|
5
5
|
export { ArtifactExtensionConfiguration } from "./extensionConfiguration";
|
|
6
6
|
export * from "./commands";
|
|
7
|
+
export * from "./schemas/schemas_0";
|
|
7
8
|
export * from "./pagination";
|
|
8
9
|
export * from "./models/enums";
|
|
9
10
|
export * from "./models/errors";
|
|
@@ -26,8 +26,16 @@ export declare const getRuntimeConfig: (config: ArtifactClientConfig) => {
|
|
|
26
26
|
(boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
27
27
|
useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
|
|
28
28
|
(boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
29
|
-
apiVersion: string;
|
|
30
29
|
cacheMiddleware?: boolean | undefined;
|
|
30
|
+
protocol:
|
|
31
|
+
| import("@smithy/types").ClientProtocol<any, any>
|
|
32
|
+
| import("@smithy/types").ClientProtocolCtor<any, any>
|
|
33
|
+
| typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
34
|
+
protocolSettings: {
|
|
35
|
+
defaultNamespace?: string;
|
|
36
|
+
[setting: string]: unknown;
|
|
37
|
+
};
|
|
38
|
+
apiVersion: string;
|
|
31
39
|
urlParser: import("@smithy/types").UrlParser;
|
|
32
40
|
base64Decoder: import("@smithy/types").Decoder;
|
|
33
41
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -38,10 +46,6 @@ export declare const getRuntimeConfig: (config: ArtifactClientConfig) => {
|
|
|
38
46
|
profile?: string;
|
|
39
47
|
logger: import("@smithy/types").Logger;
|
|
40
48
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
41
|
-
protocol: import("@smithy/types").ClientProtocol<
|
|
42
|
-
import("@smithy/types").HttpRequest,
|
|
43
|
-
import("@smithy/types").HttpResponse
|
|
44
|
-
>;
|
|
45
49
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
46
50
|
userAgentAppId?:
|
|
47
51
|
| string
|
|
@@ -26,8 +26,16 @@ export declare const getRuntimeConfig: (config: ArtifactClientConfig) => {
|
|
|
26
26
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
27
27
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
28
28
|
userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
|
|
29
|
-
apiVersion: string;
|
|
30
29
|
cacheMiddleware?: boolean | undefined;
|
|
30
|
+
protocol:
|
|
31
|
+
| import("@smithy/types").ClientProtocol<any, any>
|
|
32
|
+
| import("@smithy/types").ClientProtocolCtor<any, any>
|
|
33
|
+
| typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
34
|
+
protocolSettings: {
|
|
35
|
+
defaultNamespace?: string;
|
|
36
|
+
[setting: string]: unknown;
|
|
37
|
+
};
|
|
38
|
+
apiVersion: string;
|
|
31
39
|
urlParser: import("@smithy/types").UrlParser;
|
|
32
40
|
base64Decoder: import("@smithy/types").Decoder;
|
|
33
41
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -38,10 +46,6 @@ export declare const getRuntimeConfig: (config: ArtifactClientConfig) => {
|
|
|
38
46
|
profile?: string;
|
|
39
47
|
logger: import("@smithy/types").Logger;
|
|
40
48
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
41
|
-
protocol: import("@smithy/types").ClientProtocol<
|
|
42
|
-
import("@smithy/types").HttpRequest,
|
|
43
|
-
import("@smithy/types").HttpResponse
|
|
44
|
-
>;
|
|
45
49
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
46
50
|
retryStrategy?:
|
|
47
51
|
| import("@smithy/types").RetryStrategy
|
|
@@ -8,8 +8,16 @@ export declare const getRuntimeConfig: (config: ArtifactClientConfig) => {
|
|
|
8
8
|
| Record<string, unknown>
|
|
9
9
|
| import("@smithy/protocol-http").HttpHandler<any>
|
|
10
10
|
| import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
11
|
-
apiVersion: string;
|
|
12
11
|
cacheMiddleware?: boolean;
|
|
12
|
+
protocol:
|
|
13
|
+
| import("@smithy/types").ClientProtocol<any, any>
|
|
14
|
+
| import("@smithy/types").ClientProtocolCtor<any, any>
|
|
15
|
+
| typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
16
|
+
protocolSettings: {
|
|
17
|
+
defaultNamespace?: string;
|
|
18
|
+
[setting: string]: unknown;
|
|
19
|
+
};
|
|
20
|
+
apiVersion: string;
|
|
13
21
|
urlParser: import("@smithy/types").UrlParser;
|
|
14
22
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
15
23
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -37,10 +45,6 @@ export declare const getRuntimeConfig: (config: ArtifactClientConfig) => {
|
|
|
37
45
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
38
46
|
logger: import("@smithy/types").Logger;
|
|
39
47
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
40
|
-
protocol: import("@smithy/types").ClientProtocol<
|
|
41
|
-
import("@smithy/types").HttpRequest,
|
|
42
|
-
import("@smithy/types").HttpResponse
|
|
43
|
-
>;
|
|
44
48
|
defaultsMode:
|
|
45
49
|
| import("@smithy/smithy-client").DefaultsMode
|
|
46
50
|
| import("@smithy/types").Provider<
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
|
|
1
2
|
import { ArtifactClientConfig } from "./ArtifactClient";
|
|
2
3
|
export declare const getRuntimeConfig: (config: ArtifactClientConfig) => {
|
|
3
4
|
apiVersion: string;
|
|
@@ -14,10 +15,14 @@ export declare const getRuntimeConfig: (config: ArtifactClientConfig) => {
|
|
|
14
15
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").ArtifactHttpAuthSchemeProvider;
|
|
15
16
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
16
17
|
logger: import("@smithy/types").Logger;
|
|
17
|
-
protocol:
|
|
18
|
-
import("@smithy/types").
|
|
19
|
-
import("@smithy/types").
|
|
20
|
-
|
|
18
|
+
protocol:
|
|
19
|
+
| import("@smithy/types").ClientProtocol<any, any>
|
|
20
|
+
| import("@smithy/types").ClientProtocolCtor<any, any>
|
|
21
|
+
| typeof AwsRestJsonProtocol;
|
|
22
|
+
protocolSettings: {
|
|
23
|
+
[setting: string]: unknown;
|
|
24
|
+
defaultNamespace?: string;
|
|
25
|
+
};
|
|
21
26
|
serviceId: string;
|
|
22
27
|
urlParser: import("@smithy/types").UrlParser;
|
|
23
28
|
utf8Decoder: import("@smithy/types").Decoder;
|