CodeArtifactClient.php 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. <?php
  2. namespace Aws\CodeArtifact;
  3. use Aws\AwsClient;
  4. /**
  5. * This client is used to interact with the **CodeArtifact** service.
  6. * @method \Aws\Result associateExternalConnection(array $args = [])
  7. * @method \GuzzleHttp\Promise\Promise associateExternalConnectionAsync(array $args = [])
  8. * @method \Aws\Result copyPackageVersions(array $args = [])
  9. * @method \GuzzleHttp\Promise\Promise copyPackageVersionsAsync(array $args = [])
  10. * @method \Aws\Result createDomain(array $args = [])
  11. * @method \GuzzleHttp\Promise\Promise createDomainAsync(array $args = [])
  12. * @method \Aws\Result createPackageGroup(array $args = [])
  13. * @method \GuzzleHttp\Promise\Promise createPackageGroupAsync(array $args = [])
  14. * @method \Aws\Result createRepository(array $args = [])
  15. * @method \GuzzleHttp\Promise\Promise createRepositoryAsync(array $args = [])
  16. * @method \Aws\Result deleteDomain(array $args = [])
  17. * @method \GuzzleHttp\Promise\Promise deleteDomainAsync(array $args = [])
  18. * @method \Aws\Result deleteDomainPermissionsPolicy(array $args = [])
  19. * @method \GuzzleHttp\Promise\Promise deleteDomainPermissionsPolicyAsync(array $args = [])
  20. * @method \Aws\Result deletePackage(array $args = [])
  21. * @method \GuzzleHttp\Promise\Promise deletePackageAsync(array $args = [])
  22. * @method \Aws\Result deletePackageGroup(array $args = [])
  23. * @method \GuzzleHttp\Promise\Promise deletePackageGroupAsync(array $args = [])
  24. * @method \Aws\Result deletePackageVersions(array $args = [])
  25. * @method \GuzzleHttp\Promise\Promise deletePackageVersionsAsync(array $args = [])
  26. * @method \Aws\Result deleteRepository(array $args = [])
  27. * @method \GuzzleHttp\Promise\Promise deleteRepositoryAsync(array $args = [])
  28. * @method \Aws\Result deleteRepositoryPermissionsPolicy(array $args = [])
  29. * @method \GuzzleHttp\Promise\Promise deleteRepositoryPermissionsPolicyAsync(array $args = [])
  30. * @method \Aws\Result describeDomain(array $args = [])
  31. * @method \GuzzleHttp\Promise\Promise describeDomainAsync(array $args = [])
  32. * @method \Aws\Result describePackage(array $args = [])
  33. * @method \GuzzleHttp\Promise\Promise describePackageAsync(array $args = [])
  34. * @method \Aws\Result describePackageGroup(array $args = [])
  35. * @method \GuzzleHttp\Promise\Promise describePackageGroupAsync(array $args = [])
  36. * @method \Aws\Result describePackageVersion(array $args = [])
  37. * @method \GuzzleHttp\Promise\Promise describePackageVersionAsync(array $args = [])
  38. * @method \Aws\Result describeRepository(array $args = [])
  39. * @method \GuzzleHttp\Promise\Promise describeRepositoryAsync(array $args = [])
  40. * @method \Aws\Result disassociateExternalConnection(array $args = [])
  41. * @method \GuzzleHttp\Promise\Promise disassociateExternalConnectionAsync(array $args = [])
  42. * @method \Aws\Result disposePackageVersions(array $args = [])
  43. * @method \GuzzleHttp\Promise\Promise disposePackageVersionsAsync(array $args = [])
  44. * @method \Aws\Result getAssociatedPackageGroup(array $args = [])
  45. * @method \GuzzleHttp\Promise\Promise getAssociatedPackageGroupAsync(array $args = [])
  46. * @method \Aws\Result getAuthorizationToken(array $args = [])
  47. * @method \GuzzleHttp\Promise\Promise getAuthorizationTokenAsync(array $args = [])
  48. * @method \Aws\Result getDomainPermissionsPolicy(array $args = [])
  49. * @method \GuzzleHttp\Promise\Promise getDomainPermissionsPolicyAsync(array $args = [])
  50. * @method \Aws\Result getPackageVersionAsset(array $args = [])
  51. * @method \GuzzleHttp\Promise\Promise getPackageVersionAssetAsync(array $args = [])
  52. * @method \Aws\Result getPackageVersionReadme(array $args = [])
  53. * @method \GuzzleHttp\Promise\Promise getPackageVersionReadmeAsync(array $args = [])
  54. * @method \Aws\Result getRepositoryEndpoint(array $args = [])
  55. * @method \GuzzleHttp\Promise\Promise getRepositoryEndpointAsync(array $args = [])
  56. * @method \Aws\Result getRepositoryPermissionsPolicy(array $args = [])
  57. * @method \GuzzleHttp\Promise\Promise getRepositoryPermissionsPolicyAsync(array $args = [])
  58. * @method \Aws\Result listAllowedRepositoriesForGroup(array $args = [])
  59. * @method \GuzzleHttp\Promise\Promise listAllowedRepositoriesForGroupAsync(array $args = [])
  60. * @method \Aws\Result listAssociatedPackages(array $args = [])
  61. * @method \GuzzleHttp\Promise\Promise listAssociatedPackagesAsync(array $args = [])
  62. * @method \Aws\Result listDomains(array $args = [])
  63. * @method \GuzzleHttp\Promise\Promise listDomainsAsync(array $args = [])
  64. * @method \Aws\Result listPackageGroups(array $args = [])
  65. * @method \GuzzleHttp\Promise\Promise listPackageGroupsAsync(array $args = [])
  66. * @method \Aws\Result listPackageVersionAssets(array $args = [])
  67. * @method \GuzzleHttp\Promise\Promise listPackageVersionAssetsAsync(array $args = [])
  68. * @method \Aws\Result listPackageVersionDependencies(array $args = [])
  69. * @method \GuzzleHttp\Promise\Promise listPackageVersionDependenciesAsync(array $args = [])
  70. * @method \Aws\Result listPackageVersions(array $args = [])
  71. * @method \GuzzleHttp\Promise\Promise listPackageVersionsAsync(array $args = [])
  72. * @method \Aws\Result listPackages(array $args = [])
  73. * @method \GuzzleHttp\Promise\Promise listPackagesAsync(array $args = [])
  74. * @method \Aws\Result listRepositories(array $args = [])
  75. * @method \GuzzleHttp\Promise\Promise listRepositoriesAsync(array $args = [])
  76. * @method \Aws\Result listRepositoriesInDomain(array $args = [])
  77. * @method \GuzzleHttp\Promise\Promise listRepositoriesInDomainAsync(array $args = [])
  78. * @method \Aws\Result listSubPackageGroups(array $args = [])
  79. * @method \GuzzleHttp\Promise\Promise listSubPackageGroupsAsync(array $args = [])
  80. * @method \Aws\Result listTagsForResource(array $args = [])
  81. * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
  82. * @method \Aws\Result publishPackageVersion(array $args = [])
  83. * @method \GuzzleHttp\Promise\Promise publishPackageVersionAsync(array $args = [])
  84. * @method \Aws\Result putDomainPermissionsPolicy(array $args = [])
  85. * @method \GuzzleHttp\Promise\Promise putDomainPermissionsPolicyAsync(array $args = [])
  86. * @method \Aws\Result putPackageOriginConfiguration(array $args = [])
  87. * @method \GuzzleHttp\Promise\Promise putPackageOriginConfigurationAsync(array $args = [])
  88. * @method \Aws\Result putRepositoryPermissionsPolicy(array $args = [])
  89. * @method \GuzzleHttp\Promise\Promise putRepositoryPermissionsPolicyAsync(array $args = [])
  90. * @method \Aws\Result tagResource(array $args = [])
  91. * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
  92. * @method \Aws\Result untagResource(array $args = [])
  93. * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
  94. * @method \Aws\Result updatePackageGroup(array $args = [])
  95. * @method \GuzzleHttp\Promise\Promise updatePackageGroupAsync(array $args = [])
  96. * @method \Aws\Result updatePackageGroupOriginConfiguration(array $args = [])
  97. * @method \GuzzleHttp\Promise\Promise updatePackageGroupOriginConfigurationAsync(array $args = [])
  98. * @method \Aws\Result updatePackageVersionsStatus(array $args = [])
  99. * @method \GuzzleHttp\Promise\Promise updatePackageVersionsStatusAsync(array $args = [])
  100. * @method \Aws\Result updateRepository(array $args = [])
  101. * @method \GuzzleHttp\Promise\Promise updateRepositoryAsync(array $args = [])
  102. */
  103. class CodeArtifactClient extends AwsClient {}