@aws-sdk/client-codeartifact 3.490.0 → 3.495.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/Codeartifact.js +1 -87
- package/dist-cjs/CodeartifactClient.js +1 -43
- package/dist-cjs/commands/AssociateExternalConnectionCommand.js +1 -28
- package/dist-cjs/commands/CopyPackageVersionsCommand.js +1 -28
- package/dist-cjs/commands/CreateDomainCommand.js +1 -28
- package/dist-cjs/commands/CreateRepositoryCommand.js +1 -28
- package/dist-cjs/commands/DeleteDomainCommand.js +1 -28
- package/dist-cjs/commands/DeleteDomainPermissionsPolicyCommand.js +1 -28
- package/dist-cjs/commands/DeletePackageCommand.js +1 -28
- package/dist-cjs/commands/DeletePackageVersionsCommand.js +1 -28
- package/dist-cjs/commands/DeleteRepositoryCommand.js +1 -28
- package/dist-cjs/commands/DeleteRepositoryPermissionsPolicyCommand.js +1 -28
- package/dist-cjs/commands/DescribeDomainCommand.js +1 -28
- package/dist-cjs/commands/DescribePackageCommand.js +1 -28
- package/dist-cjs/commands/DescribePackageVersionCommand.js +1 -28
- package/dist-cjs/commands/DescribeRepositoryCommand.js +1 -28
- package/dist-cjs/commands/DisassociateExternalConnectionCommand.js +1 -28
- package/dist-cjs/commands/DisposePackageVersionsCommand.js +1 -28
- package/dist-cjs/commands/GetAuthorizationTokenCommand.js +1 -28
- package/dist-cjs/commands/GetDomainPermissionsPolicyCommand.js +1 -28
- package/dist-cjs/commands/GetPackageVersionAssetCommand.js +1 -29
- package/dist-cjs/commands/GetPackageVersionReadmeCommand.js +1 -28
- package/dist-cjs/commands/GetRepositoryEndpointCommand.js +1 -28
- package/dist-cjs/commands/GetRepositoryPermissionsPolicyCommand.js +1 -28
- package/dist-cjs/commands/ListDomainsCommand.js +1 -28
- package/dist-cjs/commands/ListPackageVersionAssetsCommand.js +1 -28
- package/dist-cjs/commands/ListPackageVersionDependenciesCommand.js +1 -28
- package/dist-cjs/commands/ListPackageVersionsCommand.js +1 -28
- package/dist-cjs/commands/ListPackagesCommand.js +1 -28
- package/dist-cjs/commands/ListRepositoriesCommand.js +1 -28
- package/dist-cjs/commands/ListRepositoriesInDomainCommand.js +1 -28
- package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
- package/dist-cjs/commands/PublishPackageVersionCommand.js +1 -29
- package/dist-cjs/commands/PutDomainPermissionsPolicyCommand.js +1 -28
- package/dist-cjs/commands/PutPackageOriginConfigurationCommand.js +1 -28
- package/dist-cjs/commands/PutRepositoryPermissionsPolicyCommand.js +1 -28
- package/dist-cjs/commands/TagResourceCommand.js +1 -28
- package/dist-cjs/commands/UntagResourceCommand.js +1 -28
- package/dist-cjs/commands/UpdatePackageVersionsStatusCommand.js +1 -28
- package/dist-cjs/commands/UpdateRepositoryCommand.js +1 -28
- package/dist-cjs/commands/index.js +1 -41
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +3941 -11
- package/dist-cjs/models/CodeartifactServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -178
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/ListDomainsPaginator.js +1 -7
- package/dist-cjs/pagination/ListPackageVersionAssetsPaginator.js +1 -7
- package/dist-cjs/pagination/ListPackageVersionsPaginator.js +1 -7
- package/dist-cjs/pagination/ListPackagesPaginator.js +1 -7
- package/dist-cjs/pagination/ListRepositoriesInDomainPaginator.js +1 -7
- package/dist-cjs/pagination/ListRepositoriesPaginator.js +1 -7
- package/dist-cjs/pagination/index.js +1 -10
- package/dist-cjs/protocols/Aws_restJson1.js +1 -2810
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/package.json +41 -41
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateRepositoryCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class UpdateRepositoryCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("CodeArtifactControlPlaneService", "UpdateRepository", {})
|
|
22
|
-
.n("CodeartifactClient", "UpdateRepositoryCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_UpdateRepositoryCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_UpdateRepositoryCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateRepositoryCommand = UpdateRepositoryCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,41 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./AssociateExternalConnectionCommand"), exports);
|
|
5
|
-
tslib_1.__exportStar(require("./CopyPackageVersionsCommand"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./CreateDomainCommand"), exports);
|
|
7
|
-
tslib_1.__exportStar(require("./CreateRepositoryCommand"), exports);
|
|
8
|
-
tslib_1.__exportStar(require("./DeleteDomainCommand"), exports);
|
|
9
|
-
tslib_1.__exportStar(require("./DeleteDomainPermissionsPolicyCommand"), exports);
|
|
10
|
-
tslib_1.__exportStar(require("./DeletePackageCommand"), exports);
|
|
11
|
-
tslib_1.__exportStar(require("./DeletePackageVersionsCommand"), exports);
|
|
12
|
-
tslib_1.__exportStar(require("./DeleteRepositoryCommand"), exports);
|
|
13
|
-
tslib_1.__exportStar(require("./DeleteRepositoryPermissionsPolicyCommand"), exports);
|
|
14
|
-
tslib_1.__exportStar(require("./DescribeDomainCommand"), exports);
|
|
15
|
-
tslib_1.__exportStar(require("./DescribePackageCommand"), exports);
|
|
16
|
-
tslib_1.__exportStar(require("./DescribePackageVersionCommand"), exports);
|
|
17
|
-
tslib_1.__exportStar(require("./DescribeRepositoryCommand"), exports);
|
|
18
|
-
tslib_1.__exportStar(require("./DisassociateExternalConnectionCommand"), exports);
|
|
19
|
-
tslib_1.__exportStar(require("./DisposePackageVersionsCommand"), exports);
|
|
20
|
-
tslib_1.__exportStar(require("./GetAuthorizationTokenCommand"), exports);
|
|
21
|
-
tslib_1.__exportStar(require("./GetDomainPermissionsPolicyCommand"), exports);
|
|
22
|
-
tslib_1.__exportStar(require("./GetPackageVersionAssetCommand"), exports);
|
|
23
|
-
tslib_1.__exportStar(require("./GetPackageVersionReadmeCommand"), exports);
|
|
24
|
-
tslib_1.__exportStar(require("./GetRepositoryEndpointCommand"), exports);
|
|
25
|
-
tslib_1.__exportStar(require("./GetRepositoryPermissionsPolicyCommand"), exports);
|
|
26
|
-
tslib_1.__exportStar(require("./ListDomainsCommand"), exports);
|
|
27
|
-
tslib_1.__exportStar(require("./ListPackageVersionAssetsCommand"), exports);
|
|
28
|
-
tslib_1.__exportStar(require("./ListPackageVersionDependenciesCommand"), exports);
|
|
29
|
-
tslib_1.__exportStar(require("./ListPackageVersionsCommand"), exports);
|
|
30
|
-
tslib_1.__exportStar(require("./ListPackagesCommand"), exports);
|
|
31
|
-
tslib_1.__exportStar(require("./ListRepositoriesCommand"), exports);
|
|
32
|
-
tslib_1.__exportStar(require("./ListRepositoriesInDomainCommand"), exports);
|
|
33
|
-
tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
|
|
34
|
-
tslib_1.__exportStar(require("./PublishPackageVersionCommand"), exports);
|
|
35
|
-
tslib_1.__exportStar(require("./PutDomainPermissionsPolicyCommand"), exports);
|
|
36
|
-
tslib_1.__exportStar(require("./PutPackageOriginConfigurationCommand"), exports);
|
|
37
|
-
tslib_1.__exportStar(require("./PutRepositoryPermissionsPolicyCommand"), exports);
|
|
38
|
-
tslib_1.__exportStar(require("./TagResourceCommand"), exports);
|
|
39
|
-
tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
|
|
40
|
-
tslib_1.__exportStar(require("./UpdatePackageVersionsStatusCommand"), exports);
|
|
41
|
-
tslib_1.__exportStar(require("./UpdateRepositoryCommand"), exports);
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,18 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.commonParams = exports.resolveClientEndpointParameters = void 0;
|
|
4
|
-
const resolveClientEndpointParameters = (options) => {
|
|
5
|
-
return {
|
|
6
|
-
...options,
|
|
7
|
-
useDualstackEndpoint: options.useDualstackEndpoint ?? false,
|
|
8
|
-
useFipsEndpoint: options.useFipsEndpoint ?? false,
|
|
9
|
-
defaultSigningName: "codeartifact",
|
|
10
|
-
};
|
|
11
|
-
};
|
|
12
|
-
exports.resolveClientEndpointParameters = resolveClientEndpointParameters;
|
|
13
|
-
exports.commonParams = {
|
|
14
|
-
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
15
|
-
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
16
|
-
Region: { type: "builtInParams", name: "region" },
|
|
17
|
-
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
18
|
-
};
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
module.exports = require("./index.js");
|