@aws-sdk/client-codeartifact 3.1086.0 → 3.1088.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 +1 -1
- package/dist-types/ts3.4/Codeartifact.d.ts +157 -177
- package/dist-types/ts3.4/CodeartifactClient.d.ts +8 -24
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/AssociateExternalConnectionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CopyPackageVersionsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreatePackageGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateRepositoryCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteDomainPermissionsPolicyCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeletePackageCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeletePackageGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeletePackageVersionsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteRepositoryCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteRepositoryPermissionsPolicyCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeDomainCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribePackageCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribePackageGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribePackageVersionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeRepositoryCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DisassociateExternalConnectionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DisposePackageVersionsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetAssociatedPackageGroupCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetAuthorizationTokenCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetDomainPermissionsPolicyCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetPackageVersionAssetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetPackageVersionReadmeCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetRepositoryEndpointCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetRepositoryPermissionsPolicyCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListAllowedRepositoriesForGroupCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListAssociatedPackagesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListPackageGroupsCommand.d.ts +5 -11
- package/dist-types/ts3.4/commands/ListPackageVersionAssetsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListPackageVersionDependenciesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListPackageVersionsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListPackagesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListRepositoriesCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListRepositoriesInDomainCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListSubPackageGroupsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PublishPackageVersionCommand.d.ts +9 -17
- package/dist-types/ts3.4/commands/PutDomainPermissionsPolicyCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/PutPackageOriginConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/PutRepositoryPermissionsPolicyCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdatePackageGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdatePackageGroupOriginConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdatePackageVersionsStatusCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateRepositoryCommand.d.ts +4 -9
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +1 -2
- package/dist-types/ts3.4/models/errors.d.ts +6 -18
- package/dist-types/ts3.4/models/models_0.d.ts +2 -9
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/pagination/ListDomainsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +39 -39
|
@@ -11,10 +11,7 @@ import {
|
|
|
11
11
|
Client as __Client,
|
|
12
12
|
} from "@smithy/core/client";
|
|
13
13
|
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
|
|
14
|
-
import {
|
|
15
|
-
EndpointInputConfig,
|
|
16
|
-
EndpointResolvedConfig,
|
|
17
|
-
} from "@smithy/core/endpoints";
|
|
14
|
+
import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/core/endpoints";
|
|
18
15
|
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
19
16
|
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
|
|
20
17
|
import {
|
|
@@ -149,10 +146,7 @@ import {
|
|
|
149
146
|
ListAssociatedPackagesCommandInput,
|
|
150
147
|
ListAssociatedPackagesCommandOutput,
|
|
151
148
|
} from "./commands/ListAssociatedPackagesCommand";
|
|
152
|
-
import {
|
|
153
|
-
ListDomainsCommandInput,
|
|
154
|
-
ListDomainsCommandOutput,
|
|
155
|
-
} from "./commands/ListDomainsCommand";
|
|
149
|
+
import { ListDomainsCommandInput, ListDomainsCommandOutput } from "./commands/ListDomainsCommand";
|
|
156
150
|
import {
|
|
157
151
|
ListPackageGroupsCommandInput,
|
|
158
152
|
ListPackageGroupsCommandOutput,
|
|
@@ -205,10 +199,7 @@ import {
|
|
|
205
199
|
PutRepositoryPermissionsPolicyCommandInput,
|
|
206
200
|
PutRepositoryPermissionsPolicyCommandOutput,
|
|
207
201
|
} from "./commands/PutRepositoryPermissionsPolicyCommand";
|
|
208
|
-
import {
|
|
209
|
-
TagResourceCommandInput,
|
|
210
|
-
TagResourceCommandOutput,
|
|
211
|
-
} from "./commands/TagResourceCommand";
|
|
202
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
212
203
|
import {
|
|
213
204
|
UntagResourceCommandInput,
|
|
214
205
|
UntagResourceCommandOutput,
|
|
@@ -334,8 +325,7 @@ export type ServiceOutputTypes =
|
|
|
334
325
|
| UpdatePackageGroupOriginConfigurationCommandOutput
|
|
335
326
|
| UpdatePackageVersionsStatusCommandOutput
|
|
336
327
|
| UpdateRepositoryCommandOutput;
|
|
337
|
-
export interface ClientDefaults
|
|
338
|
-
extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
328
|
+
export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
339
329
|
requestHandler?: __HttpHandlerUserInput;
|
|
340
330
|
sha256?: __ChecksumConstructor | __HashConstructor;
|
|
341
331
|
urlParser?: __UrlParser;
|
|
@@ -361,9 +351,7 @@ export interface ClientDefaults
|
|
|
361
351
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
362
352
|
sdkStreamMixin?: __SdkStreamMixinInjector;
|
|
363
353
|
}
|
|
364
|
-
export type CodeartifactClientConfigType = Partial<
|
|
365
|
-
__SmithyConfiguration<__HttpHandlerOptions>
|
|
366
|
-
> &
|
|
354
|
+
export type CodeartifactClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> &
|
|
367
355
|
ClientDefaults &
|
|
368
356
|
UserAgentInputConfig &
|
|
369
357
|
RetryInputConfig &
|
|
@@ -372,8 +360,7 @@ export type CodeartifactClientConfigType = Partial<
|
|
|
372
360
|
EndpointInputConfig<EndpointParameters> &
|
|
373
361
|
HttpAuthSchemeInputConfig &
|
|
374
362
|
ClientInputEndpointParameters;
|
|
375
|
-
export interface CodeartifactClientConfig
|
|
376
|
-
extends CodeartifactClientConfigType {}
|
|
363
|
+
export interface CodeartifactClientConfig extends CodeartifactClientConfigType {}
|
|
377
364
|
export type CodeartifactClientResolvedConfigType =
|
|
378
365
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
379
366
|
Required<ClientDefaults> &
|
|
@@ -385,8 +372,7 @@ export type CodeartifactClientResolvedConfigType =
|
|
|
385
372
|
EndpointResolvedConfig<EndpointParameters> &
|
|
386
373
|
HttpAuthSchemeResolvedConfig &
|
|
387
374
|
ClientResolvedEndpointParameters;
|
|
388
|
-
export interface CodeartifactClientResolvedConfig
|
|
389
|
-
extends CodeartifactClientResolvedConfigType {}
|
|
375
|
+
export interface CodeartifactClientResolvedConfig extends CodeartifactClientResolvedConfigType {}
|
|
390
376
|
export declare class CodeartifactClient extends __Client<
|
|
391
377
|
__HttpHandlerOptions,
|
|
392
378
|
ServiceInputTypes,
|
|
@@ -394,8 +380,6 @@ export declare class CodeartifactClient extends __Client<
|
|
|
394
380
|
CodeartifactClientResolvedConfig
|
|
395
381
|
> {
|
|
396
382
|
readonly config: CodeartifactClientResolvedConfig;
|
|
397
|
-
constructor(
|
|
398
|
-
...[configuration]: __CheckOptionalClientConfig<CodeartifactClientConfig>
|
|
399
|
-
);
|
|
383
|
+
constructor(...[configuration]: __CheckOptionalClientConfig<CodeartifactClientConfig>);
|
|
400
384
|
destroy(): void;
|
|
401
385
|
}
|
|
@@ -7,17 +7,10 @@ import { CodeartifactHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
|
7
7
|
export interface HttpAuthExtensionConfiguration {
|
|
8
8
|
setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
|
|
9
9
|
httpAuthSchemes(): HttpAuthScheme[];
|
|
10
|
-
setHttpAuthSchemeProvider(
|
|
11
|
-
httpAuthSchemeProvider: CodeartifactHttpAuthSchemeProvider
|
|
12
|
-
): void;
|
|
10
|
+
setHttpAuthSchemeProvider(httpAuthSchemeProvider: CodeartifactHttpAuthSchemeProvider): void;
|
|
13
11
|
httpAuthSchemeProvider(): CodeartifactHttpAuthSchemeProvider;
|
|
14
|
-
setCredentials(
|
|
15
|
-
|
|
16
|
-
): void;
|
|
17
|
-
credentials():
|
|
18
|
-
| AwsCredentialIdentity
|
|
19
|
-
| AwsCredentialIdentityProvider
|
|
20
|
-
| undefined;
|
|
12
|
+
setCredentials(credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider): void;
|
|
13
|
+
credentials(): AwsCredentialIdentity | AwsCredentialIdentityProvider | undefined;
|
|
21
14
|
}
|
|
22
15
|
export type HttpAuthRuntimeConfig = Partial<{
|
|
23
16
|
httpAuthSchemes: HttpAuthScheme[];
|
|
@@ -25,8 +18,8 @@ export type HttpAuthRuntimeConfig = Partial<{
|
|
|
25
18
|
credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider;
|
|
26
19
|
}>;
|
|
27
20
|
export declare const getHttpAuthExtensionConfiguration: (
|
|
28
|
-
runtimeConfig: HttpAuthRuntimeConfig
|
|
21
|
+
runtimeConfig: HttpAuthRuntimeConfig,
|
|
29
22
|
) => HttpAuthExtensionConfiguration;
|
|
30
23
|
export declare const resolveHttpAuthRuntimeConfig: (
|
|
31
|
-
config: HttpAuthExtensionConfiguration
|
|
24
|
+
config: HttpAuthExtensionConfiguration,
|
|
32
25
|
) => HttpAuthRuntimeConfig;
|
|
@@ -12,36 +12,32 @@ import {
|
|
|
12
12
|
Provider,
|
|
13
13
|
} from "@smithy/types";
|
|
14
14
|
import { CodeartifactClientResolvedConfig } from "../CodeartifactClient";
|
|
15
|
-
export interface CodeartifactHttpAuthSchemeParameters
|
|
16
|
-
extends HttpAuthSchemeParameters {
|
|
15
|
+
export interface CodeartifactHttpAuthSchemeParameters extends HttpAuthSchemeParameters {
|
|
17
16
|
region?: string;
|
|
18
17
|
}
|
|
19
|
-
export interface CodeartifactHttpAuthSchemeParametersProvider
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
> {}
|
|
18
|
+
export interface CodeartifactHttpAuthSchemeParametersProvider extends HttpAuthSchemeParametersProvider<
|
|
19
|
+
CodeartifactClientResolvedConfig,
|
|
20
|
+
HandlerExecutionContext,
|
|
21
|
+
CodeartifactHttpAuthSchemeParameters,
|
|
22
|
+
object
|
|
23
|
+
> {}
|
|
26
24
|
export declare const defaultCodeartifactHttpAuthSchemeParametersProvider: (
|
|
27
25
|
config: CodeartifactClientResolvedConfig,
|
|
28
26
|
context: HandlerExecutionContext,
|
|
29
|
-
input: object
|
|
27
|
+
input: object,
|
|
30
28
|
) => Promise<CodeartifactHttpAuthSchemeParameters>;
|
|
31
|
-
export interface CodeartifactHttpAuthSchemeProvider
|
|
32
|
-
extends HttpAuthSchemeProvider<CodeartifactHttpAuthSchemeParameters> {}
|
|
29
|
+
export interface CodeartifactHttpAuthSchemeProvider extends HttpAuthSchemeProvider<CodeartifactHttpAuthSchemeParameters> {}
|
|
33
30
|
export declare const defaultCodeartifactHttpAuthSchemeProvider: CodeartifactHttpAuthSchemeProvider;
|
|
34
31
|
export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
|
|
35
32
|
authSchemePreference?: string[] | Provider<string[]>;
|
|
36
33
|
httpAuthSchemes?: HttpAuthScheme[];
|
|
37
34
|
httpAuthSchemeProvider?: CodeartifactHttpAuthSchemeProvider;
|
|
38
35
|
}
|
|
39
|
-
export interface HttpAuthSchemeResolvedConfig
|
|
40
|
-
extends AwsSdkSigV4AuthResolvedConfig {
|
|
36
|
+
export interface HttpAuthSchemeResolvedConfig extends AwsSdkSigV4AuthResolvedConfig {
|
|
41
37
|
readonly authSchemePreference: Provider<string[]>;
|
|
42
38
|
readonly httpAuthSchemes: HttpAuthScheme[];
|
|
43
39
|
readonly httpAuthSchemeProvider: CodeartifactHttpAuthSchemeProvider;
|
|
44
40
|
}
|
|
45
41
|
export declare const resolveHttpAuthSchemeConfig: <T>(
|
|
46
|
-
config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved
|
|
42
|
+
config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved,
|
|
47
43
|
) => T & HttpAuthSchemeResolvedConfig;
|
|
@@ -4,22 +4,21 @@ import {
|
|
|
4
4
|
ServiceInputTypes,
|
|
5
5
|
ServiceOutputTypes,
|
|
6
6
|
} from "./CodeartifactClient";
|
|
7
|
-
export declare const command: <
|
|
8
|
-
I extends ServiceInputTypes,
|
|
9
|
-
O extends ServiceOutputTypes
|
|
10
|
-
>(
|
|
7
|
+
export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(
|
|
11
8
|
added: EndpointParameterInstructions,
|
|
12
9
|
plugins: (
|
|
13
10
|
CommandCtor: any,
|
|
14
11
|
clientStack: any,
|
|
15
12
|
config: any,
|
|
16
|
-
options: any
|
|
13
|
+
options: any,
|
|
17
14
|
) => import("@smithy/types").Pluggable<any, any>[],
|
|
18
15
|
op: string,
|
|
19
16
|
$: import("@smithy/types").StaticOperationSchema,
|
|
20
|
-
smithyContext?: Record<string, unknown
|
|
17
|
+
smithyContext?: Record<string, unknown>,
|
|
21
18
|
) => {
|
|
22
|
-
new (
|
|
19
|
+
new (
|
|
20
|
+
input: I,
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
22
|
I,
|
|
24
23
|
O,
|
|
25
24
|
CodeartifactClientResolvedConfig,
|
|
@@ -38,9 +37,4 @@ export declare const command: <
|
|
|
38
37
|
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
39
38
|
};
|
|
40
39
|
export declare const _ep0: EndpointParameterInstructions;
|
|
41
|
-
export declare const _mw0: (
|
|
42
|
-
Command: any,
|
|
43
|
-
cs: any,
|
|
44
|
-
config: any,
|
|
45
|
-
o: any
|
|
46
|
-
) => never[];
|
|
40
|
+
export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
AssociateExternalConnectionResult,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface AssociateExternalConnectionCommandInput
|
|
8
|
-
extends AssociateExternalConnectionRequest {}
|
|
7
|
+
export interface AssociateExternalConnectionCommandInput extends AssociateExternalConnectionRequest {}
|
|
9
8
|
export interface AssociateExternalConnectionCommandOutput
|
|
10
|
-
extends AssociateExternalConnectionResult,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends AssociateExternalConnectionResult, __MetadataBearer {}
|
|
12
10
|
declare const AssociateExternalConnectionCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: AssociateExternalConnectionCommandInput
|
|
12
|
+
input: AssociateExternalConnectionCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
AssociateExternalConnectionCommandInput,
|
|
17
15
|
AssociateExternalConnectionCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const AssociateExternalConnectionCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: AssociateExternalConnectionCommandInput
|
|
21
|
+
input: AssociateExternalConnectionCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
AssociateExternalConnectionCommandInput,
|
|
26
24
|
AssociateExternalConnectionCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CopyPackageVersionsRequest,
|
|
4
|
-
CopyPackageVersionsResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CopyPackageVersionsRequest, CopyPackageVersionsResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface CopyPackageVersionsCommandInput
|
|
8
|
-
extends CopyPackageVersionsRequest {}
|
|
4
|
+
export interface CopyPackageVersionsCommandInput extends CopyPackageVersionsRequest {}
|
|
9
5
|
export interface CopyPackageVersionsCommandOutput
|
|
10
|
-
extends CopyPackageVersionsResult,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends CopyPackageVersionsResult, __MetadataBearer {}
|
|
12
7
|
declare const CopyPackageVersionsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: CopyPackageVersionsCommandInput
|
|
9
|
+
input: CopyPackageVersionsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
CopyPackageVersionsCommandInput,
|
|
17
12
|
CopyPackageVersionsCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const CopyPackageVersionsCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: CopyPackageVersionsCommandInput
|
|
18
|
+
input: CopyPackageVersionsCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
CopyPackageVersionsCommandInput,
|
|
26
21
|
CopyPackageVersionsCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { CreateDomainRequest, CreateDomainResult } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface CreateDomainCommandInput extends CreateDomainRequest {}
|
|
5
|
-
export interface CreateDomainCommandOutput
|
|
6
|
-
extends CreateDomainResult,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateDomainCommandOutput extends CreateDomainResult, __MetadataBearer {}
|
|
8
6
|
declare const CreateDomainCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: CreateDomainCommandInput
|
|
8
|
+
input: CreateDomainCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
CreateDomainCommandInput,
|
|
13
11
|
CreateDomainCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const CreateDomainCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: CreateDomainCommandInput
|
|
17
|
+
input: CreateDomainCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
CreateDomainCommandInput,
|
|
22
20
|
CreateDomainCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreatePackageGroupRequest,
|
|
4
|
-
CreatePackageGroupResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreatePackageGroupRequest, CreatePackageGroupResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreatePackageGroupCommandInput
|
|
8
|
-
extends CreatePackageGroupRequest {}
|
|
4
|
+
export interface CreatePackageGroupCommandInput extends CreatePackageGroupRequest {}
|
|
9
5
|
export interface CreatePackageGroupCommandOutput
|
|
10
|
-
extends CreatePackageGroupResult,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends CreatePackageGroupResult, __MetadataBearer {}
|
|
12
7
|
declare const CreatePackageGroupCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: CreatePackageGroupCommandInput
|
|
9
|
+
input: CreatePackageGroupCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
CreatePackageGroupCommandInput,
|
|
17
12
|
CreatePackageGroupCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const CreatePackageGroupCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: CreatePackageGroupCommandInput
|
|
18
|
+
input: CreatePackageGroupCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
CreatePackageGroupCommandInput,
|
|
26
21
|
CreatePackageGroupCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateRepositoryRequest,
|
|
4
|
-
CreateRepositoryResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateRepositoryRequest, CreateRepositoryResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface CreateRepositoryCommandInput extends CreateRepositoryRequest {}
|
|
8
|
-
export interface CreateRepositoryCommandOutput
|
|
9
|
-
extends CreateRepositoryResult,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateRepositoryCommandOutput extends CreateRepositoryResult, __MetadataBearer {}
|
|
11
6
|
declare const CreateRepositoryCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: CreateRepositoryCommandInput
|
|
8
|
+
input: CreateRepositoryCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
CreateRepositoryCommandInput,
|
|
16
11
|
CreateRepositoryCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const CreateRepositoryCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: CreateRepositoryCommandInput
|
|
17
|
+
input: CreateRepositoryCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
CreateRepositoryCommandInput,
|
|
25
20
|
CreateRepositoryCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { DeleteDomainRequest, DeleteDomainResult } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface DeleteDomainCommandInput extends DeleteDomainRequest {}
|
|
5
|
-
export interface DeleteDomainCommandOutput
|
|
6
|
-
extends DeleteDomainResult,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DeleteDomainCommandOutput extends DeleteDomainResult, __MetadataBearer {}
|
|
8
6
|
declare const DeleteDomainCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: DeleteDomainCommandInput
|
|
8
|
+
input: DeleteDomainCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
DeleteDomainCommandInput,
|
|
13
11
|
DeleteDomainCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const DeleteDomainCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: DeleteDomainCommandInput
|
|
17
|
+
input: DeleteDomainCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
DeleteDomainCommandInput,
|
|
22
20
|
DeleteDomainCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DeleteDomainPermissionsPolicyResult,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeleteDomainPermissionsPolicyCommandInput
|
|
8
|
-
extends DeleteDomainPermissionsPolicyRequest {}
|
|
7
|
+
export interface DeleteDomainPermissionsPolicyCommandInput extends DeleteDomainPermissionsPolicyRequest {}
|
|
9
8
|
export interface DeleteDomainPermissionsPolicyCommandOutput
|
|
10
|
-
extends DeleteDomainPermissionsPolicyResult,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DeleteDomainPermissionsPolicyResult, __MetadataBearer {}
|
|
12
10
|
declare const DeleteDomainPermissionsPolicyCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DeleteDomainPermissionsPolicyCommandInput
|
|
12
|
+
input: DeleteDomainPermissionsPolicyCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DeleteDomainPermissionsPolicyCommandInput,
|
|
17
15
|
DeleteDomainPermissionsPolicyCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DeleteDomainPermissionsPolicyCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DeleteDomainPermissionsPolicyCommandInput
|
|
21
|
+
input: DeleteDomainPermissionsPolicyCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DeleteDomainPermissionsPolicyCommandInput,
|
|
26
24
|
DeleteDomainPermissionsPolicyCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { DeletePackageRequest, DeletePackageResult } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface DeletePackageCommandInput extends DeletePackageRequest {}
|
|
5
|
-
export interface DeletePackageCommandOutput
|
|
6
|
-
extends DeletePackageResult,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DeletePackageCommandOutput extends DeletePackageResult, __MetadataBearer {}
|
|
8
6
|
declare const DeletePackageCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: DeletePackageCommandInput
|
|
8
|
+
input: DeletePackageCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
DeletePackageCommandInput,
|
|
13
11
|
DeletePackageCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const DeletePackageCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: DeletePackageCommandInput
|
|
17
|
+
input: DeletePackageCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
DeletePackageCommandInput,
|
|
22
20
|
DeletePackageCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeletePackageGroupRequest,
|
|
4
|
-
DeletePackageGroupResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeletePackageGroupRequest, DeletePackageGroupResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeletePackageGroupCommandInput
|
|
8
|
-
extends DeletePackageGroupRequest {}
|
|
4
|
+
export interface DeletePackageGroupCommandInput extends DeletePackageGroupRequest {}
|
|
9
5
|
export interface DeletePackageGroupCommandOutput
|
|
10
|
-
extends DeletePackageGroupResult,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DeletePackageGroupResult, __MetadataBearer {}
|
|
12
7
|
declare const DeletePackageGroupCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DeletePackageGroupCommandInput
|
|
9
|
+
input: DeletePackageGroupCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DeletePackageGroupCommandInput,
|
|
17
12
|
DeletePackageGroupCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DeletePackageGroupCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DeletePackageGroupCommandInput
|
|
18
|
+
input: DeletePackageGroupCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DeletePackageGroupCommandInput,
|
|
26
21
|
DeletePackageGroupCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeletePackageVersionsRequest,
|
|
4
|
-
DeletePackageVersionsResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeletePackageVersionsRequest, DeletePackageVersionsResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeletePackageVersionsCommandInput
|
|
8
|
-
extends DeletePackageVersionsRequest {}
|
|
4
|
+
export interface DeletePackageVersionsCommandInput extends DeletePackageVersionsRequest {}
|
|
9
5
|
export interface DeletePackageVersionsCommandOutput
|
|
10
|
-
extends DeletePackageVersionsResult,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DeletePackageVersionsResult, __MetadataBearer {}
|
|
12
7
|
declare const DeletePackageVersionsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DeletePackageVersionsCommandInput
|
|
9
|
+
input: DeletePackageVersionsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DeletePackageVersionsCommandInput,
|
|
17
12
|
DeletePackageVersionsCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DeletePackageVersionsCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DeletePackageVersionsCommandInput
|
|
18
|
+
input: DeletePackageVersionsCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DeletePackageVersionsCommandInput,
|
|
26
21
|
DeletePackageVersionsCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteRepositoryRequest,
|
|
4
|
-
DeleteRepositoryResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteRepositoryRequest, DeleteRepositoryResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface DeleteRepositoryCommandInput extends DeleteRepositoryRequest {}
|
|
8
|
-
export interface DeleteRepositoryCommandOutput
|
|
9
|
-
extends DeleteRepositoryResult,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DeleteRepositoryCommandOutput extends DeleteRepositoryResult, __MetadataBearer {}
|
|
11
6
|
declare const DeleteRepositoryCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: DeleteRepositoryCommandInput
|
|
8
|
+
input: DeleteRepositoryCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
DeleteRepositoryCommandInput,
|
|
16
11
|
DeleteRepositoryCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const DeleteRepositoryCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: DeleteRepositoryCommandInput
|
|
17
|
+
input: DeleteRepositoryCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
DeleteRepositoryCommandInput,
|
|
25
20
|
DeleteRepositoryCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DeleteRepositoryPermissionsPolicyResult,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeleteRepositoryPermissionsPolicyCommandInput
|
|
8
|
-
extends DeleteRepositoryPermissionsPolicyRequest {}
|
|
7
|
+
export interface DeleteRepositoryPermissionsPolicyCommandInput extends DeleteRepositoryPermissionsPolicyRequest {}
|
|
9
8
|
export interface DeleteRepositoryPermissionsPolicyCommandOutput
|
|
10
|
-
extends DeleteRepositoryPermissionsPolicyResult,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DeleteRepositoryPermissionsPolicyResult, __MetadataBearer {}
|
|
12
10
|
declare const DeleteRepositoryPermissionsPolicyCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DeleteRepositoryPermissionsPolicyCommandInput
|
|
12
|
+
input: DeleteRepositoryPermissionsPolicyCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DeleteRepositoryPermissionsPolicyCommandInput,
|
|
17
15
|
DeleteRepositoryPermissionsPolicyCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DeleteRepositoryPermissionsPolicyCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DeleteRepositoryPermissionsPolicyCommandInput
|
|
21
|
+
input: DeleteRepositoryPermissionsPolicyCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DeleteRepositoryPermissionsPolicyCommandInput,
|
|
26
24
|
DeleteRepositoryPermissionsPolicyCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeDomainRequest,
|
|
4
|
-
DescribeDomainResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribeDomainRequest, DescribeDomainResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface DescribeDomainCommandInput extends DescribeDomainRequest {}
|
|
8
|
-
export interface DescribeDomainCommandOutput
|
|
9
|
-
extends DescribeDomainResult,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DescribeDomainCommandOutput extends DescribeDomainResult, __MetadataBearer {}
|
|
11
6
|
declare const DescribeDomainCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: DescribeDomainCommandInput
|
|
8
|
+
input: DescribeDomainCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
DescribeDomainCommandInput,
|
|
16
11
|
DescribeDomainCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const DescribeDomainCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: DescribeDomainCommandInput
|
|
17
|
+
input: DescribeDomainCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
DescribeDomainCommandInput,
|
|
25
20
|
DescribeDomainCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribePackageRequest,
|
|
4
|
-
DescribePackageResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribePackageRequest, DescribePackageResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface DescribePackageCommandInput extends DescribePackageRequest {}
|
|
8
|
-
export interface DescribePackageCommandOutput
|
|
9
|
-
extends DescribePackageResult,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DescribePackageCommandOutput extends DescribePackageResult, __MetadataBearer {}
|
|
11
6
|
declare const DescribePackageCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: DescribePackageCommandInput
|
|
8
|
+
input: DescribePackageCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
DescribePackageCommandInput,
|
|
16
11
|
DescribePackageCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const DescribePackageCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: DescribePackageCommandInput
|
|
17
|
+
input: DescribePackageCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
DescribePackageCommandInput,
|
|
25
20
|
DescribePackageCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribePackageGroupRequest,
|
|
4
|
-
DescribePackageGroupResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribePackageGroupRequest, DescribePackageGroupResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribePackageGroupCommandInput
|
|
8
|
-
extends DescribePackageGroupRequest {}
|
|
4
|
+
export interface DescribePackageGroupCommandInput extends DescribePackageGroupRequest {}
|
|
9
5
|
export interface DescribePackageGroupCommandOutput
|
|
10
|
-
extends DescribePackageGroupResult,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DescribePackageGroupResult, __MetadataBearer {}
|
|
12
7
|
declare const DescribePackageGroupCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DescribePackageGroupCommandInput
|
|
9
|
+
input: DescribePackageGroupCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DescribePackageGroupCommandInput,
|
|
17
12
|
DescribePackageGroupCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DescribePackageGroupCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DescribePackageGroupCommandInput
|
|
18
|
+
input: DescribePackageGroupCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DescribePackageGroupCommandInput,
|
|
26
21
|
DescribePackageGroupCommandOutput,
|