@aws-sdk/client-codeartifact 3.803.0 → 3.804.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.
Files changed (103) hide show
  1. package/dist-types/commands/AssociateExternalConnectionCommand.d.ts +1 -1
  2. package/dist-types/commands/CopyPackageVersionsCommand.d.ts +1 -1
  3. package/dist-types/commands/CreateDomainCommand.d.ts +1 -1
  4. package/dist-types/commands/CreatePackageGroupCommand.d.ts +1 -1
  5. package/dist-types/commands/CreateRepositoryCommand.d.ts +1 -1
  6. package/dist-types/commands/DeleteDomainCommand.d.ts +1 -1
  7. package/dist-types/commands/DeleteDomainPermissionsPolicyCommand.d.ts +1 -1
  8. package/dist-types/commands/DeletePackageCommand.d.ts +1 -1
  9. package/dist-types/commands/DeletePackageGroupCommand.d.ts +1 -1
  10. package/dist-types/commands/DeletePackageVersionsCommand.d.ts +1 -1
  11. package/dist-types/commands/DeleteRepositoryCommand.d.ts +1 -1
  12. package/dist-types/commands/DeleteRepositoryPermissionsPolicyCommand.d.ts +1 -1
  13. package/dist-types/commands/DescribeDomainCommand.d.ts +1 -1
  14. package/dist-types/commands/DescribePackageCommand.d.ts +1 -1
  15. package/dist-types/commands/DescribePackageGroupCommand.d.ts +1 -1
  16. package/dist-types/commands/DescribePackageVersionCommand.d.ts +1 -1
  17. package/dist-types/commands/DescribeRepositoryCommand.d.ts +1 -1
  18. package/dist-types/commands/DisassociateExternalConnectionCommand.d.ts +1 -1
  19. package/dist-types/commands/DisposePackageVersionsCommand.d.ts +1 -1
  20. package/dist-types/commands/GetAssociatedPackageGroupCommand.d.ts +1 -1
  21. package/dist-types/commands/GetAuthorizationTokenCommand.d.ts +1 -1
  22. package/dist-types/commands/GetDomainPermissionsPolicyCommand.d.ts +1 -1
  23. package/dist-types/commands/GetPackageVersionAssetCommand.d.ts +1 -1
  24. package/dist-types/commands/GetPackageVersionReadmeCommand.d.ts +1 -1
  25. package/dist-types/commands/GetRepositoryEndpointCommand.d.ts +1 -1
  26. package/dist-types/commands/GetRepositoryPermissionsPolicyCommand.d.ts +1 -1
  27. package/dist-types/commands/ListAllowedRepositoriesForGroupCommand.d.ts +1 -1
  28. package/dist-types/commands/ListAssociatedPackagesCommand.d.ts +1 -1
  29. package/dist-types/commands/ListPackageGroupsCommand.d.ts +1 -1
  30. package/dist-types/commands/ListPackageVersionAssetsCommand.d.ts +1 -1
  31. package/dist-types/commands/ListPackageVersionDependenciesCommand.d.ts +1 -1
  32. package/dist-types/commands/ListPackageVersionsCommand.d.ts +1 -1
  33. package/dist-types/commands/ListPackagesCommand.d.ts +1 -1
  34. package/dist-types/commands/ListRepositoriesInDomainCommand.d.ts +1 -1
  35. package/dist-types/commands/ListSubPackageGroupsCommand.d.ts +1 -1
  36. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  37. package/dist-types/commands/PublishPackageVersionCommand.d.ts +1 -1
  38. package/dist-types/commands/PutDomainPermissionsPolicyCommand.d.ts +1 -1
  39. package/dist-types/commands/PutPackageOriginConfigurationCommand.d.ts +1 -1
  40. package/dist-types/commands/PutRepositoryPermissionsPolicyCommand.d.ts +1 -1
  41. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  42. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  43. package/dist-types/commands/UpdatePackageGroupCommand.d.ts +1 -1
  44. package/dist-types/commands/UpdatePackageGroupOriginConfigurationCommand.d.ts +1 -1
  45. package/dist-types/commands/UpdatePackageVersionsStatusCommand.d.ts +1 -1
  46. package/dist-types/commands/UpdateRepositoryCommand.d.ts +1 -1
  47. package/dist-types/endpoint/EndpointParameters.d.ts +1 -3
  48. package/dist-types/runtimeConfig.browser.d.ts +17 -17
  49. package/dist-types/runtimeConfig.d.ts +16 -16
  50. package/dist-types/runtimeConfig.native.d.ts +18 -18
  51. package/dist-types/runtimeConfig.shared.d.ts +3 -3
  52. package/dist-types/ts3.4/commands/AssociateExternalConnectionCommand.d.ts +1 -1
  53. package/dist-types/ts3.4/commands/CopyPackageVersionsCommand.d.ts +1 -1
  54. package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +1 -1
  55. package/dist-types/ts3.4/commands/CreatePackageGroupCommand.d.ts +1 -1
  56. package/dist-types/ts3.4/commands/CreateRepositoryCommand.d.ts +1 -1
  57. package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +1 -1
  58. package/dist-types/ts3.4/commands/DeleteDomainPermissionsPolicyCommand.d.ts +1 -1
  59. package/dist-types/ts3.4/commands/DeletePackageCommand.d.ts +1 -1
  60. package/dist-types/ts3.4/commands/DeletePackageGroupCommand.d.ts +1 -1
  61. package/dist-types/ts3.4/commands/DeletePackageVersionsCommand.d.ts +1 -1
  62. package/dist-types/ts3.4/commands/DeleteRepositoryCommand.d.ts +1 -1
  63. package/dist-types/ts3.4/commands/DeleteRepositoryPermissionsPolicyCommand.d.ts +1 -1
  64. package/dist-types/ts3.4/commands/DescribeDomainCommand.d.ts +1 -1
  65. package/dist-types/ts3.4/commands/DescribePackageCommand.d.ts +1 -1
  66. package/dist-types/ts3.4/commands/DescribePackageGroupCommand.d.ts +1 -1
  67. package/dist-types/ts3.4/commands/DescribePackageVersionCommand.d.ts +1 -1
  68. package/dist-types/ts3.4/commands/DescribeRepositoryCommand.d.ts +1 -1
  69. package/dist-types/ts3.4/commands/DisassociateExternalConnectionCommand.d.ts +1 -1
  70. package/dist-types/ts3.4/commands/DisposePackageVersionsCommand.d.ts +1 -1
  71. package/dist-types/ts3.4/commands/GetAssociatedPackageGroupCommand.d.ts +1 -1
  72. package/dist-types/ts3.4/commands/GetAuthorizationTokenCommand.d.ts +1 -1
  73. package/dist-types/ts3.4/commands/GetDomainPermissionsPolicyCommand.d.ts +1 -1
  74. package/dist-types/ts3.4/commands/GetPackageVersionAssetCommand.d.ts +1 -1
  75. package/dist-types/ts3.4/commands/GetPackageVersionReadmeCommand.d.ts +1 -1
  76. package/dist-types/ts3.4/commands/GetRepositoryEndpointCommand.d.ts +1 -1
  77. package/dist-types/ts3.4/commands/GetRepositoryPermissionsPolicyCommand.d.ts +1 -1
  78. package/dist-types/ts3.4/commands/ListAllowedRepositoriesForGroupCommand.d.ts +1 -1
  79. package/dist-types/ts3.4/commands/ListAssociatedPackagesCommand.d.ts +1 -1
  80. package/dist-types/ts3.4/commands/ListPackageGroupsCommand.d.ts +1 -1
  81. package/dist-types/ts3.4/commands/ListPackageVersionAssetsCommand.d.ts +1 -1
  82. package/dist-types/ts3.4/commands/ListPackageVersionDependenciesCommand.d.ts +1 -1
  83. package/dist-types/ts3.4/commands/ListPackageVersionsCommand.d.ts +1 -1
  84. package/dist-types/ts3.4/commands/ListPackagesCommand.d.ts +1 -1
  85. package/dist-types/ts3.4/commands/ListRepositoriesInDomainCommand.d.ts +1 -1
  86. package/dist-types/ts3.4/commands/ListSubPackageGroupsCommand.d.ts +1 -1
  87. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
  88. package/dist-types/ts3.4/commands/PublishPackageVersionCommand.d.ts +1 -1
  89. package/dist-types/ts3.4/commands/PutDomainPermissionsPolicyCommand.d.ts +1 -1
  90. package/dist-types/ts3.4/commands/PutPackageOriginConfigurationCommand.d.ts +1 -1
  91. package/dist-types/ts3.4/commands/PutRepositoryPermissionsPolicyCommand.d.ts +1 -1
  92. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
  93. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
  94. package/dist-types/ts3.4/commands/UpdatePackageGroupCommand.d.ts +1 -1
  95. package/dist-types/ts3.4/commands/UpdatePackageGroupOriginConfigurationCommand.d.ts +1 -1
  96. package/dist-types/ts3.4/commands/UpdatePackageVersionsStatusCommand.d.ts +1 -1
  97. package/dist-types/ts3.4/commands/UpdateRepositoryCommand.d.ts +1 -1
  98. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -4
  99. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +22 -32
  100. package/dist-types/ts3.4/runtimeConfig.d.ts +20 -29
  101. package/dist-types/ts3.4/runtimeConfig.native.d.ts +23 -33
  102. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +3 -3
  103. package/package.json +19 -19
