@aws-sdk/client-codeartifact 3.529.1 → 3.535.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 (89) hide show
  1. package/dist-types/Codeartifact.d.ts +3 -1
  2. package/dist-types/CodeartifactClient.d.ts +1 -1
  3. package/dist-types/commands/AssociateExternalConnectionCommand.d.ts +2 -1
  4. package/dist-types/commands/CopyPackageVersionsCommand.d.ts +2 -1
  5. package/dist-types/commands/CreateDomainCommand.d.ts +2 -1
  6. package/dist-types/commands/CreateRepositoryCommand.d.ts +2 -1
  7. package/dist-types/commands/DeleteDomainCommand.d.ts +2 -1
  8. package/dist-types/commands/DeleteDomainPermissionsPolicyCommand.d.ts +2 -1
  9. package/dist-types/commands/DeletePackageCommand.d.ts +2 -1
  10. package/dist-types/commands/DeletePackageVersionsCommand.d.ts +2 -1
  11. package/dist-types/commands/DeleteRepositoryCommand.d.ts +2 -1
  12. package/dist-types/commands/DeleteRepositoryPermissionsPolicyCommand.d.ts +2 -1
  13. package/dist-types/commands/DescribeDomainCommand.d.ts +2 -1
  14. package/dist-types/commands/DescribePackageCommand.d.ts +2 -1
  15. package/dist-types/commands/DescribePackageVersionCommand.d.ts +2 -1
  16. package/dist-types/commands/DescribeRepositoryCommand.d.ts +2 -1
  17. package/dist-types/commands/DisassociateExternalConnectionCommand.d.ts +2 -1
  18. package/dist-types/commands/DisposePackageVersionsCommand.d.ts +2 -1
  19. package/dist-types/commands/GetAuthorizationTokenCommand.d.ts +2 -1
  20. package/dist-types/commands/GetDomainPermissionsPolicyCommand.d.ts +2 -1
  21. package/dist-types/commands/GetPackageVersionAssetCommand.d.ts +3 -2
  22. package/dist-types/commands/GetPackageVersionReadmeCommand.d.ts +2 -1
  23. package/dist-types/commands/GetRepositoryEndpointCommand.d.ts +2 -1
  24. package/dist-types/commands/GetRepositoryPermissionsPolicyCommand.d.ts +2 -1
  25. package/dist-types/commands/ListDomainsCommand.d.ts +2 -1
  26. package/dist-types/commands/ListPackageVersionAssetsCommand.d.ts +2 -1
  27. package/dist-types/commands/ListPackageVersionDependenciesCommand.d.ts +2 -1
  28. package/dist-types/commands/ListPackageVersionsCommand.d.ts +2 -1
  29. package/dist-types/commands/ListPackagesCommand.d.ts +2 -1
  30. package/dist-types/commands/ListRepositoriesCommand.d.ts +2 -1
  31. package/dist-types/commands/ListRepositoriesInDomainCommand.d.ts +2 -1
  32. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  33. package/dist-types/commands/PublishPackageVersionCommand.d.ts +3 -2
  34. package/dist-types/commands/PutDomainPermissionsPolicyCommand.d.ts +2 -1
  35. package/dist-types/commands/PutPackageOriginConfigurationCommand.d.ts +2 -1
  36. package/dist-types/commands/PutRepositoryPermissionsPolicyCommand.d.ts +2 -1
  37. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  38. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  39. package/dist-types/commands/UpdatePackageVersionsStatusCommand.d.ts +2 -1
  40. package/dist-types/commands/UpdateRepositoryCommand.d.ts +2 -1
  41. package/dist-types/models/models_0.d.ts +404 -404
  42. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  43. package/dist-types/runtimeConfig.d.ts +2 -2
  44. package/dist-types/runtimeConfig.native.d.ts +2 -2
  45. package/dist-types/runtimeConfig.shared.d.ts +2 -2
  46. package/dist-types/ts3.4/Codeartifact.d.ts +2 -0
  47. package/dist-types/ts3.4/commands/AssociateExternalConnectionCommand.d.ts +9 -0
  48. package/dist-types/ts3.4/commands/CopyPackageVersionsCommand.d.ts +9 -0
  49. package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/CreateRepositoryCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/DeleteDomainPermissionsPolicyCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/DeletePackageCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/DeletePackageVersionsCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/DeleteRepositoryCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/DeleteRepositoryPermissionsPolicyCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/DescribeDomainCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/DescribePackageCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/DescribePackageVersionCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/DescribeRepositoryCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/DisassociateExternalConnectionCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/DisposePackageVersionsCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/GetAuthorizationTokenCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/GetDomainPermissionsPolicyCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/GetPackageVersionAssetCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/GetPackageVersionReadmeCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/GetRepositoryEndpointCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/GetRepositoryPermissionsPolicyCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/ListPackageVersionAssetsCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/ListPackageVersionDependenciesCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/ListPackageVersionsCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/ListPackagesCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/ListRepositoriesCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/ListRepositoriesInDomainCommand.d.ts +9 -0
  76. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  77. package/dist-types/ts3.4/commands/PublishPackageVersionCommand.d.ts +9 -0
  78. package/dist-types/ts3.4/commands/PutDomainPermissionsPolicyCommand.d.ts +9 -0
  79. package/dist-types/ts3.4/commands/PutPackageOriginConfigurationCommand.d.ts +9 -0
  80. package/dist-types/ts3.4/commands/PutRepositoryPermissionsPolicyCommand.d.ts +9 -0
  81. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  82. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  83. package/dist-types/ts3.4/commands/UpdatePackageVersionsStatusCommand.d.ts +9 -0
  84. package/dist-types/ts3.4/commands/UpdateRepositoryCommand.d.ts +9 -0
  85. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  86. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  87. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  88. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
  89. package/package.json +41 -41
