@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
package/dist-cjs/index.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
|
|
2
2
|
const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
|
|
3
|
-
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client,
|
|
4
|
-
|
|
3
|
+
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createAggregatedClient } = require("@smithy/core/client");
|
|
4
|
+
const { Command: $Command } = require("@smithy/core/client");
|
|
5
|
+
exports.$Command = $Command;
|
|
5
6
|
exports.__Client = Client;
|
|
6
7
|
const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
|
|
7
8
|
const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
|
|
@@ -68,7 +69,7 @@ const commonParams = {
|
|
|
68
69
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
69
70
|
};
|
|
70
71
|
|
|
71
|
-
var version = "3.
|
|
72
|
+
var version = "3.1077.0";
|
|
72
73
|
var packageInfo = {
|
|
73
74
|
version: version};
|
|
74
75
|
|
|
@@ -1598,580 +1599,152 @@ class CodeartifactClient extends Client {
|
|
|
1598
1599
|
}
|
|
1599
1600
|
}
|
|
1600
1601
|
|
|
1601
|
-
|
|
1602
|
-
|
|
1603
|
-
|
|
1604
|
-
|
|
1605
|
-
|
|
1606
|
-
})
|
|
1607
|
-
.s("CodeArtifactControlPlaneService", "AssociateExternalConnection", {})
|
|
1608
|
-
.n("CodeartifactClient", "AssociateExternalConnectionCommand")
|
|
1609
|
-
.sc(AssociateExternalConnection$)
|
|
1610
|
-
.build() {
|
|
1602
|
+
const command = makeBuilder(commonParams, "CodeArtifactControlPlaneService", "CodeartifactClient", getEndpointPlugin);
|
|
1603
|
+
const _ep0 = {};
|
|
1604
|
+
const _mw0 = (Command, cs, config, o) => [];
|
|
1605
|
+
|
|
1606
|
+
class AssociateExternalConnectionCommand extends command(_ep0, _mw0, "AssociateExternalConnection", AssociateExternalConnection$) {
|
|
1611
1607
|
}
|
|
1612
1608
|
|
|
1613
|
-
class CopyPackageVersionsCommand extends
|
|
1614
|
-
.classBuilder()
|
|
1615
|
-
.ep(commonParams)
|
|
1616
|
-
.m(function (Command, cs, config, o) {
|
|
1617
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1618
|
-
})
|
|
1619
|
-
.s("CodeArtifactControlPlaneService", "CopyPackageVersions", {})
|
|
1620
|
-
.n("CodeartifactClient", "CopyPackageVersionsCommand")
|
|
1621
|
-
.sc(CopyPackageVersions$)
|
|
1622
|
-
.build() {
|
|
1609
|
+
class CopyPackageVersionsCommand extends command(_ep0, _mw0, "CopyPackageVersions", CopyPackageVersions$) {
|
|
1623
1610
|
}
|
|
1624
1611
|
|
|
1625
|
-
class CreateDomainCommand extends
|
|
1626
|
-
.classBuilder()
|
|
1627
|
-
.ep(commonParams)
|
|
1628
|
-
.m(function (Command, cs, config, o) {
|
|
1629
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1630
|
-
})
|
|
1631
|
-
.s("CodeArtifactControlPlaneService", "CreateDomain", {})
|
|
1632
|
-
.n("CodeartifactClient", "CreateDomainCommand")
|
|
1633
|
-
.sc(CreateDomain$)
|
|
1634
|
-
.build() {
|
|
1612
|
+
class CreateDomainCommand extends command(_ep0, _mw0, "CreateDomain", CreateDomain$) {
|
|
1635
1613
|
}
|
|
1636
1614
|
|
|
1637
|
-
class CreatePackageGroupCommand extends
|
|
1638
|
-
.classBuilder()
|
|
1639
|
-
.ep(commonParams)
|
|
1640
|
-
.m(function (Command, cs, config, o) {
|
|
1641
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1642
|
-
})
|
|
1643
|
-
.s("CodeArtifactControlPlaneService", "CreatePackageGroup", {})
|
|
1644
|
-
.n("CodeartifactClient", "CreatePackageGroupCommand")
|
|
1645
|
-
.sc(CreatePackageGroup$)
|
|
1646
|
-
.build() {
|
|
1615
|
+
class CreatePackageGroupCommand extends command(_ep0, _mw0, "CreatePackageGroup", CreatePackageGroup$) {
|
|
1647
1616
|
}
|
|
1648
1617
|
|
|
1649
|
-
class CreateRepositoryCommand extends
|
|
1650
|
-
.classBuilder()
|
|
1651
|
-
.ep(commonParams)
|
|
1652
|
-
.m(function (Command, cs, config, o) {
|
|
1653
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1654
|
-
})
|
|
1655
|
-
.s("CodeArtifactControlPlaneService", "CreateRepository", {})
|
|
1656
|
-
.n("CodeartifactClient", "CreateRepositoryCommand")
|
|
1657
|
-
.sc(CreateRepository$)
|
|
1658
|
-
.build() {
|
|
1618
|
+
class CreateRepositoryCommand extends command(_ep0, _mw0, "CreateRepository", CreateRepository$) {
|
|
1659
1619
|
}
|
|
1660
1620
|
|
|
1661
|
-
class DeleteDomainCommand extends
|
|
1662
|
-
.classBuilder()
|
|
1663
|
-
.ep(commonParams)
|
|
1664
|
-
.m(function (Command, cs, config, o) {
|
|
1665
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1666
|
-
})
|
|
1667
|
-
.s("CodeArtifactControlPlaneService", "DeleteDomain", {})
|
|
1668
|
-
.n("CodeartifactClient", "DeleteDomainCommand")
|
|
1669
|
-
.sc(DeleteDomain$)
|
|
1670
|
-
.build() {
|
|
1621
|
+
class DeleteDomainCommand extends command(_ep0, _mw0, "DeleteDomain", DeleteDomain$) {
|
|
1671
1622
|
}
|
|
1672
1623
|
|
|
1673
|
-
class DeleteDomainPermissionsPolicyCommand extends
|
|
1674
|
-
.classBuilder()
|
|
1675
|
-
.ep(commonParams)
|
|
1676
|
-
.m(function (Command, cs, config, o) {
|
|
1677
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1678
|
-
})
|
|
1679
|
-
.s("CodeArtifactControlPlaneService", "DeleteDomainPermissionsPolicy", {})
|
|
1680
|
-
.n("CodeartifactClient", "DeleteDomainPermissionsPolicyCommand")
|
|
1681
|
-
.sc(DeleteDomainPermissionsPolicy$)
|
|
1682
|
-
.build() {
|
|
1624
|
+
class DeleteDomainPermissionsPolicyCommand extends command(_ep0, _mw0, "DeleteDomainPermissionsPolicy", DeleteDomainPermissionsPolicy$) {
|
|
1683
1625
|
}
|
|
1684
1626
|
|
|
1685
|
-
class DeletePackageCommand extends
|
|
1686
|
-
.classBuilder()
|
|
1687
|
-
.ep(commonParams)
|
|
1688
|
-
.m(function (Command, cs, config, o) {
|
|
1689
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1690
|
-
})
|
|
1691
|
-
.s("CodeArtifactControlPlaneService", "DeletePackage", {})
|
|
1692
|
-
.n("CodeartifactClient", "DeletePackageCommand")
|
|
1693
|
-
.sc(DeletePackage$)
|
|
1694
|
-
.build() {
|
|
1627
|
+
class DeletePackageCommand extends command(_ep0, _mw0, "DeletePackage", DeletePackage$) {
|
|
1695
1628
|
}
|
|
1696
1629
|
|
|
1697
|
-
class DeletePackageGroupCommand extends
|
|
1698
|
-
.classBuilder()
|
|
1699
|
-
.ep(commonParams)
|
|
1700
|
-
.m(function (Command, cs, config, o) {
|
|
1701
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1702
|
-
})
|
|
1703
|
-
.s("CodeArtifactControlPlaneService", "DeletePackageGroup", {})
|
|
1704
|
-
.n("CodeartifactClient", "DeletePackageGroupCommand")
|
|
1705
|
-
.sc(DeletePackageGroup$)
|
|
1706
|
-
.build() {
|
|
1630
|
+
class DeletePackageGroupCommand extends command(_ep0, _mw0, "DeletePackageGroup", DeletePackageGroup$) {
|
|
1707
1631
|
}
|
|
1708
1632
|
|
|
1709
|
-
class DeletePackageVersionsCommand extends
|
|
1710
|
-
.classBuilder()
|
|
1711
|
-
.ep(commonParams)
|
|
1712
|
-
.m(function (Command, cs, config, o) {
|
|
1713
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1714
|
-
})
|
|
1715
|
-
.s("CodeArtifactControlPlaneService", "DeletePackageVersions", {})
|
|
1716
|
-
.n("CodeartifactClient", "DeletePackageVersionsCommand")
|
|
1717
|
-
.sc(DeletePackageVersions$)
|
|
1718
|
-
.build() {
|
|
1633
|
+
class DeletePackageVersionsCommand extends command(_ep0, _mw0, "DeletePackageVersions", DeletePackageVersions$) {
|
|
1719
1634
|
}
|
|
1720
1635
|
|
|
1721
|
-
class DeleteRepositoryCommand extends
|
|
1722
|
-
.classBuilder()
|
|
1723
|
-
.ep(commonParams)
|
|
1724
|
-
.m(function (Command, cs, config, o) {
|
|
1725
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1726
|
-
})
|
|
1727
|
-
.s("CodeArtifactControlPlaneService", "DeleteRepository", {})
|
|
1728
|
-
.n("CodeartifactClient", "DeleteRepositoryCommand")
|
|
1729
|
-
.sc(DeleteRepository$)
|
|
1730
|
-
.build() {
|
|
1636
|
+
class DeleteRepositoryCommand extends command(_ep0, _mw0, "DeleteRepository", DeleteRepository$) {
|
|
1731
1637
|
}
|
|
1732
1638
|
|
|
1733
|
-
class DeleteRepositoryPermissionsPolicyCommand extends
|
|
1734
|
-
.classBuilder()
|
|
1735
|
-
.ep(commonParams)
|
|
1736
|
-
.m(function (Command, cs, config, o) {
|
|
1737
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1738
|
-
})
|
|
1739
|
-
.s("CodeArtifactControlPlaneService", "DeleteRepositoryPermissionsPolicy", {})
|
|
1740
|
-
.n("CodeartifactClient", "DeleteRepositoryPermissionsPolicyCommand")
|
|
1741
|
-
.sc(DeleteRepositoryPermissionsPolicy$)
|
|
1742
|
-
.build() {
|
|
1639
|
+
class DeleteRepositoryPermissionsPolicyCommand extends command(_ep0, _mw0, "DeleteRepositoryPermissionsPolicy", DeleteRepositoryPermissionsPolicy$) {
|
|
1743
1640
|
}
|
|
1744
1641
|
|
|
1745
|
-
class DescribeDomainCommand extends
|
|
1746
|
-
.classBuilder()
|
|
1747
|
-
.ep(commonParams)
|
|
1748
|
-
.m(function (Command, cs, config, o) {
|
|
1749
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1750
|
-
})
|
|
1751
|
-
.s("CodeArtifactControlPlaneService", "DescribeDomain", {})
|
|
1752
|
-
.n("CodeartifactClient", "DescribeDomainCommand")
|
|
1753
|
-
.sc(DescribeDomain$)
|
|
1754
|
-
.build() {
|
|
1642
|
+
class DescribeDomainCommand extends command(_ep0, _mw0, "DescribeDomain", DescribeDomain$) {
|
|
1755
1643
|
}
|
|
1756
1644
|
|
|
1757
|
-
class DescribePackageCommand extends
|
|
1758
|
-
.classBuilder()
|
|
1759
|
-
.ep(commonParams)
|
|
1760
|
-
.m(function (Command, cs, config, o) {
|
|
1761
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1762
|
-
})
|
|
1763
|
-
.s("CodeArtifactControlPlaneService", "DescribePackage", {})
|
|
1764
|
-
.n("CodeartifactClient", "DescribePackageCommand")
|
|
1765
|
-
.sc(DescribePackage$)
|
|
1766
|
-
.build() {
|
|
1645
|
+
class DescribePackageCommand extends command(_ep0, _mw0, "DescribePackage", DescribePackage$) {
|
|
1767
1646
|
}
|
|
1768
1647
|
|
|
1769
|
-
class DescribePackageGroupCommand extends
|
|
1770
|
-
.classBuilder()
|
|
1771
|
-
.ep(commonParams)
|
|
1772
|
-
.m(function (Command, cs, config, o) {
|
|
1773
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1774
|
-
})
|
|
1775
|
-
.s("CodeArtifactControlPlaneService", "DescribePackageGroup", {})
|
|
1776
|
-
.n("CodeartifactClient", "DescribePackageGroupCommand")
|
|
1777
|
-
.sc(DescribePackageGroup$)
|
|
1778
|
-
.build() {
|
|
1648
|
+
class DescribePackageGroupCommand extends command(_ep0, _mw0, "DescribePackageGroup", DescribePackageGroup$) {
|
|
1779
1649
|
}
|
|
1780
1650
|
|
|
1781
|
-
class DescribePackageVersionCommand extends
|
|
1782
|
-
.classBuilder()
|
|
1783
|
-
.ep(commonParams)
|
|
1784
|
-
.m(function (Command, cs, config, o) {
|
|
1785
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1786
|
-
})
|
|
1787
|
-
.s("CodeArtifactControlPlaneService", "DescribePackageVersion", {})
|
|
1788
|
-
.n("CodeartifactClient", "DescribePackageVersionCommand")
|
|
1789
|
-
.sc(DescribePackageVersion$)
|
|
1790
|
-
.build() {
|
|
1651
|
+
class DescribePackageVersionCommand extends command(_ep0, _mw0, "DescribePackageVersion", DescribePackageVersion$) {
|
|
1791
1652
|
}
|
|
1792
1653
|
|
|
1793
|
-
class DescribeRepositoryCommand extends
|
|
1794
|
-
.classBuilder()
|
|
1795
|
-
.ep(commonParams)
|
|
1796
|
-
.m(function (Command, cs, config, o) {
|
|
1797
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1798
|
-
})
|
|
1799
|
-
.s("CodeArtifactControlPlaneService", "DescribeRepository", {})
|
|
1800
|
-
.n("CodeartifactClient", "DescribeRepositoryCommand")
|
|
1801
|
-
.sc(DescribeRepository$)
|
|
1802
|
-
.build() {
|
|
1654
|
+
class DescribeRepositoryCommand extends command(_ep0, _mw0, "DescribeRepository", DescribeRepository$) {
|
|
1803
1655
|
}
|
|
1804
1656
|
|
|
1805
|
-
class DisassociateExternalConnectionCommand extends
|
|
1806
|
-
.classBuilder()
|
|
1807
|
-
.ep(commonParams)
|
|
1808
|
-
.m(function (Command, cs, config, o) {
|
|
1809
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1810
|
-
})
|
|
1811
|
-
.s("CodeArtifactControlPlaneService", "DisassociateExternalConnection", {})
|
|
1812
|
-
.n("CodeartifactClient", "DisassociateExternalConnectionCommand")
|
|
1813
|
-
.sc(DisassociateExternalConnection$)
|
|
1814
|
-
.build() {
|
|
1657
|
+
class DisassociateExternalConnectionCommand extends command(_ep0, _mw0, "DisassociateExternalConnection", DisassociateExternalConnection$) {
|
|
1815
1658
|
}
|
|
1816
1659
|
|
|
1817
|
-
class DisposePackageVersionsCommand extends
|
|
1818
|
-
.classBuilder()
|
|
1819
|
-
.ep(commonParams)
|
|
1820
|
-
.m(function (Command, cs, config, o) {
|
|
1821
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1822
|
-
})
|
|
1823
|
-
.s("CodeArtifactControlPlaneService", "DisposePackageVersions", {})
|
|
1824
|
-
.n("CodeartifactClient", "DisposePackageVersionsCommand")
|
|
1825
|
-
.sc(DisposePackageVersions$)
|
|
1826
|
-
.build() {
|
|
1660
|
+
class DisposePackageVersionsCommand extends command(_ep0, _mw0, "DisposePackageVersions", DisposePackageVersions$) {
|
|
1827
1661
|
}
|
|
1828
1662
|
|
|
1829
|
-
class GetAssociatedPackageGroupCommand extends
|
|
1830
|
-
.classBuilder()
|
|
1831
|
-
.ep(commonParams)
|
|
1832
|
-
.m(function (Command, cs, config, o) {
|
|
1833
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1834
|
-
})
|
|
1835
|
-
.s("CodeArtifactControlPlaneService", "GetAssociatedPackageGroup", {})
|
|
1836
|
-
.n("CodeartifactClient", "GetAssociatedPackageGroupCommand")
|
|
1837
|
-
.sc(GetAssociatedPackageGroup$)
|
|
1838
|
-
.build() {
|
|
1663
|
+
class GetAssociatedPackageGroupCommand extends command(_ep0, _mw0, "GetAssociatedPackageGroup", GetAssociatedPackageGroup$) {
|
|
1839
1664
|
}
|
|
1840
1665
|
|
|
1841
|
-
class GetAuthorizationTokenCommand extends
|
|
1842
|
-
.classBuilder()
|
|
1843
|
-
.ep(commonParams)
|
|
1844
|
-
.m(function (Command, cs, config, o) {
|
|
1845
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1846
|
-
})
|
|
1847
|
-
.s("CodeArtifactControlPlaneService", "GetAuthorizationToken", {})
|
|
1848
|
-
.n("CodeartifactClient", "GetAuthorizationTokenCommand")
|
|
1849
|
-
.sc(GetAuthorizationToken$)
|
|
1850
|
-
.build() {
|
|
1666
|
+
class GetAuthorizationTokenCommand extends command(_ep0, _mw0, "GetAuthorizationToken", GetAuthorizationToken$) {
|
|
1851
1667
|
}
|
|
1852
1668
|
|
|
1853
|
-
class GetDomainPermissionsPolicyCommand extends
|
|
1854
|
-
.classBuilder()
|
|
1855
|
-
.ep(commonParams)
|
|
1856
|
-
.m(function (Command, cs, config, o) {
|
|
1857
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1858
|
-
})
|
|
1859
|
-
.s("CodeArtifactControlPlaneService", "GetDomainPermissionsPolicy", {})
|
|
1860
|
-
.n("CodeartifactClient", "GetDomainPermissionsPolicyCommand")
|
|
1861
|
-
.sc(GetDomainPermissionsPolicy$)
|
|
1862
|
-
.build() {
|
|
1669
|
+
class GetDomainPermissionsPolicyCommand extends command(_ep0, _mw0, "GetDomainPermissionsPolicy", GetDomainPermissionsPolicy$) {
|
|
1863
1670
|
}
|
|
1864
1671
|
|
|
1865
|
-
class GetPackageVersionAssetCommand extends
|
|
1866
|
-
.classBuilder()
|
|
1867
|
-
.ep(commonParams)
|
|
1868
|
-
.m(function (Command, cs, config, o) {
|
|
1869
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1870
|
-
})
|
|
1871
|
-
.s("CodeArtifactControlPlaneService", "GetPackageVersionAsset", {})
|
|
1872
|
-
.n("CodeartifactClient", "GetPackageVersionAssetCommand")
|
|
1873
|
-
.sc(GetPackageVersionAsset$)
|
|
1874
|
-
.build() {
|
|
1672
|
+
class GetPackageVersionAssetCommand extends command(_ep0, _mw0, "GetPackageVersionAsset", GetPackageVersionAsset$) {
|
|
1875
1673
|
}
|
|
1876
1674
|
|
|
1877
|
-
class GetPackageVersionReadmeCommand extends
|
|
1878
|
-
.classBuilder()
|
|
1879
|
-
.ep(commonParams)
|
|
1880
|
-
.m(function (Command, cs, config, o) {
|
|
1881
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1882
|
-
})
|
|
1883
|
-
.s("CodeArtifactControlPlaneService", "GetPackageVersionReadme", {})
|
|
1884
|
-
.n("CodeartifactClient", "GetPackageVersionReadmeCommand")
|
|
1885
|
-
.sc(GetPackageVersionReadme$)
|
|
1886
|
-
.build() {
|
|
1675
|
+
class GetPackageVersionReadmeCommand extends command(_ep0, _mw0, "GetPackageVersionReadme", GetPackageVersionReadme$) {
|
|
1887
1676
|
}
|
|
1888
1677
|
|
|
1889
|
-
class GetRepositoryEndpointCommand extends
|
|
1890
|
-
.classBuilder()
|
|
1891
|
-
.ep(commonParams)
|
|
1892
|
-
.m(function (Command, cs, config, o) {
|
|
1893
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1894
|
-
})
|
|
1895
|
-
.s("CodeArtifactControlPlaneService", "GetRepositoryEndpoint", {})
|
|
1896
|
-
.n("CodeartifactClient", "GetRepositoryEndpointCommand")
|
|
1897
|
-
.sc(GetRepositoryEndpoint$)
|
|
1898
|
-
.build() {
|
|
1678
|
+
class GetRepositoryEndpointCommand extends command(_ep0, _mw0, "GetRepositoryEndpoint", GetRepositoryEndpoint$) {
|
|
1899
1679
|
}
|
|
1900
1680
|
|
|
1901
|
-
class GetRepositoryPermissionsPolicyCommand extends
|
|
1902
|
-
.classBuilder()
|
|
1903
|
-
.ep(commonParams)
|
|
1904
|
-
.m(function (Command, cs, config, o) {
|
|
1905
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1906
|
-
})
|
|
1907
|
-
.s("CodeArtifactControlPlaneService", "GetRepositoryPermissionsPolicy", {})
|
|
1908
|
-
.n("CodeartifactClient", "GetRepositoryPermissionsPolicyCommand")
|
|
1909
|
-
.sc(GetRepositoryPermissionsPolicy$)
|
|
1910
|
-
.build() {
|
|
1681
|
+
class GetRepositoryPermissionsPolicyCommand extends command(_ep0, _mw0, "GetRepositoryPermissionsPolicy", GetRepositoryPermissionsPolicy$) {
|
|
1911
1682
|
}
|
|
1912
1683
|
|
|
1913
|
-
class ListAllowedRepositoriesForGroupCommand extends
|
|
1914
|
-
.classBuilder()
|
|
1915
|
-
.ep(commonParams)
|
|
1916
|
-
.m(function (Command, cs, config, o) {
|
|
1917
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1918
|
-
})
|
|
1919
|
-
.s("CodeArtifactControlPlaneService", "ListAllowedRepositoriesForGroup", {})
|
|
1920
|
-
.n("CodeartifactClient", "ListAllowedRepositoriesForGroupCommand")
|
|
1921
|
-
.sc(ListAllowedRepositoriesForGroup$)
|
|
1922
|
-
.build() {
|
|
1684
|
+
class ListAllowedRepositoriesForGroupCommand extends command(_ep0, _mw0, "ListAllowedRepositoriesForGroup", ListAllowedRepositoriesForGroup$) {
|
|
1923
1685
|
}
|
|
1924
1686
|
|
|
1925
|
-
class ListAssociatedPackagesCommand extends
|
|
1926
|
-
.classBuilder()
|
|
1927
|
-
.ep(commonParams)
|
|
1928
|
-
.m(function (Command, cs, config, o) {
|
|
1929
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1930
|
-
})
|
|
1931
|
-
.s("CodeArtifactControlPlaneService", "ListAssociatedPackages", {})
|
|
1932
|
-
.n("CodeartifactClient", "ListAssociatedPackagesCommand")
|
|
1933
|
-
.sc(ListAssociatedPackages$)
|
|
1934
|
-
.build() {
|
|
1687
|
+
class ListAssociatedPackagesCommand extends command(_ep0, _mw0, "ListAssociatedPackages", ListAssociatedPackages$) {
|
|
1935
1688
|
}
|
|
1936
1689
|
|
|
1937
|
-
class ListDomainsCommand extends
|
|
1938
|
-
.classBuilder()
|
|
1939
|
-
.ep(commonParams)
|
|
1940
|
-
.m(function (Command, cs, config, o) {
|
|
1941
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1942
|
-
})
|
|
1943
|
-
.s("CodeArtifactControlPlaneService", "ListDomains", {})
|
|
1944
|
-
.n("CodeartifactClient", "ListDomainsCommand")
|
|
1945
|
-
.sc(ListDomains$)
|
|
1946
|
-
.build() {
|
|
1690
|
+
class ListDomainsCommand extends command(_ep0, _mw0, "ListDomains", ListDomains$) {
|
|
1947
1691
|
}
|
|
1948
1692
|
|
|
1949
|
-
class ListPackageGroupsCommand extends
|
|
1950
|
-
.classBuilder()
|
|
1951
|
-
.ep(commonParams)
|
|
1952
|
-
.m(function (Command, cs, config, o) {
|
|
1953
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1954
|
-
})
|
|
1955
|
-
.s("CodeArtifactControlPlaneService", "ListPackageGroups", {})
|
|
1956
|
-
.n("CodeartifactClient", "ListPackageGroupsCommand")
|
|
1957
|
-
.sc(ListPackageGroups$)
|
|
1958
|
-
.build() {
|
|
1693
|
+
class ListPackageGroupsCommand extends command(_ep0, _mw0, "ListPackageGroups", ListPackageGroups$) {
|
|
1959
1694
|
}
|
|
1960
1695
|
|
|
1961
|
-
class ListPackagesCommand extends
|
|
1962
|
-
.classBuilder()
|
|
1963
|
-
.ep(commonParams)
|
|
1964
|
-
.m(function (Command, cs, config, o) {
|
|
1965
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1966
|
-
})
|
|
1967
|
-
.s("CodeArtifactControlPlaneService", "ListPackages", {})
|
|
1968
|
-
.n("CodeartifactClient", "ListPackagesCommand")
|
|
1969
|
-
.sc(ListPackages$)
|
|
1970
|
-
.build() {
|
|
1696
|
+
class ListPackagesCommand extends command(_ep0, _mw0, "ListPackages", ListPackages$) {
|
|
1971
1697
|
}
|
|
1972
1698
|
|
|
1973
|
-
class ListPackageVersionAssetsCommand extends
|
|
1974
|
-
.classBuilder()
|
|
1975
|
-
.ep(commonParams)
|
|
1976
|
-
.m(function (Command, cs, config, o) {
|
|
1977
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1978
|
-
})
|
|
1979
|
-
.s("CodeArtifactControlPlaneService", "ListPackageVersionAssets", {})
|
|
1980
|
-
.n("CodeartifactClient", "ListPackageVersionAssetsCommand")
|
|
1981
|
-
.sc(ListPackageVersionAssets$)
|
|
1982
|
-
.build() {
|
|
1699
|
+
class ListPackageVersionAssetsCommand extends command(_ep0, _mw0, "ListPackageVersionAssets", ListPackageVersionAssets$) {
|
|
1983
1700
|
}
|
|
1984
1701
|
|
|
1985
|
-
class ListPackageVersionDependenciesCommand extends
|
|
1986
|
-
.classBuilder()
|
|
1987
|
-
.ep(commonParams)
|
|
1988
|
-
.m(function (Command, cs, config, o) {
|
|
1989
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1990
|
-
})
|
|
1991
|
-
.s("CodeArtifactControlPlaneService", "ListPackageVersionDependencies", {})
|
|
1992
|
-
.n("CodeartifactClient", "ListPackageVersionDependenciesCommand")
|
|
1993
|
-
.sc(ListPackageVersionDependencies$)
|
|
1994
|
-
.build() {
|
|
1702
|
+
class ListPackageVersionDependenciesCommand extends command(_ep0, _mw0, "ListPackageVersionDependencies", ListPackageVersionDependencies$) {
|
|
1995
1703
|
}
|
|
1996
1704
|
|
|
1997
|
-
class ListPackageVersionsCommand extends
|
|
1998
|
-
.classBuilder()
|
|
1999
|
-
.ep(commonParams)
|
|
2000
|
-
.m(function (Command, cs, config, o) {
|
|
2001
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2002
|
-
})
|
|
2003
|
-
.s("CodeArtifactControlPlaneService", "ListPackageVersions", {})
|
|
2004
|
-
.n("CodeartifactClient", "ListPackageVersionsCommand")
|
|
2005
|
-
.sc(ListPackageVersions$)
|
|
2006
|
-
.build() {
|
|
1705
|
+
class ListPackageVersionsCommand extends command(_ep0, _mw0, "ListPackageVersions", ListPackageVersions$) {
|
|
2007
1706
|
}
|
|
2008
1707
|
|
|
2009
|
-
class ListRepositoriesCommand extends
|
|
2010
|
-
.classBuilder()
|
|
2011
|
-
.ep(commonParams)
|
|
2012
|
-
.m(function (Command, cs, config, o) {
|
|
2013
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2014
|
-
})
|
|
2015
|
-
.s("CodeArtifactControlPlaneService", "ListRepositories", {})
|
|
2016
|
-
.n("CodeartifactClient", "ListRepositoriesCommand")
|
|
2017
|
-
.sc(ListRepositories$)
|
|
2018
|
-
.build() {
|
|
1708
|
+
class ListRepositoriesCommand extends command(_ep0, _mw0, "ListRepositories", ListRepositories$) {
|
|
2019
1709
|
}
|
|
2020
1710
|
|
|
2021
|
-
class ListRepositoriesInDomainCommand extends
|
|
2022
|
-
.classBuilder()
|
|
2023
|
-
.ep(commonParams)
|
|
2024
|
-
.m(function (Command, cs, config, o) {
|
|
2025
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2026
|
-
})
|
|
2027
|
-
.s("CodeArtifactControlPlaneService", "ListRepositoriesInDomain", {})
|
|
2028
|
-
.n("CodeartifactClient", "ListRepositoriesInDomainCommand")
|
|
2029
|
-
.sc(ListRepositoriesInDomain$)
|
|
2030
|
-
.build() {
|
|
1711
|
+
class ListRepositoriesInDomainCommand extends command(_ep0, _mw0, "ListRepositoriesInDomain", ListRepositoriesInDomain$) {
|
|
2031
1712
|
}
|
|
2032
1713
|
|
|
2033
|
-
class ListSubPackageGroupsCommand extends
|
|
2034
|
-
.classBuilder()
|
|
2035
|
-
.ep(commonParams)
|
|
2036
|
-
.m(function (Command, cs, config, o) {
|
|
2037
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2038
|
-
})
|
|
2039
|
-
.s("CodeArtifactControlPlaneService", "ListSubPackageGroups", {})
|
|
2040
|
-
.n("CodeartifactClient", "ListSubPackageGroupsCommand")
|
|
2041
|
-
.sc(ListSubPackageGroups$)
|
|
2042
|
-
.build() {
|
|
1714
|
+
class ListSubPackageGroupsCommand extends command(_ep0, _mw0, "ListSubPackageGroups", ListSubPackageGroups$) {
|
|
2043
1715
|
}
|
|
2044
1716
|
|
|
2045
|
-
class ListTagsForResourceCommand extends
|
|
2046
|
-
.classBuilder()
|
|
2047
|
-
.ep(commonParams)
|
|
2048
|
-
.m(function (Command, cs, config, o) {
|
|
2049
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2050
|
-
})
|
|
2051
|
-
.s("CodeArtifactControlPlaneService", "ListTagsForResource", {})
|
|
2052
|
-
.n("CodeartifactClient", "ListTagsForResourceCommand")
|
|
2053
|
-
.sc(ListTagsForResource$)
|
|
2054
|
-
.build() {
|
|
1717
|
+
class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
2055
1718
|
}
|
|
2056
1719
|
|
|
2057
|
-
class PublishPackageVersionCommand extends
|
|
2058
|
-
.classBuilder()
|
|
2059
|
-
.ep(commonParams)
|
|
2060
|
-
.m(function (Command, cs, config, o) {
|
|
2061
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2062
|
-
})
|
|
2063
|
-
.s("CodeArtifactControlPlaneService", "PublishPackageVersion", {})
|
|
2064
|
-
.n("CodeartifactClient", "PublishPackageVersionCommand")
|
|
2065
|
-
.sc(PublishPackageVersion$)
|
|
2066
|
-
.build() {
|
|
1720
|
+
class PublishPackageVersionCommand extends command(_ep0, _mw0, "PublishPackageVersion", PublishPackageVersion$) {
|
|
2067
1721
|
}
|
|
2068
1722
|
|
|
2069
|
-
class PutDomainPermissionsPolicyCommand extends
|
|
2070
|
-
.classBuilder()
|
|
2071
|
-
.ep(commonParams)
|
|
2072
|
-
.m(function (Command, cs, config, o) {
|
|
2073
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2074
|
-
})
|
|
2075
|
-
.s("CodeArtifactControlPlaneService", "PutDomainPermissionsPolicy", {})
|
|
2076
|
-
.n("CodeartifactClient", "PutDomainPermissionsPolicyCommand")
|
|
2077
|
-
.sc(PutDomainPermissionsPolicy$)
|
|
2078
|
-
.build() {
|
|
1723
|
+
class PutDomainPermissionsPolicyCommand extends command(_ep0, _mw0, "PutDomainPermissionsPolicy", PutDomainPermissionsPolicy$) {
|
|
2079
1724
|
}
|
|
2080
1725
|
|
|
2081
|
-
class PutPackageOriginConfigurationCommand extends
|
|
2082
|
-
.classBuilder()
|
|
2083
|
-
.ep(commonParams)
|
|
2084
|
-
.m(function (Command, cs, config, o) {
|
|
2085
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2086
|
-
})
|
|
2087
|
-
.s("CodeArtifactControlPlaneService", "PutPackageOriginConfiguration", {})
|
|
2088
|
-
.n("CodeartifactClient", "PutPackageOriginConfigurationCommand")
|
|
2089
|
-
.sc(PutPackageOriginConfiguration$)
|
|
2090
|
-
.build() {
|
|
1726
|
+
class PutPackageOriginConfigurationCommand extends command(_ep0, _mw0, "PutPackageOriginConfiguration", PutPackageOriginConfiguration$) {
|
|
2091
1727
|
}
|
|
2092
1728
|
|
|
2093
|
-
class PutRepositoryPermissionsPolicyCommand extends
|
|
2094
|
-
.classBuilder()
|
|
2095
|
-
.ep(commonParams)
|
|
2096
|
-
.m(function (Command, cs, config, o) {
|
|
2097
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2098
|
-
})
|
|
2099
|
-
.s("CodeArtifactControlPlaneService", "PutRepositoryPermissionsPolicy", {})
|
|
2100
|
-
.n("CodeartifactClient", "PutRepositoryPermissionsPolicyCommand")
|
|
2101
|
-
.sc(PutRepositoryPermissionsPolicy$)
|
|
2102
|
-
.build() {
|
|
1729
|
+
class PutRepositoryPermissionsPolicyCommand extends command(_ep0, _mw0, "PutRepositoryPermissionsPolicy", PutRepositoryPermissionsPolicy$) {
|
|
2103
1730
|
}
|
|
2104
1731
|
|
|
2105
|
-
class TagResourceCommand extends
|
|
2106
|
-
.classBuilder()
|
|
2107
|
-
.ep(commonParams)
|
|
2108
|
-
.m(function (Command, cs, config, o) {
|
|
2109
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2110
|
-
})
|
|
2111
|
-
.s("CodeArtifactControlPlaneService", "TagResource", {})
|
|
2112
|
-
.n("CodeartifactClient", "TagResourceCommand")
|
|
2113
|
-
.sc(TagResource$)
|
|
2114
|
-
.build() {
|
|
1732
|
+
class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
2115
1733
|
}
|
|
2116
1734
|
|
|
2117
|
-
class UntagResourceCommand extends
|
|
2118
|
-
.classBuilder()
|
|
2119
|
-
.ep(commonParams)
|
|
2120
|
-
.m(function (Command, cs, config, o) {
|
|
2121
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2122
|
-
})
|
|
2123
|
-
.s("CodeArtifactControlPlaneService", "UntagResource", {})
|
|
2124
|
-
.n("CodeartifactClient", "UntagResourceCommand")
|
|
2125
|
-
.sc(UntagResource$)
|
|
2126
|
-
.build() {
|
|
1735
|
+
class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
2127
1736
|
}
|
|
2128
1737
|
|
|
2129
|
-
class UpdatePackageGroupCommand extends
|
|
2130
|
-
.classBuilder()
|
|
2131
|
-
.ep(commonParams)
|
|
2132
|
-
.m(function (Command, cs, config, o) {
|
|
2133
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2134
|
-
})
|
|
2135
|
-
.s("CodeArtifactControlPlaneService", "UpdatePackageGroup", {})
|
|
2136
|
-
.n("CodeartifactClient", "UpdatePackageGroupCommand")
|
|
2137
|
-
.sc(UpdatePackageGroup$)
|
|
2138
|
-
.build() {
|
|
1738
|
+
class UpdatePackageGroupCommand extends command(_ep0, _mw0, "UpdatePackageGroup", UpdatePackageGroup$) {
|
|
2139
1739
|
}
|
|
2140
1740
|
|
|
2141
|
-
class UpdatePackageGroupOriginConfigurationCommand extends
|
|
2142
|
-
.classBuilder()
|
|
2143
|
-
.ep(commonParams)
|
|
2144
|
-
.m(function (Command, cs, config, o) {
|
|
2145
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2146
|
-
})
|
|
2147
|
-
.s("CodeArtifactControlPlaneService", "UpdatePackageGroupOriginConfiguration", {})
|
|
2148
|
-
.n("CodeartifactClient", "UpdatePackageGroupOriginConfigurationCommand")
|
|
2149
|
-
.sc(UpdatePackageGroupOriginConfiguration$)
|
|
2150
|
-
.build() {
|
|
1741
|
+
class UpdatePackageGroupOriginConfigurationCommand extends command(_ep0, _mw0, "UpdatePackageGroupOriginConfiguration", UpdatePackageGroupOriginConfiguration$) {
|
|
2151
1742
|
}
|
|
2152
1743
|
|
|
2153
|
-
class UpdatePackageVersionsStatusCommand extends
|
|
2154
|
-
.classBuilder()
|
|
2155
|
-
.ep(commonParams)
|
|
2156
|
-
.m(function (Command, cs, config, o) {
|
|
2157
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2158
|
-
})
|
|
2159
|
-
.s("CodeArtifactControlPlaneService", "UpdatePackageVersionsStatus", {})
|
|
2160
|
-
.n("CodeartifactClient", "UpdatePackageVersionsStatusCommand")
|
|
2161
|
-
.sc(UpdatePackageVersionsStatus$)
|
|
2162
|
-
.build() {
|
|
1744
|
+
class UpdatePackageVersionsStatusCommand extends command(_ep0, _mw0, "UpdatePackageVersionsStatus", UpdatePackageVersionsStatus$) {
|
|
2163
1745
|
}
|
|
2164
1746
|
|
|
2165
|
-
class UpdateRepositoryCommand extends
|
|
2166
|
-
.classBuilder()
|
|
2167
|
-
.ep(commonParams)
|
|
2168
|
-
.m(function (Command, cs, config, o) {
|
|
2169
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2170
|
-
})
|
|
2171
|
-
.s("CodeArtifactControlPlaneService", "UpdateRepository", {})
|
|
2172
|
-
.n("CodeartifactClient", "UpdateRepositoryCommand")
|
|
2173
|
-
.sc(UpdateRepository$)
|
|
2174
|
-
.build() {
|
|
1747
|
+
class UpdateRepositoryCommand extends command(_ep0, _mw0, "UpdateRepository", UpdateRepository$) {
|
|
2175
1748
|
}
|
|
2176
1749
|
|
|
2177
1750
|
const paginateListAllowedRepositoriesForGroup = createPaginator(CodeartifactClient, ListAllowedRepositoriesForGroupCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { makeBuilder } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "./endpoint/EndpointParameters";
|
|
4
|
+
export const command = makeBuilder(commonParams, "CodeArtifactControlPlaneService", "CodeartifactClient", getEndpointPlugin);
|
|
5
|
+
export const _ep0 = {};
|
|
6
|
+
export const _mw0 = (Command, cs, config, o) => [];
|
|
@@ -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 { AssociateExternalConnection$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class AssociateExternalConnectionCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CodeArtifactControlPlaneService", "AssociateExternalConnection", {})
|
|
13
|
-
.n("CodeartifactClient", "AssociateExternalConnectionCommand")
|
|
14
|
-
.sc(AssociateExternalConnection$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class AssociateExternalConnectionCommand extends command(_ep0, _mw0, "AssociateExternalConnection", AssociateExternalConnection$) {
|
|
16
4
|
}
|