@aws-sdk/client-codeartifact 3.478.0 → 3.484.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/commands/AssociateExternalConnectionCommand.js +18 -41
- package/dist-cjs/commands/CopyPackageVersionsCommand.js +18 -41
- package/dist-cjs/commands/CreateDomainCommand.js +18 -41
- package/dist-cjs/commands/CreateRepositoryCommand.js +18 -41
- package/dist-cjs/commands/DeleteDomainCommand.js +18 -41
- package/dist-cjs/commands/DeleteDomainPermissionsPolicyCommand.js +18 -41
- package/dist-cjs/commands/DeletePackageCommand.js +18 -41
- package/dist-cjs/commands/DeletePackageVersionsCommand.js +18 -41
- package/dist-cjs/commands/DeleteRepositoryCommand.js +18 -41
- package/dist-cjs/commands/DeleteRepositoryPermissionsPolicyCommand.js +18 -41
- package/dist-cjs/commands/DescribeDomainCommand.js +18 -41
- package/dist-cjs/commands/DescribePackageCommand.js +18 -41
- package/dist-cjs/commands/DescribePackageVersionCommand.js +18 -41
- package/dist-cjs/commands/DescribeRepositoryCommand.js +18 -41
- package/dist-cjs/commands/DisassociateExternalConnectionCommand.js +18 -41
- package/dist-cjs/commands/DisposePackageVersionsCommand.js +18 -41
- package/dist-cjs/commands/GetAuthorizationTokenCommand.js +18 -41
- package/dist-cjs/commands/GetDomainPermissionsPolicyCommand.js +18 -41
- package/dist-cjs/commands/GetPackageVersionAssetCommand.js +18 -41
- package/dist-cjs/commands/GetPackageVersionReadmeCommand.js +18 -41
- package/dist-cjs/commands/GetRepositoryEndpointCommand.js +18 -41
- package/dist-cjs/commands/GetRepositoryPermissionsPolicyCommand.js +18 -41
- package/dist-cjs/commands/ListDomainsCommand.js +18 -41
- package/dist-cjs/commands/ListPackageVersionAssetsCommand.js +18 -41
- package/dist-cjs/commands/ListPackageVersionDependenciesCommand.js +18 -41
- package/dist-cjs/commands/ListPackageVersionsCommand.js +18 -41
- package/dist-cjs/commands/ListPackagesCommand.js +18 -41
- package/dist-cjs/commands/ListRepositoriesCommand.js +18 -41
- package/dist-cjs/commands/ListRepositoriesInDomainCommand.js +18 -41
- package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-cjs/commands/PublishPackageVersionCommand.js +18 -41
- package/dist-cjs/commands/PutDomainPermissionsPolicyCommand.js +18 -41
- package/dist-cjs/commands/PutPackageOriginConfigurationCommand.js +18 -41
- package/dist-cjs/commands/PutRepositoryPermissionsPolicyCommand.js +18 -41
- package/dist-cjs/commands/TagResourceCommand.js +18 -41
- package/dist-cjs/commands/UntagResourceCommand.js +18 -41
- package/dist-cjs/commands/UpdatePackageVersionsStatusCommand.js +18 -41
- package/dist-cjs/commands/UpdateRepositoryCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-es/commands/AssociateExternalConnectionCommand.js +18 -41
- package/dist-es/commands/CopyPackageVersionsCommand.js +18 -41
- package/dist-es/commands/CreateDomainCommand.js +18 -41
- package/dist-es/commands/CreateRepositoryCommand.js +18 -41
- package/dist-es/commands/DeleteDomainCommand.js +18 -41
- package/dist-es/commands/DeleteDomainPermissionsPolicyCommand.js +18 -41
- package/dist-es/commands/DeletePackageCommand.js +18 -41
- package/dist-es/commands/DeletePackageVersionsCommand.js +18 -41
- package/dist-es/commands/DeleteRepositoryCommand.js +18 -41
- package/dist-es/commands/DeleteRepositoryPermissionsPolicyCommand.js +18 -41
- package/dist-es/commands/DescribeDomainCommand.js +18 -41
- package/dist-es/commands/DescribePackageCommand.js +18 -41
- package/dist-es/commands/DescribePackageVersionCommand.js +18 -41
- package/dist-es/commands/DescribeRepositoryCommand.js +18 -41
- package/dist-es/commands/DisassociateExternalConnectionCommand.js +18 -41
- package/dist-es/commands/DisposePackageVersionsCommand.js +18 -41
- package/dist-es/commands/GetAuthorizationTokenCommand.js +18 -41
- package/dist-es/commands/GetDomainPermissionsPolicyCommand.js +18 -41
- package/dist-es/commands/GetPackageVersionAssetCommand.js +18 -41
- package/dist-es/commands/GetPackageVersionReadmeCommand.js +18 -41
- package/dist-es/commands/GetRepositoryEndpointCommand.js +18 -41
- package/dist-es/commands/GetRepositoryPermissionsPolicyCommand.js +18 -41
- package/dist-es/commands/ListDomainsCommand.js +18 -41
- package/dist-es/commands/ListPackageVersionAssetsCommand.js +18 -41
- package/dist-es/commands/ListPackageVersionDependenciesCommand.js +18 -41
- package/dist-es/commands/ListPackageVersionsCommand.js +18 -41
- package/dist-es/commands/ListPackagesCommand.js +18 -41
- package/dist-es/commands/ListRepositoriesCommand.js +18 -41
- package/dist-es/commands/ListRepositoriesInDomainCommand.js +18 -41
- package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-es/commands/PublishPackageVersionCommand.js +18 -41
- package/dist-es/commands/PutDomainPermissionsPolicyCommand.js +18 -41
- package/dist-es/commands/PutPackageOriginConfigurationCommand.js +18 -41
- package/dist-es/commands/PutRepositoryPermissionsPolicyCommand.js +18 -41
- package/dist-es/commands/TagResourceCommand.js +18 -41
- package/dist-es/commands/UntagResourceCommand.js +18 -41
- package/dist-es/commands/UpdatePackageVersionsStatusCommand.js +18 -41
- package/dist-es/commands/UpdateRepositoryCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-types/commands/AssociateExternalConnectionCommand.d.ts +6 -21
- package/dist-types/commands/CopyPackageVersionsCommand.d.ts +6 -21
- package/dist-types/commands/CreateDomainCommand.d.ts +6 -21
- package/dist-types/commands/CreateRepositoryCommand.d.ts +6 -21
- package/dist-types/commands/DeleteDomainCommand.d.ts +6 -21
- package/dist-types/commands/DeleteDomainPermissionsPolicyCommand.d.ts +6 -21
- package/dist-types/commands/DeletePackageCommand.d.ts +6 -21
- package/dist-types/commands/DeletePackageVersionsCommand.d.ts +6 -21
- package/dist-types/commands/DeleteRepositoryCommand.d.ts +6 -21
- package/dist-types/commands/DeleteRepositoryPermissionsPolicyCommand.d.ts +6 -21
- package/dist-types/commands/DescribeDomainCommand.d.ts +6 -21
- package/dist-types/commands/DescribePackageCommand.d.ts +6 -21
- package/dist-types/commands/DescribePackageVersionCommand.d.ts +6 -21
- package/dist-types/commands/DescribeRepositoryCommand.d.ts +6 -21
- package/dist-types/commands/DisassociateExternalConnectionCommand.d.ts +6 -21
- package/dist-types/commands/DisposePackageVersionsCommand.d.ts +6 -21
- package/dist-types/commands/GetAuthorizationTokenCommand.d.ts +6 -21
- package/dist-types/commands/GetDomainPermissionsPolicyCommand.d.ts +6 -21
- package/dist-types/commands/GetPackageVersionAssetCommand.d.ts +6 -21
- package/dist-types/commands/GetPackageVersionReadmeCommand.d.ts +6 -21
- package/dist-types/commands/GetRepositoryEndpointCommand.d.ts +6 -21
- package/dist-types/commands/GetRepositoryPermissionsPolicyCommand.d.ts +6 -21
- package/dist-types/commands/ListDomainsCommand.d.ts +6 -21
- package/dist-types/commands/ListPackageVersionAssetsCommand.d.ts +6 -21
- package/dist-types/commands/ListPackageVersionDependenciesCommand.d.ts +6 -21
- package/dist-types/commands/ListPackageVersionsCommand.d.ts +6 -21
- package/dist-types/commands/ListPackagesCommand.d.ts +6 -21
- package/dist-types/commands/ListRepositoriesCommand.d.ts +6 -21
- package/dist-types/commands/ListRepositoriesInDomainCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
- package/dist-types/commands/PublishPackageVersionCommand.d.ts +6 -21
- package/dist-types/commands/PutDomainPermissionsPolicyCommand.d.ts +6 -21
- package/dist-types/commands/PutPackageOriginConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/PutRepositoryPermissionsPolicyCommand.d.ts +6 -21
- package/dist-types/commands/TagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UpdatePackageVersionsStatusCommand.d.ts +6 -21
- package/dist-types/commands/UpdateRepositoryCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/commands/AssociateExternalConnectionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CopyPackageVersionsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateRepositoryCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteDomainPermissionsPolicyCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeletePackageCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeletePackageVersionsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteRepositoryCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteRepositoryPermissionsPolicyCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeDomainCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribePackageCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribePackageVersionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeRepositoryCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DisassociateExternalConnectionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DisposePackageVersionsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetAuthorizationTokenCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetDomainPermissionsPolicyCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetPackageVersionAssetCommand.d.ts +11 -21
- package/dist-types/ts3.4/commands/GetPackageVersionReadmeCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetRepositoryEndpointCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetRepositoryPermissionsPolicyCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListPackageVersionAssetsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListPackageVersionDependenciesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListPackageVersionsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListPackagesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListRepositoriesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListRepositoriesInDomainCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/PublishPackageVersionCommand.d.ts +11 -21
- package/dist-types/ts3.4/commands/PutDomainPermissionsPolicyCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/PutPackageOriginConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/PutRepositoryPermissionsPolicyCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdatePackageVersionsStatusCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateRepositoryCommand.d.ts +14 -23
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/package.json +11 -11
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_GetAuthorizationTokenCommand, se_GetAuthorizationTokenCommand } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class GetAuthorizationTokenCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "CodeartifactClient";
|
|
26
|
-
const commandName = "GetAuthorizationTokenCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "CodeArtifactControlPlaneService",
|
|
35
|
-
operation: "GetAuthorizationToken",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_GetAuthorizationTokenCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_GetAuthorizationTokenCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class GetAuthorizationTokenCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("CodeArtifactControlPlaneService", "GetAuthorizationToken", {})
|
|
19
|
+
.n("CodeartifactClient", "GetAuthorizationTokenCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_GetAuthorizationTokenCommand)
|
|
22
|
+
.de(de_GetAuthorizationTokenCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_GetDomainPermissionsPolicyCommand, se_GetDomainPermissionsPolicyCommand } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class GetDomainPermissionsPolicyCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "CodeartifactClient";
|
|
26
|
-
const commandName = "GetDomainPermissionsPolicyCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "CodeArtifactControlPlaneService",
|
|
35
|
-
operation: "GetDomainPermissionsPolicy",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_GetDomainPermissionsPolicyCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_GetDomainPermissionsPolicyCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class GetDomainPermissionsPolicyCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("CodeArtifactControlPlaneService", "GetDomainPermissionsPolicy", {})
|
|
19
|
+
.n("CodeartifactClient", "GetDomainPermissionsPolicyCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_GetDomainPermissionsPolicyCommand)
|
|
22
|
+
.de(de_GetDomainPermissionsPolicyCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,48 +1,25 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { GetPackageVersionAssetResultFilterSensitiveLog, } from "../models/models_0";
|
|
6
6
|
import { de_GetPackageVersionAssetCommand, se_GetPackageVersionAssetCommand } from "../protocols/Aws_restJson1";
|
|
7
7
|
export { $Command };
|
|
8
|
-
export class GetPackageVersionAssetCommand extends $Command
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
const { logger } = configuration;
|
|
26
|
-
const clientName = "CodeartifactClient";
|
|
27
|
-
const commandName = "GetPackageVersionAssetCommand";
|
|
28
|
-
const handlerExecutionContext = {
|
|
29
|
-
logger,
|
|
30
|
-
clientName,
|
|
31
|
-
commandName,
|
|
32
|
-
inputFilterSensitiveLog: (_) => _,
|
|
33
|
-
outputFilterSensitiveLog: GetPackageVersionAssetResultFilterSensitiveLog,
|
|
34
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
-
service: "CodeArtifactControlPlaneService",
|
|
36
|
-
operation: "GetPackageVersionAsset",
|
|
37
|
-
},
|
|
38
|
-
};
|
|
39
|
-
const { requestHandler } = configuration;
|
|
40
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
41
|
-
}
|
|
42
|
-
serialize(input, context) {
|
|
43
|
-
return se_GetPackageVersionAssetCommand(input, context);
|
|
44
|
-
}
|
|
45
|
-
deserialize(output, context) {
|
|
46
|
-
return de_GetPackageVersionAssetCommand(output, context);
|
|
47
|
-
}
|
|
8
|
+
export class GetPackageVersionAssetCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep({
|
|
11
|
+
...commonParams,
|
|
12
|
+
})
|
|
13
|
+
.m(function (Command, cs, config, o) {
|
|
14
|
+
return [
|
|
15
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
+
];
|
|
18
|
+
})
|
|
19
|
+
.s("CodeArtifactControlPlaneService", "GetPackageVersionAsset", {})
|
|
20
|
+
.n("CodeartifactClient", "GetPackageVersionAssetCommand")
|
|
21
|
+
.f(void 0, GetPackageVersionAssetResultFilterSensitiveLog)
|
|
22
|
+
.ser(se_GetPackageVersionAssetCommand)
|
|
23
|
+
.de(de_GetPackageVersionAssetCommand)
|
|
24
|
+
.build() {
|
|
48
25
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_GetPackageVersionReadmeCommand, se_GetPackageVersionReadmeCommand } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class GetPackageVersionReadmeCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "CodeartifactClient";
|
|
26
|
-
const commandName = "GetPackageVersionReadmeCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "CodeArtifactControlPlaneService",
|
|
35
|
-
operation: "GetPackageVersionReadme",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_GetPackageVersionReadmeCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_GetPackageVersionReadmeCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class GetPackageVersionReadmeCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("CodeArtifactControlPlaneService", "GetPackageVersionReadme", {})
|
|
19
|
+
.n("CodeartifactClient", "GetPackageVersionReadmeCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_GetPackageVersionReadmeCommand)
|
|
22
|
+
.de(de_GetPackageVersionReadmeCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_GetRepositoryEndpointCommand, se_GetRepositoryEndpointCommand } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class GetRepositoryEndpointCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "CodeartifactClient";
|
|
26
|
-
const commandName = "GetRepositoryEndpointCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "CodeArtifactControlPlaneService",
|
|
35
|
-
operation: "GetRepositoryEndpoint",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_GetRepositoryEndpointCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_GetRepositoryEndpointCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class GetRepositoryEndpointCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("CodeArtifactControlPlaneService", "GetRepositoryEndpoint", {})
|
|
19
|
+
.n("CodeartifactClient", "GetRepositoryEndpointCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_GetRepositoryEndpointCommand)
|
|
22
|
+
.de(de_GetRepositoryEndpointCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_GetRepositoryPermissionsPolicyCommand, se_GetRepositoryPermissionsPolicyCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class GetRepositoryPermissionsPolicyCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "CodeartifactClient";
|
|
26
|
-
const commandName = "GetRepositoryPermissionsPolicyCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "CodeArtifactControlPlaneService",
|
|
35
|
-
operation: "GetRepositoryPermissionsPolicy",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_GetRepositoryPermissionsPolicyCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_GetRepositoryPermissionsPolicyCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class GetRepositoryPermissionsPolicyCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("CodeArtifactControlPlaneService", "GetRepositoryPermissionsPolicy", {})
|
|
19
|
+
.n("CodeartifactClient", "GetRepositoryPermissionsPolicyCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_GetRepositoryPermissionsPolicyCommand)
|
|
22
|
+
.de(de_GetRepositoryPermissionsPolicyCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_ListDomainsCommand, se_ListDomainsCommand } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class ListDomainsCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "CodeartifactClient";
|
|
26
|
-
const commandName = "ListDomainsCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "CodeArtifactControlPlaneService",
|
|
35
|
-
operation: "ListDomains",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_ListDomainsCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_ListDomainsCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class ListDomainsCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("CodeArtifactControlPlaneService", "ListDomains", {})
|
|
19
|
+
.n("CodeartifactClient", "ListDomainsCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_ListDomainsCommand)
|
|
22
|
+
.de(de_ListDomainsCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_ListPackageVersionAssetsCommand, se_ListPackageVersionAssetsCommand } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class ListPackageVersionAssetsCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "CodeartifactClient";
|
|
26
|
-
const commandName = "ListPackageVersionAssetsCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "CodeArtifactControlPlaneService",
|
|
35
|
-
operation: "ListPackageVersionAssets",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_ListPackageVersionAssetsCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_ListPackageVersionAssetsCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class ListPackageVersionAssetsCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("CodeArtifactControlPlaneService", "ListPackageVersionAssets", {})
|
|
19
|
+
.n("CodeartifactClient", "ListPackageVersionAssetsCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_ListPackageVersionAssetsCommand)
|
|
22
|
+
.de(de_ListPackageVersionAssetsCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_ListPackageVersionDependenciesCommand, se_ListPackageVersionDependenciesCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class ListPackageVersionDependenciesCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "CodeartifactClient";
|
|
26
|
-
const commandName = "ListPackageVersionDependenciesCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "CodeArtifactControlPlaneService",
|
|
35
|
-
operation: "ListPackageVersionDependencies",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_ListPackageVersionDependenciesCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_ListPackageVersionDependenciesCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class ListPackageVersionDependenciesCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("CodeArtifactControlPlaneService", "ListPackageVersionDependencies", {})
|
|
19
|
+
.n("CodeartifactClient", "ListPackageVersionDependenciesCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_ListPackageVersionDependenciesCommand)
|
|
22
|
+
.de(de_ListPackageVersionDependenciesCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|