@@ -22,10 +22,10 @@ export interface ListRepositoriesCommandOutput extends ListRepositoriesResult, _
22
22
  }
23
23
  declare const ListRepositoriesCommand_base: {
24
24
  new (input: ListRepositoriesCommandInput): import("@smithy/smithy-client").CommandImpl<ListRepositoriesCommandInput, ListRepositoriesCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListRepositoriesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListRepositoriesCommandInput, ListRepositoriesCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>
30
30
  * Returns a list of
31
31
  * <a href="https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_RepositorySummary.html">RepositorySummary</a>
@@ -89,6 +89,7 @@ declare const ListRepositoriesCommand_base: {
89
89
  * @throws {@link CodeartifactServiceException}
90
90
  * <p>Base exception class for all service exceptions from Codeartifact service.</p>
91
91
  *
92
+ * @public
92
93
  */
93
94
  export declare class ListRepositoriesCommand extends ListRepositoriesCommand_base {
94
95
  }
@@ -22,10 +22,10 @@ export interface ListRepositoriesInDomainCommandOutput extends ListRepositoriesI
22
22
  }
23
23
  declare const ListRepositoriesInDomainCommand_base: {
24
24
  new (input: ListRepositoriesInDomainCommandInput): import("@smithy/smithy-client").CommandImpl<ListRepositoriesInDomainCommandInput, ListRepositoriesInDomainCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListRepositoriesInDomainCommandInput): import("@smithy/smithy-client").CommandImpl<ListRepositoriesInDomainCommandInput, ListRepositoriesInDomainCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>
30
30
  * Returns a list of
31
31
  * <a href="https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_RepositorySummary.html">RepositorySummary</a>
@@ -97,6 +97,7 @@ declare const ListRepositoriesInDomainCommand_base: {
97
97
  * @throws {@link CodeartifactServiceException}
98
98
  * <p>Base exception class for all service exceptions from Codeartifact service.</p>
99
99
  *
100
+ * @public
100
101
  */
101
102
  export declare class ListRepositoriesInDomainCommand extends ListRepositoriesInDomainCommand_base {
102
103
  }
@@ -22,10 +22,10 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
22
22
  }
23
23
  declare const ListTagsForResourceCommand_base: {
24
24
  new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets information about Amazon Web Services tags for a specified Amazon Resource Name (ARN) in CodeArtifact.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -78,6 +78,7 @@ declare const ListTagsForResourceCommand_base: {
78
78
  * @throws {@link CodeartifactServiceException}
79
79
  * <p>Base exception class for all service exceptions from Codeartifact service.</p>
80
80
  *
81
+ * @public
81
82
  */
82
83
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
83
84
  }
@@ -23,10 +23,10 @@ export interface PublishPackageVersionCommandOutput extends PublishPackageVersio
23
23
  }
24
24
  declare const PublishPackageVersionCommand_base: {
25
25
  new (input: PublishPackageVersionCommandInput): import("@smithy/smithy-client").CommandImpl<PublishPackageVersionCommandInput, PublishPackageVersionCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (__0_0: PublishPackageVersionCommandInput): import("@smithy/smithy-client").CommandImpl<PublishPackageVersionCommandInput, PublishPackageVersionCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
27
28
  };
28
29
  /**
29
- * @public
30
30
  * <p>Creates a new package version containing one or more assets (or files).</p>
31
31
  * <p>The <code>unfinished</code> flag can be used to keep the package version in the
32
32
  * <code>Unfinished</code> state until all of its assets have been uploaded (see <a href="https://docs.aws.amazon.com/codeartifact/latest/ug/packages-overview.html#package-version-status.html#package-version-status">Package version status</a> in the <i>CodeArtifact user guide</i>). To set
@@ -51,7 +51,7 @@ declare const PublishPackageVersionCommand_base: {
51
51
  * namespace: "STRING_VALUE",
52
52
  * package: "STRING_VALUE", // required
53
53
  * packageVersion: "STRING_VALUE", // required
54
- * assetContent: "STREAMING_BLOB_VALUE", // required
54
+ * assetContent: "MULTIPLE_TYPES_ACCEPTED", // see \@smithy/types -> StreamingBlobPayloadInputTypes // required
55
55
  * assetName: "STRING_VALUE", // required
56
56
  * assetSHA256: "STRING_VALUE", // required
57
57
  * unfinished: true || false,
@@ -118,6 +118,7 @@ declare const PublishPackageVersionCommand_base: {
118
118
  * @throws {@link CodeartifactServiceException}
119
119
  * <p>Base exception class for all service exceptions from Codeartifact service.</p>
120
120
  *
121
+ * @public
121
122
  */
122
123
  export declare class PublishPackageVersionCommand extends PublishPackageVersionCommand_base {
123
124
  }
@@ -22,10 +22,10 @@ export interface PutDomainPermissionsPolicyCommandOutput extends PutDomainPermis
22
22
  }
