@aws-sdk/client-codeartifact 3.128.0 → 3.137.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +35 -0
- package/README.md +10 -0
- package/dist-cjs/Codeartifact.js +30 -0
- package/dist-cjs/commands/AssociateExternalConnectionCommand.js +2 -2
- package/dist-cjs/commands/CopyPackageVersionsCommand.js +2 -2
- package/dist-cjs/commands/CreateDomainCommand.js +2 -2
- package/dist-cjs/commands/CreateRepositoryCommand.js +2 -2
- package/dist-cjs/commands/DeleteDomainCommand.js +2 -2
- package/dist-cjs/commands/DeleteDomainPermissionsPolicyCommand.js +2 -2
- package/dist-cjs/commands/DeletePackageVersionsCommand.js +2 -2
- package/dist-cjs/commands/DeleteRepositoryCommand.js +2 -2
- package/dist-cjs/commands/DeleteRepositoryPermissionsPolicyCommand.js +2 -2
- package/dist-cjs/commands/DescribeDomainCommand.js +2 -2
- package/dist-cjs/commands/DescribePackageCommand.js +36 -0
- package/dist-cjs/commands/DescribePackageVersionCommand.js +2 -2
- package/dist-cjs/commands/DescribeRepositoryCommand.js +2 -2
- package/dist-cjs/commands/DisassociateExternalConnectionCommand.js +2 -2
- package/dist-cjs/commands/DisposePackageVersionsCommand.js +2 -2
- package/dist-cjs/commands/GetAuthorizationTokenCommand.js +2 -2
- package/dist-cjs/commands/GetDomainPermissionsPolicyCommand.js +2 -2
- package/dist-cjs/commands/GetPackageVersionAssetCommand.js +2 -2
- package/dist-cjs/commands/GetPackageVersionReadmeCommand.js +2 -2
- package/dist-cjs/commands/GetRepositoryEndpointCommand.js +2 -2
- package/dist-cjs/commands/GetRepositoryPermissionsPolicyCommand.js +2 -2
- package/dist-cjs/commands/ListDomainsCommand.js +2 -2
- package/dist-cjs/commands/ListPackageVersionAssetsCommand.js +2 -2
- package/dist-cjs/commands/ListPackageVersionDependenciesCommand.js +2 -2
- package/dist-cjs/commands/ListPackageVersionsCommand.js +2 -2
- package/dist-cjs/commands/ListPackagesCommand.js +2 -2
- package/dist-cjs/commands/ListRepositoriesCommand.js +2 -2
- package/dist-cjs/commands/ListRepositoriesInDomainCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/PutDomainPermissionsPolicyCommand.js +2 -2
- package/dist-cjs/commands/PutPackageOriginConfigurationCommand.js +36 -0
- package/dist-cjs/commands/PutRepositoryPermissionsPolicyCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdatePackageVersionsStatusCommand.js +2 -2
- package/dist-cjs/commands/UpdateRepositoryCommand.js +2 -2
- package/dist-cjs/commands/index.js +2 -0
- package/dist-cjs/models/models_0.js +395 -513
- package/dist-cjs/protocols/Aws_restJson1.js +213 -2
- package/dist-es/Codeartifact.js +30 -0
- package/dist-es/commands/AssociateExternalConnectionCommand.js +3 -3
- package/dist-es/commands/CopyPackageVersionsCommand.js +3 -3
- package/dist-es/commands/CreateDomainCommand.js +3 -3
- package/dist-es/commands/CreateRepositoryCommand.js +3 -3
- package/dist-es/commands/DeleteDomainCommand.js +3 -3
- package/dist-es/commands/DeleteDomainPermissionsPolicyCommand.js +3 -3
- package/dist-es/commands/DeletePackageVersionsCommand.js +3 -3
- package/dist-es/commands/DeleteRepositoryCommand.js +3 -3
- package/dist-es/commands/DeleteRepositoryPermissionsPolicyCommand.js +3 -3
- package/dist-es/commands/DescribeDomainCommand.js +3 -3
- package/dist-es/commands/DescribePackageCommand.js +39 -0
- package/dist-es/commands/DescribePackageVersionCommand.js +3 -3
- package/dist-es/commands/DescribeRepositoryCommand.js +3 -3
- package/dist-es/commands/DisassociateExternalConnectionCommand.js +3 -3
- package/dist-es/commands/DisposePackageVersionsCommand.js +3 -3
- package/dist-es/commands/GetAuthorizationTokenCommand.js +3 -3
- package/dist-es/commands/GetDomainPermissionsPolicyCommand.js +3 -3
- package/dist-es/commands/GetPackageVersionAssetCommand.js +3 -3
- package/dist-es/commands/GetPackageVersionReadmeCommand.js +3 -3
- package/dist-es/commands/GetRepositoryEndpointCommand.js +3 -3
- package/dist-es/commands/GetRepositoryPermissionsPolicyCommand.js +3 -3
- package/dist-es/commands/ListDomainsCommand.js +3 -3
- package/dist-es/commands/ListPackageVersionAssetsCommand.js +3 -3
- package/dist-es/commands/ListPackageVersionDependenciesCommand.js +3 -3
- package/dist-es/commands/ListPackageVersionsCommand.js +3 -3
- package/dist-es/commands/ListPackagesCommand.js +3 -3
- package/dist-es/commands/ListRepositoriesCommand.js +3 -3
- package/dist-es/commands/ListRepositoriesInDomainCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/PutDomainPermissionsPolicyCommand.js +3 -3
- package/dist-es/commands/PutPackageOriginConfigurationCommand.js +39 -0
- package/dist-es/commands/PutRepositoryPermissionsPolicyCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdatePackageVersionsStatusCommand.js +3 -3
- package/dist-es/commands/UpdateRepositoryCommand.js +3 -3
- package/dist-es/commands/index.js +2 -0
- package/dist-es/models/models_0.js +110 -340
- package/dist-es/protocols/Aws_restJson1.js +247 -2
- package/dist-types/Codeartifact.d.ts +37 -1
- package/dist-types/CodeartifactClient.d.ts +14 -2
- package/dist-types/commands/DescribePackageCommand.d.ts +37 -0
- package/dist-types/commands/GetPackageVersionReadmeCommand.d.ts +3 -1
- package/dist-types/commands/PutPackageOriginConfigurationCommand.d.ts +43 -0
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +770 -669
- package/dist-types/protocols/Aws_restJson1.d.ts +6 -0
- package/dist-types/ts3.4/Codeartifact.d.ts +10 -0
- package/dist-types/ts3.4/CodeartifactClient.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribePackageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutPackageOriginConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +276 -328
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +6 -0
- package/package.json +9 -9
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DescribePackageVersionRequestFilterSensitiveLog, DescribePackageVersionResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DescribePackageVersionCommand, serializeAws_restJson1DescribePackageVersionCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DescribePackageVersionCommand = (function (_super) {
|
|
7
7
|
__extends(DescribePackageVersionCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribePackageVersionCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribePackageVersionRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribePackageVersionResultFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DescribeRepositoryRequestFilterSensitiveLog, DescribeRepositoryResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DescribeRepositoryCommand, serializeAws_restJson1DescribeRepositoryCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DescribeRepositoryCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeRepositoryCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeRepositoryCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeRepositoryRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeRepositoryResultFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DisassociateExternalConnectionRequestFilterSensitiveLog, DisassociateExternalConnectionResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DisassociateExternalConnectionCommand, serializeAws_restJson1DisassociateExternalConnectionCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DisassociateExternalConnectionCommand = (function (_super) {
|
|
7
7
|
__extends(DisassociateExternalConnectionCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DisassociateExternalConnectionCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DisassociateExternalConnectionRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DisassociateExternalConnectionResultFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DisposePackageVersionsRequestFilterSensitiveLog, DisposePackageVersionsResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DisposePackageVersionsCommand, serializeAws_restJson1DisposePackageVersionsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DisposePackageVersionsCommand = (function (_super) {
|
|
7
7
|
__extends(DisposePackageVersionsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DisposePackageVersionsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DisposePackageVersionsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DisposePackageVersionsResultFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { GetAuthorizationTokenRequestFilterSensitiveLog, GetAuthorizationTokenResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1GetAuthorizationTokenCommand, serializeAws_restJson1GetAuthorizationTokenCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var GetAuthorizationTokenCommand = (function (_super) {
|
|
7
7
|
__extends(GetAuthorizationTokenCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetAuthorizationTokenCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetAuthorizationTokenRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetAuthorizationTokenResultFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { GetDomainPermissionsPolicyRequestFilterSensitiveLog, GetDomainPermissionsPolicyResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1GetDomainPermissionsPolicyCommand, serializeAws_restJson1GetDomainPermissionsPolicyCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var GetDomainPermissionsPolicyCommand = (function (_super) {
|
|
7
7
|
__extends(GetDomainPermissionsPolicyCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetDomainPermissionsPolicyCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetDomainPermissionsPolicyRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetDomainPermissionsPolicyResultFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { GetPackageVersionAssetRequestFilterSensitiveLog, GetPackageVersionAssetResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1GetPackageVersionAssetCommand, serializeAws_restJson1GetPackageVersionAssetCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var GetPackageVersionAssetCommand = (function (_super) {
|
|
7
7
|
__extends(GetPackageVersionAssetCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetPackageVersionAssetCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetPackageVersionAssetRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetPackageVersionAssetResultFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { GetPackageVersionReadmeRequestFilterSensitiveLog, GetPackageVersionReadmeResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1GetPackageVersionReadmeCommand, serializeAws_restJson1GetPackageVersionReadmeCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var GetPackageVersionReadmeCommand = (function (_super) {
|
|
7
7
|
__extends(GetPackageVersionReadmeCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetPackageVersionReadmeCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetPackageVersionReadmeRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetPackageVersionReadmeResultFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { GetRepositoryEndpointRequestFilterSensitiveLog, GetRepositoryEndpointResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1GetRepositoryEndpointCommand, serializeAws_restJson1GetRepositoryEndpointCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var GetRepositoryEndpointCommand = (function (_super) {
|
|
7
7
|
__extends(GetRepositoryEndpointCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetRepositoryEndpointCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetRepositoryEndpointRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetRepositoryEndpointResultFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { GetRepositoryPermissionsPolicyRequestFilterSensitiveLog, GetRepositoryPermissionsPolicyResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1GetRepositoryPermissionsPolicyCommand, serializeAws_restJson1GetRepositoryPermissionsPolicyCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var GetRepositoryPermissionsPolicyCommand = (function (_super) {
|
|
7
7
|
__extends(GetRepositoryPermissionsPolicyCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetRepositoryPermissionsPolicyCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetRepositoryPermissionsPolicyRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetRepositoryPermissionsPolicyResultFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListDomainsRequestFilterSensitiveLog, ListDomainsResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListDomainsCommand, serializeAws_restJson1ListDomainsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListDomainsCommand = (function (_super) {
|
|
7
7
|
__extends(ListDomainsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListDomainsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListDomainsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListDomainsResultFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListPackageVersionAssetsRequestFilterSensitiveLog, ListPackageVersionAssetsResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListPackageVersionAssetsCommand, serializeAws_restJson1ListPackageVersionAssetsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListPackageVersionAssetsCommand = (function (_super) {
|
|
7
7
|
__extends(ListPackageVersionAssetsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListPackageVersionAssetsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListPackageVersionAssetsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListPackageVersionAssetsResultFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListPackageVersionDependenciesRequestFilterSensitiveLog, ListPackageVersionDependenciesResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListPackageVersionDependenciesCommand, serializeAws_restJson1ListPackageVersionDependenciesCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListPackageVersionDependenciesCommand = (function (_super) {
|
|
7
7
|
__extends(ListPackageVersionDependenciesCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListPackageVersionDependenciesCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListPackageVersionDependenciesRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListPackageVersionDependenciesResultFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListPackageVersionsRequestFilterSensitiveLog, ListPackageVersionsResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListPackageVersionsCommand, serializeAws_restJson1ListPackageVersionsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListPackageVersionsCommand = (function (_super) {
|
|
7
7
|
__extends(ListPackageVersionsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListPackageVersionsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListPackageVersionsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListPackageVersionsResultFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListPackagesRequestFilterSensitiveLog, ListPackagesResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListPackagesCommand, serializeAws_restJson1ListPackagesCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListPackagesCommand = (function (_super) {
|
|
7
7
|
__extends(ListPackagesCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListPackagesCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListPackagesRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListPackagesResultFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListRepositoriesRequestFilterSensitiveLog, ListRepositoriesResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListRepositoriesCommand, serializeAws_restJson1ListRepositoriesCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListRepositoriesCommand = (function (_super) {
|
|
7
7
|
__extends(ListRepositoriesCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListRepositoriesCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListRepositoriesRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListRepositoriesResultFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListRepositoriesInDomainRequestFilterSensitiveLog, ListRepositoriesInDomainResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListRepositoriesInDomainCommand, serializeAws_restJson1ListRepositoriesInDomainCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListRepositoriesInDomainCommand = (function (_super) {
|
|
7
7
|
__extends(ListRepositoriesInDomainCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListRepositoriesInDomainCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListRepositoriesInDomainRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListRepositoriesInDomainResultFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListTagsForResourceRequestFilterSensitiveLog, ListTagsForResourceResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListTagsForResourceCommand, serializeAws_restJson1ListTagsForResourceCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListTagsForResourceCommand = (function (_super) {
|
|
7
7
|
__extends(ListTagsForResourceCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListTagsForResourceCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListTagsForResourceRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListTagsForResourceResultFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { PutDomainPermissionsPolicyRequestFilterSensitiveLog, PutDomainPermissionsPolicyResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1PutDomainPermissionsPolicyCommand, serializeAws_restJson1PutDomainPermissionsPolicyCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var PutDomainPermissionsPolicyCommand = (function (_super) {
|
|
7
7
|
__extends(PutDomainPermissionsPolicyCommand, _super);
|
|
@@ -20,8 +20,8 @@ var PutDomainPermissionsPolicyCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: PutDomainPermissionsPolicyRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: PutDomainPermissionsPolicyResultFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { PutPackageOriginConfigurationRequestFilterSensitiveLog, PutPackageOriginConfigurationResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1PutPackageOriginConfigurationCommand, serializeAws_restJson1PutPackageOriginConfigurationCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var PutPackageOriginConfigurationCommand = (function (_super) {
|
|
7
|
+
__extends(PutPackageOriginConfigurationCommand, _super);
|
|
8
|
+
function PutPackageOriginConfigurationCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
PutPackageOriginConfigurationCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "CodeartifactClient";
|
|
18
|
+
var commandName = "PutPackageOriginConfigurationCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: PutPackageOriginConfigurationRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: PutPackageOriginConfigurationResultFilterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
PutPackageOriginConfigurationCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_restJson1PutPackageOriginConfigurationCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
PutPackageOriginConfigurationCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_restJson1PutPackageOriginConfigurationCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return PutPackageOriginConfigurationCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { PutPackageOriginConfigurationCommand };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { PutRepositoryPermissionsPolicyRequestFilterSensitiveLog, PutRepositoryPermissionsPolicyResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1PutRepositoryPermissionsPolicyCommand, serializeAws_restJson1PutRepositoryPermissionsPolicyCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var PutRepositoryPermissionsPolicyCommand = (function (_super) {
|
|
7
7
|
__extends(PutRepositoryPermissionsPolicyCommand, _super);
|
|
@@ -20,8 +20,8 @@ var PutRepositoryPermissionsPolicyCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: PutRepositoryPermissionsPolicyRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: PutRepositoryPermissionsPolicyResultFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { TagResourceRequestFilterSensitiveLog, TagResourceResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1TagResourceCommand, serializeAws_restJson1TagResourceCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var TagResourceCommand = (function (_super) {
|
|
7
7
|
__extends(TagResourceCommand, _super);
|
|
@@ -20,8 +20,8 @@ var TagResourceCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: TagResourceRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: TagResourceResultFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { UntagResourceRequestFilterSensitiveLog, UntagResourceResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1UntagResourceCommand, serializeAws_restJson1UntagResourceCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var UntagResourceCommand = (function (_super) {
|
|
7
7
|
__extends(UntagResourceCommand, _super);
|
|
@@ -20,8 +20,8 @@ var UntagResourceCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: UntagResourceRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: UntagResourceResultFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { UpdatePackageVersionsStatusRequestFilterSensitiveLog, UpdatePackageVersionsStatusResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1UpdatePackageVersionsStatusCommand, serializeAws_restJson1UpdatePackageVersionsStatusCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var UpdatePackageVersionsStatusCommand = (function (_super) {
|
|
7
7
|
__extends(UpdatePackageVersionsStatusCommand, _super);
|
|
@@ -20,8 +20,8 @@ var UpdatePackageVersionsStatusCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: UpdatePackageVersionsStatusRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: UpdatePackageVersionsStatusResultFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { UpdateRepositoryRequestFilterSensitiveLog, UpdateRepositoryResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1UpdateRepositoryCommand, serializeAws_restJson1UpdateRepositoryCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var UpdateRepositoryCommand = (function (_super) {
|
|
7
7
|
__extends(UpdateRepositoryCommand, _super);
|
|
@@ -20,8 +20,8 @@ var UpdateRepositoryCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: UpdateRepositoryRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: UpdateRepositoryResultFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -8,6 +8,7 @@ export * from "./DeletePackageVersionsCommand";
|
|
|
8
8
|
export * from "./DeleteRepositoryCommand";
|
|
9
9
|
export * from "./DeleteRepositoryPermissionsPolicyCommand";
|
|
10
10
|
export * from "./DescribeDomainCommand";
|
|
11
|
+
export * from "./DescribePackageCommand";
|
|
11
12
|
export * from "./DescribePackageVersionCommand";
|
|
12
13
|
export * from "./DescribeRepositoryCommand";
|
|
13
14
|
export * from "./DisassociateExternalConnectionCommand";
|
|
@@ -27,6 +28,7 @@ export * from "./ListRepositoriesCommand";
|
|
|
27
28
|
export * from "./ListRepositoriesInDomainCommand";
|
|
28
29
|
export * from "./ListTagsForResourceCommand";
|
|
29
30
|
export * from "./PutDomainPermissionsPolicyCommand";
|
|
31
|
+
export * from "./PutPackageOriginConfigurationCommand";
|
|
30
32
|
export * from "./PutRepositoryPermissionsPolicyCommand";
|
|
31
33
|
export * from "./TagResourceCommand";
|
|
32
34
|
export * from "./UntagResourceCommand";
|