@aws-sdk/client-codeartifact 3.799.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 +20 -20
@@ -23,7 +23,7 @@ export interface AssociateExternalConnectionCommandOutput extends AssociateExter
23
23
  }
24
24
  declare const AssociateExternalConnectionCommand_base: {
25
25
  new (input: AssociateExternalConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateExternalConnectionCommandInput, AssociateExternalConnectionCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: AssociateExternalConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateExternalConnectionCommandInput, AssociateExternalConnectionCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: AssociateExternalConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateExternalConnectionCommandInput, AssociateExternalConnectionCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface CopyPackageVersionsCommandOutput extends CopyPackageVersionsRes
23
23
  }
24
24
  declare const CopyPackageVersionsCommand_base: {
25
25
  new (input: CopyPackageVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<CopyPackageVersionsCommandInput, CopyPackageVersionsCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: CopyPackageVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<CopyPackageVersionsCommandInput, CopyPackageVersionsCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CopyPackageVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<CopyPackageVersionsCommandInput, CopyPackageVersionsCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface CreateDomainCommandOutput extends CreateDomainResult, __Metadat
23
23
  }
24
24
  declare const CreateDomainCommand_base: {
25
25
  new (input: CreateDomainCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDomainCommandInput, CreateDomainCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: CreateDomainCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDomainCommandInput, CreateDomainCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateDomainCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDomainCommandInput, CreateDomainCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface CreatePackageGroupCommandOutput extends CreatePackageGroupResul
23
23
  }
24
24
  declare const CreatePackageGroupCommand_base: {
25
25
  new (input: CreatePackageGroupCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePackageGroupCommandInput, CreatePackageGroupCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: CreatePackageGroupCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePackageGroupCommandInput, CreatePackageGroupCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreatePackageGroupCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePackageGroupCommandInput, CreatePackageGroupCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface CreateRepositoryCommandOutput extends CreateRepositoryResult, _
23
23
  }
24
24
  declare const CreateRepositoryCommand_base: {
25
25
  new (input: CreateRepositoryCommandInput): import("@smithy/smithy-client").CommandImpl<CreateRepositoryCommandInput, CreateRepositoryCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: CreateRepositoryCommandInput): import("@smithy/smithy-client").CommandImpl<CreateRepositoryCommandInput, CreateRepositoryCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateRepositoryCommandInput): import("@smithy/smithy-client").CommandImpl<CreateRepositoryCommandInput, CreateRepositoryCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteDomainCommandOutput extends DeleteDomainResult, __Metadat
23
23
  }
24
24
  declare const DeleteDomainCommand_base: {
25
25
  new (input: DeleteDomainCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDomainCommandInput, DeleteDomainCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteDomainCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDomainCommandInput, DeleteDomainCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteDomainCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDomainCommandInput, DeleteDomainCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteDomainPermissionsPolicyCommandOutput extends DeleteDomain
23
23
  }
24
24
  declare const DeleteDomainPermissionsPolicyCommand_base: {
25
25
  new (input: DeleteDomainPermissionsPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDomainPermissionsPolicyCommandInput, DeleteDomainPermissionsPolicyCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteDomainPermissionsPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDomainPermissionsPolicyCommandInput, DeleteDomainPermissionsPolicyCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteDomainPermissionsPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDomainPermissionsPolicyCommandInput, DeleteDomainPermissionsPolicyCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeletePackageCommandOutput extends DeletePackageResult, __Metad
23
23
  }
24
24
  declare const DeletePackageCommand_base: {
25
25
  new (input: DeletePackageCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePackageCommandInput, DeletePackageCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeletePackageCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePackageCommandInput, DeletePackageCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeletePackageCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePackageCommandInput, DeletePackageCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeletePackageGroupCommandOutput extends DeletePackageGroupResul
23
23
  }
24
24
  declare const DeletePackageGroupCommand_base: {
25
25
  new (input: DeletePackageGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePackageGroupCommandInput, DeletePackageGroupCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeletePackageGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePackageGroupCommandInput, DeletePackageGroupCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeletePackageGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePackageGroupCommandInput, DeletePackageGroupCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeletePackageVersionsCommandOutput extends DeletePackageVersion
23
23
  }
24
24
  declare const DeletePackageVersionsCommand_base: {
25
25
  new (input: DeletePackageVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePackageVersionsCommandInput, DeletePackageVersionsCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeletePackageVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePackageVersionsCommandInput, DeletePackageVersionsCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeletePackageVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePackageVersionsCommandInput, DeletePackageVersionsCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteRepositoryCommandOutput extends DeleteRepositoryResult, _
23
23
  }
24
24
  declare const DeleteRepositoryCommand_base: {
25
25
  new (input: DeleteRepositoryCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRepositoryCommandInput, DeleteRepositoryCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteRepositoryCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRepositoryCommandInput, DeleteRepositoryCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteRepositoryCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRepositoryCommandInput, DeleteRepositoryCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteRepositoryPermissionsPolicyCommandOutput extends DeleteRe
23
23
  }
24
24
  declare const DeleteRepositoryPermissionsPolicyCommand_base: {
25
25
  new (input: DeleteRepositoryPermissionsPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRepositoryPermissionsPolicyCommandInput, DeleteRepositoryPermissionsPolicyCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteRepositoryPermissionsPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRepositoryPermissionsPolicyCommandInput, DeleteRepositoryPermissionsPolicyCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteRepositoryPermissionsPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRepositoryPermissionsPolicyCommandInput, DeleteRepositoryPermissionsPolicyCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DescribeDomainCommandOutput extends DescribeDomainResult, __Met
23
23
  }
24
24
  declare const DescribeDomainCommand_base: {
25
25
  new (input: DescribeDomainCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDomainCommandInput, DescribeDomainCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DescribeDomainCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDomainCommandInput, DescribeDomainCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeDomainCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDomainCommandInput, DescribeDomainCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DescribePackageCommandOutput extends DescribePackageResult, __M
23
23
  }
24
24
  declare const DescribePackageCommand_base: {
25
25
  new (input: DescribePackageCommandInput): import("@smithy/smithy-client").CommandImpl<DescribePackageCommandInput, DescribePackageCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DescribePackageCommandInput): import("@smithy/smithy-client").CommandImpl<DescribePackageCommandInput, DescribePackageCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribePackageCommandInput): import("@smithy/smithy-client").CommandImpl<DescribePackageCommandInput, DescribePackageCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DescribePackageGroupCommandOutput extends DescribePackageGroupR
23
23
  }
24
24
  declare const DescribePackageGroupCommand_base: {
25
25
  new (input: DescribePackageGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DescribePackageGroupCommandInput, DescribePackageGroupCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DescribePackageGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DescribePackageGroupCommandInput, DescribePackageGroupCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribePackageGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DescribePackageGroupCommandInput, DescribePackageGroupCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DescribePackageVersionCommandOutput extends DescribePackageVers
23
23
  }
24
24
  declare const DescribePackageVersionCommand_base: {
25
25
  new (input: DescribePackageVersionCommandInput): import("@smithy/smithy-client").CommandImpl<DescribePackageVersionCommandInput, DescribePackageVersionCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DescribePackageVersionCommandInput): import("@smithy/smithy-client").CommandImpl<DescribePackageVersionCommandInput, DescribePackageVersionCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribePackageVersionCommandInput): import("@smithy/smithy-client").CommandImpl<DescribePackageVersionCommandInput, DescribePackageVersionCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DescribeRepositoryCommandOutput extends DescribeRepositoryResul
23
23
  }
24
24
  declare const DescribeRepositoryCommand_base: {
25
25
  new (input: DescribeRepositoryCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeRepositoryCommandInput, DescribeRepositoryCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DescribeRepositoryCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeRepositoryCommandInput, DescribeRepositoryCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeRepositoryCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeRepositoryCommandInput, DescribeRepositoryCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DisassociateExternalConnectionCommandOutput extends Disassociat
23
23
  }
24
24
  declare const DisassociateExternalConnectionCommand_base: {
25
25
  new (input: DisassociateExternalConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateExternalConnectionCommandInput, DisassociateExternalConnectionCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DisassociateExternalConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateExternalConnectionCommandInput, DisassociateExternalConnectionCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DisassociateExternalConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateExternalConnectionCommandInput, DisassociateExternalConnectionCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DisposePackageVersionsCommandOutput extends DisposePackageVersi
23
23
  }
24
24
  declare const DisposePackageVersionsCommand_base: {
25
25
  new (input: DisposePackageVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<DisposePackageVersionsCommandInput, DisposePackageVersionsCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DisposePackageVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<DisposePackageVersionsCommandInput, DisposePackageVersionsCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DisposePackageVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<DisposePackageVersionsCommandInput, DisposePackageVersionsCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetAssociatedPackageGroupCommandOutput extends GetAssociatedPac
23
23
  }
24
24
  declare const GetAssociatedPackageGroupCommand_base: {
25
25
  new (input: GetAssociatedPackageGroupCommandInput): import("@smithy/smithy-client").CommandImpl<GetAssociatedPackageGroupCommandInput, GetAssociatedPackageGroupCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetAssociatedPackageGroupCommandInput): import("@smithy/smithy-client").CommandImpl<GetAssociatedPackageGroupCommandInput, GetAssociatedPackageGroupCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetAssociatedPackageGroupCommandInput): import("@smithy/smithy-client").CommandImpl<GetAssociatedPackageGroupCommandInput, GetAssociatedPackageGroupCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetAuthorizationTokenCommandOutput extends GetAuthorizationToke
23
23
  }
24
24
  declare const GetAuthorizationTokenCommand_base: {
25
25
  new (input: GetAuthorizationTokenCommandInput): import("@smithy/smithy-client").CommandImpl<GetAuthorizationTokenCommandInput, GetAuthorizationTokenCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetAuthorizationTokenCommandInput): import("@smithy/smithy-client").CommandImpl<GetAuthorizationTokenCommandInput, GetAuthorizationTokenCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetAuthorizationTokenCommandInput): import("@smithy/smithy-client").CommandImpl<GetAuthorizationTokenCommandInput, GetAuthorizationTokenCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetDomainPermissionsPolicyCommandOutput extends GetDomainPermis
23
23
  }
24
24
  declare const GetDomainPermissionsPolicyCommand_base: {
25
25
  new (input: GetDomainPermissionsPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetDomainPermissionsPolicyCommandInput, GetDomainPermissionsPolicyCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetDomainPermissionsPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetDomainPermissionsPolicyCommandInput, GetDomainPermissionsPolicyCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetDomainPermissionsPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetDomainPermissionsPolicyCommandInput, GetDomainPermissionsPolicyCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -24,7 +24,7 @@ export interface GetPackageVersionAssetCommandOutput extends Omit<GetPackageVers
24
24
  }
25
25
  declare const GetPackageVersionAssetCommand_base: {
26
26
  new (input: GetPackageVersionAssetCommandInput): import("@smithy/smithy-client").CommandImpl<GetPackageVersionAssetCommandInput, GetPackageVersionAssetCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- new (__0_0: GetPackageVersionAssetCommandInput): import("@smithy/smithy-client").CommandImpl<GetPackageVersionAssetCommandInput, GetPackageVersionAssetCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ new (input: GetPackageVersionAssetCommandInput): import("@smithy/smithy-client").CommandImpl<GetPackageVersionAssetCommandInput, GetPackageVersionAssetCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
28
28
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
29
  };
30
30
  /**
@@ -23,7 +23,7 @@ export interface GetPackageVersionReadmeCommandOutput extends GetPackageVersionR
23
23
  }
24
24
  declare const GetPackageVersionReadmeCommand_base: {
25
25
  new (input: GetPackageVersionReadmeCommandInput): import("@smithy/smithy-client").CommandImpl<GetPackageVersionReadmeCommandInput, GetPackageVersionReadmeCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetPackageVersionReadmeCommandInput): import("@smithy/smithy-client").CommandImpl<GetPackageVersionReadmeCommandInput, GetPackageVersionReadmeCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetPackageVersionReadmeCommandInput): import("@smithy/smithy-client").CommandImpl<GetPackageVersionReadmeCommandInput, GetPackageVersionReadmeCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetRepositoryEndpointCommandOutput extends GetRepositoryEndpoin
23
23
  }
24
24
  declare const GetRepositoryEndpointCommand_base: {
25
25
  new (input: GetRepositoryEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<GetRepositoryEndpointCommandInput, GetRepositoryEndpointCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetRepositoryEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<GetRepositoryEndpointCommandInput, GetRepositoryEndpointCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetRepositoryEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<GetRepositoryEndpointCommandInput, GetRepositoryEndpointCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetRepositoryPermissionsPolicyCommandOutput extends GetReposito
23
23
  }
24
24
  declare const GetRepositoryPermissionsPolicyCommand_base: {
25
25
  new (input: GetRepositoryPermissionsPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetRepositoryPermissionsPolicyCommandInput, GetRepositoryPermissionsPolicyCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetRepositoryPermissionsPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetRepositoryPermissionsPolicyCommandInput, GetRepositoryPermissionsPolicyCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetRepositoryPermissionsPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetRepositoryPermissionsPolicyCommandInput, GetRepositoryPermissionsPolicyCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ListAllowedRepositoriesForGroupCommandOutput extends ListAllowe
23
23
  }
24
24
  declare const ListAllowedRepositoriesForGroupCommand_base: {
25
25
  new (input: ListAllowedRepositoriesForGroupCommandInput): import("@smithy/smithy-client").CommandImpl<ListAllowedRepositoriesForGroupCommandInput, ListAllowedRepositoriesForGroupCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ListAllowedRepositoriesForGroupCommandInput): import("@smithy/smithy-client").CommandImpl<ListAllowedRepositoriesForGroupCommandInput, ListAllowedRepositoriesForGroupCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListAllowedRepositoriesForGroupCommandInput): import("@smithy/smithy-client").CommandImpl<ListAllowedRepositoriesForGroupCommandInput, ListAllowedRepositoriesForGroupCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ListAssociatedPackagesCommandOutput extends ListAssociatedPacka
23
23
  }
24
24
  declare const ListAssociatedPackagesCommand_base: {
25
25
  new (input: ListAssociatedPackagesCommandInput): import("@smithy/smithy-client").CommandImpl<ListAssociatedPackagesCommandInput, ListAssociatedPackagesCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ListAssociatedPackagesCommandInput): import("@smithy/smithy-client").CommandImpl<ListAssociatedPackagesCommandInput, ListAssociatedPackagesCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListAssociatedPackagesCommandInput): import("@smithy/smithy-client").CommandImpl<ListAssociatedPackagesCommandInput, ListAssociatedPackagesCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ListPackageGroupsCommandOutput extends ListPackageGroupsResult,
23
23
  }
24
24
  declare const ListPackageGroupsCommand_base: {
25
25
  new (input: ListPackageGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<ListPackageGroupsCommandInput, ListPackageGroupsCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ListPackageGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<ListPackageGroupsCommandInput, ListPackageGroupsCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListPackageGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<ListPackageGroupsCommandInput, ListPackageGroupsCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ListPackageVersionAssetsCommandOutput extends ListPackageVersio
23
23
  }
24
24
  declare const ListPackageVersionAssetsCommand_base: {
25
25
  new (input: ListPackageVersionAssetsCommandInput): import("@smithy/smithy-client").CommandImpl<ListPackageVersionAssetsCommandInput, ListPackageVersionAssetsCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ListPackageVersionAssetsCommandInput): import("@smithy/smithy-client").CommandImpl<ListPackageVersionAssetsCommandInput, ListPackageVersionAssetsCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListPackageVersionAssetsCommandInput): import("@smithy/smithy-client").CommandImpl<ListPackageVersionAssetsCommandInput, ListPackageVersionAssetsCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ListPackageVersionDependenciesCommandOutput extends ListPackage
23
23
  }
24
24
  declare const ListPackageVersionDependenciesCommand_base: {
25
25
  new (input: ListPackageVersionDependenciesCommandInput): import("@smithy/smithy-client").CommandImpl<ListPackageVersionDependenciesCommandInput, ListPackageVersionDependenciesCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ListPackageVersionDependenciesCommandInput): import("@smithy/smithy-client").CommandImpl<ListPackageVersionDependenciesCommandInput, ListPackageVersionDependenciesCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListPackageVersionDependenciesCommandInput): import("@smithy/smithy-client").CommandImpl<ListPackageVersionDependenciesCommandInput, ListPackageVersionDependenciesCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ListPackageVersionsCommandOutput extends ListPackageVersionsRes
23
23
  }
24
24
  declare const ListPackageVersionsCommand_base: {
25
25
  new (input: ListPackageVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListPackageVersionsCommandInput, ListPackageVersionsCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ListPackageVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListPackageVersionsCommandInput, ListPackageVersionsCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListPackageVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListPackageVersionsCommandInput, ListPackageVersionsCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ListPackagesCommandOutput extends ListPackagesResult, __Metadat
23
23
  }
24
24
  declare const ListPackagesCommand_base: {
25
25
  new (input: ListPackagesCommandInput): import("@smithy/smithy-client").CommandImpl<ListPackagesCommandInput, ListPackagesCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ListPackagesCommandInput): import("@smithy/smithy-client").CommandImpl<ListPackagesCommandInput, ListPackagesCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListPackagesCommandInput): import("@smithy/smithy-client").CommandImpl<ListPackagesCommandInput, ListPackagesCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ListRepositoriesInDomainCommandOutput extends ListRepositoriesI
23
23
  }
24
24
  declare const ListRepositoriesInDomainCommand_base: {
25
25
  new (input: ListRepositoriesInDomainCommandInput): import("@smithy/smithy-client").CommandImpl<ListRepositoriesInDomainCommandInput, ListRepositoriesInDomainCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ListRepositoriesInDomainCommandInput): import("@smithy/smithy-client").CommandImpl<ListRepositoriesInDomainCommandInput, ListRepositoriesInDomainCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListRepositoriesInDomainCommandInput): import("@smithy/smithy-client").CommandImpl<ListRepositoriesInDomainCommandInput, ListRepositoriesInDomainCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ListSubPackageGroupsCommandOutput extends ListSubPackageGroupsR
23
23
  }
24
24
  declare const ListSubPackageGroupsCommand_base: {
25
25
  new (input: ListSubPackageGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<ListSubPackageGroupsCommandInput, ListSubPackageGroupsCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ListSubPackageGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<ListSubPackageGroupsCommandInput, ListSubPackageGroupsCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListSubPackageGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<ListSubPackageGroupsCommandInput, ListSubPackageGroupsCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
23
23
  }
24
24
  declare const ListTagsForResourceCommand_base: {
25
25
  new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -24,7 +24,7 @@ export interface PublishPackageVersionCommandOutput extends PublishPackageVersio
24
24
  }
25
25
  declare const PublishPackageVersionCommand_base: {
26
26
  new (input: PublishPackageVersionCommandInput): import("@smithy/smithy-client").CommandImpl<PublishPackageVersionCommandInput, PublishPackageVersionCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- new (__0_0: PublishPackageVersionCommandInput): import("@smithy/smithy-client").CommandImpl<PublishPackageVersionCommandInput, PublishPackageVersionCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ new (input: PublishPackageVersionCommandInput): import("@smithy/smithy-client").CommandImpl<PublishPackageVersionCommandInput, PublishPackageVersionCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
28
28
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
29
  };
30
30
  /**
@@ -23,7 +23,7 @@ export interface PutDomainPermissionsPolicyCommandOutput extends PutDomainPermis
23
23
  }
24
24
  declare const PutDomainPermissionsPolicyCommand_base: {
25
25
  new (input: PutDomainPermissionsPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutDomainPermissionsPolicyCommandInput, PutDomainPermissionsPolicyCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: PutDomainPermissionsPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutDomainPermissionsPolicyCommandInput, PutDomainPermissionsPolicyCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: PutDomainPermissionsPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutDomainPermissionsPolicyCommandInput, PutDomainPermissionsPolicyCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface PutPackageOriginConfigurationCommandOutput extends PutPackageOr
23
23
  }
24
24
  declare const PutPackageOriginConfigurationCommand_base: {
25
25
  new (input: PutPackageOriginConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<PutPackageOriginConfigurationCommandInput, PutPackageOriginConfigurationCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: PutPackageOriginConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<PutPackageOriginConfigurationCommandInput, PutPackageOriginConfigurationCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: PutPackageOriginConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<PutPackageOriginConfigurationCommandInput, PutPackageOriginConfigurationCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface PutRepositoryPermissionsPolicyCommandOutput extends PutReposito
23
23
  }
24
24
  declare const PutRepositoryPermissionsPolicyCommand_base: {
25
25
  new (input: PutRepositoryPermissionsPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutRepositoryPermissionsPolicyCommandInput, PutRepositoryPermissionsPolicyCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: PutRepositoryPermissionsPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutRepositoryPermissionsPolicyCommandInput, PutRepositoryPermissionsPolicyCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: PutRepositoryPermissionsPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutRepositoryPermissionsPolicyCommandInput, PutRepositoryPermissionsPolicyCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface TagResourceCommandOutput extends TagResourceResult, __MetadataB
23
23
  }
24
24
  declare const TagResourceCommand_base: {
25
25
  new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResult, __Metad
23
23
  }
24
24
  declare const UntagResourceCommand_base: {
25
25
  new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface UpdatePackageGroupCommandOutput extends UpdatePackageGroupResul
23
23
  }
24
24
  declare const UpdatePackageGroupCommand_base: {
25
25
  new (input: UpdatePackageGroupCommandInput): import("@smithy/smithy-client").CommandImpl<UpdatePackageGroupCommandInput, UpdatePackageGroupCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: UpdatePackageGroupCommandInput): import("@smithy/smithy-client").CommandImpl<UpdatePackageGroupCommandInput, UpdatePackageGroupCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UpdatePackageGroupCommandInput): import("@smithy/smithy-client").CommandImpl<UpdatePackageGroupCommandInput, UpdatePackageGroupCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface UpdatePackageGroupOriginConfigurationCommandOutput extends Upda
23
23
  }
24
24
  declare const UpdatePackageGroupOriginConfigurationCommand_base: {
25
25
  new (input: UpdatePackageGroupOriginConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdatePackageGroupOriginConfigurationCommandInput, UpdatePackageGroupOriginConfigurationCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: UpdatePackageGroupOriginConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdatePackageGroupOriginConfigurationCommandInput, UpdatePackageGroupOriginConfigurationCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UpdatePackageGroupOriginConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdatePackageGroupOriginConfigurationCommandInput, UpdatePackageGroupOriginConfigurationCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface UpdatePackageVersionsStatusCommandOutput extends UpdatePackageV
23
23
  }
24
24
  declare const UpdatePackageVersionsStatusCommand_base: {
25
25
  new (input: UpdatePackageVersionsStatusCommandInput): import("@smithy/smithy-client").CommandImpl<UpdatePackageVersionsStatusCommandInput, UpdatePackageVersionsStatusCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: UpdatePackageVersionsStatusCommandInput): import("@smithy/smithy-client").CommandImpl<UpdatePackageVersionsStatusCommandInput, UpdatePackageVersionsStatusCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UpdatePackageVersionsStatusCommandInput): import("@smithy/smithy-client").CommandImpl<UpdatePackageVersionsStatusCommandInput, UpdatePackageVersionsStatusCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface UpdateRepositoryCommandOutput extends UpdateRepositoryResult, _
23
23
  }
24
24
  declare const UpdateRepositoryCommand_base: {
25
25
  new (input: UpdateRepositoryCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateRepositoryCommandInput, UpdateRepositoryCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: UpdateRepositoryCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateRepositoryCommandInput, UpdateRepositoryCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UpdateRepositoryCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateRepositoryCommandInput, UpdateRepositoryCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -11,9 +11,7 @@ export interface ClientInputEndpointParameters {
11
11
  export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
12
12
  defaultSigningName: string;
13
13
  };
14
- export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
15
- defaultSigningName: string;
16
- };
14
+ export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientResolvedEndpointParameters;
17
15
  export declare const commonParams: {
18
16
  readonly UseFIPS: {
19
17
  readonly type: "builtInParams";
@@ -8,7 +8,7 @@ export declare const getRuntimeConfig: (config: CodeartifactClientConfig) => {
8
8
  defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
9
9
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
10
10
  credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
11
- defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
11
+ defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
12
12
  maxAttempts: number | import("@smithy/types").Provider<number>;
13
13
  region: string | import("@smithy/types").Provider<any>;
14
14
  requestHandler: import("@smithy/protocol-http").HttpHandler<any> | RequestHandler;
@@ -21,31 +21,31 @@ export declare const getRuntimeConfig: (config: CodeartifactClientConfig) => {
21
21
  cacheMiddleware?: boolean | undefined;
22
22
  urlParser: import("@smithy/types").UrlParser;
23
23
  base64Decoder: import("@smithy/types").Decoder;
24
- base64Encoder: (_input: string | Uint8Array) => string;
24
+ base64Encoder: (_input: Uint8Array | string) => string;
25
25
  utf8Decoder: import("@smithy/types").Decoder;
26
- utf8Encoder: (input: string | Uint8Array) => string;
26
+ utf8Encoder: (input: Uint8Array | string) => string;
27
27
  disableHostPrefix: boolean;
28
28
  serviceId: string;
29
- profile?: string | undefined;
29
+ profile?: string;
30
30
  logger: import("@smithy/types").Logger;
31
31
  extensions: import("./runtimeExtensions").RuntimeExtension[];
32
32
  sdkStreamMixin: import("@smithy/types").SdkStreamMixinInjector;
33
- customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
34
- userAgentAppId?: string | import("@smithy/types").Provider<string | undefined> | undefined;
35
- retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
33
+ customUserAgent?: string | import("@smithy/types").UserAgent;
34
+ userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
35
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
36
36
  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;
37
37
  endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
38
- logger?: import("@smithy/types").Logger | undefined;
38
+ logger?: import("@smithy/types").Logger;
39
39
  }) => import("@smithy/types").EndpointV2;
40
- tls?: boolean | undefined;
41
- serviceConfiguredEndpoint?: undefined;
42
- authSchemePreference?: string[] | import("@smithy/types").Provider<string[]> | undefined;
40
+ tls?: boolean;
41
+ serviceConfiguredEndpoint?: never;
42
+ authSchemePreference?: string[] | import("@smithy/types").Provider<string[]>;
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
  };