@@ -8,8 +8,8 @@ export declare const getRuntimeConfig: (config: CodeartifactClientConfig) => {
8
8
  defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
9
9
  authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
10
10
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
11
- credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit | undefined) => import("@smithy/types").MemoizedProvider<import("@smithy/types").AwsCredentialIdentity>);
12
- defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
11
+ credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit) => import("@smithy/types").MemoizedProvider<import("@smithy/types").AwsCredentialIdentity>);
12
+ defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
13
13
  maxAttempts: number | import("@smithy/types").Provider<number>;
14
14
  region: string | import("@smithy/types").Provider<string>;
15
15
  requestHandler: RequestHandler | import("@smithy/protocol-http").HttpHandler<any>;
@@ -23,29 +23,29 @@ export declare const getRuntimeConfig: (config: CodeartifactClientConfig) => {
23
23
  cacheMiddleware?: boolean | undefined;
24
24
  urlParser: import("@smithy/types").UrlParser;
25
25
  base64Decoder: import("@smithy/types").Decoder;
26
- base64Encoder: (_input: string | Uint8Array) => string;
26
+ base64Encoder: (_input: Uint8Array | string) => string;
27
27
  utf8Decoder: import("@smithy/types").Decoder;
28
- utf8Encoder: (input: string | Uint8Array) => string;
28
+ utf8Encoder: (input: Uint8Array | string) => string;
29
29
  disableHostPrefix: boolean;
30
30
  serviceId: string;
31
- profile?: string | undefined;
31
+ profile?: string;
32
32
  logger: import("@smithy/types").Logger;
33
33
  extensions: import("./runtimeExtensions").RuntimeExtension[];
34
34
  sdkStreamMixin: import("@smithy/types").SdkStreamMixinInjector;
35
- customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
36
- retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
35
+ customUserAgent?: string | import("@smithy/types").UserAgent;
36
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
37
37
  endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
38
38
  endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
39
- logger?: import("@smithy/types").Logger | undefined;
39
+ logger?: import("@smithy/types").Logger;
40
40
  }) => import("@smithy/types").EndpointV2;
