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