23
23
  declare const PutDomainPermissionsPolicyCommand_base: {
24
24
  new (input: PutDomainPermissionsPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutDomainPermissionsPolicyCommandInput, PutDomainPermissionsPolicyCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: PutDomainPermissionsPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutDomainPermissionsPolicyCommandInput, PutDomainPermissionsPolicyCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>
30
30
  * Sets a resource policy on a domain that specifies permissions to access it.
31
31
  * </p>
@@ -100,6 +100,7 @@ declare const PutDomainPermissionsPolicyCommand_base: {
100
100
  * @throws {@link CodeartifactServiceException}
101
101
  * <p>Base exception class for all service exceptions from Codeartifact service.</p>
102
102
  *
103
+ * @public
103
104
  */
104
105
  export declare class PutDomainPermissionsPolicyCommand extends PutDomainPermissionsPolicyCommand_base {
105
106
  }
@@ -22,10 +22,10 @@ export interface PutPackageOriginConfigurationCommandOutput extends PutPackageOr
22
22
  }
23
23
  declare const PutPackageOriginConfigurationCommand_base: {
24
24
  new (input: PutPackageOriginConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<PutPackageOriginConfigurationCommandInput, PutPackageOriginConfigurationCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: PutPackageOriginConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<PutPackageOriginConfigurationCommandInput, PutPackageOriginConfigurationCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Sets the package origin configuration for a package.</p>
30
30
  * <p>The package origin configuration determines how new versions of a package can be added to a repository. You can allow or block direct
31
31
  * publishing of new package versions, or ingestion and retaining of new package versions from an external connection or upstream source.
@@ -98,6 +98,7 @@ declare const PutPackageOriginConfigurationCommand_base: {
98
98
  * @throws {@link CodeartifactServiceException}
99
99
  * <p>Base exception class for all service exceptions from Codeartifact service.</p>
100
100
  *
101
+ * @public
101
102
  */
102
103
  export declare class PutPackageOriginConfigurationCommand extends PutPackageOriginConfigurationCommand_base {
103
104
  }
@@ -22,10 +22,10 @@ export interface PutRepositoryPermissionsPolicyCommandOutput extends PutReposito
22
22
  }
23
23
  declare const PutRepositoryPermissionsPolicyCommand_base: {
24
24
  new (input: PutRepositoryPermissionsPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutRepositoryPermissionsPolicyCommandInput, PutRepositoryPermissionsPolicyCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: PutRepositoryPermissionsPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutRepositoryPermissionsPolicyCommandInput, PutRepositoryPermissionsPolicyCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>
30
30
  * Sets the resource policy on a repository that specifies permissions to access it.
31
31
  * </p>
@@ -101,6 +101,7 @@ declare const PutRepositoryPermissionsPolicyCommand_base: {
101
101
  * @throws {@link CodeartifactServiceException}
102
102
  * <p>Base exception class for all service exceptions from Codeartifact service.</p>
103
103
  *
104
+ * @public
104
105
  */
105
106
  export declare class PutRepositoryPermissionsPolicyCommand extends PutRepositoryPermissionsPolicyCommand_base {
106
107
  }
@@ -22,10 +22,10 @@ export interface TagResourceCommandOutput extends TagResourceResult, __MetadataB
22
22
  }
23
23
  declare const TagResourceCommand_base: {
24
24
  new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Adds or updates tags for a resource in CodeArtifact.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -82,6 +82,7 @@ declare const TagResourceCommand_base: {
82
82
  * @throws {@link CodeartifactServiceException}
83
83
  * <p>Base exception class for all service exceptions from Codeartifact service.</p>
84
84
  *
85
+ * @public
85
86
  */
86
87
  export declare class TagResourceCommand extends TagResourceCommand_base {
87
88
  }
@@ -22,10 +22,10 @@ export interface UntagResourceCommandOutput extends UntagResourceResult, __Metad
22
22
  }
23
23
  declare const UntagResourceCommand_base: {
24
24
  new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Removes tags from a resource in CodeArtifact.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -74,6 +74,7 @@ declare const UntagResourceCommand_base: {
74
74
  * @throws {@link CodeartifactServiceException}
75
75
  * <p>Base exception class for all service exceptions from Codeartifact service.</p>
76
76
  *
77
+ * @public
77
78
  */
78
79
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
79
80
  }
@@ -22,10 +22,10 @@ export interface UpdatePackageVersionsStatusCommandOutput extends UpdatePackageV
22
22
  }
23
23
  declare const UpdatePackageVersionsStatusCommand_base: {
24
24
  new (input: UpdatePackageVersionsStatusCommandInput): import("@smithy/smithy-client").CommandImpl<UpdatePackageVersionsStatusCommandInput, UpdatePackageVersionsStatusCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdatePackageVersionsStatusCommandInput): import("@smithy/smithy-client").CommandImpl<UpdatePackageVersionsStatusCommandInput, UpdatePackageVersionsStatusCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>
30
30
  * Updates the status of one or more versions of a package. Using <code>UpdatePackageVersionsStatus</code>,
31
31
  * you can update the status of package versions to <code>Archived</code>, <code>Published</code>, or <code>Unlisted</code>.
@@ -110,6 +110,7 @@ declare const UpdatePackageVersionsStatusCommand_base: {
110
110
  * @throws {@link CodeartifactServiceException}
111
111
  * <p>Base exception class for all service exceptions from Codeartifact service.</p>
112
112
  *
113
+ * @public
113
114
  */
114
115
  export declare class UpdatePackageVersionsStatusCommand extends UpdatePackageVersionsStatusCommand_base {
115
116
  }
@@ -22,10 +22,10 @@ export interface UpdateRepositoryCommandOutput extends UpdateRepositoryResult, _
22
22
  }
23
23
  declare const UpdateRepositoryCommand_base: {
24
24
  new (input: UpdateRepositoryCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateRepositoryCommandInput, UpdateRepositoryCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateRepositoryCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateRepositoryCommandInput, UpdateRepositoryCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>
30
30
  * Update the properties of a repository.
31
31
  * </p>
@@ -116,6 +116,7 @@ declare const UpdateRepositoryCommand_base: {
116
116
  * @throws {@link CodeartifactServiceException}
117
117
  * <p>Base exception class for all service exceptions from Codeartifact service.</p>
118
118
  *
119
+ * @public
119
120
  */
120
121
  export declare class UpdateRepositoryCommand extends UpdateRepositoryCommand_base {
121
122
  }