41
- tls?: boolean | undefined;
42
- serviceConfiguredEndpoint?: undefined;
41
+ tls?: boolean;
42
+ serviceConfiguredEndpoint?: never;
43
43
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
44
44
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").CodeartifactHttpAuthSchemeProvider;
45
- credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider | undefined;
46
- signer?: import("@smithy/types").RequestSigner | ((authScheme?: import("@smithy/types").AuthScheme | undefined) => Promise<import("@smithy/types").RequestSigner>) | undefined;
47
- signingEscapePath?: boolean | undefined;
48
- systemClockOffset?: number | undefined;
49
- signingRegion?: string | undefined;
50
- signerConstructor?: (new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner) | undefined;
45
+ credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider;
46
+ signer?: import("@smithy/types").RequestSigner | ((authScheme?: import("@smithy/types").AuthScheme) => Promise<import("@smithy/types").RequestSigner>);
47
+ signingEscapePath?: boolean;
48
+ systemClockOffset?: number;
49
+ signingRegion?: string;
50
+ signerConstructor?: new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner;
51
51
  };
@@ -7,21 +7,21 @@ export declare const getRuntimeConfig: (config: CodeartifactClientConfig) => {
7
7
  sha256: import("@smithy/types").HashConstructor;
8
8
  requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/protocol-http").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
9
9
  apiVersion: string;
10
- cacheMiddleware?: boolean | undefined;
10
+ cacheMiddleware?: boolean;
11
11
  urlParser: import("@smithy/types").UrlParser;
12
12
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
13
13
  streamCollector: import("@smithy/types").StreamCollector;
14
14
  base64Decoder: import("@smithy/types").Decoder;
15
- base64Encoder: (_input: string | Uint8Array) => string;
15
+ base64Encoder: (_input: Uint8Array | string) => string;
16
16
  utf8Decoder: import("@smithy/types").Decoder;
17
- utf8Encoder: (input: string | Uint8Array) => string;
17
+ utf8Encoder: (input: Uint8Array | string) => string;
18
18
  disableHostPrefix: boolean;
19
19
  serviceId: string;
20
20
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
21
21
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
22
22
  region: string | import("@smithy/types").Provider<any>;
23
- profile?: string | undefined;
24
- defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
23
+ profile?: string;
24
+ defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
25
25
  credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
26
26
  maxAttempts: number | import("@smithy/types").Provider<number>;
27
27
  retryMode: string | import("@smithy/types").Provider<string>;
@@ -29,22 +29,22 @@ export declare const getRuntimeConfig: (config: CodeartifactClientConfig) => {
29
29
  extensions: import("./runtimeExtensions").RuntimeExtension[];
30
30
  defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
31
31
  sdkStreamMixin: import("@smithy/types").SdkStreamMixinInjector;
32
- customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
33
- userAgentAppId?: string | import("@smithy/types").Provider<string | undefined> | undefined;
34
- retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
32
+ customUserAgent?: string | import("@smithy/types").UserAgent;
33
+ userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
34
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
35
35
  endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
36
36
  endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
37
- logger?: import("@smithy/types").Logger | undefined;
37
+ logger?: import("@smithy/types").Logger;
38
38
  }) => import("@smithy/types").EndpointV2;
