@aws-sdk/client-codeartifact 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.
- package/dist-cjs/index.js +3137 -2149
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/CodeartifactClient.js +2 -0
- package/dist-es/commands/AssociateExternalConnectionCommand.js +3 -9
- package/dist-es/commands/CopyPackageVersionsCommand.js +3 -9
- package/dist-es/commands/CreateDomainCommand.js +3 -9
- package/dist-es/commands/CreatePackageGroupCommand.js +3 -9
- package/dist-es/commands/CreateRepositoryCommand.js +3 -9
- package/dist-es/commands/DeleteDomainCommand.js +3 -9
- package/dist-es/commands/DeleteDomainPermissionsPolicyCommand.js +3 -9
- package/dist-es/commands/DeletePackageCommand.js +3 -9
- package/dist-es/commands/DeletePackageGroupCommand.js +3 -9
- package/dist-es/commands/DeletePackageVersionsCommand.js +3 -9
- package/dist-es/commands/DeleteRepositoryCommand.js +3 -9
- package/dist-es/commands/DeleteRepositoryPermissionsPolicyCommand.js +3 -9
- package/dist-es/commands/DescribeDomainCommand.js +3 -9
- package/dist-es/commands/DescribePackageCommand.js +3 -9
- package/dist-es/commands/DescribePackageGroupCommand.js +3 -9
- package/dist-es/commands/DescribePackageVersionCommand.js +3 -9
- package/dist-es/commands/DescribeRepositoryCommand.js +3 -9
- package/dist-es/commands/DisassociateExternalConnectionCommand.js +3 -9
- package/dist-es/commands/DisposePackageVersionsCommand.js +3 -9
- package/dist-es/commands/GetAssociatedPackageGroupCommand.js +3 -9
- package/dist-es/commands/GetAuthorizationTokenCommand.js +3 -10
- package/dist-es/commands/GetDomainPermissionsPolicyCommand.js +3 -9
- package/dist-es/commands/GetPackageVersionAssetCommand.js +3 -10
- package/dist-es/commands/GetPackageVersionReadmeCommand.js +3 -9
- package/dist-es/commands/GetRepositoryEndpointCommand.js +3 -9
- package/dist-es/commands/GetRepositoryPermissionsPolicyCommand.js +3 -9
- package/dist-es/commands/ListAllowedRepositoriesForGroupCommand.js +3 -9
- package/dist-es/commands/ListAssociatedPackagesCommand.js +3 -9
- package/dist-es/commands/ListDomainsCommand.js +3 -9
- package/dist-es/commands/ListPackageGroupsCommand.js +3 -9
- package/dist-es/commands/ListPackageVersionAssetsCommand.js +3 -9
- package/dist-es/commands/ListPackageVersionDependenciesCommand.js +3 -9
- package/dist-es/commands/ListPackageVersionsCommand.js +3 -9
- package/dist-es/commands/ListPackagesCommand.js +3 -9
- package/dist-es/commands/ListRepositoriesCommand.js +3 -9
- package/dist-es/commands/ListRepositoriesInDomainCommand.js +3 -9
- package/dist-es/commands/ListSubPackageGroupsCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/PublishPackageVersionCommand.js +3 -10
- package/dist-es/commands/PutDomainPermissionsPolicyCommand.js +3 -9
- package/dist-es/commands/PutPackageOriginConfigurationCommand.js +3 -9
- package/dist-es/commands/PutRepositoryPermissionsPolicyCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdatePackageGroupCommand.js +3 -9
- package/dist-es/commands/UpdatePackageGroupOriginConfigurationCommand.js +3 -9
- package/dist-es/commands/UpdatePackageVersionsStatusCommand.js +3 -9
- package/dist-es/commands/UpdateRepositoryCommand.js +3 -9
- package/dist-es/models/models_0.js +0 -9
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +3078 -0
- package/dist-types/CodeartifactClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +0 -12
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +209 -0
- package/dist-types/ts3.4/CodeartifactClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -9
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +216 -0
- package/package.json +5 -5
- package/dist-es/protocols/Aws_restJson1.js +0 -1825
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -434
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -584
|
@@ -1,434 +0,0 @@
|
|
|
1
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
|
|
2
|
-
import { SdkStreamSerdeContext as __SdkStreamSerdeContext, SerdeContext as __SerdeContext } from "@smithy/types";
|
|
3
|
-
import { AssociateExternalConnectionCommandInput, AssociateExternalConnectionCommandOutput } from "../commands/AssociateExternalConnectionCommand";
|
|
4
|
-
import { CopyPackageVersionsCommandInput, CopyPackageVersionsCommandOutput } from "../commands/CopyPackageVersionsCommand";
|
|
5
|
-
import { CreateDomainCommandInput, CreateDomainCommandOutput } from "../commands/CreateDomainCommand";
|
|
6
|
-
import { CreatePackageGroupCommandInput, CreatePackageGroupCommandOutput } from "../commands/CreatePackageGroupCommand";
|
|
7
|
-
import { CreateRepositoryCommandInput, CreateRepositoryCommandOutput } from "../commands/CreateRepositoryCommand";
|
|
8
|
-
import { DeleteDomainCommandInput, DeleteDomainCommandOutput } from "../commands/DeleteDomainCommand";
|
|
9
|
-
import { DeleteDomainPermissionsPolicyCommandInput, DeleteDomainPermissionsPolicyCommandOutput } from "../commands/DeleteDomainPermissionsPolicyCommand";
|
|
10
|
-
import { DeletePackageCommandInput, DeletePackageCommandOutput } from "../commands/DeletePackageCommand";
|
|
11
|
-
import { DeletePackageGroupCommandInput, DeletePackageGroupCommandOutput } from "../commands/DeletePackageGroupCommand";
|
|
12
|
-
import { DeletePackageVersionsCommandInput, DeletePackageVersionsCommandOutput } from "../commands/DeletePackageVersionsCommand";
|
|
13
|
-
import { DeleteRepositoryCommandInput, DeleteRepositoryCommandOutput } from "../commands/DeleteRepositoryCommand";
|
|
14
|
-
import { DeleteRepositoryPermissionsPolicyCommandInput, DeleteRepositoryPermissionsPolicyCommandOutput } from "../commands/DeleteRepositoryPermissionsPolicyCommand";
|
|
15
|
-
import { DescribeDomainCommandInput, DescribeDomainCommandOutput } from "../commands/DescribeDomainCommand";
|
|
16
|
-
import { DescribePackageCommandInput, DescribePackageCommandOutput } from "../commands/DescribePackageCommand";
|
|
17
|
-
import { DescribePackageGroupCommandInput, DescribePackageGroupCommandOutput } from "../commands/DescribePackageGroupCommand";
|
|
18
|
-
import { DescribePackageVersionCommandInput, DescribePackageVersionCommandOutput } from "../commands/DescribePackageVersionCommand";
|
|
19
|
-
import { DescribeRepositoryCommandInput, DescribeRepositoryCommandOutput } from "../commands/DescribeRepositoryCommand";
|
|
20
|
-
import { DisassociateExternalConnectionCommandInput, DisassociateExternalConnectionCommandOutput } from "../commands/DisassociateExternalConnectionCommand";
|
|
21
|
-
import { DisposePackageVersionsCommandInput, DisposePackageVersionsCommandOutput } from "../commands/DisposePackageVersionsCommand";
|
|
22
|
-
import { GetAssociatedPackageGroupCommandInput, GetAssociatedPackageGroupCommandOutput } from "../commands/GetAssociatedPackageGroupCommand";
|
|
23
|
-
import { GetAuthorizationTokenCommandInput, GetAuthorizationTokenCommandOutput } from "../commands/GetAuthorizationTokenCommand";
|
|
24
|
-
import { GetDomainPermissionsPolicyCommandInput, GetDomainPermissionsPolicyCommandOutput } from "../commands/GetDomainPermissionsPolicyCommand";
|
|
25
|
-
import { GetPackageVersionAssetCommandInput, GetPackageVersionAssetCommandOutput } from "../commands/GetPackageVersionAssetCommand";
|
|
26
|
-
import { GetPackageVersionReadmeCommandInput, GetPackageVersionReadmeCommandOutput } from "../commands/GetPackageVersionReadmeCommand";
|
|
27
|
-
import { GetRepositoryEndpointCommandInput, GetRepositoryEndpointCommandOutput } from "../commands/GetRepositoryEndpointCommand";
|
|
28
|
-
import { GetRepositoryPermissionsPolicyCommandInput, GetRepositoryPermissionsPolicyCommandOutput } from "../commands/GetRepositoryPermissionsPolicyCommand";
|
|
29
|
-
import { ListAllowedRepositoriesForGroupCommandInput, ListAllowedRepositoriesForGroupCommandOutput } from "../commands/ListAllowedRepositoriesForGroupCommand";
|
|
30
|
-
import { ListAssociatedPackagesCommandInput, ListAssociatedPackagesCommandOutput } from "../commands/ListAssociatedPackagesCommand";
|
|
31
|
-
import { ListDomainsCommandInput, ListDomainsCommandOutput } from "../commands/ListDomainsCommand";
|
|
32
|
-
import { ListPackageGroupsCommandInput, ListPackageGroupsCommandOutput } from "../commands/ListPackageGroupsCommand";
|
|
33
|
-
import { ListPackagesCommandInput, ListPackagesCommandOutput } from "../commands/ListPackagesCommand";
|
|
34
|
-
import { ListPackageVersionAssetsCommandInput, ListPackageVersionAssetsCommandOutput } from "../commands/ListPackageVersionAssetsCommand";
|
|
35
|
-
import { ListPackageVersionDependenciesCommandInput, ListPackageVersionDependenciesCommandOutput } from "../commands/ListPackageVersionDependenciesCommand";
|
|
36
|
-
import { ListPackageVersionsCommandInput, ListPackageVersionsCommandOutput } from "../commands/ListPackageVersionsCommand";
|
|
37
|
-
import { ListRepositoriesCommandInput, ListRepositoriesCommandOutput } from "../commands/ListRepositoriesCommand";
|
|
38
|
-
import { ListRepositoriesInDomainCommandInput, ListRepositoriesInDomainCommandOutput } from "../commands/ListRepositoriesInDomainCommand";
|
|
39
|
-
import { ListSubPackageGroupsCommandInput, ListSubPackageGroupsCommandOutput } from "../commands/ListSubPackageGroupsCommand";
|
|
40
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
41
|
-
import { PublishPackageVersionCommandInput, PublishPackageVersionCommandOutput } from "../commands/PublishPackageVersionCommand";
|
|
42
|
-
import { PutDomainPermissionsPolicyCommandInput, PutDomainPermissionsPolicyCommandOutput } from "../commands/PutDomainPermissionsPolicyCommand";
|
|
43
|
-
import { PutPackageOriginConfigurationCommandInput, PutPackageOriginConfigurationCommandOutput } from "../commands/PutPackageOriginConfigurationCommand";
|
|
44
|
-
import { PutRepositoryPermissionsPolicyCommandInput, PutRepositoryPermissionsPolicyCommandOutput } from "../commands/PutRepositoryPermissionsPolicyCommand";
|
|
45
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
46
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
47
|
-
import { UpdatePackageGroupCommandInput, UpdatePackageGroupCommandOutput } from "../commands/UpdatePackageGroupCommand";
|
|
48
|
-
import { UpdatePackageGroupOriginConfigurationCommandInput, UpdatePackageGroupOriginConfigurationCommandOutput } from "../commands/UpdatePackageGroupOriginConfigurationCommand";
|
|
49
|
-
import { UpdatePackageVersionsStatusCommandInput, UpdatePackageVersionsStatusCommandOutput } from "../commands/UpdatePackageVersionsStatusCommand";
|
|
50
|
-
import { UpdateRepositoryCommandInput, UpdateRepositoryCommandOutput } from "../commands/UpdateRepositoryCommand";
|
|
51
|
-
/**
|
|
52
|
-
* serializeAws_restJson1AssociateExternalConnectionCommand
|
|
53
|
-
*/
|
|
54
|
-
export declare const se_AssociateExternalConnectionCommand: (input: AssociateExternalConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
55
|
-
/**
|
|
56
|
-
* serializeAws_restJson1CopyPackageVersionsCommand
|
|
57
|
-
*/
|
|
58
|
-
export declare const se_CopyPackageVersionsCommand: (input: CopyPackageVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
59
|
-
/**
|
|
60
|
-
* serializeAws_restJson1CreateDomainCommand
|
|
61
|
-
*/
|
|
62
|
-
export declare const se_CreateDomainCommand: (input: CreateDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
63
|
-
/**
|
|
64
|
-
* serializeAws_restJson1CreatePackageGroupCommand
|
|
65
|
-
*/
|
|
66
|
-
export declare const se_CreatePackageGroupCommand: (input: CreatePackageGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
67
|
-
/**
|
|
68
|
-
* serializeAws_restJson1CreateRepositoryCommand
|
|
69
|
-
*/
|
|
70
|
-
export declare const se_CreateRepositoryCommand: (input: CreateRepositoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
71
|
-
/**
|
|
72
|
-
* serializeAws_restJson1DeleteDomainCommand
|
|
73
|
-
*/
|
|
74
|
-
export declare const se_DeleteDomainCommand: (input: DeleteDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
75
|
-
/**
|
|
76
|
-
* serializeAws_restJson1DeleteDomainPermissionsPolicyCommand
|
|
77
|
-
*/
|
|
78
|
-
export declare const se_DeleteDomainPermissionsPolicyCommand: (input: DeleteDomainPermissionsPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
79
|
-
/**
|
|
80
|
-
* serializeAws_restJson1DeletePackageCommand
|
|
81
|
-
*/
|
|
82
|
-
export declare const se_DeletePackageCommand: (input: DeletePackageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
83
|
-
/**
|
|
84
|
-
* serializeAws_restJson1DeletePackageGroupCommand
|
|
85
|
-
*/
|
|
86
|
-
export declare const se_DeletePackageGroupCommand: (input: DeletePackageGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
87
|
-
/**
|
|
88
|
-
* serializeAws_restJson1DeletePackageVersionsCommand
|
|
89
|
-
*/
|
|
90
|
-
export declare const se_DeletePackageVersionsCommand: (input: DeletePackageVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
91
|
-
/**
|
|
92
|
-
* serializeAws_restJson1DeleteRepositoryCommand
|
|
93
|
-
*/
|
|
94
|
-
export declare const se_DeleteRepositoryCommand: (input: DeleteRepositoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
95
|
-
/**
|
|
96
|
-
* serializeAws_restJson1DeleteRepositoryPermissionsPolicyCommand
|
|
97
|
-
*/
|
|
98
|
-
export declare const se_DeleteRepositoryPermissionsPolicyCommand: (input: DeleteRepositoryPermissionsPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
99
|
-
/**
|
|
100
|
-
* serializeAws_restJson1DescribeDomainCommand
|
|
101
|
-
*/
|
|
102
|
-
export declare const se_DescribeDomainCommand: (input: DescribeDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
103
|
-
/**
|
|
104
|
-
* serializeAws_restJson1DescribePackageCommand
|
|
105
|
-
*/
|
|
106
|
-
export declare const se_DescribePackageCommand: (input: DescribePackageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
107
|
-
/**
|
|
108
|
-
* serializeAws_restJson1DescribePackageGroupCommand
|
|
109
|
-
*/
|
|
110
|
-
export declare const se_DescribePackageGroupCommand: (input: DescribePackageGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
111
|
-
/**
|
|
112
|
-
* serializeAws_restJson1DescribePackageVersionCommand
|
|
113
|
-
*/
|
|
114
|
-
export declare const se_DescribePackageVersionCommand: (input: DescribePackageVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
115
|
-
/**
|
|
116
|
-
* serializeAws_restJson1DescribeRepositoryCommand
|
|
117
|
-
*/
|
|
118
|
-
export declare const se_DescribeRepositoryCommand: (input: DescribeRepositoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
119
|
-
/**
|
|
120
|
-
* serializeAws_restJson1DisassociateExternalConnectionCommand
|
|
121
|
-
*/
|
|
122
|
-
export declare const se_DisassociateExternalConnectionCommand: (input: DisassociateExternalConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
123
|
-
/**
|
|
124
|
-
* serializeAws_restJson1DisposePackageVersionsCommand
|
|
125
|
-
*/
|
|
126
|
-
export declare const se_DisposePackageVersionsCommand: (input: DisposePackageVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
127
|
-
/**
|
|
128
|
-
* serializeAws_restJson1GetAssociatedPackageGroupCommand
|
|
129
|
-
*/
|
|
130
|
-
export declare const se_GetAssociatedPackageGroupCommand: (input: GetAssociatedPackageGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
131
|
-
/**
|
|
132
|
-
* serializeAws_restJson1GetAuthorizationTokenCommand
|
|
133
|
-
*/
|
|
134
|
-
export declare const se_GetAuthorizationTokenCommand: (input: GetAuthorizationTokenCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
135
|
-
/**
|
|
136
|
-
* serializeAws_restJson1GetDomainPermissionsPolicyCommand
|
|
137
|
-
*/
|
|
138
|
-
export declare const se_GetDomainPermissionsPolicyCommand: (input: GetDomainPermissionsPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
139
|
-
/**
|
|
140
|
-
* serializeAws_restJson1GetPackageVersionAssetCommand
|
|
141
|
-
*/
|
|
142
|
-
export declare const se_GetPackageVersionAssetCommand: (input: GetPackageVersionAssetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
143
|
-
/**
|
|
144
|
-
* serializeAws_restJson1GetPackageVersionReadmeCommand
|
|
145
|
-
*/
|
|
146
|
-
export declare const se_GetPackageVersionReadmeCommand: (input: GetPackageVersionReadmeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
147
|
-
/**
|
|
148
|
-
* serializeAws_restJson1GetRepositoryEndpointCommand
|
|
149
|
-
*/
|
|
150
|
-
export declare const se_GetRepositoryEndpointCommand: (input: GetRepositoryEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
151
|
-
/**
|
|
152
|
-
* serializeAws_restJson1GetRepositoryPermissionsPolicyCommand
|
|
153
|
-
*/
|
|
154
|
-
export declare const se_GetRepositoryPermissionsPolicyCommand: (input: GetRepositoryPermissionsPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
155
|
-
/**
|
|
156
|
-
* serializeAws_restJson1ListAllowedRepositoriesForGroupCommand
|
|
157
|
-
*/
|
|
158
|
-
export declare const se_ListAllowedRepositoriesForGroupCommand: (input: ListAllowedRepositoriesForGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
159
|
-
/**
|
|
160
|
-
* serializeAws_restJson1ListAssociatedPackagesCommand
|
|
161
|
-
*/
|
|
162
|
-
export declare const se_ListAssociatedPackagesCommand: (input: ListAssociatedPackagesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
163
|
-
/**
|
|
164
|
-
* serializeAws_restJson1ListDomainsCommand
|
|
165
|
-
*/
|
|
166
|
-
export declare const se_ListDomainsCommand: (input: ListDomainsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
167
|
-
/**
|
|
168
|
-
* serializeAws_restJson1ListPackageGroupsCommand
|
|
169
|
-
*/
|
|
170
|
-
export declare const se_ListPackageGroupsCommand: (input: ListPackageGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
171
|
-
/**
|
|
172
|
-
* serializeAws_restJson1ListPackagesCommand
|
|
173
|
-
*/
|
|
174
|
-
export declare const se_ListPackagesCommand: (input: ListPackagesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
175
|
-
/**
|
|
176
|
-
* serializeAws_restJson1ListPackageVersionAssetsCommand
|
|
177
|
-
*/
|
|
178
|
-
export declare const se_ListPackageVersionAssetsCommand: (input: ListPackageVersionAssetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
179
|
-
/**
|
|
180
|
-
* serializeAws_restJson1ListPackageVersionDependenciesCommand
|
|
181
|
-
*/
|
|
182
|
-
export declare const se_ListPackageVersionDependenciesCommand: (input: ListPackageVersionDependenciesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
183
|
-
/**
|
|
184
|
-
* serializeAws_restJson1ListPackageVersionsCommand
|
|
185
|
-
*/
|
|
186
|
-
export declare const se_ListPackageVersionsCommand: (input: ListPackageVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
187
|
-
/**
|
|
188
|
-
* serializeAws_restJson1ListRepositoriesCommand
|
|
189
|
-
*/
|
|
190
|
-
export declare const se_ListRepositoriesCommand: (input: ListRepositoriesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
191
|
-
/**
|
|
192
|
-
* serializeAws_restJson1ListRepositoriesInDomainCommand
|
|
193
|
-
*/
|
|
194
|
-
export declare const se_ListRepositoriesInDomainCommand: (input: ListRepositoriesInDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
195
|
-
/**
|
|
196
|
-
* serializeAws_restJson1ListSubPackageGroupsCommand
|
|
197
|
-
*/
|
|
198
|
-
export declare const se_ListSubPackageGroupsCommand: (input: ListSubPackageGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
199
|
-
/**
|
|
200
|
-
* serializeAws_restJson1ListTagsForResourceCommand
|
|
201
|
-
*/
|
|
202
|
-
export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
203
|
-
/**
|
|
204
|
-
* serializeAws_restJson1PublishPackageVersionCommand
|
|
205
|
-
*/
|
|
206
|
-
export declare const se_PublishPackageVersionCommand: (input: PublishPackageVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
207
|
-
/**
|
|
208
|
-
* serializeAws_restJson1PutDomainPermissionsPolicyCommand
|
|
209
|
-
*/
|
|
210
|
-
export declare const se_PutDomainPermissionsPolicyCommand: (input: PutDomainPermissionsPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
211
|
-
/**
|
|
212
|
-
* serializeAws_restJson1PutPackageOriginConfigurationCommand
|
|
213
|
-
*/
|
|
214
|
-
export declare const se_PutPackageOriginConfigurationCommand: (input: PutPackageOriginConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
215
|
-
/**
|
|
216
|
-
* serializeAws_restJson1PutRepositoryPermissionsPolicyCommand
|
|
217
|
-
*/
|
|
218
|
-
export declare const se_PutRepositoryPermissionsPolicyCommand: (input: PutRepositoryPermissionsPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
219
|
-
/**
|
|
220
|
-
* serializeAws_restJson1TagResourceCommand
|
|
221
|
-
*/
|
|
222
|
-
export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
223
|
-
/**
|
|
224
|
-
* serializeAws_restJson1UntagResourceCommand
|
|
225
|
-
*/
|
|
226
|
-
export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
227
|
-
/**
|
|
228
|
-
* serializeAws_restJson1UpdatePackageGroupCommand
|
|
229
|
-
*/
|
|
230
|
-
export declare const se_UpdatePackageGroupCommand: (input: UpdatePackageGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
231
|
-
/**
|
|
232
|
-
* serializeAws_restJson1UpdatePackageGroupOriginConfigurationCommand
|
|
233
|
-
*/
|
|
234
|
-
export declare const se_UpdatePackageGroupOriginConfigurationCommand: (input: UpdatePackageGroupOriginConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
235
|
-
/**
|
|
236
|
-
* serializeAws_restJson1UpdatePackageVersionsStatusCommand
|
|
237
|
-
*/
|
|
238
|
-
export declare const se_UpdatePackageVersionsStatusCommand: (input: UpdatePackageVersionsStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
239
|
-
/**
|
|
240
|
-
* serializeAws_restJson1UpdateRepositoryCommand
|
|
241
|
-
*/
|
|
242
|
-
export declare const se_UpdateRepositoryCommand: (input: UpdateRepositoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
243
|
-
/**
|
|
244
|
-
* deserializeAws_restJson1AssociateExternalConnectionCommand
|
|
245
|
-
*/
|
|
246
|
-
export declare const de_AssociateExternalConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateExternalConnectionCommandOutput>;
|
|
247
|
-
/**
|
|
248
|
-
* deserializeAws_restJson1CopyPackageVersionsCommand
|
|
249
|
-
*/
|
|
250
|
-
export declare const de_CopyPackageVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CopyPackageVersionsCommandOutput>;
|
|
251
|
-
/**
|
|
252
|
-
* deserializeAws_restJson1CreateDomainCommand
|
|
253
|
-
*/
|
|
254
|
-
export declare const de_CreateDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDomainCommandOutput>;
|
|
255
|
-
/**
|
|
256
|
-
* deserializeAws_restJson1CreatePackageGroupCommand
|
|
257
|
-
*/
|
|
258
|
-
export declare const de_CreatePackageGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePackageGroupCommandOutput>;
|
|
259
|
-
/**
|
|
260
|
-
* deserializeAws_restJson1CreateRepositoryCommand
|
|
261
|
-
*/
|
|
262
|
-
export declare const de_CreateRepositoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateRepositoryCommandOutput>;
|
|
263
|
-
/**
|
|
264
|
-
* deserializeAws_restJson1DeleteDomainCommand
|
|
265
|
-
*/
|
|
266
|
-
export declare const de_DeleteDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDomainCommandOutput>;
|
|
267
|
-
/**
|
|
268
|
-
* deserializeAws_restJson1DeleteDomainPermissionsPolicyCommand
|
|
269
|
-
*/
|
|
270
|
-
export declare const de_DeleteDomainPermissionsPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDomainPermissionsPolicyCommandOutput>;
|
|
271
|
-
/**
|
|
272
|
-
* deserializeAws_restJson1DeletePackageCommand
|
|
273
|
-
*/
|
|
274
|
-
export declare const de_DeletePackageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePackageCommandOutput>;
|
|
275
|
-
/**
|
|
276
|
-
* deserializeAws_restJson1DeletePackageGroupCommand
|
|
277
|
-
*/
|
|
278
|
-
export declare const de_DeletePackageGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePackageGroupCommandOutput>;
|
|
279
|
-
/**
|
|
280
|
-
* deserializeAws_restJson1DeletePackageVersionsCommand
|
|
281
|
-
*/
|
|
282
|
-
export declare const de_DeletePackageVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePackageVersionsCommandOutput>;
|
|
283
|
-
/**
|
|
284
|
-
* deserializeAws_restJson1DeleteRepositoryCommand
|
|
285
|
-
*/
|
|
286
|
-
export declare const de_DeleteRepositoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRepositoryCommandOutput>;
|
|
287
|
-
/**
|
|
288
|
-
* deserializeAws_restJson1DeleteRepositoryPermissionsPolicyCommand
|
|
289
|
-
*/
|
|
290
|
-
export declare const de_DeleteRepositoryPermissionsPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRepositoryPermissionsPolicyCommandOutput>;
|
|
291
|
-
/**
|
|
292
|
-
* deserializeAws_restJson1DescribeDomainCommand
|
|
293
|
-
*/
|
|
294
|
-
export declare const de_DescribeDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDomainCommandOutput>;
|
|
295
|
-
/**
|
|
296
|
-
* deserializeAws_restJson1DescribePackageCommand
|
|
297
|
-
*/
|
|
298
|
-
export declare const de_DescribePackageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribePackageCommandOutput>;
|
|
299
|
-
/**
|
|
300
|
-
* deserializeAws_restJson1DescribePackageGroupCommand
|
|
301
|
-
*/
|
|
302
|
-
export declare const de_DescribePackageGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribePackageGroupCommandOutput>;
|
|
303
|
-
/**
|
|
304
|
-
* deserializeAws_restJson1DescribePackageVersionCommand
|
|
305
|
-
*/
|
|
306
|
-
export declare const de_DescribePackageVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribePackageVersionCommandOutput>;
|
|
307
|
-
/**
|
|
308
|
-
* deserializeAws_restJson1DescribeRepositoryCommand
|
|
309
|
-
*/
|
|
310
|
-
export declare const de_DescribeRepositoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeRepositoryCommandOutput>;
|
|
311
|
-
/**
|
|
312
|
-
* deserializeAws_restJson1DisassociateExternalConnectionCommand
|
|
313
|
-
*/
|
|
314
|
-
export declare const de_DisassociateExternalConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateExternalConnectionCommandOutput>;
|
|
315
|
-
/**
|
|
316
|
-
* deserializeAws_restJson1DisposePackageVersionsCommand
|
|
317
|
-
*/
|
|
318
|
-
export declare const de_DisposePackageVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisposePackageVersionsCommandOutput>;
|
|
319
|
-
/**
|
|
320
|
-
* deserializeAws_restJson1GetAssociatedPackageGroupCommand
|
|
321
|
-
*/
|
|
322
|
-
export declare const de_GetAssociatedPackageGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAssociatedPackageGroupCommandOutput>;
|
|
323
|
-
/**
|
|
324
|
-
* deserializeAws_restJson1GetAuthorizationTokenCommand
|
|
325
|
-
*/
|
|
326
|
-
export declare const de_GetAuthorizationTokenCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAuthorizationTokenCommandOutput>;
|
|
327
|
-
/**
|
|
328
|
-
* deserializeAws_restJson1GetDomainPermissionsPolicyCommand
|
|
329
|
-
*/
|
|
330
|
-
export declare const de_GetDomainPermissionsPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDomainPermissionsPolicyCommandOutput>;
|
|
331
|
-
/**
|
|
332
|
-
* deserializeAws_restJson1GetPackageVersionAssetCommand
|
|
333
|
-
*/
|
|
334
|
-
export declare const de_GetPackageVersionAssetCommand: (output: __HttpResponse, context: __SerdeContext & __SdkStreamSerdeContext) => Promise<GetPackageVersionAssetCommandOutput>;
|
|
335
|
-
/**
|
|
336
|
-
* deserializeAws_restJson1GetPackageVersionReadmeCommand
|
|
337
|
-
*/
|
|
338
|
-
export declare const de_GetPackageVersionReadmeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPackageVersionReadmeCommandOutput>;
|
|
339
|
-
/**
|
|
340
|
-
* deserializeAws_restJson1GetRepositoryEndpointCommand
|
|
341
|
-
*/
|
|
342
|
-
export declare const de_GetRepositoryEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRepositoryEndpointCommandOutput>;
|
|
343
|
-
/**
|
|
344
|
-
* deserializeAws_restJson1GetRepositoryPermissionsPolicyCommand
|
|
345
|
-
*/
|
|
346
|
-
export declare const de_GetRepositoryPermissionsPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRepositoryPermissionsPolicyCommandOutput>;
|
|
347
|
-
/**
|
|
348
|
-
* deserializeAws_restJson1ListAllowedRepositoriesForGroupCommand
|
|
349
|
-
*/
|
|
350
|
-
export declare const de_ListAllowedRepositoriesForGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAllowedRepositoriesForGroupCommandOutput>;
|
|
351
|
-
/**
|
|
352
|
-
* deserializeAws_restJson1ListAssociatedPackagesCommand
|
|
353
|
-
*/
|
|
354
|
-
export declare const de_ListAssociatedPackagesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAssociatedPackagesCommandOutput>;
|
|
355
|
-
/**
|
|
356
|
-
* deserializeAws_restJson1ListDomainsCommand
|
|
357
|
-
*/
|
|
358
|
-
export declare const de_ListDomainsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDomainsCommandOutput>;
|
|
359
|
-
/**
|
|
360
|
-
* deserializeAws_restJson1ListPackageGroupsCommand
|
|
361
|
-
*/
|
|
362
|
-
export declare const de_ListPackageGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPackageGroupsCommandOutput>;
|
|
363
|
-
/**
|
|
364
|
-
* deserializeAws_restJson1ListPackagesCommand
|
|
365
|
-
*/
|
|
366
|
-
export declare const de_ListPackagesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPackagesCommandOutput>;
|
|
367
|
-
/**
|
|
368
|
-
* deserializeAws_restJson1ListPackageVersionAssetsCommand
|
|
369
|
-
*/
|
|
370
|
-
export declare const de_ListPackageVersionAssetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPackageVersionAssetsCommandOutput>;
|
|
371
|
-
/**
|
|
372
|
-
* deserializeAws_restJson1ListPackageVersionDependenciesCommand
|
|
373
|
-
*/
|
|
374
|
-
export declare const de_ListPackageVersionDependenciesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPackageVersionDependenciesCommandOutput>;
|
|
375
|
-
/**
|
|
376
|
-
* deserializeAws_restJson1ListPackageVersionsCommand
|
|
377
|
-
*/
|
|
378
|
-
export declare const de_ListPackageVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPackageVersionsCommandOutput>;
|
|
379
|
-
/**
|
|
380
|
-
* deserializeAws_restJson1ListRepositoriesCommand
|
|
381
|
-
*/
|
|
382
|
-
export declare const de_ListRepositoriesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRepositoriesCommandOutput>;
|
|
383
|
-
/**
|
|
384
|
-
* deserializeAws_restJson1ListRepositoriesInDomainCommand
|
|
385
|
-
*/
|
|
386
|
-
export declare const de_ListRepositoriesInDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRepositoriesInDomainCommandOutput>;
|
|
387
|
-
/**
|
|
388
|
-
* deserializeAws_restJson1ListSubPackageGroupsCommand
|
|
389
|
-
*/
|
|
390
|
-
export declare const de_ListSubPackageGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSubPackageGroupsCommandOutput>;
|
|
391
|
-
/**
|
|
392
|
-
* deserializeAws_restJson1ListTagsForResourceCommand
|
|
393
|
-
*/
|
|
394
|
-
export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
395
|
-
/**
|
|
396
|
-
* deserializeAws_restJson1PublishPackageVersionCommand
|
|
397
|
-
*/
|
|
398
|
-
export declare const de_PublishPackageVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PublishPackageVersionCommandOutput>;
|
|
399
|
-
/**
|
|
400
|
-
* deserializeAws_restJson1PutDomainPermissionsPolicyCommand
|
|
401
|
-
*/
|
|
402
|
-
export declare const de_PutDomainPermissionsPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutDomainPermissionsPolicyCommandOutput>;
|
|
403
|
-
/**
|
|
404
|
-
* deserializeAws_restJson1PutPackageOriginConfigurationCommand
|
|
405
|
-
*/
|
|
406
|
-
export declare const de_PutPackageOriginConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutPackageOriginConfigurationCommandOutput>;
|
|
407
|
-
/**
|
|
408
|
-
* deserializeAws_restJson1PutRepositoryPermissionsPolicyCommand
|
|
409
|
-
*/
|
|
410
|
-
export declare const de_PutRepositoryPermissionsPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutRepositoryPermissionsPolicyCommandOutput>;
|
|
411
|
-
/**
|
|
412
|
-
* deserializeAws_restJson1TagResourceCommand
|
|
413
|
-
*/
|
|
414
|
-
export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
415
|
-
/**
|
|
416
|
-
* deserializeAws_restJson1UntagResourceCommand
|
|
417
|
-
*/
|
|
418
|
-
export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
419
|
-
/**
|
|
420
|
-
* deserializeAws_restJson1UpdatePackageGroupCommand
|
|
421
|
-
*/
|
|
422
|
-
export declare const de_UpdatePackageGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePackageGroupCommandOutput>;
|
|
423
|
-
/**
|
|
424
|
-
* deserializeAws_restJson1UpdatePackageGroupOriginConfigurationCommand
|
|
425
|
-
*/
|
|
426
|
-
export declare const de_UpdatePackageGroupOriginConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePackageGroupOriginConfigurationCommandOutput>;
|
|
427
|
-
/**
|
|
428
|
-
* deserializeAws_restJson1UpdatePackageVersionsStatusCommand
|
|
429
|
-
*/
|
|
430
|
-
export declare const de_UpdatePackageVersionsStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePackageVersionsStatusCommandOutput>;
|
|
431
|
-
/**
|
|
432
|
-
* deserializeAws_restJson1UpdateRepositoryCommand
|
|
433
|
-
*/
|
|
434
|
-
export declare const de_UpdateRepositoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRepositoryCommandOutput>;
|