@aws-sdk/client-codeartifact 3.169.0 → 3.170.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.
Files changed (59) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/Codeartifact.d.ts +658 -185
  3. package/dist-types/ts3.4/CodeartifactClient.d.ts +346 -109
  4. package/dist-types/ts3.4/commands/AssociateExternalConnectionCommand.d.ts +41 -17
  5. package/dist-types/ts3.4/commands/CopyPackageVersionsCommand.d.ts +38 -17
  6. package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +34 -17
  7. package/dist-types/ts3.4/commands/CreateRepositoryCommand.d.ts +37 -17
  8. package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +34 -17
  9. package/dist-types/ts3.4/commands/DeleteDomainPermissionsPolicyCommand.d.ts +41 -17
  10. package/dist-types/ts3.4/commands/DeletePackageVersionsCommand.d.ts +41 -17
  11. package/dist-types/ts3.4/commands/DeleteRepositoryCommand.d.ts +37 -17
  12. package/dist-types/ts3.4/commands/DeleteRepositoryPermissionsPolicyCommand.d.ts +41 -17
  13. package/dist-types/ts3.4/commands/DescribeDomainCommand.d.ts +37 -17
  14. package/dist-types/ts3.4/commands/DescribePackageCommand.d.ts +37 -17
  15. package/dist-types/ts3.4/commands/DescribePackageVersionCommand.d.ts +41 -17
  16. package/dist-types/ts3.4/commands/DescribeRepositoryCommand.d.ts +38 -17
  17. package/dist-types/ts3.4/commands/DisassociateExternalConnectionCommand.d.ts +41 -17
  18. package/dist-types/ts3.4/commands/DisposePackageVersionsCommand.d.ts +41 -17
  19. package/dist-types/ts3.4/commands/GetAuthorizationTokenCommand.d.ts +41 -17
  20. package/dist-types/ts3.4/commands/GetDomainPermissionsPolicyCommand.d.ts +41 -17
  21. package/dist-types/ts3.4/commands/GetPackageVersionAssetCommand.d.ts +41 -17
  22. package/dist-types/ts3.4/commands/GetPackageVersionReadmeCommand.d.ts +41 -17
  23. package/dist-types/ts3.4/commands/GetRepositoryEndpointCommand.d.ts +41 -17
  24. package/dist-types/ts3.4/commands/GetRepositoryPermissionsPolicyCommand.d.ts +41 -17
  25. package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +34 -17
  26. package/dist-types/ts3.4/commands/ListPackageVersionAssetsCommand.d.ts +41 -17
  27. package/dist-types/ts3.4/commands/ListPackageVersionDependenciesCommand.d.ts +41 -17
  28. package/dist-types/ts3.4/commands/ListPackageVersionsCommand.d.ts +38 -17
  29. package/dist-types/ts3.4/commands/ListPackagesCommand.d.ts +34 -17
  30. package/dist-types/ts3.4/commands/ListRepositoriesCommand.d.ts +37 -17
  31. package/dist-types/ts3.4/commands/ListRepositoriesInDomainCommand.d.ts +41 -17
  32. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  33. package/dist-types/ts3.4/commands/PutDomainPermissionsPolicyCommand.d.ts +41 -17
  34. package/dist-types/ts3.4/commands/PutPackageOriginConfigurationCommand.d.ts +41 -17
  35. package/dist-types/ts3.4/commands/PutRepositoryPermissionsPolicyCommand.d.ts +41 -17
  36. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  37. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +34 -17
  38. package/dist-types/ts3.4/commands/UpdatePackageVersionsStatusCommand.d.ts +41 -17
  39. package/dist-types/ts3.4/commands/UpdateRepositoryCommand.d.ts +37 -17
  40. package/dist-types/ts3.4/commands/index.d.ts +36 -36
  41. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  42. package/dist-types/ts3.4/index.d.ts +6 -6
  43. package/dist-types/ts3.4/models/CodeartifactServiceException.d.ts +8 -6
  44. package/dist-types/ts3.4/models/index.d.ts +1 -1
  45. package/dist-types/ts3.4/models/models_0.d.ts +1311 -1212
  46. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  47. package/dist-types/ts3.4/pagination/ListDomainsPaginator.d.ts +11 -4
  48. package/dist-types/ts3.4/pagination/ListPackageVersionAssetsPaginator.d.ts +11 -4
  49. package/dist-types/ts3.4/pagination/ListPackageVersionsPaginator.d.ts +11 -4
  50. package/dist-types/ts3.4/pagination/ListPackagesPaginator.d.ts +11 -4
  51. package/dist-types/ts3.4/pagination/ListRepositoriesInDomainPaginator.d.ts +11 -4
  52. package/dist-types/ts3.4/pagination/ListRepositoriesPaginator.d.ts +11 -4
  53. package/dist-types/ts3.4/pagination/index.d.ts +7 -7
  54. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +437 -110
  55. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  56. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  57. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  58. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  59. package/package.json +34 -34