39
- tls?: boolean | undefined;
40
- serviceConfiguredEndpoint?: undefined;
41
- authSchemePreference?: string[] | import("@smithy/types").Provider<string[]> | undefined;
39
+ tls?: boolean;
40
+ serviceConfiguredEndpoint?: never;
41
+ authSchemePreference?: string[] | import("@smithy/types").Provider<string[]>;
42
42
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
43
43
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").CodeartifactHttpAuthSchemeProvider;
44
- credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider | undefined;
45
- signer?: import("@smithy/types").RequestSigner | ((authScheme?: import("@smithy/types").AuthScheme | undefined) => Promise<import("@smithy/types").RequestSigner>) | undefined;
46
- signingEscapePath?: boolean | undefined;
47
- systemClockOffset?: number | undefined;
48
- signingRegion?: string | undefined;
49
- signerConstructor?: (new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner) | undefined;
44
+ credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider;
45
+ signer?: import("@smithy/types").RequestSigner | ((authScheme?: import("@smithy/types").AuthScheme) => Promise<import("@smithy/types").RequestSigner>);
46
+ signingEscapePath?: boolean;
47
+ systemClockOffset?: number;
48
+ signingRegion?: string;
49
+ signerConstructor?: new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner;
50
50
  };
@@ -5,10 +5,10 @@ import { CodeartifactClientConfig } from "./CodeartifactClient";
5
5
  export declare const getRuntimeConfig: (config: CodeartifactClientConfig) => {
6
6
  apiVersion: string;
7
7
  base64Decoder: import("@smithy/types").Decoder;
8
- base64Encoder: (_input: string | Uint8Array) => string;
8
+ base64Encoder: (_input: Uint8Array | string) => string;
9
9
  disableHostPrefix: boolean;
10
10
  endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
11
- logger?: import("@smithy/types").Logger | undefined;
11
+ logger?: import("@smithy/types").Logger;
12
12
  }) => import("@smithy/types").EndpointV2;
