@aws-sdk/client-codeartifact 3.194.0 → 3.197.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +22 -0
- package/dist-cjs/CodeartifactClient.js +11 -8
- package/dist-cjs/commands/AssociateExternalConnectionCommand.js +10 -0
- package/dist-cjs/commands/CopyPackageVersionsCommand.js +10 -0
- package/dist-cjs/commands/CreateDomainCommand.js +10 -0
- package/dist-cjs/commands/CreateRepositoryCommand.js +10 -0
- package/dist-cjs/commands/DeleteDomainCommand.js +10 -0
- package/dist-cjs/commands/DeleteDomainPermissionsPolicyCommand.js +10 -0
- package/dist-cjs/commands/DeletePackageVersionsCommand.js +10 -0
- package/dist-cjs/commands/DeleteRepositoryCommand.js +10 -0
- package/dist-cjs/commands/DeleteRepositoryPermissionsPolicyCommand.js +10 -0
- package/dist-cjs/commands/DescribeDomainCommand.js +10 -0
- package/dist-cjs/commands/DescribePackageCommand.js +10 -0
- package/dist-cjs/commands/DescribePackageVersionCommand.js +10 -0
- package/dist-cjs/commands/DescribeRepositoryCommand.js +10 -0
- package/dist-cjs/commands/DisassociateExternalConnectionCommand.js +10 -0
- package/dist-cjs/commands/DisposePackageVersionsCommand.js +10 -0
- package/dist-cjs/commands/GetAuthorizationTokenCommand.js +10 -0
- package/dist-cjs/commands/GetDomainPermissionsPolicyCommand.js +10 -0
- package/dist-cjs/commands/GetPackageVersionAssetCommand.js +10 -0
- package/dist-cjs/commands/GetPackageVersionReadmeCommand.js +10 -0
- package/dist-cjs/commands/GetRepositoryEndpointCommand.js +10 -0
- package/dist-cjs/commands/GetRepositoryPermissionsPolicyCommand.js +10 -0
- package/dist-cjs/commands/ListDomainsCommand.js +10 -0
- package/dist-cjs/commands/ListPackageVersionAssetsCommand.js +10 -0
- package/dist-cjs/commands/ListPackageVersionDependenciesCommand.js +10 -0
- package/dist-cjs/commands/ListPackageVersionsCommand.js +10 -0
- package/dist-cjs/commands/ListPackagesCommand.js +10 -0
- package/dist-cjs/commands/ListRepositoriesCommand.js +10 -0
- package/dist-cjs/commands/ListRepositoriesInDomainCommand.js +10 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +10 -0
- package/dist-cjs/commands/PutDomainPermissionsPolicyCommand.js +10 -0
- package/dist-cjs/commands/PutPackageOriginConfigurationCommand.js +10 -0
- package/dist-cjs/commands/PutRepositoryPermissionsPolicyCommand.js +10 -0
- package/dist-cjs/commands/TagResourceCommand.js +10 -0
- package/dist-cjs/commands/UntagResourceCommand.js +10 -0
- package/dist-cjs/commands/UpdatePackageVersionsStatusCommand.js +10 -0
- package/dist-cjs/commands/UpdateRepositoryCommand.js +10 -0
- package/dist-cjs/endpoint/EndpointParameters.js +13 -0
- package/dist-cjs/endpoint/endpointResolver.js +12 -0
- package/dist-cjs/endpoint/ruleset.js +318 -0
- package/dist-cjs/runtimeConfig.shared.js +3 -3
- package/dist-es/CodeartifactClient.js +12 -9
- package/dist-es/commands/AssociateExternalConnectionCommand.js +10 -0
- package/dist-es/commands/CopyPackageVersionsCommand.js +10 -0
- package/dist-es/commands/CreateDomainCommand.js +10 -0
- package/dist-es/commands/CreateRepositoryCommand.js +10 -0
- package/dist-es/commands/DeleteDomainCommand.js +10 -0
- package/dist-es/commands/DeleteDomainPermissionsPolicyCommand.js +10 -0
- package/dist-es/commands/DeletePackageVersionsCommand.js +10 -0
- package/dist-es/commands/DeleteRepositoryCommand.js +10 -0
- package/dist-es/commands/DeleteRepositoryPermissionsPolicyCommand.js +10 -0
- package/dist-es/commands/DescribeDomainCommand.js +10 -0
- package/dist-es/commands/DescribePackageCommand.js +10 -0
- package/dist-es/commands/DescribePackageVersionCommand.js +10 -0
- package/dist-es/commands/DescribeRepositoryCommand.js +10 -0
- package/dist-es/commands/DisassociateExternalConnectionCommand.js +10 -0
- package/dist-es/commands/DisposePackageVersionsCommand.js +10 -0
- package/dist-es/commands/GetAuthorizationTokenCommand.js +10 -0
- package/dist-es/commands/GetDomainPermissionsPolicyCommand.js +10 -0
- package/dist-es/commands/GetPackageVersionAssetCommand.js +10 -0
- package/dist-es/commands/GetPackageVersionReadmeCommand.js +10 -0
- package/dist-es/commands/GetRepositoryEndpointCommand.js +10 -0
- package/dist-es/commands/GetRepositoryPermissionsPolicyCommand.js +10 -0
- package/dist-es/commands/ListDomainsCommand.js +10 -0
- package/dist-es/commands/ListPackageVersionAssetsCommand.js +10 -0
- package/dist-es/commands/ListPackageVersionDependenciesCommand.js +10 -0
- package/dist-es/commands/ListPackageVersionsCommand.js +10 -0
- package/dist-es/commands/ListPackagesCommand.js +10 -0
- package/dist-es/commands/ListRepositoriesCommand.js +10 -0
- package/dist-es/commands/ListRepositoriesInDomainCommand.js +10 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +10 -0
- package/dist-es/commands/PutDomainPermissionsPolicyCommand.js +10 -0
- package/dist-es/commands/PutPackageOriginConfigurationCommand.js +10 -0
- package/dist-es/commands/PutRepositoryPermissionsPolicyCommand.js +10 -0
- package/dist-es/commands/TagResourceCommand.js +10 -0
- package/dist-es/commands/UntagResourceCommand.js +10 -0
- package/dist-es/commands/UpdatePackageVersionsStatusCommand.js +10 -0
- package/dist-es/commands/UpdateRepositoryCommand.js +10 -0
- package/dist-es/endpoint/EndpointParameters.js +8 -0
- package/dist-es/endpoint/endpointResolver.js +8 -0
- package/dist-es/endpoint/ruleset.js +315 -0
- package/dist-es/runtimeConfig.shared.js +2 -2
- package/dist-types/CodeartifactClient.d.ts +6 -9
- package/dist-types/commands/AssociateExternalConnectionCommand.d.ts +2 -0
- package/dist-types/commands/CopyPackageVersionsCommand.d.ts +2 -0
- package/dist-types/commands/CreateDomainCommand.d.ts +2 -0
- package/dist-types/commands/CreateRepositoryCommand.d.ts +2 -0
- package/dist-types/commands/DeleteDomainCommand.d.ts +2 -0
- package/dist-types/commands/DeleteDomainPermissionsPolicyCommand.d.ts +2 -0
- package/dist-types/commands/DeletePackageVersionsCommand.d.ts +2 -0
- package/dist-types/commands/DeleteRepositoryCommand.d.ts +2 -0
- package/dist-types/commands/DeleteRepositoryPermissionsPolicyCommand.d.ts +2 -0
- package/dist-types/commands/DescribeDomainCommand.d.ts +2 -0
- package/dist-types/commands/DescribePackageCommand.d.ts +2 -0
- package/dist-types/commands/DescribePackageVersionCommand.d.ts +2 -0
- package/dist-types/commands/DescribeRepositoryCommand.d.ts +2 -0
- package/dist-types/commands/DisassociateExternalConnectionCommand.d.ts +2 -0
- package/dist-types/commands/DisposePackageVersionsCommand.d.ts +2 -0
- package/dist-types/commands/GetAuthorizationTokenCommand.d.ts +2 -0
- package/dist-types/commands/GetDomainPermissionsPolicyCommand.d.ts +2 -0
- package/dist-types/commands/GetPackageVersionAssetCommand.d.ts +2 -0
- package/dist-types/commands/GetPackageVersionReadmeCommand.d.ts +2 -0
- package/dist-types/commands/GetRepositoryEndpointCommand.d.ts +2 -0
- package/dist-types/commands/GetRepositoryPermissionsPolicyCommand.d.ts +2 -0
- package/dist-types/commands/ListDomainsCommand.d.ts +2 -0
- package/dist-types/commands/ListPackageVersionAssetsCommand.d.ts +2 -0
- package/dist-types/commands/ListPackageVersionDependenciesCommand.d.ts +2 -0
- package/dist-types/commands/ListPackageVersionsCommand.d.ts +2 -0
- package/dist-types/commands/ListPackagesCommand.d.ts +2 -0
- package/dist-types/commands/ListRepositoriesCommand.d.ts +2 -0
- package/dist-types/commands/ListRepositoriesInDomainCommand.d.ts +2 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/commands/PutDomainPermissionsPolicyCommand.d.ts +2 -0
- package/dist-types/commands/PutPackageOriginConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/PutRepositoryPermissionsPolicyCommand.d.ts +2 -0
- package/dist-types/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UpdatePackageVersionsStatusCommand.d.ts +2 -0
- package/dist-types/commands/UpdateRepositoryCommand.d.ts +2 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +19 -0
- package/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/dist-types/endpoint/ruleset.d.ts +2 -0
- package/dist-types/runtimeConfig.browser.d.ts +4 -2
- package/dist-types/runtimeConfig.d.ts +4 -2
- package/dist-types/runtimeConfig.native.d.ts +4 -2
- package/dist-types/runtimeConfig.shared.d.ts +3 -1
- package/dist-types/ts3.4/CodeartifactClient.d.ts +15 -8
- package/dist-types/ts3.4/commands/AssociateExternalConnectionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CopyPackageVersionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateRepositoryCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteDomainPermissionsPolicyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeletePackageVersionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteRepositoryCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteRepositoryPermissionsPolicyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeDomainCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribePackageCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribePackageVersionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeRepositoryCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DisassociateExternalConnectionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DisposePackageVersionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetAuthorizationTokenCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetDomainPermissionsPolicyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetPackageVersionAssetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetPackageVersionReadmeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetRepositoryEndpointCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetRepositoryPermissionsPolicyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListPackageVersionAssetsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListPackageVersionDependenciesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListPackageVersionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListPackagesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListRepositoriesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListRepositoriesInDomainCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutDomainPermissionsPolicyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutPackageOriginConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutRepositoryPermissionsPolicyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdatePackageVersionsStatusCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateRepositoryCommand.d.ts +2 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +34 -0
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +23 -4
- package/dist-types/ts3.4/runtimeConfig.d.ts +23 -4
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +8 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -1
- package/package.json +30 -28
- package/dist-cjs/endpoints.js +0 -132
- package/dist-es/endpoints.js +0 -128
- package/dist-types/endpoints.d.ts +0 -2
- package/dist-types/ts3.4/endpoints.d.ts +0 -2
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeartifactClient";
|
|
@@ -32,6 +33,7 @@ export interface GetPackageVersionReadmeCommandOutput extends GetPackageVersionR
|
|
|
32
33
|
*/
|
|
33
34
|
export declare class GetPackageVersionReadmeCommand extends $Command<GetPackageVersionReadmeCommandInput, GetPackageVersionReadmeCommandOutput, CodeartifactClientResolvedConfig> {
|
|
34
35
|
readonly input: GetPackageVersionReadmeCommandInput;
|
|
36
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
35
37
|
constructor(input: GetPackageVersionReadmeCommandInput);
|
|
36
38
|
/**
|
|
37
39
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeartifactClient";
|
|
@@ -50,6 +51,7 @@ export interface GetRepositoryEndpointCommandOutput extends GetRepositoryEndpoin
|
|
|
50
51
|
*/
|
|
51
52
|
export declare class GetRepositoryEndpointCommand extends $Command<GetRepositoryEndpointCommandInput, GetRepositoryEndpointCommandOutput, CodeartifactClientResolvedConfig> {
|
|
52
53
|
readonly input: GetRepositoryEndpointCommandInput;
|
|
54
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
53
55
|
constructor(input: GetRepositoryEndpointCommandInput);
|
|
54
56
|
/**
|
|
55
57
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeartifactClient";
|
|
@@ -27,6 +28,7 @@ export interface GetRepositoryPermissionsPolicyCommandOutput extends GetReposito
|
|
|
27
28
|
*/
|
|
28
29
|
export declare class GetRepositoryPermissionsPolicyCommand extends $Command<GetRepositoryPermissionsPolicyCommandInput, GetRepositoryPermissionsPolicyCommandOutput, CodeartifactClientResolvedConfig> {
|
|
29
30
|
readonly input: GetRepositoryPermissionsPolicyCommandInput;
|
|
31
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
32
|
constructor(input: GetRepositoryPermissionsPolicyCommandInput);
|
|
31
33
|
/**
|
|
32
34
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeartifactClient";
|
|
@@ -27,6 +28,7 @@ export interface ListDomainsCommandOutput extends ListDomainsResult, __MetadataB
|
|
|
27
28
|
*/
|
|
28
29
|
export declare class ListDomainsCommand extends $Command<ListDomainsCommandInput, ListDomainsCommandOutput, CodeartifactClientResolvedConfig> {
|
|
29
30
|
readonly input: ListDomainsCommandInput;
|
|
31
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
32
|
constructor(input: ListDomainsCommandInput);
|
|
31
33
|
/**
|
|
32
34
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeartifactClient";
|
|
@@ -29,6 +30,7 @@ export interface ListPackageVersionAssetsCommandOutput extends ListPackageVersio
|
|
|
29
30
|
*/
|
|
30
31
|
export declare class ListPackageVersionAssetsCommand extends $Command<ListPackageVersionAssetsCommandInput, ListPackageVersionAssetsCommandOutput, CodeartifactClientResolvedConfig> {
|
|
31
32
|
readonly input: ListPackageVersionAssetsCommandInput;
|
|
33
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
32
34
|
constructor(input: ListPackageVersionAssetsCommandInput);
|
|
33
35
|
/**
|
|
34
36
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeartifactClient";
|
|
@@ -31,6 +32,7 @@ export interface ListPackageVersionDependenciesCommandOutput extends ListPackage
|
|
|
31
32
|
*/
|
|
32
33
|
export declare class ListPackageVersionDependenciesCommand extends $Command<ListPackageVersionDependenciesCommandInput, ListPackageVersionDependenciesCommandOutput, CodeartifactClientResolvedConfig> {
|
|
33
34
|
readonly input: ListPackageVersionDependenciesCommandInput;
|
|
35
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
34
36
|
constructor(input: ListPackageVersionDependenciesCommandInput);
|
|
35
37
|
/**
|
|
36
38
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeartifactClient";
|
|
@@ -29,6 +30,7 @@ export interface ListPackageVersionsCommandOutput extends ListPackageVersionsRes
|
|
|
29
30
|
*/
|
|
30
31
|
export declare class ListPackageVersionsCommand extends $Command<ListPackageVersionsCommandInput, ListPackageVersionsCommandOutput, CodeartifactClientResolvedConfig> {
|
|
31
32
|
readonly input: ListPackageVersionsCommandInput;
|
|
33
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
32
34
|
constructor(input: ListPackageVersionsCommandInput);
|
|
33
35
|
/**
|
|
34
36
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeartifactClient";
|
|
@@ -29,6 +30,7 @@ export interface ListPackagesCommandOutput extends ListPackagesResult, __Metadat
|
|
|
29
30
|
*/
|
|
30
31
|
export declare class ListPackagesCommand extends $Command<ListPackagesCommandInput, ListPackagesCommandOutput, CodeartifactClientResolvedConfig> {
|
|
31
32
|
readonly input: ListPackagesCommandInput;
|
|
33
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
32
34
|
constructor(input: ListPackagesCommandInput);
|
|
33
35
|
/**
|
|
34
36
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeartifactClient";
|
|
@@ -30,6 +31,7 @@ export interface ListRepositoriesCommandOutput extends ListRepositoriesResult, _
|
|
|
30
31
|
*/
|
|
31
32
|
export declare class ListRepositoriesCommand extends $Command<ListRepositoriesCommandInput, ListRepositoriesCommandOutput, CodeartifactClientResolvedConfig> {
|
|
32
33
|
readonly input: ListRepositoriesCommandInput;
|
|
34
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
33
35
|
constructor(input: ListRepositoriesCommandInput);
|
|
34
36
|
/**
|
|
35
37
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeartifactClient";
|
|
@@ -30,6 +31,7 @@ export interface ListRepositoriesInDomainCommandOutput extends ListRepositoriesI
|
|
|
30
31
|
*/
|
|
31
32
|
export declare class ListRepositoriesInDomainCommand extends $Command<ListRepositoriesInDomainCommandInput, ListRepositoriesInDomainCommandOutput, CodeartifactClientResolvedConfig> {
|
|
32
33
|
readonly input: ListRepositoriesInDomainCommandInput;
|
|
34
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
33
35
|
constructor(input: ListRepositoriesInDomainCommandInput);
|
|
34
36
|
/**
|
|
35
37
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeartifactClient";
|
|
@@ -25,6 +26,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, CodeartifactClientResolvedConfig> {
|
|
27
28
|
readonly input: ListTagsForResourceCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListTagsForResourceCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeartifactClient";
|
|
@@ -32,6 +33,7 @@ export interface PutDomainPermissionsPolicyCommandOutput extends PutDomainPermis
|
|
|
32
33
|
*/
|
|
33
34
|
export declare class PutDomainPermissionsPolicyCommand extends $Command<PutDomainPermissionsPolicyCommandInput, PutDomainPermissionsPolicyCommandOutput, CodeartifactClientResolvedConfig> {
|
|
34
35
|
readonly input: PutDomainPermissionsPolicyCommandInput;
|
|
36
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
35
37
|
constructor(input: PutDomainPermissionsPolicyCommandInput);
|
|
36
38
|
/**
|
|
37
39
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeartifactClient";
|
|
@@ -33,6 +34,7 @@ export interface PutPackageOriginConfigurationCommandOutput extends PutPackageOr
|
|
|
33
34
|
*/
|
|
34
35
|
export declare class PutPackageOriginConfigurationCommand extends $Command<PutPackageOriginConfigurationCommandInput, PutPackageOriginConfigurationCommandOutput, CodeartifactClientResolvedConfig> {
|
|
35
36
|
readonly input: PutPackageOriginConfigurationCommandInput;
|
|
37
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
36
38
|
constructor(input: PutPackageOriginConfigurationCommandInput);
|
|
37
39
|
/**
|
|
38
40
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeartifactClient";
|
|
@@ -32,6 +33,7 @@ export interface PutRepositoryPermissionsPolicyCommandOutput extends PutReposito
|
|
|
32
33
|
*/
|
|
33
34
|
export declare class PutRepositoryPermissionsPolicyCommand extends $Command<PutRepositoryPermissionsPolicyCommandInput, PutRepositoryPermissionsPolicyCommandOutput, CodeartifactClientResolvedConfig> {
|
|
34
35
|
readonly input: PutRepositoryPermissionsPolicyCommandInput;
|
|
36
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
35
37
|
constructor(input: PutRepositoryPermissionsPolicyCommandInput);
|
|
36
38
|
/**
|
|
37
39
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeartifactClient";
|
|
@@ -25,6 +26,7 @@ export interface TagResourceCommandOutput extends TagResourceResult, __MetadataB
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, CodeartifactClientResolvedConfig> {
|
|
27
28
|
readonly input: TagResourceCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: TagResourceCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeartifactClient";
|
|
@@ -25,6 +26,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResult, __Metad
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, CodeartifactClientResolvedConfig> {
|
|
27
28
|
readonly input: UntagResourceCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UntagResourceCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeartifactClient";
|
|
@@ -30,6 +31,7 @@ export interface UpdatePackageVersionsStatusCommandOutput extends UpdatePackageV
|
|
|
30
31
|
*/
|
|
31
32
|
export declare class UpdatePackageVersionsStatusCommand extends $Command<UpdatePackageVersionsStatusCommandInput, UpdatePackageVersionsStatusCommandOutput, CodeartifactClientResolvedConfig> {
|
|
32
33
|
readonly input: UpdatePackageVersionsStatusCommandInput;
|
|
34
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
33
35
|
constructor(input: UpdatePackageVersionsStatusCommandInput);
|
|
34
36
|
/**
|
|
35
37
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeartifactClient";
|
|
@@ -27,6 +28,7 @@ export interface UpdateRepositoryCommandOutput extends UpdateRepositoryResult, _
|
|
|
27
28
|
*/
|
|
28
29
|
export declare class UpdateRepositoryCommand extends $Command<UpdateRepositoryCommandInput, UpdateRepositoryCommandOutput, CodeartifactClientResolvedConfig> {
|
|
29
30
|
readonly input: UpdateRepositoryCommandInput;
|
|
31
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
32
|
constructor(input: UpdateRepositoryCommandInput);
|
|
31
33
|
/**
|
|
32
34
|
* @internal
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@aws-sdk/types";
|
|
2
|
+
export interface ClientInputEndpointParameters {
|
|
3
|
+
region?: string | Provider<string>;
|
|
4
|
+
useDualstackEndpoint?: boolean | Provider<boolean>;
|
|
5
|
+
useFipsEndpoint?: boolean | Provider<boolean>;
|
|
6
|
+
endpoint?: string | Provider<string> | Endpoint | Provider<Endpoint> | EndpointV2 | Provider<EndpointV2>;
|
|
7
|
+
}
|
|
8
|
+
export declare type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
|
|
9
|
+
defaultSigningName: string;
|
|
10
|
+
};
|
|
11
|
+
export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
|
|
12
|
+
defaultSigningName: string;
|
|
13
|
+
};
|
|
14
|
+
export interface EndpointParameters extends __EndpointParameters {
|
|
15
|
+
Region?: string;
|
|
16
|
+
UseDualStack?: boolean;
|
|
17
|
+
UseFIPS?: boolean;
|
|
18
|
+
Endpoint?: string;
|
|
19
|
+
}
|
|
@@ -27,8 +27,10 @@ export declare const getRuntimeConfig: (config: CodeartifactClientConfig) => {
|
|
|
27
27
|
disableHostPrefix: boolean;
|
|
28
28
|
logger: import("@aws-sdk/types").Logger;
|
|
29
29
|
serviceId: string;
|
|
30
|
-
|
|
31
|
-
|
|
30
|
+
endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>) & (string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>)) | undefined;
|
|
31
|
+
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
32
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
33
|
+
}) => import("@aws-sdk/types").EndpointV2;
|
|
32
34
|
tls?: boolean | undefined;
|
|
33
35
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
34
36
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
@@ -27,8 +27,10 @@ export declare const getRuntimeConfig: (config: CodeartifactClientConfig) => {
|
|
|
27
27
|
disableHostPrefix: boolean;
|
|
28
28
|
logger: import("@aws-sdk/types").Logger;
|
|
29
29
|
serviceId: string;
|
|
30
|
-
|
|
31
|
-
|
|
30
|
+
endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>) & (string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>)) | undefined;
|
|
31
|
+
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
32
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
33
|
+
}) => import("@aws-sdk/types").EndpointV2;
|
|
32
34
|
tls?: boolean | undefined;
|
|
33
35
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
34
36
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
@@ -23,11 +23,13 @@ export declare const getRuntimeConfig: (config: CodeartifactClientConfig) => {
|
|
|
23
23
|
serviceId: string;
|
|
24
24
|
region: string | import("@aws-sdk/types").Provider<any>;
|
|
25
25
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
26
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
27
26
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
28
27
|
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode>;
|
|
29
28
|
sdkStreamMixin: import("@aws-sdk/types").SdkStreamMixinInjector;
|
|
30
|
-
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
29
|
+
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2> | undefined;
|
|
30
|
+
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
31
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
32
|
+
}) => import("@aws-sdk/types").EndpointV2;
|
|
31
33
|
tls?: boolean | undefined;
|
|
32
34
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
35
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
@@ -6,8 +6,10 @@ import { CodeartifactClientConfig } from "./CodeartifactClient";
|
|
|
6
6
|
export declare const getRuntimeConfig: (config: CodeartifactClientConfig) => {
|
|
7
7
|
apiVersion: string;
|
|
8
8
|
disableHostPrefix: boolean;
|
|
9
|
+
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
10
|
+
logger?: __Logger | undefined;
|
|
11
|
+
}) => import("@aws-sdk/types").EndpointV2;
|
|
9
12
|
logger: __Logger;
|
|
10
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
11
13
|
serviceId: string;
|
|
12
14
|
urlParser: import("@aws-sdk/types").UrlParser;
|
|
13
15
|
};
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
|
-
EndpointsInputConfig,
|
|
3
|
-
EndpointsResolvedConfig,
|
|
4
2
|
RegionInputConfig,
|
|
5
3
|
RegionResolvedConfig,
|
|
6
4
|
} from "@aws-sdk/config-resolver";
|
|
5
|
+
import {
|
|
6
|
+
EndpointInputConfig,
|
|
7
|
+
EndpointResolvedConfig,
|
|
8
|
+
} from "@aws-sdk/middleware-endpoint";
|
|
7
9
|
import {
|
|
8
10
|
HostHeaderInputConfig,
|
|
9
11
|
HostHeaderResolvedConfig,
|
|
@@ -37,7 +39,6 @@ import {
|
|
|
37
39
|
Logger as __Logger,
|
|
38
40
|
Provider as __Provider,
|
|
39
41
|
Provider,
|
|
40
|
-
RegionInfoProvider,
|
|
41
42
|
SdkStreamMixinInjector as __SdkStreamMixinInjector,
|
|
42
43
|
StreamCollector as __StreamCollector,
|
|
43
44
|
UrlParser as __UrlParser,
|
|
@@ -187,6 +188,11 @@ import {
|
|
|
187
188
|
UpdateRepositoryCommandInput,
|
|
188
189
|
UpdateRepositoryCommandOutput,
|
|
189
190
|
} from "./commands/UpdateRepositoryCommand";
|
|
191
|
+
import {
|
|
192
|
+
ClientInputEndpointParameters,
|
|
193
|
+
ClientResolvedEndpointParameters,
|
|
194
|
+
EndpointParameters,
|
|
195
|
+
} from "./endpoint/EndpointParameters";
|
|
190
196
|
export declare type ServiceInputTypes =
|
|
191
197
|
| AssociateExternalConnectionCommandInput
|
|
192
198
|
| CopyPackageVersionsCommandInput
|
|
@@ -282,7 +288,6 @@ export interface ClientDefaults
|
|
|
282
288
|
serviceId?: string;
|
|
283
289
|
region?: string | __Provider<string>;
|
|
284
290
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
285
|
-
regionInfoProvider?: RegionInfoProvider;
|
|
286
291
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
287
292
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
288
293
|
sdkStreamMixin?: __SdkStreamMixinInjector;
|
|
@@ -292,22 +297,24 @@ declare type CodeartifactClientConfigType = Partial<
|
|
|
292
297
|
> &
|
|
293
298
|
ClientDefaults &
|
|
294
299
|
RegionInputConfig &
|
|
295
|
-
|
|
300
|
+
EndpointInputConfig<EndpointParameters> &
|
|
296
301
|
RetryInputConfig &
|
|
297
302
|
HostHeaderInputConfig &
|
|
298
303
|
AwsAuthInputConfig &
|
|
299
|
-
UserAgentInputConfig
|
|
304
|
+
UserAgentInputConfig &
|
|
305
|
+
ClientInputEndpointParameters;
|
|
300
306
|
export interface CodeartifactClientConfig
|
|
301
307
|
extends CodeartifactClientConfigType {}
|
|
302
308
|
declare type CodeartifactClientResolvedConfigType =
|
|
303
309
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
304
310
|
Required<ClientDefaults> &
|
|
305
311
|
RegionResolvedConfig &
|
|
306
|
-
|
|
312
|
+
EndpointResolvedConfig<EndpointParameters> &
|
|
307
313
|
RetryResolvedConfig &
|
|
308
314
|
HostHeaderResolvedConfig &
|
|
309
315
|
AwsAuthResolvedConfig &
|
|
310
|
-
UserAgentResolvedConfig
|
|
316
|
+
UserAgentResolvedConfig &
|
|
317
|
+
ClientResolvedEndpointParameters;
|
|
311
318
|
export interface CodeartifactClientResolvedConfig
|
|
312
319
|
extends CodeartifactClientResolvedConfigType {}
|
|
313
320
|
export declare class CodeartifactClient extends __Client<
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class AssociateExternalConnectionCommand extends $Command<
|
|
|
25
26
|
CodeartifactClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: AssociateExternalConnectionCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: AssociateExternalConnectionCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class CopyPackageVersionsCommand extends $Command<
|
|
|
25
26
|
CodeartifactClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: CopyPackageVersionsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: CopyPackageVersionsCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class CreateDomainCommand extends $Command<
|
|
|
21
22
|
CodeartifactClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: CreateDomainCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: CreateDomainCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class CreateRepositoryCommand extends $Command<
|
|
|
24
25
|
CodeartifactClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: CreateRepositoryCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: CreateRepositoryCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class DeleteDomainCommand extends $Command<
|
|
|
21
22
|
CodeartifactClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: DeleteDomainCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: DeleteDomainCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class DeleteDomainPermissionsPolicyCommand extends $Command<
|
|
|
25
26
|
CodeartifactClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: DeleteDomainPermissionsPolicyCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DeleteDomainPermissionsPolicyCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class DeletePackageVersionsCommand extends $Command<
|
|
|
25
26
|
CodeartifactClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: DeletePackageVersionsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DeletePackageVersionsCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class DeleteRepositoryCommand extends $Command<
|
|
|
24
25
|
CodeartifactClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: DeleteRepositoryCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: DeleteRepositoryCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class DeleteRepositoryPermissionsPolicyCommand extends $Command<
|
|
|
25
26
|
CodeartifactClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: DeleteRepositoryPermissionsPolicyCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DeleteRepositoryPermissionsPolicyCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class DescribeDomainCommand extends $Command<
|
|
|
24
25
|
CodeartifactClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: DescribeDomainCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: DescribeDomainCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class DescribePackageCommand extends $Command<
|
|
|
24
25
|
CodeartifactClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: DescribePackageCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: DescribePackageCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class DescribePackageVersionCommand extends $Command<
|
|
|
25
26
|
CodeartifactClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: DescribePackageVersionCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DescribePackageVersionCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class DescribeRepositoryCommand extends $Command<
|
|
|
25
26
|
CodeartifactClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: DescribeRepositoryCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DescribeRepositoryCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class DisassociateExternalConnectionCommand extends $Command<
|
|
|
25
26
|
CodeartifactClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: DisassociateExternalConnectionCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DisassociateExternalConnectionCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class DisposePackageVersionsCommand extends $Command<
|
|
|
25
26
|
CodeartifactClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: DisposePackageVersionsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DisposePackageVersionsCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|