@@ -1,110 +1,437 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
3
- import { AssociateExternalConnectionCommandInput, AssociateExternalConnectionCommandOutput } from "../commands/AssociateExternalConnectionCommand";
4
- import { CopyPackageVersionsCommandInput, CopyPackageVersionsCommandOutput } from "../commands/CopyPackageVersionsCommand";
5
- import { CreateDomainCommandInput, CreateDomainCommandOutput } from "../commands/CreateDomainCommand";
6
- import { CreateRepositoryCommandInput, CreateRepositoryCommandOutput } from "../commands/CreateRepositoryCommand";
7
- import { DeleteDomainCommandInput, DeleteDomainCommandOutput } from "../commands/DeleteDomainCommand";
8
- import { DeleteDomainPermissionsPolicyCommandInput, DeleteDomainPermissionsPolicyCommandOutput } from "../commands/DeleteDomainPermissionsPolicyCommand";
9
- import { DeletePackageVersionsCommandInput, DeletePackageVersionsCommandOutput } from "../commands/DeletePackageVersionsCommand";
10
- import { DeleteRepositoryCommandInput, DeleteRepositoryCommandOutput } from "../commands/DeleteRepositoryCommand";
11
- import { DeleteRepositoryPermissionsPolicyCommandInput, DeleteRepositoryPermissionsPolicyCommandOutput } from "../commands/DeleteRepositoryPermissionsPolicyCommand";
12
- import { DescribeDomainCommandInput, DescribeDomainCommandOutput } from "../commands/DescribeDomainCommand";
13
- import { DescribePackageCommandInput, DescribePackageCommandOutput } from "../commands/DescribePackageCommand";
14
- import { DescribePackageVersionCommandInput, DescribePackageVersionCommandOutput } from "../commands/DescribePackageVersionCommand";
15
- import { DescribeRepositoryCommandInput, DescribeRepositoryCommandOutput } from "../commands/DescribeRepositoryCommand";
16
- import { DisassociateExternalConnectionCommandInput, DisassociateExternalConnectionCommandOutput } from "../commands/DisassociateExternalConnectionCommand";
17
- import { DisposePackageVersionsCommandInput, DisposePackageVersionsCommandOutput } from "../commands/DisposePackageVersionsCommand";
18
- import { GetAuthorizationTokenCommandInput, GetAuthorizationTokenCommandOutput } from "../commands/GetAuthorizationTokenCommand";
19
- import { GetDomainPermissionsPolicyCommandInput, GetDomainPermissionsPolicyCommandOutput } from "../commands/GetDomainPermissionsPolicyCommand";
20
- import { GetPackageVersionAssetCommandInput, GetPackageVersionAssetCommandOutput } from "../commands/GetPackageVersionAssetCommand";
21
- import { GetPackageVersionReadmeCommandInput, GetPackageVersionReadmeCommandOutput } from "../commands/GetPackageVersionReadmeCommand";
22
- import { GetRepositoryEndpointCommandInput, GetRepositoryEndpointCommandOutput } from "../commands/GetRepositoryEndpointCommand";
23
- import { GetRepositoryPermissionsPolicyCommandInput, GetRepositoryPermissionsPolicyCommandOutput } from "../commands/GetRepositoryPermissionsPolicyCommand";
24
- import { ListDomainsCommandInput, ListDomainsCommandOutput } from "../commands/ListDomainsCommand";
25
- import { ListPackagesCommandInput, ListPackagesCommandOutput } from "../commands/ListPackagesCommand";
26
- import { ListPackageVersionAssetsCommandInput, ListPackageVersionAssetsCommandOutput } from "../commands/ListPackageVersionAssetsCommand";
27
- import { ListPackageVersionDependenciesCommandInput, ListPackageVersionDependenciesCommandOutput } from "../commands/ListPackageVersionDependenciesCommand";
28
- import { ListPackageVersionsCommandInput, ListPackageVersionsCommandOutput } from "../commands/ListPackageVersionsCommand";
29
- import { ListRepositoriesCommandInput, ListRepositoriesCommandOutput } from "../commands/ListRepositoriesCommand";
30
- import { ListRepositoriesInDomainCommandInput, ListRepositoriesInDomainCommandOutput } from "../commands/ListRepositoriesInDomainCommand";
31
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
32
- import { PutDomainPermissionsPolicyCommandInput, PutDomainPermissionsPolicyCommandOutput } from "../commands/PutDomainPermissionsPolicyCommand";
33
- import { PutPackageOriginConfigurationCommandInput, PutPackageOriginConfigurationCommandOutput } from "../commands/PutPackageOriginConfigurationCommand";
34
- import { PutRepositoryPermissionsPolicyCommandInput, PutRepositoryPermissionsPolicyCommandOutput } from "../commands/PutRepositoryPermissionsPolicyCommand";
35
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
36
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
37
- import { UpdatePackageVersionsStatusCommandInput, UpdatePackageVersionsStatusCommandOutput } from "../commands/UpdatePackageVersionsStatusCommand";
38
- import { UpdateRepositoryCommandInput, UpdateRepositoryCommandOutput } from "../commands/UpdateRepositoryCommand";
39
- export declare const serializeAws_restJson1AssociateExternalConnectionCommand: (input: AssociateExternalConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
40
- export declare const serializeAws_restJson1CopyPackageVersionsCommand: (input: CopyPackageVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
41
- export declare const serializeAws_restJson1CreateDomainCommand: (input: CreateDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
42
- export declare const serializeAws_restJson1CreateRepositoryCommand: (input: CreateRepositoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
43
- export declare const serializeAws_restJson1DeleteDomainCommand: (input: DeleteDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
44
- export declare const serializeAws_restJson1DeleteDomainPermissionsPolicyCommand: (input: DeleteDomainPermissionsPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
45
- export declare const serializeAws_restJson1DeletePackageVersionsCommand: (input: DeletePackageVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
46
- export declare const serializeAws_restJson1DeleteRepositoryCommand: (input: DeleteRepositoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
47
- export declare const serializeAws_restJson1DeleteRepositoryPermissionsPolicyCommand: (input: DeleteRepositoryPermissionsPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
48
- export declare const serializeAws_restJson1DescribeDomainCommand: (input: DescribeDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
49
- export declare const serializeAws_restJson1DescribePackageCommand: (input: DescribePackageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
- export declare const serializeAws_restJson1DescribePackageVersionCommand: (input: DescribePackageVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
51
- export declare const serializeAws_restJson1DescribeRepositoryCommand: (input: DescribeRepositoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
52
- export declare const serializeAws_restJson1DisassociateExternalConnectionCommand: (input: DisassociateExternalConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
- export declare const serializeAws_restJson1DisposePackageVersionsCommand: (input: DisposePackageVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
- export declare const serializeAws_restJson1GetAuthorizationTokenCommand: (input: GetAuthorizationTokenCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
- export declare const serializeAws_restJson1GetDomainPermissionsPolicyCommand: (input: GetDomainPermissionsPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
- export declare const serializeAws_restJson1GetPackageVersionAssetCommand: (input: GetPackageVersionAssetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
- export declare const serializeAws_restJson1GetPackageVersionReadmeCommand: (input: GetPackageVersionReadmeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
- export declare const serializeAws_restJson1GetRepositoryEndpointCommand: (input: GetRepositoryEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
- export declare const serializeAws_restJson1GetRepositoryPermissionsPolicyCommand: (input: GetRepositoryPermissionsPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
- export declare const serializeAws_restJson1ListDomainsCommand: (input: ListDomainsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
- export declare const serializeAws_restJson1ListPackagesCommand: (input: ListPackagesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
- export declare const serializeAws_restJson1ListPackageVersionAssetsCommand: (input: ListPackageVersionAssetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
- export declare const serializeAws_restJson1ListPackageVersionDependenciesCommand: (input: ListPackageVersionDependenciesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
- export declare const serializeAws_restJson1ListPackageVersionsCommand: (input: ListPackageVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
- export declare const serializeAws_restJson1ListRepositoriesCommand: (input: ListRepositoriesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
- export declare const serializeAws_restJson1ListRepositoriesInDomainCommand: (input: ListRepositoriesInDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
- export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
68
- export declare const serializeAws_restJson1PutDomainPermissionsPolicyCommand: (input: PutDomainPermissionsPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
69
- export declare const serializeAws_restJson1PutPackageOriginConfigurationCommand: (input: PutPackageOriginConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
- export declare const serializeAws_restJson1PutRepositoryPermissionsPolicyCommand: (input: PutRepositoryPermissionsPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
- export declare const serializeAws_restJson1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
- export declare const serializeAws_restJson1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
- export declare const serializeAws_restJson1UpdatePackageVersionsStatusCommand: (input: UpdatePackageVersionsStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
- export declare const serializeAws_restJson1UpdateRepositoryCommand: (input: UpdateRepositoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
- export declare const deserializeAws_restJson1AssociateExternalConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateExternalConnectionCommandOutput>;
76
- export declare const deserializeAws_restJson1CopyPackageVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CopyPackageVersionsCommandOutput>;
77
- export declare const deserializeAws_restJson1CreateDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDomainCommandOutput>;
78
- export declare const deserializeAws_restJson1CreateRepositoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateRepositoryCommandOutput>;
79
- export declare const deserializeAws_restJson1DeleteDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDomainCommandOutput>;
80
- export declare const deserializeAws_restJson1DeleteDomainPermissionsPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDomainPermissionsPolicyCommandOutput>;
81
- export declare const deserializeAws_restJson1DeletePackageVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePackageVersionsCommandOutput>;
82
- export declare const deserializeAws_restJson1DeleteRepositoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRepositoryCommandOutput>;
83
- export declare const deserializeAws_restJson1DeleteRepositoryPermissionsPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRepositoryPermissionsPolicyCommandOutput>;
84
- export declare const deserializeAws_restJson1DescribeDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDomainCommandOutput>;
85
- export declare const deserializeAws_restJson1DescribePackageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribePackageCommandOutput>;
86
- export declare const deserializeAws_restJson1DescribePackageVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribePackageVersionCommandOutput>;
87
- export declare const deserializeAws_restJson1DescribeRepositoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeRepositoryCommandOutput>;
88
- export declare const deserializeAws_restJson1DisassociateExternalConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateExternalConnectionCommandOutput>;
89
- export declare const deserializeAws_restJson1DisposePackageVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisposePackageVersionsCommandOutput>;
90
- export declare const deserializeAws_restJson1GetAuthorizationTokenCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAuthorizationTokenCommandOutput>;
91
- export declare const deserializeAws_restJson1GetDomainPermissionsPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDomainPermissionsPolicyCommandOutput>;
92
- export declare const deserializeAws_restJson1GetPackageVersionAssetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPackageVersionAssetCommandOutput>;
93
- export declare const deserializeAws_restJson1GetPackageVersionReadmeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPackageVersionReadmeCommandOutput>;
94
- export declare const deserializeAws_restJson1GetRepositoryEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRepositoryEndpointCommandOutput>;
95
- export declare const deserializeAws_restJson1GetRepositoryPermissionsPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRepositoryPermissionsPolicyCommandOutput>;
96
- export declare const deserializeAws_restJson1ListDomainsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDomainsCommandOutput>;
97
- export declare const deserializeAws_restJson1ListPackagesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPackagesCommandOutput>;
98
- export declare const deserializeAws_restJson1ListPackageVersionAssetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPackageVersionAssetsCommandOutput>;
99
- export declare const deserializeAws_restJson1ListPackageVersionDependenciesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPackageVersionDependenciesCommandOutput>;
100
- export declare const deserializeAws_restJson1ListPackageVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPackageVersionsCommandOutput>;
101
- export declare const deserializeAws_restJson1ListRepositoriesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRepositoriesCommandOutput>;
102
- export declare const deserializeAws_restJson1ListRepositoriesInDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRepositoriesInDomainCommandOutput>;
103
- export declare const deserializeAws_restJson1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
104
- export declare const deserializeAws_restJson1PutDomainPermissionsPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutDomainPermissionsPolicyCommandOutput>;
105
- export declare const deserializeAws_restJson1PutPackageOriginConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutPackageOriginConfigurationCommandOutput>;
106
- export declare const deserializeAws_restJson1PutRepositoryPermissionsPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutRepositoryPermissionsPolicyCommandOutput>;
107
- export declare const deserializeAws_restJson1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
108
- export declare const deserializeAws_restJson1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
109
- export declare const deserializeAws_restJson1UpdatePackageVersionsStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePackageVersionsStatusCommandOutput>;
110
- export declare const deserializeAws_restJson1UpdateRepositoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRepositoryCommandOutput>;
1
+ import {
2
+ HttpRequest as __HttpRequest,
3
+ HttpResponse as __HttpResponse,
4
+ } from "@aws-sdk/protocol-http";
5
+ import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
6
+ import {
7
+ AssociateExternalConnectionCommandInput,
8
+ AssociateExternalConnectionCommandOutput,
9
+ } from "../commands/AssociateExternalConnectionCommand";
10
+ import {
11
+ CopyPackageVersionsCommandInput,
12
+ CopyPackageVersionsCommandOutput,
13
+ } from "../commands/CopyPackageVersionsCommand";
14
+ import {
15
+ CreateDomainCommandInput,
16
+ CreateDomainCommandOutput,
17
+ } from "../commands/CreateDomainCommand";
18
+ import {
19
+ CreateRepositoryCommandInput,
20
+ CreateRepositoryCommandOutput,
21
+ } from "../commands/CreateRepositoryCommand";
22
+ import {
23
+ DeleteDomainCommandInput,
24
+ DeleteDomainCommandOutput,
25
+ } from "../commands/DeleteDomainCommand";
26
+ import {
27
+ DeleteDomainPermissionsPolicyCommandInput,
28
+ DeleteDomainPermissionsPolicyCommandOutput,
29
+ } from "../commands/DeleteDomainPermissionsPolicyCommand";
30
+ import {
31
+ DeletePackageVersionsCommandInput,
32
+ DeletePackageVersionsCommandOutput,
33
+ } from "../commands/DeletePackageVersionsCommand";
34
+ import {
35
+ DeleteRepositoryCommandInput,
36
+ DeleteRepositoryCommandOutput,
37
+ } from "../commands/DeleteRepositoryCommand";
38
+ import {
39
+ DeleteRepositoryPermissionsPolicyCommandInput,
40
+ DeleteRepositoryPermissionsPolicyCommandOutput,
41
+ } from "../commands/DeleteRepositoryPermissionsPolicyCommand";
42
+ import {
43
+ DescribeDomainCommandInput,
44
+ DescribeDomainCommandOutput,
45
+ } from "../commands/DescribeDomainCommand";
46
+ import {
47
+ DescribePackageCommandInput,
48
+ DescribePackageCommandOutput,
49
+ } from "../commands/DescribePackageCommand";
50
+ import {
51
+ DescribePackageVersionCommandInput,
52
+ DescribePackageVersionCommandOutput,
53
+ } from "../commands/DescribePackageVersionCommand";
54
+ import {
55
+ DescribeRepositoryCommandInput,
56
+ DescribeRepositoryCommandOutput,
57
+ } from "../commands/DescribeRepositoryCommand";
58
+ import {
59
+ DisassociateExternalConnectionCommandInput,
60
+ DisassociateExternalConnectionCommandOutput,
61
+ } from "../commands/DisassociateExternalConnectionCommand";
62
+ import {
63
+ DisposePackageVersionsCommandInput,
64
+ DisposePackageVersionsCommandOutput,
65
+ } from "../commands/DisposePackageVersionsCommand";
66
+ import {
67
+ GetAuthorizationTokenCommandInput,
68
+ GetAuthorizationTokenCommandOutput,
69
+ } from "../commands/GetAuthorizationTokenCommand";
70
+ import {
71
+ GetDomainPermissionsPolicyCommandInput,
72
+ GetDomainPermissionsPolicyCommandOutput,
73
+ } from "../commands/GetDomainPermissionsPolicyCommand";
74
+ import {
75
+ GetPackageVersionAssetCommandInput,
76
+ GetPackageVersionAssetCommandOutput,
77
+ } from "../commands/GetPackageVersionAssetCommand";
78
+ import {
79
+ GetPackageVersionReadmeCommandInput,
80
+ GetPackageVersionReadmeCommandOutput,
81
+ } from "../commands/GetPackageVersionReadmeCommand";
82
+ import {
83
+ GetRepositoryEndpointCommandInput,
84
+ GetRepositoryEndpointCommandOutput,
85
+ } from "../commands/GetRepositoryEndpointCommand";
86
+ import {
87
+ GetRepositoryPermissionsPolicyCommandInput,
88
+ GetRepositoryPermissionsPolicyCommandOutput,
89
+ } from "../commands/GetRepositoryPermissionsPolicyCommand";
90
+ import {
91
+ ListDomainsCommandInput,
92
+ ListDomainsCommandOutput,
93
+ } from "../commands/ListDomainsCommand";
94
+ import {
95
+ ListPackagesCommandInput,
96
+ ListPackagesCommandOutput,
97
+ } from "../commands/ListPackagesCommand";
98
+ import {
99
+ ListPackageVersionAssetsCommandInput,
100
+ ListPackageVersionAssetsCommandOutput,
101
+ } from "../commands/ListPackageVersionAssetsCommand";
102
+ import {
103
+ ListPackageVersionDependenciesCommandInput,
104
+ ListPackageVersionDependenciesCommandOutput,
105
+ } from "../commands/ListPackageVersionDependenciesCommand";
106
+ import {
107
+ ListPackageVersionsCommandInput,
108
+ ListPackageVersionsCommandOutput,
109
+ } from "../commands/ListPackageVersionsCommand";
110
+ import {
111
+ ListRepositoriesCommandInput,
112
+ ListRepositoriesCommandOutput,
113
+ } from "../commands/ListRepositoriesCommand";
114
+ import {
115
+ ListRepositoriesInDomainCommandInput,
116
+ ListRepositoriesInDomainCommandOutput,
117
+ } from "../commands/ListRepositoriesInDomainCommand";
118
+ import {
119
+ ListTagsForResourceCommandInput,
120
+ ListTagsForResourceCommandOutput,
121
+ } from "../commands/ListTagsForResourceCommand";
122
+ import {
123
+ PutDomainPermissionsPolicyCommandInput,
124
+ PutDomainPermissionsPolicyCommandOutput,
125
+ } from "../commands/PutDomainPermissionsPolicyCommand";
126
+ import {
127
+ PutPackageOriginConfigurationCommandInput,
128
+ PutPackageOriginConfigurationCommandOutput,
129
+ } from "../commands/PutPackageOriginConfigurationCommand";
130
+ import {
131
+ PutRepositoryPermissionsPolicyCommandInput,
132
+ PutRepositoryPermissionsPolicyCommandOutput,
133
+ } from "../commands/PutRepositoryPermissionsPolicyCommand";
134
+ import {
135
+ TagResourceCommandInput,
136
+ TagResourceCommandOutput,
137
+ } from "../commands/TagResourceCommand";
138
+ import {
139
+ UntagResourceCommandInput,
140
+ UntagResourceCommandOutput,
141
+ } from "../commands/UntagResourceCommand";
142
+ import {
143
+ UpdatePackageVersionsStatusCommandInput,
144
+ UpdatePackageVersionsStatusCommandOutput,
145
+ } from "../commands/UpdatePackageVersionsStatusCommand";
146
+ import {
147
+ UpdateRepositoryCommandInput,
148
+ UpdateRepositoryCommandOutput,
149
+ } from "../commands/UpdateRepositoryCommand";
150
+ export declare const serializeAws_restJson1AssociateExternalConnectionCommand: (
151
+ input: AssociateExternalConnectionCommandInput,
152
+ context: __SerdeContext
153
+ ) => Promise<__HttpRequest>;
154
+ export declare const serializeAws_restJson1CopyPackageVersionsCommand: (
155
+ input: CopyPackageVersionsCommandInput,
156
+ context: __SerdeContext
157
+ ) => Promise<__HttpRequest>;
158
+ export declare const serializeAws_restJson1CreateDomainCommand: (
159
+ input: CreateDomainCommandInput,
160
+ context: __SerdeContext
161
+ ) => Promise<__HttpRequest>;
162
+ export declare const serializeAws_restJson1CreateRepositoryCommand: (
163
+ input: CreateRepositoryCommandInput,
164
+ context: __SerdeContext
165
+ ) => Promise<__HttpRequest>;
166
+ export declare const serializeAws_restJson1DeleteDomainCommand: (
167
+ input: DeleteDomainCommandInput,
168
+ context: __SerdeContext
169
+ ) => Promise<__HttpRequest>;
170
+ export declare const serializeAws_restJson1DeleteDomainPermissionsPolicyCommand: (
171
+ input: DeleteDomainPermissionsPolicyCommandInput,
172
+ context: __SerdeContext
173
+ ) => Promise<__HttpRequest>;
174
+ export declare const serializeAws_restJson1DeletePackageVersionsCommand: (
175
+ input: DeletePackageVersionsCommandInput,
176
+ context: __SerdeContext
177
+ ) => Promise<__HttpRequest>;
178
+ export declare const serializeAws_restJson1DeleteRepositoryCommand: (
179
+ input: DeleteRepositoryCommandInput,
180
+ context: __SerdeContext
181
+ ) => Promise<__HttpRequest>;
182
+ export declare const serializeAws_restJson1DeleteRepositoryPermissionsPolicyCommand: (
183
+ input: DeleteRepositoryPermissionsPolicyCommandInput,
184
+ context: __SerdeContext
185
+ ) => Promise<__HttpRequest>;
186
+ export declare const serializeAws_restJson1DescribeDomainCommand: (
187
+ input: DescribeDomainCommandInput,
188
+ context: __SerdeContext
189
+ ) => Promise<__HttpRequest>;
190
+ export declare const serializeAws_restJson1DescribePackageCommand: (
191
+ input: DescribePackageCommandInput,
192
+ context: __SerdeContext
193
+ ) => Promise<__HttpRequest>;
194
+ export declare const serializeAws_restJson1DescribePackageVersionCommand: (
195
+ input: DescribePackageVersionCommandInput,
196
+ context: __SerdeContext
197
+ ) => Promise<__HttpRequest>;
198
+ export declare const serializeAws_restJson1DescribeRepositoryCommand: (
199
+ input: DescribeRepositoryCommandInput,
200
+ context: __SerdeContext
201
+ ) => Promise<__HttpRequest>;
202
+ export declare const serializeAws_restJson1DisassociateExternalConnectionCommand: (
203
+ input: DisassociateExternalConnectionCommandInput,
204
+ context: __SerdeContext
205
+ ) => Promise<__HttpRequest>;
206
+ export declare const serializeAws_restJson1DisposePackageVersionsCommand: (
207
+ input: DisposePackageVersionsCommandInput,
208
+ context: __SerdeContext
209
+ ) => Promise<__HttpRequest>;
210
+ export declare const serializeAws_restJson1GetAuthorizationTokenCommand: (
211
+ input: GetAuthorizationTokenCommandInput,
212
+ context: __SerdeContext
213
+ ) => Promise<__HttpRequest>;
214
+ export declare const serializeAws_restJson1GetDomainPermissionsPolicyCommand: (
215
+ input: GetDomainPermissionsPolicyCommandInput,
216
+ context: __SerdeContext
217
+ ) => Promise<__HttpRequest>;
218
+ export declare const serializeAws_restJson1GetPackageVersionAssetCommand: (
219
+ input: GetPackageVersionAssetCommandInput,
220
+ context: __SerdeContext
221
+ ) => Promise<__HttpRequest>;
222
+ export declare const serializeAws_restJson1GetPackageVersionReadmeCommand: (
223
+ input: GetPackageVersionReadmeCommandInput,
224
+ context: __SerdeContext
225
+ ) => Promise<__HttpRequest>;
226
+ export declare const serializeAws_restJson1GetRepositoryEndpointCommand: (
227
+ input: GetRepositoryEndpointCommandInput,
228
+ context: __SerdeContext
229
+ ) => Promise<__HttpRequest>;
230
+ export declare const serializeAws_restJson1GetRepositoryPermissionsPolicyCommand: (
231
+ input: GetRepositoryPermissionsPolicyCommandInput,
232
+ context: __SerdeContext
233
+ ) => Promise<__HttpRequest>;
234
+ export declare const serializeAws_restJson1ListDomainsCommand: (
235
+ input: ListDomainsCommandInput,
236
+ context: __SerdeContext
237
+ ) => Promise<__HttpRequest>;
238
+ export declare const serializeAws_restJson1ListPackagesCommand: (
239
+ input: ListPackagesCommandInput,
240
+ context: __SerdeContext
241
+ ) => Promise<__HttpRequest>;
242
+ export declare const serializeAws_restJson1ListPackageVersionAssetsCommand: (
243
+ input: ListPackageVersionAssetsCommandInput,
244
+ context: __SerdeContext
245
+ ) => Promise<__HttpRequest>;
246
+ export declare const serializeAws_restJson1ListPackageVersionDependenciesCommand: (
247
+ input: ListPackageVersionDependenciesCommandInput,
248
+ context: __SerdeContext
249
+ ) => Promise<__HttpRequest>;
250
+ export declare const serializeAws_restJson1ListPackageVersionsCommand: (
251
+ input: ListPackageVersionsCommandInput,
252
+ context: __SerdeContext
253
+ ) => Promise<__HttpRequest>;
254
+ export declare const serializeAws_restJson1ListRepositoriesCommand: (
255
+ input: ListRepositoriesCommandInput,
256
+ context: __SerdeContext
257
+ ) => Promise<__HttpRequest>;
258
+ export declare const serializeAws_restJson1ListRepositoriesInDomainCommand: (
259
+ input: ListRepositoriesInDomainCommandInput,
260
+ context: __SerdeContext
261
+ ) => Promise<__HttpRequest>;
262
+ export declare const serializeAws_restJson1ListTagsForResourceCommand: (
263
+ input: ListTagsForResourceCommandInput,
264
+ context: __SerdeContext
265
+ ) => Promise<__HttpRequest>;
266
+ export declare const serializeAws_restJson1PutDomainPermissionsPolicyCommand: (
267
+ input: PutDomainPermissionsPolicyCommandInput,
268
+ context: __SerdeContext
269
+ ) => Promise<__HttpRequest>;
270
+ export declare const serializeAws_restJson1PutPackageOriginConfigurationCommand: (
271
+ input: PutPackageOriginConfigurationCommandInput,
272
+ context: __SerdeContext
273
+ ) => Promise<__HttpRequest>;
274
+ export declare const serializeAws_restJson1PutRepositoryPermissionsPolicyCommand: (
275
+ input: PutRepositoryPermissionsPolicyCommandInput,
276
+ context: __SerdeContext
277
+ ) => Promise<__HttpRequest>;
278
+ export declare const serializeAws_restJson1TagResourceCommand: (
279
+ input: TagResourceCommandInput,
280
+ context: __SerdeContext
281
+ ) => Promise<__HttpRequest>;
282
+ export declare const serializeAws_restJson1UntagResourceCommand: (
283
+ input: UntagResourceCommandInput,
284
+ context: __SerdeContext
285
+ ) => Promise<__HttpRequest>;
286
+ export declare const serializeAws_restJson1UpdatePackageVersionsStatusCommand: (
287
+ input: UpdatePackageVersionsStatusCommandInput,
288
+ context: __SerdeContext
289
+ ) => Promise<__HttpRequest>;
290
+ export declare const serializeAws_restJson1UpdateRepositoryCommand: (
291
+ input: UpdateRepositoryCommandInput,
292
+ context: __SerdeContext
293
+ ) => Promise<__HttpRequest>;
294
+ export declare const deserializeAws_restJson1AssociateExternalConnectionCommand: (
295
+ output: __HttpResponse,
296
+ context: __SerdeContext
297
+ ) => Promise<AssociateExternalConnectionCommandOutput>;
298
+ export declare const deserializeAws_restJson1CopyPackageVersionsCommand: (
299
+ output: __HttpResponse,
300
+ context: __SerdeContext
301
+ ) => Promise<CopyPackageVersionsCommandOutput>;
302
+ export declare const deserializeAws_restJson1CreateDomainCommand: (
303
+ output: __HttpResponse,
304
+ context: __SerdeContext
305
+ ) => Promise<CreateDomainCommandOutput>;
306
+ export declare const deserializeAws_restJson1CreateRepositoryCommand: (
307
+ output: __HttpResponse,
308
+ context: __SerdeContext
309
+ ) => Promise<CreateRepositoryCommandOutput>;
310
+ export declare const deserializeAws_restJson1DeleteDomainCommand: (
311
+ output: __HttpResponse,
312
+ context: __SerdeContext
313
+ ) => Promise<DeleteDomainCommandOutput>;
314
+ export declare const deserializeAws_restJson1DeleteDomainPermissionsPolicyCommand: (
315
+ output: __HttpResponse,
316
+ context: __SerdeContext
317
+ ) => Promise<DeleteDomainPermissionsPolicyCommandOutput>;
318
+ export declare const deserializeAws_restJson1DeletePackageVersionsCommand: (
319
+ output: __HttpResponse,
320
+ context: __SerdeContext
321
+ ) => Promise<DeletePackageVersionsCommandOutput>;
322
+ export declare const deserializeAws_restJson1DeleteRepositoryCommand: (
323
+ output: __HttpResponse,
324
+ context: __SerdeContext
325
+ ) => Promise<DeleteRepositoryCommandOutput>;
326
+ export declare const deserializeAws_restJson1DeleteRepositoryPermissionsPolicyCommand: (
327
+ output: __HttpResponse,
328
+ context: __SerdeContext
329
+ ) => Promise<DeleteRepositoryPermissionsPolicyCommandOutput>;
330
+ export declare const deserializeAws_restJson1DescribeDomainCommand: (
331
+ output: __HttpResponse,
332
+ context: __SerdeContext
333
+ ) => Promise<DescribeDomainCommandOutput>;
334
+ export declare const deserializeAws_restJson1DescribePackageCommand: (
335
+ output: __HttpResponse,
336
+ context: __SerdeContext
337
+ ) => Promise<DescribePackageCommandOutput>;
338
+ export declare const deserializeAws_restJson1DescribePackageVersionCommand: (
339
+ output: __HttpResponse,
340
+ context: __SerdeContext
341
+ ) => Promise<DescribePackageVersionCommandOutput>;
342
+ export declare const deserializeAws_restJson1DescribeRepositoryCommand: (
343
+ output: __HttpResponse,
344
+ context: __SerdeContext
345
+ ) => Promise<DescribeRepositoryCommandOutput>;
346
+ export declare const deserializeAws_restJson1DisassociateExternalConnectionCommand: (
347
+ output: __HttpResponse,
348
+ context: __SerdeContext
349
+ ) => Promise<DisassociateExternalConnectionCommandOutput>;
350
+ export declare const deserializeAws_restJson1DisposePackageVersionsCommand: (
351
+ output: __HttpResponse,
352
+ context: __SerdeContext
353
+ ) => Promise<DisposePackageVersionsCommandOutput>;
354
+ export declare const deserializeAws_restJson1GetAuthorizationTokenCommand: (
355
+ output: __HttpResponse,
356
+ context: __SerdeContext
357
+ ) => Promise<GetAuthorizationTokenCommandOutput>;
358
+ export declare const deserializeAws_restJson1GetDomainPermissionsPolicyCommand: (
359
+ output: __HttpResponse,
360
+ context: __SerdeContext
361
+ ) => Promise<GetDomainPermissionsPolicyCommandOutput>;
362
+ export declare const deserializeAws_restJson1GetPackageVersionAssetCommand: (
363
+ output: __HttpResponse,
364
+ context: __SerdeContext
365
+ ) => Promise<GetPackageVersionAssetCommandOutput>;
366
+ export declare const deserializeAws_restJson1GetPackageVersionReadmeCommand: (
367
+ output: __HttpResponse,
368
+ context: __SerdeContext
369
+ ) => Promise<GetPackageVersionReadmeCommandOutput>;
370
+ export declare const deserializeAws_restJson1GetRepositoryEndpointCommand: (
371
+ output: __HttpResponse,
372
+ context: __SerdeContext
373
+ ) => Promise<GetRepositoryEndpointCommandOutput>;
374
+ export declare const deserializeAws_restJson1GetRepositoryPermissionsPolicyCommand: (
375
+ output: __HttpResponse,
376
+ context: __SerdeContext
377
+ ) => Promise<GetRepositoryPermissionsPolicyCommandOutput>;
378
+ export declare const deserializeAws_restJson1ListDomainsCommand: (
379
+ output: __HttpResponse,
380
+ context: __SerdeContext
381
+ ) => Promise<ListDomainsCommandOutput>;
382
+ export declare const deserializeAws_restJson1ListPackagesCommand: (
383
+ output: __HttpResponse,
384
+ context: __SerdeContext
385
+ ) => Promise<ListPackagesCommandOutput>;
386
+ export declare const deserializeAws_restJson1ListPackageVersionAssetsCommand: (
387
+ output: __HttpResponse,
388
+ context: __SerdeContext
389
+ ) => Promise<ListPackageVersionAssetsCommandOutput>;
390
+ export declare const deserializeAws_restJson1ListPackageVersionDependenciesCommand: (
391
+ output: __HttpResponse,
392
+ context: __SerdeContext
393
+ ) => Promise<ListPackageVersionDependenciesCommandOutput>;
394
+ export declare const deserializeAws_restJson1ListPackageVersionsCommand: (
395
+ output: __HttpResponse,
396
+ context: __SerdeContext
397
+ ) => Promise<ListPackageVersionsCommandOutput>;
398
+ export declare const deserializeAws_restJson1ListRepositoriesCommand: (
399
+ output: __HttpResponse,
400
+ context: __SerdeContext
401
+ ) => Promise<ListRepositoriesCommandOutput>;
402
+ export declare const deserializeAws_restJson1ListRepositoriesInDomainCommand: (
403
+ output: __HttpResponse,
404
+ context: __SerdeContext
405
+ ) => Promise<ListRepositoriesInDomainCommandOutput>;
406
+ export declare const deserializeAws_restJson1ListTagsForResourceCommand: (
407
+ output: __HttpResponse,
408
+ context: __SerdeContext
409
+ ) => Promise<ListTagsForResourceCommandOutput>;
410
+ export declare const deserializeAws_restJson1PutDomainPermissionsPolicyCommand: (
411
+ output: __HttpResponse,
412
+ context: __SerdeContext
413
+ ) => Promise<PutDomainPermissionsPolicyCommandOutput>;
414
+ export declare const deserializeAws_restJson1PutPackageOriginConfigurationCommand: (
415
+ output: __HttpResponse,
416
+ context: __SerdeContext
417
+ ) => Promise<PutPackageOriginConfigurationCommandOutput>;
418
+ export declare const deserializeAws_restJson1PutRepositoryPermissionsPolicyCommand: (
419
+ output: __HttpResponse,
420
+ context: __SerdeContext
421
+ ) => Promise<PutRepositoryPermissionsPolicyCommandOutput>;
422
+ export declare const deserializeAws_restJson1TagResourceCommand: (
423
+ output: __HttpResponse,
424
+ context: __SerdeContext
425
+ ) => Promise<TagResourceCommandOutput>;
426
+ export declare const deserializeAws_restJson1UntagResourceCommand: (
427
+ output: __HttpResponse,
428
+ context: __SerdeContext
429
+ ) => Promise<UntagResourceCommandOutput>;
430
+ export declare const deserializeAws_restJson1UpdatePackageVersionsStatusCommand: (
431
+ output: __HttpResponse,
432
+ context: __SerdeContext
433
+ ) => Promise<UpdatePackageVersionsStatusCommandOutput>;
434
+ export declare const deserializeAws_restJson1UpdateRepositoryCommand: (
435
+ output: __HttpResponse,
436
+ context: __SerdeContext
437
+ ) => Promise<UpdateRepositoryCommandOutput>;