13
13
  extensions: import("./runtimeExtensions").RuntimeExtension[];
14
14
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").CodeartifactHttpAuthSchemeProvider;
@@ -18,5 +18,5 @@ export declare const getRuntimeConfig: (config: CodeartifactClientConfig) => {
18
18
  serviceId: string;
19
19
  urlParser: import("@smithy/types").UrlParser;
20
20
  utf8Decoder: import("@smithy/types").Decoder;
21
- utf8Encoder: (input: string | Uint8Array) => string;
21
+ utf8Encoder: (input: Uint8Array | string) => string;
22
22
  };
@@ -27,7 +27,7 @@ declare const AssociateExternalConnectionCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: AssociateExternalConnectionCommandInput
30
+ input: AssociateExternalConnectionCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  AssociateExternalConnectionCommandInput,
33
33
  AssociateExternalConnectionCommandOutput,
@@ -27,7 +27,7 @@ declare const CopyPackageVersionsCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: CopyPackageVersionsCommandInput
30
+ input: CopyPackageVersionsCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  CopyPackageVersionsCommandInput,
33
33
  CopyPackageVersionsCommandOutput,
@@ -23,7 +23,7 @@ declare const CreateDomainCommand_base: {
23
23
  ServiceOutputTypes
24
24
  >;
25
25
  new (
26
- __0_0: CreateDomainCommandInput
26
+ input: CreateDomainCommandInput
27
27
  ): import("@smithy/smithy-client").CommandImpl<
28
28
  CreateDomainCommandInput,
29
29
  CreateDomainCommandOutput,
@@ -27,7 +27,7 @@ declare const CreatePackageGroupCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: CreatePackageGroupCommandInput
30
+ input: CreatePackageGroupCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  CreatePackageGroupCommandInput,
33
33
  CreatePackageGroupCommandOutput,
@@ -26,7 +26,7 @@ declare const CreateRepositoryCommand_base: {
26
26
  ServiceOutputTypes
27
27
  >;
28
28
  new (
29
- __0_0: CreateRepositoryCommandInput
29
+ input: CreateRepositoryCommandInput
30
30
  ): import("@smithy/smithy-client").CommandImpl<
31
31
  CreateRepositoryCommandInput,
32
32
  CreateRepositoryCommandOutput,
@@ -23,7 +23,7 @@ declare const DeleteDomainCommand_base: {
23
23
  ServiceOutputTypes
24
24
  >;
25
25
  new (
26
- __0_0: DeleteDomainCommandInput
26
+ input: DeleteDomainCommandInput
27
27
  ): import("@smithy/smithy-client").CommandImpl<
28
28
  DeleteDomainCommandInput,
29
29
  DeleteDomainCommandOutput,
@@ -27,7 +27,7 @@ declare const DeleteDomainPermissionsPolicyCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: DeleteDomainPermissionsPolicyCommandInput
30
+ input: DeleteDomainPermissionsPolicyCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  DeleteDomainPermissionsPolicyCommandInput,
33
33
  DeleteDomainPermissionsPolicyCommandOutput,
@@ -23,7 +23,7 @@ declare const DeletePackageCommand_base: {
23
23
  ServiceOutputTypes
24
24
  >;
25
25
  new (
26
- __0_0: DeletePackageCommandInput
26
+ input: DeletePackageCommandInput
27
27
  ): import("@smithy/smithy-client").CommandImpl<
28
28
  DeletePackageCommandInput,
29
29
  DeletePackageCommandOutput,
@@ -27,7 +27,7 @@ declare const DeletePackageGroupCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: DeletePackageGroupCommandInput
30
+ input: DeletePackageGroupCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  DeletePackageGroupCommandInput,
33
33
  DeletePackageGroupCommandOutput,
@@ -27,7 +27,7 @@ declare const DeletePackageVersionsCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: DeletePackageVersionsCommandInput
30
+ input: DeletePackageVersionsCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  DeletePackageVersionsCommandInput,
33
33
  DeletePackageVersionsCommandOutput,
@@ -26,7 +26,7 @@ declare const DeleteRepositoryCommand_base: {
26
26
  ServiceOutputTypes
27
27
  >;
28
28
  new (
29
- __0_0: DeleteRepositoryCommandInput
29
+ input: DeleteRepositoryCommandInput
30
30
  ): import("@smithy/smithy-client").CommandImpl<
31
31
  DeleteRepositoryCommandInput,
32
32
  DeleteRepositoryCommandOutput,
@@ -27,7 +27,7 @@ declare const DeleteRepositoryPermissionsPolicyCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: DeleteRepositoryPermissionsPolicyCommandInput
30
+ input: DeleteRepositoryPermissionsPolicyCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  DeleteRepositoryPermissionsPolicyCommandInput,
33
33
  DeleteRepositoryPermissionsPolicyCommandOutput,
@@ -26,7 +26,7 @@ declare const DescribeDomainCommand_base: {
26
26
  ServiceOutputTypes
27
27
  >;
28
28
  new (
29
- __0_0: DescribeDomainCommandInput
29
+ input: DescribeDomainCommandInput
30
30
  ): import("@smithy/smithy-client").CommandImpl<
31
31
  DescribeDomainCommandInput,
32
32
  DescribeDomainCommandOutput,
@@ -26,7 +26,7 @@ declare const DescribePackageCommand_base: {
26
26
  ServiceOutputTypes
27
27
  >;
28
28
  new (
29
- __0_0: DescribePackageCommandInput
29
+ input: DescribePackageCommandInput
30
30
  ): import("@smithy/smithy-client").CommandImpl<
31
31
  DescribePackageCommandInput,
32
32
  DescribePackageCommandOutput,
@@ -27,7 +27,7 @@ declare const DescribePackageGroupCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: DescribePackageGroupCommandInput
30
+ input: DescribePackageGroupCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  DescribePackageGroupCommandInput,
33
33
  DescribePackageGroupCommandOutput,
@@ -27,7 +27,7 @@ declare const DescribePackageVersionCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: DescribePackageVersionCommandInput
30
+ input: DescribePackageVersionCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  DescribePackageVersionCommandInput,
33
33
  DescribePackageVersionCommandOutput,
@@ -27,7 +27,7 @@ declare const DescribeRepositoryCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: DescribeRepositoryCommandInput
30
+ input: DescribeRepositoryCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  DescribeRepositoryCommandInput,
33
33
  DescribeRepositoryCommandOutput,
@@ -27,7 +27,7 @@ declare const DisassociateExternalConnectionCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: DisassociateExternalConnectionCommandInput
30
+ input: DisassociateExternalConnectionCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  DisassociateExternalConnectionCommandInput,
33
33
  DisassociateExternalConnectionCommandOutput,
@@ -27,7 +27,7 @@ declare const DisposePackageVersionsCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: DisposePackageVersionsCommandInput
30
+ input: DisposePackageVersionsCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  DisposePackageVersionsCommandInput,
33
33
  DisposePackageVersionsCommandOutput,
@@ -27,7 +27,7 @@ declare const GetAssociatedPackageGroupCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: GetAssociatedPackageGroupCommandInput
30
+ input: GetAssociatedPackageGroupCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  GetAssociatedPackageGroupCommandInput,
33
33
  GetAssociatedPackageGroupCommandOutput,
@@ -27,7 +27,7 @@ declare const GetAuthorizationTokenCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: GetAuthorizationTokenCommandInput
30
+ input: GetAuthorizationTokenCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  GetAuthorizationTokenCommandInput,
33
33
  GetAuthorizationTokenCommandOutput,
@@ -27,7 +27,7 @@ declare const GetDomainPermissionsPolicyCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: GetDomainPermissionsPolicyCommandInput
30
+ input: GetDomainPermissionsPolicyCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  GetDomainPermissionsPolicyCommandInput,
33
33
  GetDomainPermissionsPolicyCommandOutput,
@@ -35,7 +35,7 @@ declare const GetPackageVersionAssetCommand_base: {
35
35
  ServiceOutputTypes
36
36
  >;
37
37
  new (
38
- __0_0: GetPackageVersionAssetCommandInput
38
+ input: GetPackageVersionAssetCommandInput
39
39
  ): import("@smithy/smithy-client").CommandImpl<
40
40
  GetPackageVersionAssetCommandInput,
41
41
  GetPackageVersionAssetCommandOutput,
@@ -27,7 +27,7 @@ declare const GetPackageVersionReadmeCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: GetPackageVersionReadmeCommandInput
30
+ input: GetPackageVersionReadmeCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  GetPackageVersionReadmeCommandInput,
33
33
  GetPackageVersionReadmeCommandOutput,
@@ -27,7 +27,7 @@ declare const GetRepositoryEndpointCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: GetRepositoryEndpointCommandInput
30
+ input: GetRepositoryEndpointCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  GetRepositoryEndpointCommandInput,
33
33
  GetRepositoryEndpointCommandOutput,
@@ -27,7 +27,7 @@ declare const GetRepositoryPermissionsPolicyCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: GetRepositoryPermissionsPolicyCommandInput
30
+ input: GetRepositoryPermissionsPolicyCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  GetRepositoryPermissionsPolicyCommandInput,
33
33
  GetRepositoryPermissionsPolicyCommandOutput,
@@ -27,7 +27,7 @@ declare const ListAllowedRepositoriesForGroupCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: ListAllowedRepositoriesForGroupCommandInput
30
+ input: ListAllowedRepositoriesForGroupCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  ListAllowedRepositoriesForGroupCommandInput,
33
33
  ListAllowedRepositoriesForGroupCommandOutput,
@@ -27,7 +27,7 @@ declare const ListAssociatedPackagesCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: ListAssociatedPackagesCommandInput
30
+ input: ListAssociatedPackagesCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  ListAssociatedPackagesCommandInput,
33
33
  ListAssociatedPackagesCommandOutput,
@@ -27,7 +27,7 @@ declare const ListPackageGroupsCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: ListPackageGroupsCommandInput
30
+ input: ListPackageGroupsCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  ListPackageGroupsCommandInput,
33
33
  ListPackageGroupsCommandOutput,
@@ -27,7 +27,7 @@ declare const ListPackageVersionAssetsCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: ListPackageVersionAssetsCommandInput
30
+ input: ListPackageVersionAssetsCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  ListPackageVersionAssetsCommandInput,
33
33
  ListPackageVersionAssetsCommandOutput,
@@ -27,7 +27,7 @@ declare const ListPackageVersionDependenciesCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: ListPackageVersionDependenciesCommandInput
30
+ input: ListPackageVersionDependenciesCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  ListPackageVersionDependenciesCommandInput,
33
33
  ListPackageVersionDependenciesCommandOutput,
@@ -27,7 +27,7 @@ declare const ListPackageVersionsCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: ListPackageVersionsCommandInput
30
+ input: ListPackageVersionsCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  ListPackageVersionsCommandInput,
33
33
  ListPackageVersionsCommandOutput,
@@ -23,7 +23,7 @@ declare const ListPackagesCommand_base: {
23
23
  ServiceOutputTypes
24
24
  >;
25
25
  new (
26
- __0_0: ListPackagesCommandInput
26
+ input: ListPackagesCommandInput
27
27
  ): import("@smithy/smithy-client").CommandImpl<
28
28
  ListPackagesCommandInput,
29
29
  ListPackagesCommandOutput,
@@ -27,7 +27,7 @@ declare const ListRepositoriesInDomainCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: ListRepositoriesInDomainCommandInput
30
+ input: ListRepositoriesInDomainCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  ListRepositoriesInDomainCommandInput,
33
33
  ListRepositoriesInDomainCommandOutput,
@@ -27,7 +27,7 @@ declare const ListSubPackageGroupsCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: ListSubPackageGroupsCommandInput
30
+ input: ListSubPackageGroupsCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  ListSubPackageGroupsCommandInput,
33
33
  ListSubPackageGroupsCommandOutput,
@@ -27,7 +27,7 @@ declare const ListTagsForResourceCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: ListTagsForResourceCommandInput
30
+ input: ListTagsForResourceCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  ListTagsForResourceCommandInput,
33
33
  ListTagsForResourceCommandOutput,
@@ -35,7 +35,7 @@ declare const PublishPackageVersionCommand_base: {
35
35
  ServiceOutputTypes
36
36
  >;
37
37
  new (
38
- __0_0: PublishPackageVersionCommandInput
38
+ input: PublishPackageVersionCommandInput
39
39
  ): import("@smithy/smithy-client").CommandImpl<
40
40
  PublishPackageVersionCommandInput,
41
41
  PublishPackageVersionCommandOutput,
@@ -27,7 +27,7 @@ declare const PutDomainPermissionsPolicyCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: PutDomainPermissionsPolicyCommandInput
30
+ input: PutDomainPermissionsPolicyCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  PutDomainPermissionsPolicyCommandInput,
33
33
  PutDomainPermissionsPolicyCommandOutput,
@@ -27,7 +27,7 @@ declare const PutPackageOriginConfigurationCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: PutPackageOriginConfigurationCommandInput
30
+ input: PutPackageOriginConfigurationCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  PutPackageOriginConfigurationCommandInput,
33
33
  PutPackageOriginConfigurationCommandOutput,
@@ -27,7 +27,7 @@ declare const PutRepositoryPermissionsPolicyCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: PutRepositoryPermissionsPolicyCommandInput
30
+ input: PutRepositoryPermissionsPolicyCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  PutRepositoryPermissionsPolicyCommandInput,
33
33
  PutRepositoryPermissionsPolicyCommandOutput,
@@ -23,7 +23,7 @@ declare const TagResourceCommand_base: {
23
23
  ServiceOutputTypes
24
24
  >;
25
25
  new (
26
- __0_0: TagResourceCommandInput
26
+ input: TagResourceCommandInput
27
27
  ): import("@smithy/smithy-client").CommandImpl<
28
28
  TagResourceCommandInput,
29
29
  TagResourceCommandOutput,
@@ -23,7 +23,7 @@ declare const UntagResourceCommand_base: {
23
23
  ServiceOutputTypes
24
24
  >;
25
25
  new (
26
- __0_0: UntagResourceCommandInput
26
+ input: UntagResourceCommandInput
27
27
  ): import("@smithy/smithy-client").CommandImpl<
28
28
  UntagResourceCommandInput,
29
29
  UntagResourceCommandOutput,
@@ -27,7 +27,7 @@ declare const UpdatePackageGroupCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: UpdatePackageGroupCommandInput
30
+ input: UpdatePackageGroupCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  UpdatePackageGroupCommandInput,
33
33
  UpdatePackageGroupCommandOutput,
@@ -27,7 +27,7 @@ declare const UpdatePackageGroupOriginConfigurationCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: UpdatePackageGroupOriginConfigurationCommandInput
30
+ input: UpdatePackageGroupOriginConfigurationCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  UpdatePackageGroupOriginConfigurationCommandInput,
33
33
  UpdatePackageGroupOriginConfigurationCommandOutput,
@@ -27,7 +27,7 @@ declare const UpdatePackageVersionsStatusCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: UpdatePackageVersionsStatusCommandInput
30
+ input: UpdatePackageVersionsStatusCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  UpdatePackageVersionsStatusCommandInput,
33
33
  UpdatePackageVersionsStatusCommandOutput,
@@ -26,7 +26,7 @@ declare const UpdateRepositoryCommand_base: {
26
26
  ServiceOutputTypes
27
27
  >;
28
28
  new (
29
- __0_0: UpdateRepositoryCommandInput
29
+ input: UpdateRepositoryCommandInput
30
30
  ): import("@smithy/smithy-client").CommandImpl<
31
31
  UpdateRepositoryCommandInput,
32
32
  UpdateRepositoryCommandOutput,