@aws-sdk/client-codeartifact 3.1077.0 → 3.1078.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +56 -483
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AssociateExternalConnectionCommand.js +2 -14
- package/dist-es/commands/CopyPackageVersionsCommand.js +2 -14
- package/dist-es/commands/CreateDomainCommand.js +2 -14
- package/dist-es/commands/CreatePackageGroupCommand.js +2 -14
- package/dist-es/commands/CreateRepositoryCommand.js +2 -14
- package/dist-es/commands/DeleteDomainCommand.js +2 -14
- package/dist-es/commands/DeleteDomainPermissionsPolicyCommand.js +2 -14
- package/dist-es/commands/DeletePackageCommand.js +2 -14
- package/dist-es/commands/DeletePackageGroupCommand.js +2 -14
- package/dist-es/commands/DeletePackageVersionsCommand.js +2 -14
- package/dist-es/commands/DeleteRepositoryCommand.js +2 -14
- package/dist-es/commands/DeleteRepositoryPermissionsPolicyCommand.js +2 -14
- package/dist-es/commands/DescribeDomainCommand.js +2 -14
- package/dist-es/commands/DescribePackageCommand.js +2 -14
- package/dist-es/commands/DescribePackageGroupCommand.js +2 -14
- package/dist-es/commands/DescribePackageVersionCommand.js +2 -14
- package/dist-es/commands/DescribeRepositoryCommand.js +2 -14
- package/dist-es/commands/DisassociateExternalConnectionCommand.js +2 -14
- package/dist-es/commands/DisposePackageVersionsCommand.js +2 -14
- package/dist-es/commands/GetAssociatedPackageGroupCommand.js +2 -14
- package/dist-es/commands/GetAuthorizationTokenCommand.js +2 -14
- package/dist-es/commands/GetDomainPermissionsPolicyCommand.js +2 -14
- package/dist-es/commands/GetPackageVersionAssetCommand.js +2 -14
- package/dist-es/commands/GetPackageVersionReadmeCommand.js +2 -14
- package/dist-es/commands/GetRepositoryEndpointCommand.js +2 -14
- package/dist-es/commands/GetRepositoryPermissionsPolicyCommand.js +2 -14
- package/dist-es/commands/ListAllowedRepositoriesForGroupCommand.js +2 -14
- package/dist-es/commands/ListAssociatedPackagesCommand.js +2 -14
- package/dist-es/commands/ListDomainsCommand.js +2 -14
- package/dist-es/commands/ListPackageGroupsCommand.js +2 -14
- package/dist-es/commands/ListPackageVersionAssetsCommand.js +2 -14
- package/dist-es/commands/ListPackageVersionDependenciesCommand.js +2 -14
- package/dist-es/commands/ListPackageVersionsCommand.js +2 -14
- package/dist-es/commands/ListPackagesCommand.js +2 -14
- package/dist-es/commands/ListRepositoriesCommand.js +2 -14
- package/dist-es/commands/ListRepositoriesInDomainCommand.js +2 -14
- package/dist-es/commands/ListSubPackageGroupsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/PublishPackageVersionCommand.js +2 -14
- package/dist-es/commands/PutDomainPermissionsPolicyCommand.js +2 -14
- package/dist-es/commands/PutPackageOriginConfigurationCommand.js +2 -14
- package/dist-es/commands/PutRepositoryPermissionsPolicyCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdatePackageGroupCommand.js +2 -14
- package/dist-es/commands/UpdatePackageGroupOriginConfigurationCommand.js +2 -14
- package/dist-es/commands/UpdatePackageVersionsStatusCommand.js +2 -14
- package/dist-es/commands/UpdateRepositoryCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/AssociateExternalConnectionCommand.d.ts +3 -8
- package/dist-types/commands/CopyPackageVersionsCommand.d.ts +3 -8
- package/dist-types/commands/CreateDomainCommand.d.ts +3 -8
- package/dist-types/commands/CreatePackageGroupCommand.d.ts +3 -8
- package/dist-types/commands/CreateRepositoryCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDomainCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDomainPermissionsPolicyCommand.d.ts +3 -8
- package/dist-types/commands/DeletePackageCommand.d.ts +3 -8
- package/dist-types/commands/DeletePackageGroupCommand.d.ts +3 -8
- package/dist-types/commands/DeletePackageVersionsCommand.d.ts +3 -8
- package/dist-types/commands/DeleteRepositoryCommand.d.ts +3 -8
- package/dist-types/commands/DeleteRepositoryPermissionsPolicyCommand.d.ts +3 -8
- package/dist-types/commands/DescribeDomainCommand.d.ts +3 -8
- package/dist-types/commands/DescribePackageCommand.d.ts +3 -8
- package/dist-types/commands/DescribePackageGroupCommand.d.ts +3 -8
- package/dist-types/commands/DescribePackageVersionCommand.d.ts +3 -8
- package/dist-types/commands/DescribeRepositoryCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateExternalConnectionCommand.d.ts +3 -8
- package/dist-types/commands/DisposePackageVersionsCommand.d.ts +3 -8
- package/dist-types/commands/GetAssociatedPackageGroupCommand.d.ts +3 -8
- package/dist-types/commands/GetAuthorizationTokenCommand.d.ts +3 -8
- package/dist-types/commands/GetDomainPermissionsPolicyCommand.d.ts +3 -8
- package/dist-types/commands/GetPackageVersionAssetCommand.d.ts +3 -8
- package/dist-types/commands/GetPackageVersionReadmeCommand.d.ts +3 -8
- package/dist-types/commands/GetRepositoryEndpointCommand.d.ts +3 -8
- package/dist-types/commands/GetRepositoryPermissionsPolicyCommand.d.ts +3 -8
- package/dist-types/commands/ListAllowedRepositoriesForGroupCommand.d.ts +3 -8
- package/dist-types/commands/ListAssociatedPackagesCommand.d.ts +3 -8
- package/dist-types/commands/ListDomainsCommand.d.ts +3 -8
- package/dist-types/commands/ListPackageGroupsCommand.d.ts +3 -8
- package/dist-types/commands/ListPackageVersionAssetsCommand.d.ts +3 -8
- package/dist-types/commands/ListPackageVersionDependenciesCommand.d.ts +3 -8
- package/dist-types/commands/ListPackageVersionsCommand.d.ts +3 -8
- package/dist-types/commands/ListPackagesCommand.d.ts +3 -8
- package/dist-types/commands/ListRepositoriesCommand.d.ts +3 -8
- package/dist-types/commands/ListRepositoriesInDomainCommand.d.ts +3 -8
- package/dist-types/commands/ListSubPackageGroupsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/PublishPackageVersionCommand.d.ts +3 -8
- package/dist-types/commands/PutDomainPermissionsPolicyCommand.d.ts +3 -8
- package/dist-types/commands/PutPackageOriginConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/PutRepositoryPermissionsPolicyCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdatePackageGroupCommand.d.ts +3 -8
- package/dist-types/commands/UpdatePackageGroupOriginConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/UpdatePackageVersionsStatusCommand.d.ts +3 -8
- package/dist-types/commands/UpdateRepositoryCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/AssociateExternalConnectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CopyPackageVersionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreatePackageGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateRepositoryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDomainPermissionsPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeletePackageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeletePackageGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeletePackageVersionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteRepositoryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteRepositoryPermissionsPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeDomainCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribePackageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribePackageGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribePackageVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeRepositoryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateExternalConnectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisposePackageVersionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetAssociatedPackageGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetAuthorizationTokenCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDomainPermissionsPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetPackageVersionAssetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetPackageVersionReadmeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetRepositoryEndpointCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetRepositoryPermissionsPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAllowedRepositoriesForGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAssociatedPackagesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPackageGroupsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPackageVersionAssetsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPackageVersionDependenciesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPackageVersionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPackagesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListRepositoriesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListRepositoriesInDomainCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListSubPackageGroupsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PublishPackageVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutDomainPermissionsPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutPackageOriginConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutRepositoryPermissionsPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdatePackageGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdatePackageGroupOriginConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdatePackageVersionsStatusCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateRepositoryCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CopyPackageVersions$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CopyPackageVersionsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CodeArtifactControlPlaneService", "CopyPackageVersions", {})
|
|
13
|
-
.n("CodeartifactClient", "CopyPackageVersionsCommand")
|
|
14
|
-
.sc(CopyPackageVersions$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CopyPackageVersionsCommand extends command(_ep0, _mw0, "CopyPackageVersions", CopyPackageVersions$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateDomain$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateDomainCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CodeArtifactControlPlaneService", "CreateDomain", {})
|
|
13
|
-
.n("CodeartifactClient", "CreateDomainCommand")
|
|
14
|
-
.sc(CreateDomain$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateDomainCommand extends command(_ep0, _mw0, "CreateDomain", CreateDomain$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreatePackageGroup$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreatePackageGroupCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CodeArtifactControlPlaneService", "CreatePackageGroup", {})
|
|
13
|
-
.n("CodeartifactClient", "CreatePackageGroupCommand")
|
|
14
|
-
.sc(CreatePackageGroup$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreatePackageGroupCommand extends command(_ep0, _mw0, "CreatePackageGroup", CreatePackageGroup$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateRepository$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateRepositoryCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CodeArtifactControlPlaneService", "CreateRepository", {})
|
|
13
|
-
.n("CodeartifactClient", "CreateRepositoryCommand")
|
|
14
|
-
.sc(CreateRepository$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateRepositoryCommand extends command(_ep0, _mw0, "CreateRepository", CreateRepository$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteDomain$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteDomainCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CodeArtifactControlPlaneService", "DeleteDomain", {})
|
|
13
|
-
.n("CodeartifactClient", "DeleteDomainCommand")
|
|
14
|
-
.sc(DeleteDomain$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteDomainCommand extends command(_ep0, _mw0, "DeleteDomain", DeleteDomain$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteDomainPermissionsPolicy$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteDomainPermissionsPolicyCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CodeArtifactControlPlaneService", "DeleteDomainPermissionsPolicy", {})
|
|
13
|
-
.n("CodeartifactClient", "DeleteDomainPermissionsPolicyCommand")
|
|
14
|
-
.sc(DeleteDomainPermissionsPolicy$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteDomainPermissionsPolicyCommand extends command(_ep0, _mw0, "DeleteDomainPermissionsPolicy", DeleteDomainPermissionsPolicy$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeletePackage$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeletePackageCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CodeArtifactControlPlaneService", "DeletePackage", {})
|
|
13
|
-
.n("CodeartifactClient", "DeletePackageCommand")
|
|
14
|
-
.sc(DeletePackage$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeletePackageCommand extends command(_ep0, _mw0, "DeletePackage", DeletePackage$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeletePackageGroup$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeletePackageGroupCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CodeArtifactControlPlaneService", "DeletePackageGroup", {})
|
|
13
|
-
.n("CodeartifactClient", "DeletePackageGroupCommand")
|
|
14
|
-
.sc(DeletePackageGroup$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeletePackageGroupCommand extends command(_ep0, _mw0, "DeletePackageGroup", DeletePackageGroup$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeletePackageVersions$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeletePackageVersionsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CodeArtifactControlPlaneService", "DeletePackageVersions", {})
|
|
13
|
-
.n("CodeartifactClient", "DeletePackageVersionsCommand")
|
|
14
|
-
.sc(DeletePackageVersions$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeletePackageVersionsCommand extends command(_ep0, _mw0, "DeletePackageVersions", DeletePackageVersions$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteRepository$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteRepositoryCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CodeArtifactControlPlaneService", "DeleteRepository", {})
|
|
13
|
-
.n("CodeartifactClient", "DeleteRepositoryCommand")
|
|
14
|
-
.sc(DeleteRepository$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteRepositoryCommand extends command(_ep0, _mw0, "DeleteRepository", DeleteRepository$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteRepositoryPermissionsPolicy$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteRepositoryPermissionsPolicyCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CodeArtifactControlPlaneService", "DeleteRepositoryPermissionsPolicy", {})
|
|
13
|
-
.n("CodeartifactClient", "DeleteRepositoryPermissionsPolicyCommand")
|
|
14
|
-
.sc(DeleteRepositoryPermissionsPolicy$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteRepositoryPermissionsPolicyCommand extends command(_ep0, _mw0, "DeleteRepositoryPermissionsPolicy", DeleteRepositoryPermissionsPolicy$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeDomain$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeDomainCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CodeArtifactControlPlaneService", "DescribeDomain", {})
|
|
13
|
-
.n("CodeartifactClient", "DescribeDomainCommand")
|
|
14
|
-
.sc(DescribeDomain$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeDomainCommand extends command(_ep0, _mw0, "DescribeDomain", DescribeDomain$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribePackage$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribePackageCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CodeArtifactControlPlaneService", "DescribePackage", {})
|
|
13
|
-
.n("CodeartifactClient", "DescribePackageCommand")
|
|
14
|
-
.sc(DescribePackage$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribePackageCommand extends command(_ep0, _mw0, "DescribePackage", DescribePackage$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribePackageGroup$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribePackageGroupCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CodeArtifactControlPlaneService", "DescribePackageGroup", {})
|
|
13
|
-
.n("CodeartifactClient", "DescribePackageGroupCommand")
|
|
14
|
-
.sc(DescribePackageGroup$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribePackageGroupCommand extends command(_ep0, _mw0, "DescribePackageGroup", DescribePackageGroup$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribePackageVersion$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribePackageVersionCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CodeArtifactControlPlaneService", "DescribePackageVersion", {})
|
|
13
|
-
.n("CodeartifactClient", "DescribePackageVersionCommand")
|
|
14
|
-
.sc(DescribePackageVersion$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribePackageVersionCommand extends command(_ep0, _mw0, "DescribePackageVersion", DescribePackageVersion$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeRepository$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeRepositoryCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CodeArtifactControlPlaneService", "DescribeRepository", {})
|
|
13
|
-
.n("CodeartifactClient", "DescribeRepositoryCommand")
|
|
14
|
-
.sc(DescribeRepository$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeRepositoryCommand extends command(_ep0, _mw0, "DescribeRepository", DescribeRepository$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DisassociateExternalConnection$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DisassociateExternalConnectionCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CodeArtifactControlPlaneService", "DisassociateExternalConnection", {})
|
|
13
|
-
.n("CodeartifactClient", "DisassociateExternalConnectionCommand")
|
|
14
|
-
.sc(DisassociateExternalConnection$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DisassociateExternalConnectionCommand extends command(_ep0, _mw0, "DisassociateExternalConnection", DisassociateExternalConnection$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DisposePackageVersions$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DisposePackageVersionsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CodeArtifactControlPlaneService", "DisposePackageVersions", {})
|
|
13
|
-
.n("CodeartifactClient", "DisposePackageVersionsCommand")
|
|
14
|
-
.sc(DisposePackageVersions$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DisposePackageVersionsCommand extends command(_ep0, _mw0, "DisposePackageVersions", DisposePackageVersions$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetAssociatedPackageGroup$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetAssociatedPackageGroupCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CodeArtifactControlPlaneService", "GetAssociatedPackageGroup", {})
|
|
13
|
-
.n("CodeartifactClient", "GetAssociatedPackageGroupCommand")
|
|
14
|
-
.sc(GetAssociatedPackageGroup$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetAssociatedPackageGroupCommand extends command(_ep0, _mw0, "GetAssociatedPackageGroup", GetAssociatedPackageGroup$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetAuthorizationToken$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetAuthorizationTokenCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CodeArtifactControlPlaneService", "GetAuthorizationToken", {})
|
|
13
|
-
.n("CodeartifactClient", "GetAuthorizationTokenCommand")
|
|
14
|
-
.sc(GetAuthorizationToken$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetAuthorizationTokenCommand extends command(_ep0, _mw0, "GetAuthorizationToken", GetAuthorizationToken$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetDomainPermissionsPolicy$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetDomainPermissionsPolicyCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CodeArtifactControlPlaneService", "GetDomainPermissionsPolicy", {})
|
|
13
|
-
.n("CodeartifactClient", "GetDomainPermissionsPolicyCommand")
|
|
14
|
-
.sc(GetDomainPermissionsPolicy$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetDomainPermissionsPolicyCommand extends command(_ep0, _mw0, "GetDomainPermissionsPolicy", GetDomainPermissionsPolicy$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetPackageVersionAsset$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetPackageVersionAssetCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CodeArtifactControlPlaneService", "GetPackageVersionAsset", {})
|
|
13
|
-
.n("CodeartifactClient", "GetPackageVersionAssetCommand")
|
|
14
|
-
.sc(GetPackageVersionAsset$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetPackageVersionAssetCommand extends command(_ep0, _mw0, "GetPackageVersionAsset", GetPackageVersionAsset$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetPackageVersionReadme$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetPackageVersionReadmeCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CodeArtifactControlPlaneService", "GetPackageVersionReadme", {})
|
|
13
|
-
.n("CodeartifactClient", "GetPackageVersionReadmeCommand")
|
|
14
|
-
.sc(GetPackageVersionReadme$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetPackageVersionReadmeCommand extends command(_ep0, _mw0, "GetPackageVersionReadme", GetPackageVersionReadme$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetRepositoryEndpoint$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetRepositoryEndpointCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CodeArtifactControlPlaneService", "GetRepositoryEndpoint", {})
|
|
13
|
-
.n("CodeartifactClient", "GetRepositoryEndpointCommand")
|
|
14
|
-
.sc(GetRepositoryEndpoint$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetRepositoryEndpointCommand extends command(_ep0, _mw0, "GetRepositoryEndpoint", GetRepositoryEndpoint$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetRepositoryPermissionsPolicy$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetRepositoryPermissionsPolicyCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CodeArtifactControlPlaneService", "GetRepositoryPermissionsPolicy", {})
|
|
13
|
-
.n("CodeartifactClient", "GetRepositoryPermissionsPolicyCommand")
|
|
14
|
-
.sc(GetRepositoryPermissionsPolicy$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetRepositoryPermissionsPolicyCommand extends command(_ep0, _mw0, "GetRepositoryPermissionsPolicy", GetRepositoryPermissionsPolicy$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListAllowedRepositoriesForGroup$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListAllowedRepositoriesForGroupCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CodeArtifactControlPlaneService", "ListAllowedRepositoriesForGroup", {})
|
|
13
|
-
.n("CodeartifactClient", "ListAllowedRepositoriesForGroupCommand")
|
|
14
|
-
.sc(ListAllowedRepositoriesForGroup$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListAllowedRepositoriesForGroupCommand extends command(_ep0, _mw0, "ListAllowedRepositoriesForGroup", ListAllowedRepositoriesForGroup$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListAssociatedPackages$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListAssociatedPackagesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CodeArtifactControlPlaneService", "ListAssociatedPackages", {})
|
|
13
|
-
.n("CodeartifactClient", "ListAssociatedPackagesCommand")
|
|
14
|
-
.sc(ListAssociatedPackages$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListAssociatedPackagesCommand extends command(_ep0, _mw0, "ListAssociatedPackages", ListAssociatedPackages$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListDomains$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListDomainsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CodeArtifactControlPlaneService", "ListDomains", {})
|
|
13
|
-
.n("CodeartifactClient", "ListDomainsCommand")
|
|
14
|
-
.sc(ListDomains$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListDomainsCommand extends command(_ep0, _mw0, "ListDomains", ListDomains$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListPackageGroups$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListPackageGroupsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CodeArtifactControlPlaneService", "ListPackageGroups", {})
|
|
13
|
-
.n("CodeartifactClient", "ListPackageGroupsCommand")
|
|
14
|
-
.sc(ListPackageGroups$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListPackageGroupsCommand extends command(_ep0, _mw0, "ListPackageGroups", ListPackageGroups$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListPackageVersionAssets$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListPackageVersionAssetsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CodeArtifactControlPlaneService", "ListPackageVersionAssets", {})
|
|
13
|
-
.n("CodeartifactClient", "ListPackageVersionAssetsCommand")
|
|
14
|
-
.sc(ListPackageVersionAssets$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListPackageVersionAssetsCommand extends command(_ep0, _mw0, "ListPackageVersionAssets", ListPackageVersionAssets$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListPackageVersionDependencies$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListPackageVersionDependenciesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CodeArtifactControlPlaneService", "ListPackageVersionDependencies", {})
|
|
13
|
-
.n("CodeartifactClient", "ListPackageVersionDependenciesCommand")
|
|
14
|
-
.sc(ListPackageVersionDependencies$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListPackageVersionDependenciesCommand extends command(_ep0, _mw0, "ListPackageVersionDependencies", ListPackageVersionDependencies$) {
|
|
16
4
|
}
|