@aws-sdk/client-codeartifact 3.169.0 → 3.171.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/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/Codeartifact.d.ts +622 -185
- package/dist-types/ts3.4/CodeartifactClient.d.ts +321 -109
- package/dist-types/ts3.4/commands/AssociateExternalConnectionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CopyPackageVersionsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateRepositoryCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteDomainPermissionsPolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeletePackageVersionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteRepositoryCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteRepositoryPermissionsPolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeDomainCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribePackageCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribePackageVersionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeRepositoryCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DisassociateExternalConnectionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DisposePackageVersionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetAuthorizationTokenCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetDomainPermissionsPolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetPackageVersionAssetCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetPackageVersionReadmeCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetRepositoryEndpointCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetRepositoryPermissionsPolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListPackageVersionAssetsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListPackageVersionDependenciesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListPackageVersionsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListPackagesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListRepositoriesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListRepositoriesInDomainCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/PutDomainPermissionsPolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PutPackageOriginConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PutRepositoryPermissionsPolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdatePackageVersionsStatusCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateRepositoryCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/index.d.ts +36 -36
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/CodeartifactServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +925 -1212
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListDomainsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPackageVersionAssetsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPackageVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPackagesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRepositoriesInDomainPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRepositoriesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +7 -7
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +437 -110
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/package.json +34 -34
|
@@ -1,185 +1,622 @@
|
|
|
1
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
-
import { CodeartifactClient } from "./CodeartifactClient";
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
import {
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
import {
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
import {
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
import {
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
1
|
+
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
+
import { CodeartifactClient } from "./CodeartifactClient";
|
|
3
|
+
import {
|
|
4
|
+
AssociateExternalConnectionCommandInput,
|
|
5
|
+
AssociateExternalConnectionCommandOutput,
|
|
6
|
+
} from "./commands/AssociateExternalConnectionCommand";
|
|
7
|
+
import {
|
|
8
|
+
CopyPackageVersionsCommandInput,
|
|
9
|
+
CopyPackageVersionsCommandOutput,
|
|
10
|
+
} from "./commands/CopyPackageVersionsCommand";
|
|
11
|
+
import {
|
|
12
|
+
CreateDomainCommandInput,
|
|
13
|
+
CreateDomainCommandOutput,
|
|
14
|
+
} from "./commands/CreateDomainCommand";
|
|
15
|
+
import {
|
|
16
|
+
CreateRepositoryCommandInput,
|
|
17
|
+
CreateRepositoryCommandOutput,
|
|
18
|
+
} from "./commands/CreateRepositoryCommand";
|
|
19
|
+
import {
|
|
20
|
+
DeleteDomainCommandInput,
|
|
21
|
+
DeleteDomainCommandOutput,
|
|
22
|
+
} from "./commands/DeleteDomainCommand";
|
|
23
|
+
import {
|
|
24
|
+
DeleteDomainPermissionsPolicyCommandInput,
|
|
25
|
+
DeleteDomainPermissionsPolicyCommandOutput,
|
|
26
|
+
} from "./commands/DeleteDomainPermissionsPolicyCommand";
|
|
27
|
+
import {
|
|
28
|
+
DeletePackageVersionsCommandInput,
|
|
29
|
+
DeletePackageVersionsCommandOutput,
|
|
30
|
+
} from "./commands/DeletePackageVersionsCommand";
|
|
31
|
+
import {
|
|
32
|
+
DeleteRepositoryCommandInput,
|
|
33
|
+
DeleteRepositoryCommandOutput,
|
|
34
|
+
} from "./commands/DeleteRepositoryCommand";
|
|
35
|
+
import {
|
|
36
|
+
DeleteRepositoryPermissionsPolicyCommandInput,
|
|
37
|
+
DeleteRepositoryPermissionsPolicyCommandOutput,
|
|
38
|
+
} from "./commands/DeleteRepositoryPermissionsPolicyCommand";
|
|
39
|
+
import {
|
|
40
|
+
DescribeDomainCommandInput,
|
|
41
|
+
DescribeDomainCommandOutput,
|
|
42
|
+
} from "./commands/DescribeDomainCommand";
|
|
43
|
+
import {
|
|
44
|
+
DescribePackageCommandInput,
|
|
45
|
+
DescribePackageCommandOutput,
|
|
46
|
+
} from "./commands/DescribePackageCommand";
|
|
47
|
+
import {
|
|
48
|
+
DescribePackageVersionCommandInput,
|
|
49
|
+
DescribePackageVersionCommandOutput,
|
|
50
|
+
} from "./commands/DescribePackageVersionCommand";
|
|
51
|
+
import {
|
|
52
|
+
DescribeRepositoryCommandInput,
|
|
53
|
+
DescribeRepositoryCommandOutput,
|
|
54
|
+
} from "./commands/DescribeRepositoryCommand";
|
|
55
|
+
import {
|
|
56
|
+
DisassociateExternalConnectionCommandInput,
|
|
57
|
+
DisassociateExternalConnectionCommandOutput,
|
|
58
|
+
} from "./commands/DisassociateExternalConnectionCommand";
|
|
59
|
+
import {
|
|
60
|
+
DisposePackageVersionsCommandInput,
|
|
61
|
+
DisposePackageVersionsCommandOutput,
|
|
62
|
+
} from "./commands/DisposePackageVersionsCommand";
|
|
63
|
+
import {
|
|
64
|
+
GetAuthorizationTokenCommandInput,
|
|
65
|
+
GetAuthorizationTokenCommandOutput,
|
|
66
|
+
} from "./commands/GetAuthorizationTokenCommand";
|
|
67
|
+
import {
|
|
68
|
+
GetDomainPermissionsPolicyCommandInput,
|
|
69
|
+
GetDomainPermissionsPolicyCommandOutput,
|
|
70
|
+
} from "./commands/GetDomainPermissionsPolicyCommand";
|
|
71
|
+
import {
|
|
72
|
+
GetPackageVersionAssetCommandInput,
|
|
73
|
+
GetPackageVersionAssetCommandOutput,
|
|
74
|
+
} from "./commands/GetPackageVersionAssetCommand";
|
|
75
|
+
import {
|
|
76
|
+
GetPackageVersionReadmeCommandInput,
|
|
77
|
+
GetPackageVersionReadmeCommandOutput,
|
|
78
|
+
} from "./commands/GetPackageVersionReadmeCommand";
|
|
79
|
+
import {
|
|
80
|
+
GetRepositoryEndpointCommandInput,
|
|
81
|
+
GetRepositoryEndpointCommandOutput,
|
|
82
|
+
} from "./commands/GetRepositoryEndpointCommand";
|
|
83
|
+
import {
|
|
84
|
+
GetRepositoryPermissionsPolicyCommandInput,
|
|
85
|
+
GetRepositoryPermissionsPolicyCommandOutput,
|
|
86
|
+
} from "./commands/GetRepositoryPermissionsPolicyCommand";
|
|
87
|
+
import {
|
|
88
|
+
ListDomainsCommandInput,
|
|
89
|
+
ListDomainsCommandOutput,
|
|
90
|
+
} from "./commands/ListDomainsCommand";
|
|
91
|
+
import {
|
|
92
|
+
ListPackagesCommandInput,
|
|
93
|
+
ListPackagesCommandOutput,
|
|
94
|
+
} from "./commands/ListPackagesCommand";
|
|
95
|
+
import {
|
|
96
|
+
ListPackageVersionAssetsCommandInput,
|
|
97
|
+
ListPackageVersionAssetsCommandOutput,
|
|
98
|
+
} from "./commands/ListPackageVersionAssetsCommand";
|
|
99
|
+
import {
|
|
100
|
+
ListPackageVersionDependenciesCommandInput,
|
|
101
|
+
ListPackageVersionDependenciesCommandOutput,
|
|
102
|
+
} from "./commands/ListPackageVersionDependenciesCommand";
|
|
103
|
+
import {
|
|
104
|
+
ListPackageVersionsCommandInput,
|
|
105
|
+
ListPackageVersionsCommandOutput,
|
|
106
|
+
} from "./commands/ListPackageVersionsCommand";
|
|
107
|
+
import {
|
|
108
|
+
ListRepositoriesCommandInput,
|
|
109
|
+
ListRepositoriesCommandOutput,
|
|
110
|
+
} from "./commands/ListRepositoriesCommand";
|
|
111
|
+
import {
|
|
112
|
+
ListRepositoriesInDomainCommandInput,
|
|
113
|
+
ListRepositoriesInDomainCommandOutput,
|
|
114
|
+
} from "./commands/ListRepositoriesInDomainCommand";
|
|
115
|
+
import {
|
|
116
|
+
ListTagsForResourceCommandInput,
|
|
117
|
+
ListTagsForResourceCommandOutput,
|
|
118
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
119
|
+
import {
|
|
120
|
+
PutDomainPermissionsPolicyCommandInput,
|
|
121
|
+
PutDomainPermissionsPolicyCommandOutput,
|
|
122
|
+
} from "./commands/PutDomainPermissionsPolicyCommand";
|
|
123
|
+
import {
|
|
124
|
+
PutPackageOriginConfigurationCommandInput,
|
|
125
|
+
PutPackageOriginConfigurationCommandOutput,
|
|
126
|
+
} from "./commands/PutPackageOriginConfigurationCommand";
|
|
127
|
+
import {
|
|
128
|
+
PutRepositoryPermissionsPolicyCommandInput,
|
|
129
|
+
PutRepositoryPermissionsPolicyCommandOutput,
|
|
130
|
+
} from "./commands/PutRepositoryPermissionsPolicyCommand";
|
|
131
|
+
import {
|
|
132
|
+
TagResourceCommandInput,
|
|
133
|
+
TagResourceCommandOutput,
|
|
134
|
+
} from "./commands/TagResourceCommand";
|
|
135
|
+
import {
|
|
136
|
+
UntagResourceCommandInput,
|
|
137
|
+
UntagResourceCommandOutput,
|
|
138
|
+
} from "./commands/UntagResourceCommand";
|
|
139
|
+
import {
|
|
140
|
+
UpdatePackageVersionsStatusCommandInput,
|
|
141
|
+
UpdatePackageVersionsStatusCommandOutput,
|
|
142
|
+
} from "./commands/UpdatePackageVersionsStatusCommand";
|
|
143
|
+
import {
|
|
144
|
+
UpdateRepositoryCommandInput,
|
|
145
|
+
UpdateRepositoryCommandOutput,
|
|
146
|
+
} from "./commands/UpdateRepositoryCommand";
|
|
147
|
+
export declare class Codeartifact extends CodeartifactClient {
|
|
148
|
+
associateExternalConnection(
|
|
149
|
+
args: AssociateExternalConnectionCommandInput,
|
|
150
|
+
options?: __HttpHandlerOptions
|
|
151
|
+
): Promise<AssociateExternalConnectionCommandOutput>;
|
|
152
|
+
associateExternalConnection(
|
|
153
|
+
args: AssociateExternalConnectionCommandInput,
|
|
154
|
+
cb: (err: any, data?: AssociateExternalConnectionCommandOutput) => void
|
|
155
|
+
): void;
|
|
156
|
+
associateExternalConnection(
|
|
157
|
+
args: AssociateExternalConnectionCommandInput,
|
|
158
|
+
options: __HttpHandlerOptions,
|
|
159
|
+
cb: (err: any, data?: AssociateExternalConnectionCommandOutput) => void
|
|
160
|
+
): void;
|
|
161
|
+
copyPackageVersions(
|
|
162
|
+
args: CopyPackageVersionsCommandInput,
|
|
163
|
+
options?: __HttpHandlerOptions
|
|
164
|
+
): Promise<CopyPackageVersionsCommandOutput>;
|
|
165
|
+
copyPackageVersions(
|
|
166
|
+
args: CopyPackageVersionsCommandInput,
|
|
167
|
+
cb: (err: any, data?: CopyPackageVersionsCommandOutput) => void
|
|
168
|
+
): void;
|
|
169
|
+
copyPackageVersions(
|
|
170
|
+
args: CopyPackageVersionsCommandInput,
|
|
171
|
+
options: __HttpHandlerOptions,
|
|
172
|
+
cb: (err: any, data?: CopyPackageVersionsCommandOutput) => void
|
|
173
|
+
): void;
|
|
174
|
+
createDomain(
|
|
175
|
+
args: CreateDomainCommandInput,
|
|
176
|
+
options?: __HttpHandlerOptions
|
|
177
|
+
): Promise<CreateDomainCommandOutput>;
|
|
178
|
+
createDomain(
|
|
179
|
+
args: CreateDomainCommandInput,
|
|
180
|
+
cb: (err: any, data?: CreateDomainCommandOutput) => void
|
|
181
|
+
): void;
|
|
182
|
+
createDomain(
|
|
183
|
+
args: CreateDomainCommandInput,
|
|
184
|
+
options: __HttpHandlerOptions,
|
|
185
|
+
cb: (err: any, data?: CreateDomainCommandOutput) => void
|
|
186
|
+
): void;
|
|
187
|
+
createRepository(
|
|
188
|
+
args: CreateRepositoryCommandInput,
|
|
189
|
+
options?: __HttpHandlerOptions
|
|
190
|
+
): Promise<CreateRepositoryCommandOutput>;
|
|
191
|
+
createRepository(
|
|
192
|
+
args: CreateRepositoryCommandInput,
|
|
193
|
+
cb: (err: any, data?: CreateRepositoryCommandOutput) => void
|
|
194
|
+
): void;
|
|
195
|
+
createRepository(
|
|
196
|
+
args: CreateRepositoryCommandInput,
|
|
197
|
+
options: __HttpHandlerOptions,
|
|
198
|
+
cb: (err: any, data?: CreateRepositoryCommandOutput) => void
|
|
199
|
+
): void;
|
|
200
|
+
deleteDomain(
|
|
201
|
+
args: DeleteDomainCommandInput,
|
|
202
|
+
options?: __HttpHandlerOptions
|
|
203
|
+
): Promise<DeleteDomainCommandOutput>;
|
|
204
|
+
deleteDomain(
|
|
205
|
+
args: DeleteDomainCommandInput,
|
|
206
|
+
cb: (err: any, data?: DeleteDomainCommandOutput) => void
|
|
207
|
+
): void;
|
|
208
|
+
deleteDomain(
|
|
209
|
+
args: DeleteDomainCommandInput,
|
|
210
|
+
options: __HttpHandlerOptions,
|
|
211
|
+
cb: (err: any, data?: DeleteDomainCommandOutput) => void
|
|
212
|
+
): void;
|
|
213
|
+
deleteDomainPermissionsPolicy(
|
|
214
|
+
args: DeleteDomainPermissionsPolicyCommandInput,
|
|
215
|
+
options?: __HttpHandlerOptions
|
|
216
|
+
): Promise<DeleteDomainPermissionsPolicyCommandOutput>;
|
|
217
|
+
deleteDomainPermissionsPolicy(
|
|
218
|
+
args: DeleteDomainPermissionsPolicyCommandInput,
|
|
219
|
+
cb: (err: any, data?: DeleteDomainPermissionsPolicyCommandOutput) => void
|
|
220
|
+
): void;
|
|
221
|
+
deleteDomainPermissionsPolicy(
|
|
222
|
+
args: DeleteDomainPermissionsPolicyCommandInput,
|
|
223
|
+
options: __HttpHandlerOptions,
|
|
224
|
+
cb: (err: any, data?: DeleteDomainPermissionsPolicyCommandOutput) => void
|
|
225
|
+
): void;
|
|
226
|
+
deletePackageVersions(
|
|
227
|
+
args: DeletePackageVersionsCommandInput,
|
|
228
|
+
options?: __HttpHandlerOptions
|
|
229
|
+
): Promise<DeletePackageVersionsCommandOutput>;
|
|
230
|
+
deletePackageVersions(
|
|
231
|
+
args: DeletePackageVersionsCommandInput,
|
|
232
|
+
cb: (err: any, data?: DeletePackageVersionsCommandOutput) => void
|
|
233
|
+
): void;
|
|
234
|
+
deletePackageVersions(
|
|
235
|
+
args: DeletePackageVersionsCommandInput,
|
|
236
|
+
options: __HttpHandlerOptions,
|
|
237
|
+
cb: (err: any, data?: DeletePackageVersionsCommandOutput) => void
|
|
238
|
+
): void;
|
|
239
|
+
deleteRepository(
|
|
240
|
+
args: DeleteRepositoryCommandInput,
|
|
241
|
+
options?: __HttpHandlerOptions
|
|
242
|
+
): Promise<DeleteRepositoryCommandOutput>;
|
|
243
|
+
deleteRepository(
|
|
244
|
+
args: DeleteRepositoryCommandInput,
|
|
245
|
+
cb: (err: any, data?: DeleteRepositoryCommandOutput) => void
|
|
246
|
+
): void;
|
|
247
|
+
deleteRepository(
|
|
248
|
+
args: DeleteRepositoryCommandInput,
|
|
249
|
+
options: __HttpHandlerOptions,
|
|
250
|
+
cb: (err: any, data?: DeleteRepositoryCommandOutput) => void
|
|
251
|
+
): void;
|
|
252
|
+
deleteRepositoryPermissionsPolicy(
|
|
253
|
+
args: DeleteRepositoryPermissionsPolicyCommandInput,
|
|
254
|
+
options?: __HttpHandlerOptions
|
|
255
|
+
): Promise<DeleteRepositoryPermissionsPolicyCommandOutput>;
|
|
256
|
+
deleteRepositoryPermissionsPolicy(
|
|
257
|
+
args: DeleteRepositoryPermissionsPolicyCommandInput,
|
|
258
|
+
cb: (
|
|
259
|
+
err: any,
|
|
260
|
+
data?: DeleteRepositoryPermissionsPolicyCommandOutput
|
|
261
|
+
) => void
|
|
262
|
+
): void;
|
|
263
|
+
deleteRepositoryPermissionsPolicy(
|
|
264
|
+
args: DeleteRepositoryPermissionsPolicyCommandInput,
|
|
265
|
+
options: __HttpHandlerOptions,
|
|
266
|
+
cb: (
|
|
267
|
+
err: any,
|
|
268
|
+
data?: DeleteRepositoryPermissionsPolicyCommandOutput
|
|
269
|
+
) => void
|
|
270
|
+
): void;
|
|
271
|
+
describeDomain(
|
|
272
|
+
args: DescribeDomainCommandInput,
|
|
273
|
+
options?: __HttpHandlerOptions
|
|
274
|
+
): Promise<DescribeDomainCommandOutput>;
|
|
275
|
+
describeDomain(
|
|
276
|
+
args: DescribeDomainCommandInput,
|
|
277
|
+
cb: (err: any, data?: DescribeDomainCommandOutput) => void
|
|
278
|
+
): void;
|
|
279
|
+
describeDomain(
|
|
280
|
+
args: DescribeDomainCommandInput,
|
|
281
|
+
options: __HttpHandlerOptions,
|
|
282
|
+
cb: (err: any, data?: DescribeDomainCommandOutput) => void
|
|
283
|
+
): void;
|
|
284
|
+
describePackage(
|
|
285
|
+
args: DescribePackageCommandInput,
|
|
286
|
+
options?: __HttpHandlerOptions
|
|
287
|
+
): Promise<DescribePackageCommandOutput>;
|
|
288
|
+
describePackage(
|
|
289
|
+
args: DescribePackageCommandInput,
|
|
290
|
+
cb: (err: any, data?: DescribePackageCommandOutput) => void
|
|
291
|
+
): void;
|
|
292
|
+
describePackage(
|
|
293
|
+
args: DescribePackageCommandInput,
|
|
294
|
+
options: __HttpHandlerOptions,
|
|
295
|
+
cb: (err: any, data?: DescribePackageCommandOutput) => void
|
|
296
|
+
): void;
|
|
297
|
+
describePackageVersion(
|
|
298
|
+
args: DescribePackageVersionCommandInput,
|
|
299
|
+
options?: __HttpHandlerOptions
|
|
300
|
+
): Promise<DescribePackageVersionCommandOutput>;
|
|
301
|
+
describePackageVersion(
|
|
302
|
+
args: DescribePackageVersionCommandInput,
|
|
303
|
+
cb: (err: any, data?: DescribePackageVersionCommandOutput) => void
|
|
304
|
+
): void;
|
|
305
|
+
describePackageVersion(
|
|
306
|
+
args: DescribePackageVersionCommandInput,
|
|
307
|
+
options: __HttpHandlerOptions,
|
|
308
|
+
cb: (err: any, data?: DescribePackageVersionCommandOutput) => void
|
|
309
|
+
): void;
|
|
310
|
+
describeRepository(
|
|
311
|
+
args: DescribeRepositoryCommandInput,
|
|
312
|
+
options?: __HttpHandlerOptions
|
|
313
|
+
): Promise<DescribeRepositoryCommandOutput>;
|
|
314
|
+
describeRepository(
|
|
315
|
+
args: DescribeRepositoryCommandInput,
|
|
316
|
+
cb: (err: any, data?: DescribeRepositoryCommandOutput) => void
|
|
317
|
+
): void;
|
|
318
|
+
describeRepository(
|
|
319
|
+
args: DescribeRepositoryCommandInput,
|
|
320
|
+
options: __HttpHandlerOptions,
|
|
321
|
+
cb: (err: any, data?: DescribeRepositoryCommandOutput) => void
|
|
322
|
+
): void;
|
|
323
|
+
disassociateExternalConnection(
|
|
324
|
+
args: DisassociateExternalConnectionCommandInput,
|
|
325
|
+
options?: __HttpHandlerOptions
|
|
326
|
+
): Promise<DisassociateExternalConnectionCommandOutput>;
|
|
327
|
+
disassociateExternalConnection(
|
|
328
|
+
args: DisassociateExternalConnectionCommandInput,
|
|
329
|
+
cb: (err: any, data?: DisassociateExternalConnectionCommandOutput) => void
|
|
330
|
+
): void;
|
|
331
|
+
disassociateExternalConnection(
|
|
332
|
+
args: DisassociateExternalConnectionCommandInput,
|
|
333
|
+
options: __HttpHandlerOptions,
|
|
334
|
+
cb: (err: any, data?: DisassociateExternalConnectionCommandOutput) => void
|
|
335
|
+
): void;
|
|
336
|
+
disposePackageVersions(
|
|
337
|
+
args: DisposePackageVersionsCommandInput,
|
|
338
|
+
options?: __HttpHandlerOptions
|
|
339
|
+
): Promise<DisposePackageVersionsCommandOutput>;
|
|
340
|
+
disposePackageVersions(
|
|
341
|
+
args: DisposePackageVersionsCommandInput,
|
|
342
|
+
cb: (err: any, data?: DisposePackageVersionsCommandOutput) => void
|
|
343
|
+
): void;
|
|
344
|
+
disposePackageVersions(
|
|
345
|
+
args: DisposePackageVersionsCommandInput,
|
|
346
|
+
options: __HttpHandlerOptions,
|
|
347
|
+
cb: (err: any, data?: DisposePackageVersionsCommandOutput) => void
|
|
348
|
+
): void;
|
|
349
|
+
getAuthorizationToken(
|
|
350
|
+
args: GetAuthorizationTokenCommandInput,
|
|
351
|
+
options?: __HttpHandlerOptions
|
|
352
|
+
): Promise<GetAuthorizationTokenCommandOutput>;
|
|
353
|
+
getAuthorizationToken(
|
|
354
|
+
args: GetAuthorizationTokenCommandInput,
|
|
355
|
+
cb: (err: any, data?: GetAuthorizationTokenCommandOutput) => void
|
|
356
|
+
): void;
|
|
357
|
+
getAuthorizationToken(
|
|
358
|
+
args: GetAuthorizationTokenCommandInput,
|
|
359
|
+
options: __HttpHandlerOptions,
|
|
360
|
+
cb: (err: any, data?: GetAuthorizationTokenCommandOutput) => void
|
|
361
|
+
): void;
|
|
362
|
+
getDomainPermissionsPolicy(
|
|
363
|
+
args: GetDomainPermissionsPolicyCommandInput,
|
|
364
|
+
options?: __HttpHandlerOptions
|
|
365
|
+
): Promise<GetDomainPermissionsPolicyCommandOutput>;
|
|
366
|
+
getDomainPermissionsPolicy(
|
|
367
|
+
args: GetDomainPermissionsPolicyCommandInput,
|
|
368
|
+
cb: (err: any, data?: GetDomainPermissionsPolicyCommandOutput) => void
|
|
369
|
+
): void;
|
|
370
|
+
getDomainPermissionsPolicy(
|
|
371
|
+
args: GetDomainPermissionsPolicyCommandInput,
|
|
372
|
+
options: __HttpHandlerOptions,
|
|
373
|
+
cb: (err: any, data?: GetDomainPermissionsPolicyCommandOutput) => void
|
|
374
|
+
): void;
|
|
375
|
+
getPackageVersionAsset(
|
|
376
|
+
args: GetPackageVersionAssetCommandInput,
|
|
377
|
+
options?: __HttpHandlerOptions
|
|
378
|
+
): Promise<GetPackageVersionAssetCommandOutput>;
|
|
379
|
+
getPackageVersionAsset(
|
|
380
|
+
args: GetPackageVersionAssetCommandInput,
|
|
381
|
+
cb: (err: any, data?: GetPackageVersionAssetCommandOutput) => void
|
|
382
|
+
): void;
|
|
383
|
+
getPackageVersionAsset(
|
|
384
|
+
args: GetPackageVersionAssetCommandInput,
|
|
385
|
+
options: __HttpHandlerOptions,
|
|
386
|
+
cb: (err: any, data?: GetPackageVersionAssetCommandOutput) => void
|
|
387
|
+
): void;
|
|
388
|
+
getPackageVersionReadme(
|
|
389
|
+
args: GetPackageVersionReadmeCommandInput,
|
|
390
|
+
options?: __HttpHandlerOptions
|
|
391
|
+
): Promise<GetPackageVersionReadmeCommandOutput>;
|
|
392
|
+
getPackageVersionReadme(
|
|
393
|
+
args: GetPackageVersionReadmeCommandInput,
|
|
394
|
+
cb: (err: any, data?: GetPackageVersionReadmeCommandOutput) => void
|
|
395
|
+
): void;
|
|
396
|
+
getPackageVersionReadme(
|
|
397
|
+
args: GetPackageVersionReadmeCommandInput,
|
|
398
|
+
options: __HttpHandlerOptions,
|
|
399
|
+
cb: (err: any, data?: GetPackageVersionReadmeCommandOutput) => void
|
|
400
|
+
): void;
|
|
401
|
+
getRepositoryEndpoint(
|
|
402
|
+
args: GetRepositoryEndpointCommandInput,
|
|
403
|
+
options?: __HttpHandlerOptions
|
|
404
|
+
): Promise<GetRepositoryEndpointCommandOutput>;
|
|
405
|
+
getRepositoryEndpoint(
|
|
406
|
+
args: GetRepositoryEndpointCommandInput,
|
|
407
|
+
cb: (err: any, data?: GetRepositoryEndpointCommandOutput) => void
|
|
408
|
+
): void;
|
|
409
|
+
getRepositoryEndpoint(
|
|
410
|
+
args: GetRepositoryEndpointCommandInput,
|
|
411
|
+
options: __HttpHandlerOptions,
|
|
412
|
+
cb: (err: any, data?: GetRepositoryEndpointCommandOutput) => void
|
|
413
|
+
): void;
|
|
414
|
+
getRepositoryPermissionsPolicy(
|
|
415
|
+
args: GetRepositoryPermissionsPolicyCommandInput,
|
|
416
|
+
options?: __HttpHandlerOptions
|
|
417
|
+
): Promise<GetRepositoryPermissionsPolicyCommandOutput>;
|
|
418
|
+
getRepositoryPermissionsPolicy(
|
|
419
|
+
args: GetRepositoryPermissionsPolicyCommandInput,
|
|
420
|
+
cb: (err: any, data?: GetRepositoryPermissionsPolicyCommandOutput) => void
|
|
421
|
+
): void;
|
|
422
|
+
getRepositoryPermissionsPolicy(
|
|
423
|
+
args: GetRepositoryPermissionsPolicyCommandInput,
|
|
424
|
+
options: __HttpHandlerOptions,
|
|
425
|
+
cb: (err: any, data?: GetRepositoryPermissionsPolicyCommandOutput) => void
|
|
426
|
+
): void;
|
|
427
|
+
listDomains(
|
|
428
|
+
args: ListDomainsCommandInput,
|
|
429
|
+
options?: __HttpHandlerOptions
|
|
430
|
+
): Promise<ListDomainsCommandOutput>;
|
|
431
|
+
listDomains(
|
|
432
|
+
args: ListDomainsCommandInput,
|
|
433
|
+
cb: (err: any, data?: ListDomainsCommandOutput) => void
|
|
434
|
+
): void;
|
|
435
|
+
listDomains(
|
|
436
|
+
args: ListDomainsCommandInput,
|
|
437
|
+
options: __HttpHandlerOptions,
|
|
438
|
+
cb: (err: any, data?: ListDomainsCommandOutput) => void
|
|
439
|
+
): void;
|
|
440
|
+
listPackages(
|
|
441
|
+
args: ListPackagesCommandInput,
|
|
442
|
+
options?: __HttpHandlerOptions
|
|
443
|
+
): Promise<ListPackagesCommandOutput>;
|
|
444
|
+
listPackages(
|
|
445
|
+
args: ListPackagesCommandInput,
|
|
446
|
+
cb: (err: any, data?: ListPackagesCommandOutput) => void
|
|
447
|
+
): void;
|
|
448
|
+
listPackages(
|
|
449
|
+
args: ListPackagesCommandInput,
|
|
450
|
+
options: __HttpHandlerOptions,
|
|
451
|
+
cb: (err: any, data?: ListPackagesCommandOutput) => void
|
|
452
|
+
): void;
|
|
453
|
+
listPackageVersionAssets(
|
|
454
|
+
args: ListPackageVersionAssetsCommandInput,
|
|
455
|
+
options?: __HttpHandlerOptions
|
|
456
|
+
): Promise<ListPackageVersionAssetsCommandOutput>;
|
|
457
|
+
listPackageVersionAssets(
|
|
458
|
+
args: ListPackageVersionAssetsCommandInput,
|
|
459
|
+
cb: (err: any, data?: ListPackageVersionAssetsCommandOutput) => void
|
|
460
|
+
): void;
|
|
461
|
+
listPackageVersionAssets(
|
|
462
|
+
args: ListPackageVersionAssetsCommandInput,
|
|
463
|
+
options: __HttpHandlerOptions,
|
|
464
|
+
cb: (err: any, data?: ListPackageVersionAssetsCommandOutput) => void
|
|
465
|
+
): void;
|
|
466
|
+
listPackageVersionDependencies(
|
|
467
|
+
args: ListPackageVersionDependenciesCommandInput,
|
|
468
|
+
options?: __HttpHandlerOptions
|
|
469
|
+
): Promise<ListPackageVersionDependenciesCommandOutput>;
|
|
470
|
+
listPackageVersionDependencies(
|
|
471
|
+
args: ListPackageVersionDependenciesCommandInput,
|
|
472
|
+
cb: (err: any, data?: ListPackageVersionDependenciesCommandOutput) => void
|
|
473
|
+
): void;
|
|
474
|
+
listPackageVersionDependencies(
|
|
475
|
+
args: ListPackageVersionDependenciesCommandInput,
|
|
476
|
+
options: __HttpHandlerOptions,
|
|
477
|
+
cb: (err: any, data?: ListPackageVersionDependenciesCommandOutput) => void
|
|
478
|
+
): void;
|
|
479
|
+
listPackageVersions(
|
|
480
|
+
args: ListPackageVersionsCommandInput,
|
|
481
|
+
options?: __HttpHandlerOptions
|
|
482
|
+
): Promise<ListPackageVersionsCommandOutput>;
|
|
483
|
+
listPackageVersions(
|
|
484
|
+
args: ListPackageVersionsCommandInput,
|
|
485
|
+
cb: (err: any, data?: ListPackageVersionsCommandOutput) => void
|
|
486
|
+
): void;
|
|
487
|
+
listPackageVersions(
|
|
488
|
+
args: ListPackageVersionsCommandInput,
|
|
489
|
+
options: __HttpHandlerOptions,
|
|
490
|
+
cb: (err: any, data?: ListPackageVersionsCommandOutput) => void
|
|
491
|
+
): void;
|
|
492
|
+
listRepositories(
|
|
493
|
+
args: ListRepositoriesCommandInput,
|
|
494
|
+
options?: __HttpHandlerOptions
|
|
495
|
+
): Promise<ListRepositoriesCommandOutput>;
|
|
496
|
+
listRepositories(
|
|
497
|
+
args: ListRepositoriesCommandInput,
|
|
498
|
+
cb: (err: any, data?: ListRepositoriesCommandOutput) => void
|
|
499
|
+
): void;
|
|
500
|
+
listRepositories(
|
|
501
|
+
args: ListRepositoriesCommandInput,
|
|
502
|
+
options: __HttpHandlerOptions,
|
|
503
|
+
cb: (err: any, data?: ListRepositoriesCommandOutput) => void
|
|
504
|
+
): void;
|
|
505
|
+
listRepositoriesInDomain(
|
|
506
|
+
args: ListRepositoriesInDomainCommandInput,
|
|
507
|
+
options?: __HttpHandlerOptions
|
|
508
|
+
): Promise<ListRepositoriesInDomainCommandOutput>;
|
|
509
|
+
listRepositoriesInDomain(
|
|
510
|
+
args: ListRepositoriesInDomainCommandInput,
|
|
511
|
+
cb: (err: any, data?: ListRepositoriesInDomainCommandOutput) => void
|
|
512
|
+
): void;
|
|
513
|
+
listRepositoriesInDomain(
|
|
514
|
+
args: ListRepositoriesInDomainCommandInput,
|
|
515
|
+
options: __HttpHandlerOptions,
|
|
516
|
+
cb: (err: any, data?: ListRepositoriesInDomainCommandOutput) => void
|
|
517
|
+
): void;
|
|
518
|
+
listTagsForResource(
|
|
519
|
+
args: ListTagsForResourceCommandInput,
|
|
520
|
+
options?: __HttpHandlerOptions
|
|
521
|
+
): Promise<ListTagsForResourceCommandOutput>;
|
|
522
|
+
listTagsForResource(
|
|
523
|
+
args: ListTagsForResourceCommandInput,
|
|
524
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
525
|
+
): void;
|
|
526
|
+
listTagsForResource(
|
|
527
|
+
args: ListTagsForResourceCommandInput,
|
|
528
|
+
options: __HttpHandlerOptions,
|
|
529
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
530
|
+
): void;
|
|
531
|
+
putDomainPermissionsPolicy(
|
|
532
|
+
args: PutDomainPermissionsPolicyCommandInput,
|
|
533
|
+
options?: __HttpHandlerOptions
|
|
534
|
+
): Promise<PutDomainPermissionsPolicyCommandOutput>;
|
|
535
|
+
putDomainPermissionsPolicy(
|
|
536
|
+
args: PutDomainPermissionsPolicyCommandInput,
|
|
537
|
+
cb: (err: any, data?: PutDomainPermissionsPolicyCommandOutput) => void
|
|
538
|
+
): void;
|
|
539
|
+
putDomainPermissionsPolicy(
|
|
540
|
+
args: PutDomainPermissionsPolicyCommandInput,
|
|
541
|
+
options: __HttpHandlerOptions,
|
|
542
|
+
cb: (err: any, data?: PutDomainPermissionsPolicyCommandOutput) => void
|
|
543
|
+
): void;
|
|
544
|
+
putPackageOriginConfiguration(
|
|
545
|
+
args: PutPackageOriginConfigurationCommandInput,
|
|
546
|
+
options?: __HttpHandlerOptions
|
|
547
|
+
): Promise<PutPackageOriginConfigurationCommandOutput>;
|
|
548
|
+
putPackageOriginConfiguration(
|
|
549
|
+
args: PutPackageOriginConfigurationCommandInput,
|
|
550
|
+
cb: (err: any, data?: PutPackageOriginConfigurationCommandOutput) => void
|
|
551
|
+
): void;
|
|
552
|
+
putPackageOriginConfiguration(
|
|
553
|
+
args: PutPackageOriginConfigurationCommandInput,
|
|
554
|
+
options: __HttpHandlerOptions,
|
|
555
|
+
cb: (err: any, data?: PutPackageOriginConfigurationCommandOutput) => void
|
|
556
|
+
): void;
|
|
557
|
+
putRepositoryPermissionsPolicy(
|
|
558
|
+
args: PutRepositoryPermissionsPolicyCommandInput,
|
|
559
|
+
options?: __HttpHandlerOptions
|
|
560
|
+
): Promise<PutRepositoryPermissionsPolicyCommandOutput>;
|
|
561
|
+
putRepositoryPermissionsPolicy(
|
|
562
|
+
args: PutRepositoryPermissionsPolicyCommandInput,
|
|
563
|
+
cb: (err: any, data?: PutRepositoryPermissionsPolicyCommandOutput) => void
|
|
564
|
+
): void;
|
|
565
|
+
putRepositoryPermissionsPolicy(
|
|
566
|
+
args: PutRepositoryPermissionsPolicyCommandInput,
|
|
567
|
+
options: __HttpHandlerOptions,
|
|
568
|
+
cb: (err: any, data?: PutRepositoryPermissionsPolicyCommandOutput) => void
|
|
569
|
+
): void;
|
|
570
|
+
tagResource(
|
|
571
|
+
args: TagResourceCommandInput,
|
|
572
|
+
options?: __HttpHandlerOptions
|
|
573
|
+
): Promise<TagResourceCommandOutput>;
|
|
574
|
+
tagResource(
|
|
575
|
+
args: TagResourceCommandInput,
|
|
576
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
577
|
+
): void;
|
|
578
|
+
tagResource(
|
|
579
|
+
args: TagResourceCommandInput,
|
|
580
|
+
options: __HttpHandlerOptions,
|
|
581
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
582
|
+
): void;
|
|
583
|
+
untagResource(
|
|
584
|
+
args: UntagResourceCommandInput,
|
|
585
|
+
options?: __HttpHandlerOptions
|
|
586
|
+
): Promise<UntagResourceCommandOutput>;
|
|
587
|
+
untagResource(
|
|
588
|
+
args: UntagResourceCommandInput,
|
|
589
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
590
|
+
): void;
|
|
591
|
+
untagResource(
|
|
592
|
+
args: UntagResourceCommandInput,
|
|
593
|
+
options: __HttpHandlerOptions,
|
|
594
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
595
|
+
): void;
|
|
596
|
+
updatePackageVersionsStatus(
|
|
597
|
+
args: UpdatePackageVersionsStatusCommandInput,
|
|
598
|
+
options?: __HttpHandlerOptions
|
|
599
|
+
): Promise<UpdatePackageVersionsStatusCommandOutput>;
|
|
600
|
+
updatePackageVersionsStatus(
|
|
601
|
+
args: UpdatePackageVersionsStatusCommandInput,
|
|
602
|
+
cb: (err: any, data?: UpdatePackageVersionsStatusCommandOutput) => void
|
|
603
|
+
): void;
|
|
604
|
+
updatePackageVersionsStatus(
|
|
605
|
+
args: UpdatePackageVersionsStatusCommandInput,
|
|
606
|
+
options: __HttpHandlerOptions,
|
|
607
|
+
cb: (err: any, data?: UpdatePackageVersionsStatusCommandOutput) => void
|
|
608
|
+
): void;
|
|
609
|
+
updateRepository(
|
|
610
|
+
args: UpdateRepositoryCommandInput,
|
|
611
|
+
options?: __HttpHandlerOptions
|
|
612
|
+
): Promise<UpdateRepositoryCommandOutput>;
|
|
613
|
+
updateRepository(
|
|
614
|
+
args: UpdateRepositoryCommandInput,
|
|
615
|
+
cb: (err: any, data?: UpdateRepositoryCommandOutput) => void
|
|
616
|
+
): void;
|
|
617
|
+
updateRepository(
|
|
618
|
+
args: UpdateRepositoryCommandInput,
|
|
619
|
+
options: __HttpHandlerOptions,
|
|
620
|
+
cb: (err: any, data?: UpdateRepositoryCommandOutput) => void
|
|
621
|
+
): void;
|
|
622
|
+
}
|