@aws-sdk/client-artifact 3.927.0 → 3.929.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.
@@ -1,65 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { GetAccountSettingsCommandInput, GetAccountSettingsCommandOutput } from "../commands/GetAccountSettingsCommand";
4
- import { GetReportCommandInput, GetReportCommandOutput } from "../commands/GetReportCommand";
5
- import { GetReportMetadataCommandInput, GetReportMetadataCommandOutput } from "../commands/GetReportMetadataCommand";
6
- import { GetTermForReportCommandInput, GetTermForReportCommandOutput } from "../commands/GetTermForReportCommand";
7
- import { ListCustomerAgreementsCommandInput, ListCustomerAgreementsCommandOutput } from "../commands/ListCustomerAgreementsCommand";
8
- import { ListReportsCommandInput, ListReportsCommandOutput } from "../commands/ListReportsCommand";
9
- import { PutAccountSettingsCommandInput, PutAccountSettingsCommandOutput } from "../commands/PutAccountSettingsCommand";
10
- /**
11
- * serializeAws_restJson1GetAccountSettingsCommand
12
- */
13
- export declare const se_GetAccountSettingsCommand: (input: GetAccountSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
14
- /**
15
- * serializeAws_restJson1GetReportCommand
16
- */
17
- export declare const se_GetReportCommand: (input: GetReportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
18
- /**
19
- * serializeAws_restJson1GetReportMetadataCommand
20
- */
21
- export declare const se_GetReportMetadataCommand: (input: GetReportMetadataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
22
- /**
23
- * serializeAws_restJson1GetTermForReportCommand
24
- */
25
- export declare const se_GetTermForReportCommand: (input: GetTermForReportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
26
- /**
27
- * serializeAws_restJson1ListCustomerAgreementsCommand
28
- */
29
- export declare const se_ListCustomerAgreementsCommand: (input: ListCustomerAgreementsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
30
- /**
31
- * serializeAws_restJson1ListReportsCommand
32
- */
33
- export declare const se_ListReportsCommand: (input: ListReportsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
34
- /**
35
- * serializeAws_restJson1PutAccountSettingsCommand
36
- */
37
- export declare const se_PutAccountSettingsCommand: (input: PutAccountSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
38
- /**
39
- * deserializeAws_restJson1GetAccountSettingsCommand
40
- */
41
- export declare const de_GetAccountSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAccountSettingsCommandOutput>;
42
- /**
43
- * deserializeAws_restJson1GetReportCommand
44
- */
45
- export declare const de_GetReportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetReportCommandOutput>;
46
- /**
47
- * deserializeAws_restJson1GetReportMetadataCommand
48
- */
49
- export declare const de_GetReportMetadataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetReportMetadataCommandOutput>;
50
- /**
51
- * deserializeAws_restJson1GetTermForReportCommand
52
- */
53
- export declare const de_GetTermForReportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTermForReportCommandOutput>;
54
- /**
55
- * deserializeAws_restJson1ListCustomerAgreementsCommand
56
- */
57
- export declare const de_ListCustomerAgreementsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCustomerAgreementsCommandOutput>;
58
- /**
59
- * deserializeAws_restJson1ListReportsCommand
60
- */
61
- export declare const de_ListReportsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListReportsCommandOutput>;
62
- /**
63
- * deserializeAws_restJson1PutAccountSettingsCommand
64
- */
65
- export declare const de_PutAccountSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutAccountSettingsCommandOutput>;
@@ -1,89 +0,0 @@
1
- import {
2
- HttpRequest as __HttpRequest,
3
- HttpResponse as __HttpResponse,
4
- } from "@smithy/protocol-http";
5
- import { SerdeContext as __SerdeContext } from "@smithy/types";
6
- import {
7
- GetAccountSettingsCommandInput,
8
- GetAccountSettingsCommandOutput,
9
- } from "../commands/GetAccountSettingsCommand";
10
- import {
11
- GetReportCommandInput,
12
- GetReportCommandOutput,
13
- } from "../commands/GetReportCommand";
14
- import {
15
- GetReportMetadataCommandInput,
16
- GetReportMetadataCommandOutput,
17
- } from "../commands/GetReportMetadataCommand";
18
- import {
19
- GetTermForReportCommandInput,
20
- GetTermForReportCommandOutput,
21
- } from "../commands/GetTermForReportCommand";
22
- import {
23
- ListCustomerAgreementsCommandInput,
24
- ListCustomerAgreementsCommandOutput,
25
- } from "../commands/ListCustomerAgreementsCommand";
26
- import {
27
- ListReportsCommandInput,
28
- ListReportsCommandOutput,
29
- } from "../commands/ListReportsCommand";
30
- import {
31
- PutAccountSettingsCommandInput,
32
- PutAccountSettingsCommandOutput,
33
- } from "../commands/PutAccountSettingsCommand";
34
- export declare const se_GetAccountSettingsCommand: (
35
- input: GetAccountSettingsCommandInput,
36
- context: __SerdeContext
37
- ) => Promise<__HttpRequest>;
38
- export declare const se_GetReportCommand: (
39
- input: GetReportCommandInput,
40
- context: __SerdeContext
41
- ) => Promise<__HttpRequest>;
42
- export declare const se_GetReportMetadataCommand: (
43
- input: GetReportMetadataCommandInput,
44
- context: __SerdeContext
45
- ) => Promise<__HttpRequest>;
46
- export declare const se_GetTermForReportCommand: (
47
- input: GetTermForReportCommandInput,
48
- context: __SerdeContext
49
- ) => Promise<__HttpRequest>;
50
- export declare const se_ListCustomerAgreementsCommand: (
51
- input: ListCustomerAgreementsCommandInput,
52
- context: __SerdeContext
53
- ) => Promise<__HttpRequest>;
54
- export declare const se_ListReportsCommand: (
55
- input: ListReportsCommandInput,
56
- context: __SerdeContext
57
- ) => Promise<__HttpRequest>;
58
- export declare const se_PutAccountSettingsCommand: (
59
- input: PutAccountSettingsCommandInput,
60
- context: __SerdeContext
61
- ) => Promise<__HttpRequest>;
62
- export declare const de_GetAccountSettingsCommand: (
63
- output: __HttpResponse,
64
- context: __SerdeContext
65
- ) => Promise<GetAccountSettingsCommandOutput>;
66
- export declare const de_GetReportCommand: (
67
- output: __HttpResponse,
68
- context: __SerdeContext
69
- ) => Promise<GetReportCommandOutput>;
70
- export declare const de_GetReportMetadataCommand: (
71
- output: __HttpResponse,
72
- context: __SerdeContext
73
- ) => Promise<GetReportMetadataCommandOutput>;
74
- export declare const de_GetTermForReportCommand: (
75
- output: __HttpResponse,
76
- context: __SerdeContext
77
- ) => Promise<GetTermForReportCommandOutput>;
78
- export declare const de_ListCustomerAgreementsCommand: (
79
- output: __HttpResponse,
80
- context: __SerdeContext
81
- ) => Promise<ListCustomerAgreementsCommandOutput>;
82
- export declare const de_ListReportsCommand: (
83
- output: __HttpResponse,
84
- context: __SerdeContext
85
- ) => Promise<ListReportsCommandOutput>;
86
- export declare const de_PutAccountSettingsCommand: (
87
- output: __HttpResponse,
88
- context: __SerdeContext
89
- ) => Promise<PutAccountSettingsCommandOutput>;