@pgarbe/cdk-ecr-sync 0.5.28 → 0.5.31
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +5 -5
- package/API.md +106 -50
- package/CHANGELOG.md +91 -1
- package/lib/ecr-sync.d.ts +0 -1
- package/lib/ecr-sync.js +4 -5
- package/lib/image.d.ts +0 -1
- package/lib/index.d.ts +0 -1
- package/lib/lambda/docker-adapter.d.ts +0 -1
- package/lib/lambda/docker-adapter.js +2 -3
- package/lib/lambda/ecr-adapter.d.ts +0 -1
- package/lib/lambda/get-image-tags-handler.d.ts +0 -1
- package/lib/lambda/get-image-tags-handler.js +3 -4
- package/node_modules/aws-sdk/CHANGELOG.md +109 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/appflow-2020-08-23.min.json +76 -70
- package/node_modules/aws-sdk/apis/application-insights-2018-11-25.min.json +25 -24
- package/node_modules/aws-sdk/apis/appmesh-2019-01-25.min.json +129 -121
- package/node_modules/aws-sdk/apis/auditmanager-2017-07-25.min.json +4 -0
- package/node_modules/aws-sdk/apis/backup-gateway-2021-01-01.min.json +58 -8
- package/node_modules/aws-sdk/apis/budgets-2016-10-20.min.json +53 -53
- package/node_modules/aws-sdk/apis/ce-2017-10-25.min.json +79 -0
- package/node_modules/aws-sdk/apis/ce-2017-10-25.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/chime-sdk-meetings-2021-07-15.min.json +126 -33
- package/node_modules/aws-sdk/apis/chime-sdk-messaging-2021-05-15.min.json +124 -53
- package/node_modules/aws-sdk/apis/chime-sdk-messaging-2021-05-15.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.min.json +10 -8
- package/node_modules/aws-sdk/apis/cognito-idp-2016-04-18.min.json +155 -127
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +637 -93
- package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +11 -0
- package/node_modules/aws-sdk/apis/connectcampaigns-2021-01-30.examples.json +5 -0
- package/node_modules/aws-sdk/apis/connectcampaigns-2021-01-30.min.json +767 -0
- package/node_modules/aws-sdk/apis/connectcampaigns-2021-01-30.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/datasync-2018-11-09.min.json +80 -74
- package/node_modules/aws-sdk/apis/datasync-2018-11-09.paginators.json +10 -5
- package/node_modules/aws-sdk/apis/dms-2016-01-01.min.json +385 -52
- package/node_modules/aws-sdk/apis/dms-2016-01-01.paginators.json +25 -0
- package/node_modules/aws-sdk/apis/drs-2020-02-26.min.json +332 -205
- package/node_modules/aws-sdk/apis/drs-2020-02-26.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +17 -0
- package/node_modules/aws-sdk/apis/elasticache-2015-02-02.min.json +3 -0
- package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.examples.json +5 -0
- package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.min.json +860 -0
- package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.paginators.json +16 -0
- package/node_modules/aws-sdk/apis/finspace-data-2020-07-13.min.json +278 -73
- package/node_modules/aws-sdk/apis/forecast-2018-06-26.min.json +354 -68
- package/node_modules/aws-sdk/apis/forecast-2018-06-26.paginators.json +24 -0
- package/node_modules/aws-sdk/apis/fsx-2018-03-01.min.json +135 -116
- package/node_modules/aws-sdk/apis/gamesparks-2021-08-17.min.json +13 -0
- package/node_modules/aws-sdk/apis/greengrassv2-2020-11-30.min.json +37 -18
- package/node_modules/aws-sdk/apis/guardduty-2017-11-28.min.json +325 -98
- package/node_modules/aws-sdk/apis/iotevents-data-2018-10-23.min.json +45 -0
- package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.min.json +20 -15
- package/node_modules/aws-sdk/apis/kendra-2019-02-03.min.json +179 -61
- package/node_modules/aws-sdk/apis/lightsail-2016-11-28.min.json +155 -122
- package/node_modules/aws-sdk/apis/lookoutmetrics-2017-07-25.min.json +142 -56
- package/node_modules/aws-sdk/apis/m2-2021-04-28.examples.json +5 -0
- package/node_modules/aws-sdk/apis/m2-2021-04-28.min.json +1820 -0
- package/node_modules/aws-sdk/apis/m2-2021-04-28.paginators.json +58 -0
- package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +223 -143
- package/node_modules/aws-sdk/apis/metadata.json +13 -0
- package/node_modules/aws-sdk/apis/neptune-2014-10-31.min.json +293 -100
- package/node_modules/aws-sdk/apis/networkmanager-2019-07-05.min.json +72 -3
- package/node_modules/aws-sdk/apis/outposts-2019-12-03.min.json +67 -0
- package/node_modules/aws-sdk/apis/personalize-2018-05-22.min.json +14 -8
- package/node_modules/aws-sdk/apis/proton-2020-07-20.min.json +451 -139
- package/node_modules/aws-sdk/apis/proton-2020-07-20.paginators.json +16 -0
- package/node_modules/aws-sdk/apis/proton-2020-07-20.waiters2.json +33 -0
- package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +35 -1
- package/node_modules/aws-sdk/apis/redshift-2012-12-01.min.json +39 -5
- package/node_modules/aws-sdk/apis/redshift-data-2019-12-20.min.json +25 -16
- package/node_modules/aws-sdk/apis/redshiftserverless-2021-04-21.examples.json +5 -0
- package/node_modules/aws-sdk/apis/redshiftserverless-2021-04-21.min.json +1206 -0
- package/node_modules/aws-sdk/apis/redshiftserverless-2021-04-21.paginators.json +40 -0
- package/node_modules/aws-sdk/apis/route53-2013-04-01.min.json +333 -78
- package/node_modules/aws-sdk/apis/route53-2013-04-01.paginators.json +18 -0
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +673 -649
- package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +841 -300
- package/node_modules/aws-sdk/apis/servicecatalog-appregistry-2020-06-24.min.json +45 -0
- package/node_modules/aws-sdk/apis/servicecatalog-appregistry-2020-06-24.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/transcribe-2017-10-26.min.json +37 -11
- package/node_modules/aws-sdk/apis/transfer-2018-11-05.min.json +37 -36
- package/node_modules/aws-sdk/apis/voice-id-2021-09-27.min.json +73 -53
- package/node_modules/aws-sdk/apis/voice-id-2021-09-27.paginators.json +8 -4
- package/node_modules/aws-sdk/clients/all.d.ts +4 -0
- package/node_modules/aws-sdk/clients/all.js +5 -1
- package/node_modules/aws-sdk/clients/apigateway.d.ts +327 -324
- package/node_modules/aws-sdk/clients/appflow.d.ts +17 -7
- package/node_modules/aws-sdk/clients/applicationinsights.d.ts +38 -3
- package/node_modules/aws-sdk/clients/appmesh.d.ts +70 -51
- package/node_modules/aws-sdk/clients/apprunner.d.ts +2 -2
- package/node_modules/aws-sdk/clients/auditmanager.d.ts +7 -7
- package/node_modules/aws-sdk/clients/backupgateway.d.ts +77 -2
- package/node_modules/aws-sdk/clients/batch.d.ts +4 -4
- package/node_modules/aws-sdk/clients/budgets.d.ts +2 -1
- package/node_modules/aws-sdk/clients/chimesdkmeetings.d.ts +82 -1
- package/node_modules/aws-sdk/clients/chimesdkmessaging.d.ts +81 -5
- package/node_modules/aws-sdk/clients/cloudformation.d.ts +62 -53
- package/node_modules/aws-sdk/clients/cloudwatchlogs.d.ts +4 -4
- package/node_modules/aws-sdk/clients/codeartifact.d.ts +93 -93
- package/node_modules/aws-sdk/clients/cognitoidentityserviceprovider.d.ts +197 -162
- package/node_modules/aws-sdk/clients/comprehend.d.ts +22 -22
- package/node_modules/aws-sdk/clients/connect.d.ts +708 -11
- package/node_modules/aws-sdk/clients/connectcampaigns.d.ts +446 -0
- package/node_modules/aws-sdk/clients/connectcampaigns.js +18 -0
- package/node_modules/aws-sdk/clients/costexplorer.d.ts +219 -113
- package/node_modules/aws-sdk/clients/datasync.d.ts +41 -15
- package/node_modules/aws-sdk/clients/dms.d.ts +532 -2
- package/node_modules/aws-sdk/clients/drs.d.ts +173 -6
- package/node_modules/aws-sdk/clients/dynamodb.d.ts +18 -18
- package/node_modules/aws-sdk/clients/dynamodbstreams.d.ts +1 -1
- package/node_modules/aws-sdk/clients/ec2.d.ts +35 -15
- package/node_modules/aws-sdk/clients/elasticache.d.ts +12 -8
- package/node_modules/aws-sdk/clients/emrserverless.d.ts +890 -0
- package/node_modules/aws-sdk/clients/emrserverless.js +18 -0
- package/node_modules/aws-sdk/clients/finspacedata.d.ts +201 -4
- package/node_modules/aws-sdk/clients/forecastservice.d.ts +452 -24
- package/node_modules/aws-sdk/clients/frauddetector.d.ts +5 -5
- package/node_modules/aws-sdk/clients/fsx.d.ts +28 -3
- package/node_modules/aws-sdk/clients/gamesparks.d.ts +20 -0
- package/node_modules/aws-sdk/clients/greengrassv2.d.ts +49 -18
- package/node_modules/aws-sdk/clients/guardduty.d.ts +186 -4
- package/node_modules/aws-sdk/clients/iam.d.ts +2 -2
- package/node_modules/aws-sdk/clients/ioteventsdata.d.ts +50 -0
- package/node_modules/aws-sdk/clients/iotsitewise.d.ts +23 -3
- package/node_modules/aws-sdk/clients/ivschat.d.ts +1 -1
- package/node_modules/aws-sdk/clients/kendra.d.ts +157 -4
- package/node_modules/aws-sdk/clients/lightsail.d.ts +40 -0
- package/node_modules/aws-sdk/clients/lookoutmetrics.d.ts +126 -5
- package/node_modules/aws-sdk/clients/m2.d.ts +1840 -0
- package/node_modules/aws-sdk/clients/m2.js +18 -0
- package/node_modules/aws-sdk/clients/mediaconvert.d.ts +89 -9
- package/node_modules/aws-sdk/clients/neptune.d.ts +233 -0
- package/node_modules/aws-sdk/clients/networkmanager.d.ts +56 -10
- package/node_modules/aws-sdk/clients/outposts.d.ts +94 -0
- package/node_modules/aws-sdk/clients/personalize.d.ts +12 -8
- package/node_modules/aws-sdk/clients/proton.d.ts +492 -72
- package/node_modules/aws-sdk/clients/quicksight.d.ts +37 -5
- package/node_modules/aws-sdk/clients/redshift.d.ts +41 -1
- package/node_modules/aws-sdk/clients/redshiftdata.d.ts +51 -14
- package/node_modules/aws-sdk/clients/redshiftserverless.d.ts +1525 -0
- package/node_modules/aws-sdk/clients/redshiftserverless.js +18 -0
- package/node_modules/aws-sdk/clients/route53.d.ts +267 -7
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +53 -24
- package/node_modules/aws-sdk/clients/secretsmanager.d.ts +7 -7
- package/node_modules/aws-sdk/clients/securityhub.d.ts +1020 -19
- package/node_modules/aws-sdk/clients/servicecatalogappregistry.d.ts +49 -2
- package/node_modules/aws-sdk/clients/transcribeservice.d.ts +479 -447
- package/node_modules/aws-sdk/clients/transfer.d.ts +9 -4
- package/node_modules/aws-sdk/clients/voiceid.d.ts +55 -24
- package/node_modules/aws-sdk/clients/workspaces.d.ts +10 -10
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +737 -241
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +2697 -1828
- package/node_modules/aws-sdk/dist/aws-sdk.js +2319 -517
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +91 -91
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +8 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +11 -11
- package/node_modules/aws-sdk/lib/event_listeners.js +18 -0
- package/node_modules/aws-sdk/lib/util.js +15 -7
- package/node_modules/aws-sdk/package.json +2 -2
- package/node_modules/jszip/.github/workflows/pr.yaml +5 -6
- package/node_modules/jszip/CHANGES.md +5 -0
- package/node_modules/jszip/README.markdown +1 -3
- package/node_modules/jszip/dist/jszip.js +194 -13
- package/node_modules/jszip/dist/jszip.min.js +4 -4
- package/node_modules/jszip/index.d.ts +1 -1
- package/node_modules/jszip/lib/index.js +1 -1
- package/node_modules/jszip/lib/license_header.js +2 -2
- package/node_modules/jszip/lib/utils.js +1 -1
- package/node_modules/jszip/package.json +2 -2
- package/node_modules/jszip/vendor/FileSaver.js +1 -1
- package/node_modules/setimmediate/LICENSE.txt +20 -0
- package/node_modules/setimmediate/package.json +30 -0
- package/node_modules/setimmediate/setImmediate.js +186 -0
- package/node_modules/uuid/CHANGELOG.md +132 -44
- package/node_modules/uuid/CONTRIBUTING.md +20 -0
- package/node_modules/uuid/LICENSE.md +1 -1
- package/node_modules/uuid/README.md +298 -152
- package/node_modules/uuid/dist/bin/uuid +2 -0
- package/node_modules/uuid/dist/bytesToUuid.js +26 -0
- package/node_modules/uuid/dist/esm-browser/bytesToUuid.js +18 -0
- package/node_modules/uuid/dist/esm-browser/index.js +4 -0
- package/node_modules/uuid/dist/esm-browser/md5.js +218 -0
- package/node_modules/uuid/dist/esm-browser/rng.js +15 -0
- package/node_modules/uuid/dist/esm-browser/sha1.js +91 -0
- package/node_modules/uuid/{v1.js → dist/esm-browser/v1.js} +34 -48
- package/node_modules/uuid/dist/esm-browser/v3.js +4 -0
- package/node_modules/uuid/dist/esm-browser/v35.js +56 -0
- package/node_modules/uuid/dist/esm-browser/v4.js +27 -0
- package/node_modules/uuid/dist/esm-browser/v5.js +4 -0
- package/node_modules/uuid/dist/esm-node/bytesToUuid.js +18 -0
- package/node_modules/uuid/dist/esm-node/index.js +4 -0
- package/node_modules/uuid/dist/esm-node/md5.js +13 -0
- package/node_modules/uuid/dist/esm-node/rng.js +4 -0
- package/node_modules/uuid/dist/esm-node/sha1.js +13 -0
- package/node_modules/uuid/dist/esm-node/v1.js +95 -0
- package/node_modules/uuid/dist/esm-node/v3.js +4 -0
- package/node_modules/uuid/{lib → dist/esm-node}/v35.js +21 -22
- package/node_modules/uuid/dist/esm-node/v4.js +27 -0
- package/node_modules/uuid/dist/esm-node/v5.js +4 -0
- package/node_modules/uuid/dist/index.js +39 -0
- package/node_modules/uuid/{lib → dist}/md5-browser.js +58 -50
- package/node_modules/uuid/dist/md5.js +23 -0
- package/node_modules/uuid/dist/rng-browser.js +21 -0
- package/node_modules/uuid/dist/rng.js +14 -0
- package/node_modules/uuid/dist/sha1-browser.js +95 -0
- package/node_modules/uuid/dist/sha1.js +23 -0
- package/node_modules/uuid/dist/umd/uuid.min.js +1 -0
- package/node_modules/uuid/dist/umd/uuidv1.min.js +1 -0
- package/node_modules/uuid/dist/umd/uuidv3.min.js +1 -0
- package/node_modules/uuid/dist/umd/uuidv4.min.js +1 -0
- package/node_modules/uuid/dist/umd/uuidv5.min.js +1 -0
- package/node_modules/uuid/dist/uuid-bin.js +67 -0
- package/node_modules/uuid/dist/v1.js +107 -0
- package/node_modules/uuid/dist/v3.js +16 -0
- package/node_modules/uuid/dist/v35.js +69 -0
- package/node_modules/uuid/dist/v4.js +40 -0
- package/node_modules/uuid/dist/v5.js +16 -0
- package/node_modules/uuid/package.json +92 -19
- package/node_modules/uuid/wrapper.mjs +5 -0
- package/package.json +15 -15
- package/lib/ecr-sync.d.ts.map +0 -1
- package/lib/image.d.ts.map +0 -1
- package/lib/index.d.ts.map +0 -1
- package/lib/lambda/docker-adapter.d.ts.map +0 -1
- package/lib/lambda/ecr-adapter.d.ts.map +0 -1
- package/lib/lambda/get-image-tags-handler.d.ts.map +0 -1
- package/node_modules/set-immediate-shim/index.js +0 -7
- package/node_modules/set-immediate-shim/package.json +0 -34
- package/node_modules/set-immediate-shim/readme.md +0 -31
- package/node_modules/uuid/.eslintrc.json +0 -47
- package/node_modules/uuid/AUTHORS +0 -5
- package/node_modules/uuid/README_js.md +0 -280
- package/node_modules/uuid/bin/uuid +0 -65
- package/node_modules/uuid/index.js +0 -8
- package/node_modules/uuid/lib/bytesToUuid.js +0 -24
- package/node_modules/uuid/lib/md5.js +0 -25
- package/node_modules/uuid/lib/rng-browser.js +0 -34
- package/node_modules/uuid/lib/rng.js +0 -8
- package/node_modules/uuid/lib/sha1-browser.js +0 -89
- package/node_modules/uuid/lib/sha1.js +0 -25
- package/node_modules/uuid/v3.js +0 -4
- package/node_modules/uuid/v4.js +0 -29
- package/node_modules/uuid/v5.js +0 -3
- package/releasetag.txt +0 -1
- package/version.txt +0 -1
|
@@ -29,11 +29,11 @@ declare class CodeArtifact extends Service {
|
|
|
29
29
|
*/
|
|
30
30
|
copyPackageVersions(callback?: (err: AWSError, data: CodeArtifact.Types.CopyPackageVersionsResult) => void): Request<CodeArtifact.Types.CopyPackageVersionsResult, AWSError>;
|
|
31
31
|
/**
|
|
32
|
-
* Creates a domain. CodeArtifact domains make it easier to manage multiple repositories across an organization. You can use a domain to apply permissions across many repositories owned by different
|
|
32
|
+
* Creates a domain. CodeArtifact domains make it easier to manage multiple repositories across an organization. You can use a domain to apply permissions across many repositories owned by different Amazon Web Services accounts. An asset is stored only once in a domain, even if it's in multiple repositories. Although you can have multiple domains, we recommend a single production domain that contains all published artifacts so that your development teams can find and share packages. You can use a second pre-production domain to test changes to the production domain configuration.
|
|
33
33
|
*/
|
|
34
34
|
createDomain(params: CodeArtifact.Types.CreateDomainRequest, callback?: (err: AWSError, data: CodeArtifact.Types.CreateDomainResult) => void): Request<CodeArtifact.Types.CreateDomainResult, AWSError>;
|
|
35
35
|
/**
|
|
36
|
-
* Creates a domain. CodeArtifact domains make it easier to manage multiple repositories across an organization. You can use a domain to apply permissions across many repositories owned by different
|
|
36
|
+
* Creates a domain. CodeArtifact domains make it easier to manage multiple repositories across an organization. You can use a domain to apply permissions across many repositories owned by different Amazon Web Services accounts. An asset is stored only once in a domain, even if it's in multiple repositories. Although you can have multiple domains, we recommend a single production domain that contains all published artifacts so that your development teams can find and share packages. You can use a second pre-production domain to test changes to the production domain configuration.
|
|
37
37
|
*/
|
|
38
38
|
createDomain(callback?: (err: AWSError, data: CodeArtifact.Types.CreateDomainResult) => void): Request<CodeArtifact.Types.CreateDomainResult, AWSError>;
|
|
39
39
|
/**
|
|
@@ -77,11 +77,11 @@ declare class CodeArtifact extends Service {
|
|
|
77
77
|
*/
|
|
78
78
|
deleteRepository(callback?: (err: AWSError, data: CodeArtifact.Types.DeleteRepositoryResult) => void): Request<CodeArtifact.Types.DeleteRepositoryResult, AWSError>;
|
|
79
79
|
/**
|
|
80
|
-
* Deletes the resource policy that is set on a repository. After a resource policy is deleted, the permissions allowed and denied by the deleted policy are removed. The effect of deleting a resource policy might not be immediate. Use DeleteRepositoryPermissionsPolicy with caution. After a policy is deleted,
|
|
80
|
+
* Deletes the resource policy that is set on a repository. After a resource policy is deleted, the permissions allowed and denied by the deleted policy are removed. The effect of deleting a resource policy might not be immediate. Use DeleteRepositoryPermissionsPolicy with caution. After a policy is deleted, Amazon Web Services users, roles, and accounts lose permissions to perform the repository actions granted by the deleted policy.
|
|
81
81
|
*/
|
|
82
82
|
deleteRepositoryPermissionsPolicy(params: CodeArtifact.Types.DeleteRepositoryPermissionsPolicyRequest, callback?: (err: AWSError, data: CodeArtifact.Types.DeleteRepositoryPermissionsPolicyResult) => void): Request<CodeArtifact.Types.DeleteRepositoryPermissionsPolicyResult, AWSError>;
|
|
83
83
|
/**
|
|
84
|
-
* Deletes the resource policy that is set on a repository. After a resource policy is deleted, the permissions allowed and denied by the deleted policy are removed. The effect of deleting a resource policy might not be immediate. Use DeleteRepositoryPermissionsPolicy with caution. After a policy is deleted,
|
|
84
|
+
* Deletes the resource policy that is set on a repository. After a resource policy is deleted, the permissions allowed and denied by the deleted policy are removed. The effect of deleting a resource policy might not be immediate. Use DeleteRepositoryPermissionsPolicy with caution. After a policy is deleted, Amazon Web Services users, roles, and accounts lose permissions to perform the repository actions granted by the deleted policy.
|
|
85
85
|
*/
|
|
86
86
|
deleteRepositoryPermissionsPolicy(callback?: (err: AWSError, data: CodeArtifact.Types.DeleteRepositoryPermissionsPolicyResult) => void): Request<CodeArtifact.Types.DeleteRepositoryPermissionsPolicyResult, AWSError>;
|
|
87
87
|
/**
|
|
@@ -125,19 +125,19 @@ declare class CodeArtifact extends Service {
|
|
|
125
125
|
*/
|
|
126
126
|
disposePackageVersions(callback?: (err: AWSError, data: CodeArtifact.Types.DisposePackageVersionsResult) => void): Request<CodeArtifact.Types.DisposePackageVersionsResult, AWSError>;
|
|
127
127
|
/**
|
|
128
|
-
* Generates a temporary authorization token for accessing repositories in the domain. This API requires the codeartifact:GetAuthorizationToken and sts:GetServiceBearerToken permissions. For more information about authorization tokens, see
|
|
128
|
+
* Generates a temporary authorization token for accessing repositories in the domain. This API requires the codeartifact:GetAuthorizationToken and sts:GetServiceBearerToken permissions. For more information about authorization tokens, see CodeArtifact authentication and tokens. CodeArtifact authorization tokens are valid for a period of 12 hours when created with the login command. You can call login periodically to refresh the token. When you create an authorization token with the GetAuthorizationToken API, you can set a custom authorization period, up to a maximum of 12 hours, with the durationSeconds parameter. The authorization period begins after login or GetAuthorizationToken is called. If login or GetAuthorizationToken is called while assuming a role, the token lifetime is independent of the maximum session duration of the role. For example, if you call sts assume-role and specify a session duration of 15 minutes, then generate a CodeArtifact authorization token, the token will be valid for the full authorization period even though this is longer than the 15-minute session duration. See Using IAM Roles for more information on controlling session duration.
|
|
129
129
|
*/
|
|
130
130
|
getAuthorizationToken(params: CodeArtifact.Types.GetAuthorizationTokenRequest, callback?: (err: AWSError, data: CodeArtifact.Types.GetAuthorizationTokenResult) => void): Request<CodeArtifact.Types.GetAuthorizationTokenResult, AWSError>;
|
|
131
131
|
/**
|
|
132
|
-
* Generates a temporary authorization token for accessing repositories in the domain. This API requires the codeartifact:GetAuthorizationToken and sts:GetServiceBearerToken permissions. For more information about authorization tokens, see
|
|
132
|
+
* Generates a temporary authorization token for accessing repositories in the domain. This API requires the codeartifact:GetAuthorizationToken and sts:GetServiceBearerToken permissions. For more information about authorization tokens, see CodeArtifact authentication and tokens. CodeArtifact authorization tokens are valid for a period of 12 hours when created with the login command. You can call login periodically to refresh the token. When you create an authorization token with the GetAuthorizationToken API, you can set a custom authorization period, up to a maximum of 12 hours, with the durationSeconds parameter. The authorization period begins after login or GetAuthorizationToken is called. If login or GetAuthorizationToken is called while assuming a role, the token lifetime is independent of the maximum session duration of the role. For example, if you call sts assume-role and specify a session duration of 15 minutes, then generate a CodeArtifact authorization token, the token will be valid for the full authorization period even though this is longer than the 15-minute session duration. See Using IAM Roles for more information on controlling session duration.
|
|
133
133
|
*/
|
|
134
134
|
getAuthorizationToken(callback?: (err: AWSError, data: CodeArtifact.Types.GetAuthorizationTokenResult) => void): Request<CodeArtifact.Types.GetAuthorizationTokenResult, AWSError>;
|
|
135
135
|
/**
|
|
136
|
-
* Returns the resource policy attached to the specified domain. The policy is a resource-based policy, not an identity-based policy. For more information, see Identity-based policies and resource-based policies in the
|
|
136
|
+
* Returns the resource policy attached to the specified domain. The policy is a resource-based policy, not an identity-based policy. For more information, see Identity-based policies and resource-based policies in the IAM User Guide.
|
|
137
137
|
*/
|
|
138
138
|
getDomainPermissionsPolicy(params: CodeArtifact.Types.GetDomainPermissionsPolicyRequest, callback?: (err: AWSError, data: CodeArtifact.Types.GetDomainPermissionsPolicyResult) => void): Request<CodeArtifact.Types.GetDomainPermissionsPolicyResult, AWSError>;
|
|
139
139
|
/**
|
|
140
|
-
* Returns the resource policy attached to the specified domain. The policy is a resource-based policy, not an identity-based policy. For more information, see Identity-based policies and resource-based policies in the
|
|
140
|
+
* Returns the resource policy attached to the specified domain. The policy is a resource-based policy, not an identity-based policy. For more information, see Identity-based policies and resource-based policies in the IAM User Guide.
|
|
141
141
|
*/
|
|
142
142
|
getDomainPermissionsPolicy(callback?: (err: AWSError, data: CodeArtifact.Types.GetDomainPermissionsPolicyResult) => void): Request<CodeArtifact.Types.GetDomainPermissionsPolicyResult, AWSError>;
|
|
143
143
|
/**
|
|
@@ -149,19 +149,19 @@ declare class CodeArtifact extends Service {
|
|
|
149
149
|
*/
|
|
150
150
|
getPackageVersionAsset(callback?: (err: AWSError, data: CodeArtifact.Types.GetPackageVersionAssetResult) => void): Request<CodeArtifact.Types.GetPackageVersionAssetResult, AWSError>;
|
|
151
151
|
/**
|
|
152
|
-
* Gets the readme file or descriptive text for a package version.
|
|
152
|
+
* Gets the readme file or descriptive text for a package version. The returned text might contain formatting. For example, it might contain formatting for Markdown or reStructuredText.
|
|
153
153
|
*/
|
|
154
154
|
getPackageVersionReadme(params: CodeArtifact.Types.GetPackageVersionReadmeRequest, callback?: (err: AWSError, data: CodeArtifact.Types.GetPackageVersionReadmeResult) => void): Request<CodeArtifact.Types.GetPackageVersionReadmeResult, AWSError>;
|
|
155
155
|
/**
|
|
156
|
-
* Gets the readme file or descriptive text for a package version.
|
|
156
|
+
* Gets the readme file or descriptive text for a package version. The returned text might contain formatting. For example, it might contain formatting for Markdown or reStructuredText.
|
|
157
157
|
*/
|
|
158
158
|
getPackageVersionReadme(callback?: (err: AWSError, data: CodeArtifact.Types.GetPackageVersionReadmeResult) => void): Request<CodeArtifact.Types.GetPackageVersionReadmeResult, AWSError>;
|
|
159
159
|
/**
|
|
160
|
-
* Returns the endpoint of a repository for a specific package format. A repository has one endpoint for each package format: npm pypi
|
|
160
|
+
* Returns the endpoint of a repository for a specific package format. A repository has one endpoint for each package format: maven npm nuget pypi
|
|
161
161
|
*/
|
|
162
162
|
getRepositoryEndpoint(params: CodeArtifact.Types.GetRepositoryEndpointRequest, callback?: (err: AWSError, data: CodeArtifact.Types.GetRepositoryEndpointResult) => void): Request<CodeArtifact.Types.GetRepositoryEndpointResult, AWSError>;
|
|
163
163
|
/**
|
|
164
|
-
* Returns the endpoint of a repository for a specific package format. A repository has one endpoint for each package format: npm pypi
|
|
164
|
+
* Returns the endpoint of a repository for a specific package format. A repository has one endpoint for each package format: maven npm nuget pypi
|
|
165
165
|
*/
|
|
166
166
|
getRepositoryEndpoint(callback?: (err: AWSError, data: CodeArtifact.Types.GetRepositoryEndpointResult) => void): Request<CodeArtifact.Types.GetRepositoryEndpointResult, AWSError>;
|
|
167
167
|
/**
|
|
@@ -173,11 +173,11 @@ declare class CodeArtifact extends Service {
|
|
|
173
173
|
*/
|
|
174
174
|
getRepositoryPermissionsPolicy(callback?: (err: AWSError, data: CodeArtifact.Types.GetRepositoryPermissionsPolicyResult) => void): Request<CodeArtifact.Types.GetRepositoryPermissionsPolicyResult, AWSError>;
|
|
175
175
|
/**
|
|
176
|
-
* Returns a list of DomainSummary objects for all domains owned by the
|
|
176
|
+
* Returns a list of DomainSummary objects for all domains owned by the Amazon Web Services account that makes this call. Each returned DomainSummary object contains information about a domain.
|
|
177
177
|
*/
|
|
178
178
|
listDomains(params: CodeArtifact.Types.ListDomainsRequest, callback?: (err: AWSError, data: CodeArtifact.Types.ListDomainsResult) => void): Request<CodeArtifact.Types.ListDomainsResult, AWSError>;
|
|
179
179
|
/**
|
|
180
|
-
* Returns a list of DomainSummary objects for all domains owned by the
|
|
180
|
+
* Returns a list of DomainSummary objects for all domains owned by the Amazon Web Services account that makes this call. Each returned DomainSummary object contains information about a domain.
|
|
181
181
|
*/
|
|
182
182
|
listDomains(callback?: (err: AWSError, data: CodeArtifact.Types.ListDomainsResult) => void): Request<CodeArtifact.Types.ListDomainsResult, AWSError>;
|
|
183
183
|
/**
|
|
@@ -213,11 +213,11 @@ declare class CodeArtifact extends Service {
|
|
|
213
213
|
*/
|
|
214
214
|
listPackages(callback?: (err: AWSError, data: CodeArtifact.Types.ListPackagesResult) => void): Request<CodeArtifact.Types.ListPackagesResult, AWSError>;
|
|
215
215
|
/**
|
|
216
|
-
* Returns a list of RepositorySummary objects. Each RepositorySummary contains information about a repository in the specified
|
|
216
|
+
* Returns a list of RepositorySummary objects. Each RepositorySummary contains information about a repository in the specified Amazon Web Services account and that matches the input parameters.
|
|
217
217
|
*/
|
|
218
218
|
listRepositories(params: CodeArtifact.Types.ListRepositoriesRequest, callback?: (err: AWSError, data: CodeArtifact.Types.ListRepositoriesResult) => void): Request<CodeArtifact.Types.ListRepositoriesResult, AWSError>;
|
|
219
219
|
/**
|
|
220
|
-
* Returns a list of RepositorySummary objects. Each RepositorySummary contains information about a repository in the specified
|
|
220
|
+
* Returns a list of RepositorySummary objects. Each RepositorySummary contains information about a repository in the specified Amazon Web Services account and that matches the input parameters.
|
|
221
221
|
*/
|
|
222
222
|
listRepositories(callback?: (err: AWSError, data: CodeArtifact.Types.ListRepositoriesResult) => void): Request<CodeArtifact.Types.ListRepositoriesResult, AWSError>;
|
|
223
223
|
/**
|
|
@@ -229,11 +229,11 @@ declare class CodeArtifact extends Service {
|
|
|
229
229
|
*/
|
|
230
230
|
listRepositoriesInDomain(callback?: (err: AWSError, data: CodeArtifact.Types.ListRepositoriesInDomainResult) => void): Request<CodeArtifact.Types.ListRepositoriesInDomainResult, AWSError>;
|
|
231
231
|
/**
|
|
232
|
-
* Gets information about
|
|
232
|
+
* Gets information about Amazon Web Services tags for a specified Amazon Resource Name (ARN) in CodeArtifact.
|
|
233
233
|
*/
|
|
234
234
|
listTagsForResource(params: CodeArtifact.Types.ListTagsForResourceRequest, callback?: (err: AWSError, data: CodeArtifact.Types.ListTagsForResourceResult) => void): Request<CodeArtifact.Types.ListTagsForResourceResult, AWSError>;
|
|
235
235
|
/**
|
|
236
|
-
* Gets information about
|
|
236
|
+
* Gets information about Amazon Web Services tags for a specified Amazon Resource Name (ARN) in CodeArtifact.
|
|
237
237
|
*/
|
|
238
238
|
listTagsForResource(callback?: (err: AWSError, data: CodeArtifact.Types.ListTagsForResourceResult) => void): Request<CodeArtifact.Types.ListTagsForResourceResult, AWSError>;
|
|
239
239
|
/**
|
|
@@ -253,27 +253,27 @@ declare class CodeArtifact extends Service {
|
|
|
253
253
|
*/
|
|
254
254
|
putRepositoryPermissionsPolicy(callback?: (err: AWSError, data: CodeArtifact.Types.PutRepositoryPermissionsPolicyResult) => void): Request<CodeArtifact.Types.PutRepositoryPermissionsPolicyResult, AWSError>;
|
|
255
255
|
/**
|
|
256
|
-
* Adds or updates tags for a resource in
|
|
256
|
+
* Adds or updates tags for a resource in CodeArtifact.
|
|
257
257
|
*/
|
|
258
258
|
tagResource(params: CodeArtifact.Types.TagResourceRequest, callback?: (err: AWSError, data: CodeArtifact.Types.TagResourceResult) => void): Request<CodeArtifact.Types.TagResourceResult, AWSError>;
|
|
259
259
|
/**
|
|
260
|
-
* Adds or updates tags for a resource in
|
|
260
|
+
* Adds or updates tags for a resource in CodeArtifact.
|
|
261
261
|
*/
|
|
262
262
|
tagResource(callback?: (err: AWSError, data: CodeArtifact.Types.TagResourceResult) => void): Request<CodeArtifact.Types.TagResourceResult, AWSError>;
|
|
263
263
|
/**
|
|
264
|
-
* Removes tags from a resource in
|
|
264
|
+
* Removes tags from a resource in CodeArtifact.
|
|
265
265
|
*/
|
|
266
266
|
untagResource(params: CodeArtifact.Types.UntagResourceRequest, callback?: (err: AWSError, data: CodeArtifact.Types.UntagResourceResult) => void): Request<CodeArtifact.Types.UntagResourceResult, AWSError>;
|
|
267
267
|
/**
|
|
268
|
-
* Removes tags from a resource in
|
|
268
|
+
* Removes tags from a resource in CodeArtifact.
|
|
269
269
|
*/
|
|
270
270
|
untagResource(callback?: (err: AWSError, data: CodeArtifact.Types.UntagResourceResult) => void): Request<CodeArtifact.Types.UntagResourceResult, AWSError>;
|
|
271
271
|
/**
|
|
272
|
-
* Updates the status of one or more versions of a package.
|
|
272
|
+
* Updates the status of one or more versions of a package. Using UpdatePackageVersionsStatus, you can update the status of package versions to Archived, Published, or Unlisted. To set the status of a package version to Disposed, use DisposePackageVersions.
|
|
273
273
|
*/
|
|
274
274
|
updatePackageVersionsStatus(params: CodeArtifact.Types.UpdatePackageVersionsStatusRequest, callback?: (err: AWSError, data: CodeArtifact.Types.UpdatePackageVersionsStatusResult) => void): Request<CodeArtifact.Types.UpdatePackageVersionsStatusResult, AWSError>;
|
|
275
275
|
/**
|
|
276
|
-
* Updates the status of one or more versions of a package.
|
|
276
|
+
* Updates the status of one or more versions of a package. Using UpdatePackageVersionsStatus, you can update the status of package versions to Archived, Published, or Unlisted. To set the status of a package version to Disposed, use DisposePackageVersions.
|
|
277
277
|
*/
|
|
278
278
|
updatePackageVersionsStatus(callback?: (err: AWSError, data: CodeArtifact.Types.UpdatePackageVersionsStatusResult) => void): Request<CodeArtifact.Types.UpdatePackageVersionsStatusResult, AWSError>;
|
|
279
279
|
/**
|
|
@@ -312,7 +312,7 @@ declare namespace CodeArtifact {
|
|
|
312
312
|
*/
|
|
313
313
|
domain: DomainName;
|
|
314
314
|
/**
|
|
315
|
-
* The 12-digit account number of the
|
|
315
|
+
* The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces.
|
|
316
316
|
*/
|
|
317
317
|
domainOwner?: AccountId;
|
|
318
318
|
/**
|
|
@@ -320,7 +320,7 @@ declare namespace CodeArtifact {
|
|
|
320
320
|
*/
|
|
321
321
|
repository: RepositoryName;
|
|
322
322
|
/**
|
|
323
|
-
* The name of the external connection to add to the repository. The following values are supported: public:npmjs - for the npm public repository. public:pypi - for the Python Package Index. public:maven-central - for Maven Central. public:maven-googleandroid - for the Google Android repository. public:maven-gradleplugins - for the Gradle plugins repository. public:maven-commonsware - for the CommonsWare Android repository.
|
|
323
|
+
* The name of the external connection to add to the repository. The following values are supported: public:npmjs - for the npm public repository. public:nuget-org - for the NuGet Gallery. public:pypi - for the Python Package Index. public:maven-central - for Maven Central. public:maven-googleandroid - for the Google Android repository. public:maven-gradleplugins - for the Gradle plugins repository. public:maven-commonsware - for the CommonsWare Android repository.
|
|
324
324
|
*/
|
|
325
325
|
externalConnection: ExternalConnectionName;
|
|
326
326
|
}
|
|
@@ -338,7 +338,7 @@ declare namespace CodeArtifact {
|
|
|
338
338
|
*/
|
|
339
339
|
domain: DomainName;
|
|
340
340
|
/**
|
|
341
|
-
* The 12-digit account number of the
|
|
341
|
+
* The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces.
|
|
342
342
|
*/
|
|
343
343
|
domainOwner?: AccountId;
|
|
344
344
|
/**
|
|
@@ -350,7 +350,7 @@ declare namespace CodeArtifact {
|
|
|
350
350
|
*/
|
|
351
351
|
destinationRepository: RepositoryName;
|
|
352
352
|
/**
|
|
353
|
-
* The format of the package that is copied.
|
|
353
|
+
* The format of the package that is copied.
|
|
354
354
|
*/
|
|
355
355
|
format: PackageFormat;
|
|
356
356
|
/**
|
|
@@ -390,11 +390,11 @@ declare namespace CodeArtifact {
|
|
|
390
390
|
}
|
|
391
391
|
export interface CreateDomainRequest {
|
|
392
392
|
/**
|
|
393
|
-
* The name of the domain to create. All domain names in an
|
|
393
|
+
* The name of the domain to create. All domain names in an Amazon Web Services Region that are in the same Amazon Web Services account must be unique. The domain name is used as the prefix in DNS hostnames. Do not use sensitive information in a domain name because it is publicly discoverable.
|
|
394
394
|
*/
|
|
395
395
|
domain: DomainName;
|
|
396
396
|
/**
|
|
397
|
-
* The encryption key for the domain. This is used to encrypt content stored in a domain. An encryption key can be a key ID, a key Amazon Resource Name (ARN), a key alias, or a key alias ARN. To specify an encryptionKey, your IAM role must have kms:DescribeKey and kms:CreateGrant permissions on the encryption key that is used. For more information, see DescribeKey in the
|
|
397
|
+
* The encryption key for the domain. This is used to encrypt content stored in a domain. An encryption key can be a key ID, a key Amazon Resource Name (ARN), a key alias, or a key alias ARN. To specify an encryptionKey, your IAM role must have kms:DescribeKey and kms:CreateGrant permissions on the encryption key that is used. For more information, see DescribeKey in the Key Management Service API Reference and Key Management Service API Permissions Reference in the Key Management Service Developer Guide. CodeArtifact supports only symmetric CMKs. Do not associate an asymmetric CMK with your domain. For more information, see Using symmetric and asymmetric keys in the Key Management Service Developer Guide.
|
|
398
398
|
*/
|
|
399
399
|
encryptionKey?: Arn;
|
|
400
400
|
/**
|
|
@@ -414,7 +414,7 @@ declare namespace CodeArtifact {
|
|
|
414
414
|
*/
|
|
415
415
|
domain: DomainName;
|
|
416
416
|
/**
|
|
417
|
-
* The 12-digit account number of the
|
|
417
|
+
* The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces.
|
|
418
418
|
*/
|
|
419
419
|
domainOwner?: AccountId;
|
|
420
420
|
/**
|
|
@@ -426,7 +426,7 @@ declare namespace CodeArtifact {
|
|
|
426
426
|
*/
|
|
427
427
|
description?: Description;
|
|
428
428
|
/**
|
|
429
|
-
* A list of upstream repositories to associate with the repository. The order of the upstream repositories in the list determines their priority order when
|
|
429
|
+
* A list of upstream repositories to associate with the repository. The order of the upstream repositories in the list determines their priority order when CodeArtifact looks for a requested package version. For more information, see Working with upstream repositories.
|
|
430
430
|
*/
|
|
431
431
|
upstreams?: UpstreamRepositoryList;
|
|
432
432
|
/**
|
|
@@ -446,7 +446,7 @@ declare namespace CodeArtifact {
|
|
|
446
446
|
*/
|
|
447
447
|
domain: DomainName;
|
|
448
448
|
/**
|
|
449
|
-
* The 12-digit account number of the
|
|
449
|
+
* The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces.
|
|
450
450
|
*/
|
|
451
451
|
domainOwner?: AccountId;
|
|
452
452
|
/**
|
|
@@ -466,7 +466,7 @@ declare namespace CodeArtifact {
|
|
|
466
466
|
*/
|
|
467
467
|
domain: DomainName;
|
|
468
468
|
/**
|
|
469
|
-
* The 12-digit account number of the
|
|
469
|
+
* The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces.
|
|
470
470
|
*/
|
|
471
471
|
domainOwner?: AccountId;
|
|
472
472
|
}
|
|
@@ -482,7 +482,7 @@ declare namespace CodeArtifact {
|
|
|
482
482
|
*/
|
|
483
483
|
domain: DomainName;
|
|
484
484
|
/**
|
|
485
|
-
* The 12-digit account number of the
|
|
485
|
+
* The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces.
|
|
486
486
|
*/
|
|
487
487
|
domainOwner?: AccountId;
|
|
488
488
|
/**
|
|
@@ -490,7 +490,7 @@ declare namespace CodeArtifact {
|
|
|
490
490
|
*/
|
|
491
491
|
repository: RepositoryName;
|
|
492
492
|
/**
|
|
493
|
-
* The format of the package versions to delete.
|
|
493
|
+
* The format of the package versions to delete.
|
|
494
494
|
*/
|
|
495
495
|
format: PackageFormat;
|
|
496
496
|
/**
|
|
@@ -506,13 +506,13 @@ declare namespace CodeArtifact {
|
|
|
506
506
|
*/
|
|
507
507
|
versions: PackageVersionList;
|
|
508
508
|
/**
|
|
509
|
-
* The expected status of the package version to delete.
|
|
509
|
+
* The expected status of the package version to delete.
|
|
510
510
|
*/
|
|
511
511
|
expectedStatus?: PackageVersionStatus;
|
|
512
512
|
}
|
|
513
513
|
export interface DeletePackageVersionsResult {
|
|
514
514
|
/**
|
|
515
|
-
* A list of the package versions that were successfully deleted.
|
|
515
|
+
* A list of the package versions that were successfully deleted. The status of every successful version will be Deleted.
|
|
516
516
|
*/
|
|
517
517
|
successfulVersions?: SuccessfulPackageVersionInfoMap;
|
|
518
518
|
/**
|
|
@@ -526,7 +526,7 @@ declare namespace CodeArtifact {
|
|
|
526
526
|
*/
|
|
527
527
|
domain: DomainName;
|
|
528
528
|
/**
|
|
529
|
-
* The 12-digit account number of the
|
|
529
|
+
* The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces.
|
|
530
530
|
*/
|
|
531
531
|
domainOwner?: AccountId;
|
|
532
532
|
/**
|
|
@@ -550,7 +550,7 @@ declare namespace CodeArtifact {
|
|
|
550
550
|
*/
|
|
551
551
|
domain: DomainName;
|
|
552
552
|
/**
|
|
553
|
-
* The 12-digit account number of the
|
|
553
|
+
* The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces.
|
|
554
554
|
*/
|
|
555
555
|
domainOwner?: AccountId;
|
|
556
556
|
/**
|
|
@@ -570,7 +570,7 @@ declare namespace CodeArtifact {
|
|
|
570
570
|
*/
|
|
571
571
|
domain: DomainName;
|
|
572
572
|
/**
|
|
573
|
-
* The 12-digit account number of the
|
|
573
|
+
* The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces.
|
|
574
574
|
*/
|
|
575
575
|
domainOwner?: AccountId;
|
|
576
576
|
}
|
|
@@ -583,7 +583,7 @@ declare namespace CodeArtifact {
|
|
|
583
583
|
*/
|
|
584
584
|
domain: DomainName;
|
|
585
585
|
/**
|
|
586
|
-
* The 12-digit account number of the
|
|
586
|
+
* The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces.
|
|
587
587
|
*/
|
|
588
588
|
domainOwner?: AccountId;
|
|
589
589
|
/**
|
|
@@ -591,7 +591,7 @@ declare namespace CodeArtifact {
|
|
|
591
591
|
*/
|
|
592
592
|
repository: RepositoryName;
|
|
593
593
|
/**
|
|
594
|
-
* A format that specifies the type of the requested package version.
|
|
594
|
+
* A format that specifies the type of the requested package version.
|
|
595
595
|
*/
|
|
596
596
|
format: PackageFormat;
|
|
597
597
|
/**
|
|
@@ -619,7 +619,7 @@ declare namespace CodeArtifact {
|
|
|
619
619
|
*/
|
|
620
620
|
domain: DomainName;
|
|
621
621
|
/**
|
|
622
|
-
* The 12-digit account number of the
|
|
622
|
+
* The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces.
|
|
623
623
|
*/
|
|
624
624
|
domainOwner?: AccountId;
|
|
625
625
|
/**
|
|
@@ -640,7 +640,7 @@ declare namespace CodeArtifact {
|
|
|
640
640
|
*/
|
|
641
641
|
domain: DomainName;
|
|
642
642
|
/**
|
|
643
|
-
* The 12-digit account number of the
|
|
643
|
+
* The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces.
|
|
644
644
|
*/
|
|
645
645
|
domainOwner?: AccountId;
|
|
646
646
|
/**
|
|
@@ -664,7 +664,7 @@ declare namespace CodeArtifact {
|
|
|
664
664
|
*/
|
|
665
665
|
domain: DomainName;
|
|
666
666
|
/**
|
|
667
|
-
* The 12-digit account number of the
|
|
667
|
+
* The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces.
|
|
668
668
|
*/
|
|
669
669
|
domainOwner?: AccountId;
|
|
670
670
|
/**
|
|
@@ -672,7 +672,7 @@ declare namespace CodeArtifact {
|
|
|
672
672
|
*/
|
|
673
673
|
repository: RepositoryName;
|
|
674
674
|
/**
|
|
675
|
-
* A format that specifies the type of package versions you want to dispose.
|
|
675
|
+
* A format that specifies the type of package versions you want to dispose.
|
|
676
676
|
*/
|
|
677
677
|
format: PackageFormat;
|
|
678
678
|
/**
|
|
@@ -692,7 +692,7 @@ declare namespace CodeArtifact {
|
|
|
692
692
|
*/
|
|
693
693
|
versionRevisions?: PackageVersionRevisionMap;
|
|
694
694
|
/**
|
|
695
|
-
* The expected status of the package version to dispose.
|
|
695
|
+
* The expected status of the package version to dispose.
|
|
696
696
|
*/
|
|
697
697
|
expectedStatus?: PackageVersionStatus;
|
|
698
698
|
}
|
|
@@ -712,7 +712,7 @@ declare namespace CodeArtifact {
|
|
|
712
712
|
*/
|
|
713
713
|
name?: DomainName;
|
|
714
714
|
/**
|
|
715
|
-
* The
|
|
715
|
+
* The Amazon Web Services account ID that owns the domain.
|
|
716
716
|
*/
|
|
717
717
|
owner?: AccountId;
|
|
718
718
|
/**
|
|
@@ -720,7 +720,7 @@ declare namespace CodeArtifact {
|
|
|
720
720
|
*/
|
|
721
721
|
arn?: Arn;
|
|
722
722
|
/**
|
|
723
|
-
* The current status of a domain.
|
|
723
|
+
* The current status of a domain.
|
|
724
724
|
*/
|
|
725
725
|
status?: DomainStatus;
|
|
726
726
|
/**
|
|
@@ -728,7 +728,7 @@ declare namespace CodeArtifact {
|
|
|
728
728
|
*/
|
|
729
729
|
createdTime?: Timestamp;
|
|
730
730
|
/**
|
|
731
|
-
* The ARN of an
|
|
731
|
+
* The ARN of an Key Management Service (KMS) key associated with a domain.
|
|
732
732
|
*/
|
|
733
733
|
encryptionKey?: Arn;
|
|
734
734
|
/**
|
|
@@ -752,7 +752,7 @@ declare namespace CodeArtifact {
|
|
|
752
752
|
*/
|
|
753
753
|
name?: DomainName;
|
|
754
754
|
/**
|
|
755
|
-
* The 12-digit account number of the
|
|
755
|
+
* The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces.
|
|
756
756
|
*/
|
|
757
757
|
owner?: AccountId;
|
|
758
758
|
/**
|
|
@@ -760,7 +760,7 @@ declare namespace CodeArtifact {
|
|
|
760
760
|
*/
|
|
761
761
|
arn?: Arn;
|
|
762
762
|
/**
|
|
763
|
-
* A string that contains the status of the domain.
|
|
763
|
+
* A string that contains the status of the domain.
|
|
764
764
|
*/
|
|
765
765
|
status?: DomainStatus;
|
|
766
766
|
/**
|
|
@@ -782,7 +782,7 @@ declare namespace CodeArtifact {
|
|
|
782
782
|
*/
|
|
783
783
|
domain: DomainName;
|
|
784
784
|
/**
|
|
785
|
-
* The 12-digit account number of the
|
|
785
|
+
* The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces.
|
|
786
786
|
*/
|
|
787
787
|
domainOwner?: AccountId;
|
|
788
788
|
/**
|
|
@@ -806,7 +806,7 @@ declare namespace CodeArtifact {
|
|
|
806
806
|
*/
|
|
807
807
|
domain: DomainName;
|
|
808
808
|
/**
|
|
809
|
-
* The 12-digit account number of the
|
|
809
|
+
* The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces.
|
|
810
810
|
*/
|
|
811
811
|
domainOwner?: AccountId;
|
|
812
812
|
}
|
|
@@ -822,7 +822,7 @@ declare namespace CodeArtifact {
|
|
|
822
822
|
*/
|
|
823
823
|
domain: DomainName;
|
|
824
824
|
/**
|
|
825
|
-
* The 12-digit account number of the
|
|
825
|
+
* The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces.
|
|
826
826
|
*/
|
|
827
827
|
domainOwner?: AccountId;
|
|
828
828
|
/**
|
|
@@ -830,7 +830,7 @@ declare namespace CodeArtifact {
|
|
|
830
830
|
*/
|
|
831
831
|
repository: RepositoryName;
|
|
832
832
|
/**
|
|
833
|
-
* A format that specifies the type of the package version with the requested asset file.
|
|
833
|
+
* A format that specifies the type of the package version with the requested asset file.
|
|
834
834
|
*/
|
|
835
835
|
format: PackageFormat;
|
|
836
836
|
/**
|
|
@@ -878,7 +878,7 @@ declare namespace CodeArtifact {
|
|
|
878
878
|
*/
|
|
879
879
|
domain: DomainName;
|
|
880
880
|
/**
|
|
881
|
-
* The 12-digit account number of the
|
|
881
|
+
* The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces.
|
|
882
882
|
*/
|
|
883
883
|
domainOwner?: AccountId;
|
|
884
884
|
/**
|
|
@@ -886,7 +886,7 @@ declare namespace CodeArtifact {
|
|
|
886
886
|
*/
|
|
887
887
|
repository: RepositoryName;
|
|
888
888
|
/**
|
|
889
|
-
* A format that specifies the type of the package version with the requested readme file.
|
|
889
|
+
* A format that specifies the type of the package version with the requested readme file. Although maven is listed as a valid value, CodeArtifact does not support displaying readme files for Maven packages.
|
|
890
890
|
*/
|
|
891
891
|
format: PackageFormat;
|
|
892
892
|
/**
|
|
@@ -904,7 +904,7 @@ declare namespace CodeArtifact {
|
|
|
904
904
|
}
|
|
905
905
|
export interface GetPackageVersionReadmeResult {
|
|
906
906
|
/**
|
|
907
|
-
* The format of the package with the requested readme file.
|
|
907
|
+
* The format of the package with the requested readme file.
|
|
908
908
|
*/
|
|
909
909
|
format?: PackageFormat;
|
|
910
910
|
/**
|
|
@@ -934,7 +934,7 @@ declare namespace CodeArtifact {
|
|
|
934
934
|
*/
|
|
935
935
|
domain: DomainName;
|
|
936
936
|
/**
|
|
937
|
-
* The 12-digit account number of the
|
|
937
|
+
* The 12-digit account number of the Amazon Web Services account that owns the domain that contains the repository. It does not include dashes or spaces.
|
|
938
938
|
*/
|
|
939
939
|
domainOwner?: AccountId;
|
|
940
940
|
/**
|
|
@@ -942,7 +942,7 @@ declare namespace CodeArtifact {
|
|
|
942
942
|
*/
|
|
943
943
|
repository: RepositoryName;
|
|
944
944
|
/**
|
|
945
|
-
* Returns which endpoint of a repository to return. A repository has one endpoint for each package format
|
|
945
|
+
* Returns which endpoint of a repository to return. A repository has one endpoint for each package format.
|
|
946
946
|
*/
|
|
947
947
|
format: PackageFormat;
|
|
948
948
|
}
|
|
@@ -958,7 +958,7 @@ declare namespace CodeArtifact {
|
|
|
958
958
|
*/
|
|
959
959
|
domain: DomainName;
|
|
960
960
|
/**
|
|
961
|
-
* The 12-digit account number of the
|
|
961
|
+
* The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces.
|
|
962
962
|
*/
|
|
963
963
|
domainOwner?: AccountId;
|
|
964
964
|
/**
|
|
@@ -1014,7 +1014,7 @@ declare namespace CodeArtifact {
|
|
|
1014
1014
|
*/
|
|
1015
1015
|
domain: DomainName;
|
|
1016
1016
|
/**
|
|
1017
|
-
* The 12-digit account number of the
|
|
1017
|
+
* The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces.
|
|
1018
1018
|
*/
|
|
1019
1019
|
domainOwner?: AccountId;
|
|
1020
1020
|
/**
|
|
@@ -1022,7 +1022,7 @@ declare namespace CodeArtifact {
|
|
|
1022
1022
|
*/
|
|
1023
1023
|
repository: RepositoryName;
|
|
1024
1024
|
/**
|
|
1025
|
-
* The format of the package that contains the returned package version assets.
|
|
1025
|
+
* The format of the package that contains the returned package version assets.
|
|
1026
1026
|
*/
|
|
1027
1027
|
format: PackageFormat;
|
|
1028
1028
|
/**
|
|
@@ -1082,7 +1082,7 @@ declare namespace CodeArtifact {
|
|
|
1082
1082
|
*/
|
|
1083
1083
|
domain: DomainName;
|
|
1084
1084
|
/**
|
|
1085
|
-
* The 12-digit account number of the
|
|
1085
|
+
* The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces.
|
|
1086
1086
|
*/
|
|
1087
1087
|
domainOwner?: AccountId;
|
|
1088
1088
|
/**
|
|
@@ -1090,7 +1090,7 @@ declare namespace CodeArtifact {
|
|
|
1090
1090
|
*/
|
|
1091
1091
|
repository: RepositoryName;
|
|
1092
1092
|
/**
|
|
1093
|
-
* The format of the package with the requested dependencies.
|
|
1093
|
+
* The format of the package with the requested dependencies.
|
|
1094
1094
|
*/
|
|
1095
1095
|
format: PackageFormat;
|
|
1096
1096
|
/**
|
|
@@ -1112,7 +1112,7 @@ declare namespace CodeArtifact {
|
|
|
1112
1112
|
}
|
|
1113
1113
|
export interface ListPackageVersionDependenciesResult {
|
|
1114
1114
|
/**
|
|
1115
|
-
* A format that specifies the type of the package that contains the returned dependencies.
|
|
1115
|
+
* A format that specifies the type of the package that contains the returned dependencies.
|
|
1116
1116
|
*/
|
|
1117
1117
|
format?: PackageFormat;
|
|
1118
1118
|
/**
|
|
@@ -1147,7 +1147,7 @@ declare namespace CodeArtifact {
|
|
|
1147
1147
|
*/
|
|
1148
1148
|
domain: DomainName;
|
|
1149
1149
|
/**
|
|
1150
|
-
* The 12-digit account number of the
|
|
1150
|
+
* The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces.
|
|
1151
1151
|
*/
|
|
1152
1152
|
domainOwner?: AccountId;
|
|
1153
1153
|
/**
|
|
@@ -1155,7 +1155,7 @@ declare namespace CodeArtifact {
|
|
|
1155
1155
|
*/
|
|
1156
1156
|
repository: RepositoryName;
|
|
1157
1157
|
/**
|
|
1158
|
-
* The format of the returned packages.
|
|
1158
|
+
* The format of the returned packages.
|
|
1159
1159
|
*/
|
|
1160
1160
|
format: PackageFormat;
|
|
1161
1161
|
/**
|
|
@@ -1167,7 +1167,7 @@ declare namespace CodeArtifact {
|
|
|
1167
1167
|
*/
|
|
1168
1168
|
package: PackageName;
|
|
1169
1169
|
/**
|
|
1170
|
-
* A string that specifies the status of the package versions to include in the returned list.
|
|
1170
|
+
* A string that specifies the status of the package versions to include in the returned list.
|
|
1171
1171
|
*/
|
|
1172
1172
|
status?: PackageVersionStatus;
|
|
1173
1173
|
/**
|
|
@@ -1189,7 +1189,7 @@ declare namespace CodeArtifact {
|
|
|
1189
1189
|
*/
|
|
1190
1190
|
defaultDisplayVersion?: PackageVersion;
|
|
1191
1191
|
/**
|
|
1192
|
-
* A format of the package.
|
|
1192
|
+
* A format of the package.
|
|
1193
1193
|
*/
|
|
1194
1194
|
format?: PackageFormat;
|
|
1195
1195
|
/**
|
|
@@ -1216,7 +1216,7 @@ declare namespace CodeArtifact {
|
|
|
1216
1216
|
*/
|
|
1217
1217
|
domain: DomainName;
|
|
1218
1218
|
/**
|
|
1219
|
-
* The 12-digit account number of the
|
|
1219
|
+
* The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces.
|
|
1220
1220
|
*/
|
|
1221
1221
|
domainOwner?: AccountId;
|
|
1222
1222
|
/**
|
|
@@ -1224,7 +1224,7 @@ declare namespace CodeArtifact {
|
|
|
1224
1224
|
*/
|
|
1225
1225
|
repository: RepositoryName;
|
|
1226
1226
|
/**
|
|
1227
|
-
* The format of the packages.
|
|
1227
|
+
* The format of the packages.
|
|
1228
1228
|
*/
|
|
1229
1229
|
format?: PackageFormat;
|
|
1230
1230
|
/**
|
|
@@ -1261,11 +1261,11 @@ declare namespace CodeArtifact {
|
|
|
1261
1261
|
*/
|
|
1262
1262
|
domain: DomainName;
|
|
1263
1263
|
/**
|
|
1264
|
-
* The 12-digit account number of the
|
|
1264
|
+
* The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces.
|
|
1265
1265
|
*/
|
|
1266
1266
|
domainOwner?: AccountId;
|
|
1267
1267
|
/**
|
|
1268
|
-
* Filter the list of repositories to only include those that are managed by the
|
|
1268
|
+
* Filter the list of repositories to only include those that are managed by the Amazon Web Services account ID.
|
|
1269
1269
|
*/
|
|
1270
1270
|
administratorAccount?: AccountId;
|
|
1271
1271
|
/**
|
|
@@ -1354,7 +1354,7 @@ declare namespace CodeArtifact {
|
|
|
1354
1354
|
export type PackageNamespace = string;
|
|
1355
1355
|
export interface PackageSummary {
|
|
1356
1356
|
/**
|
|
1357
|
-
* The format of the package.
|
|
1357
|
+
* The format of the package.
|
|
1358
1358
|
*/
|
|
1359
1359
|
format?: PackageFormat;
|
|
1360
1360
|
/**
|
|
@@ -1370,7 +1370,7 @@ declare namespace CodeArtifact {
|
|
|
1370
1370
|
export type PackageVersion = string;
|
|
1371
1371
|
export interface PackageVersionDescription {
|
|
1372
1372
|
/**
|
|
1373
|
-
* The format of the package version.
|
|
1373
|
+
* The format of the package version.
|
|
1374
1374
|
*/
|
|
1375
1375
|
format?: PackageFormat;
|
|
1376
1376
|
/**
|
|
@@ -1414,7 +1414,7 @@ declare namespace CodeArtifact {
|
|
|
1414
1414
|
*/
|
|
1415
1415
|
revision?: PackageVersionRevision;
|
|
1416
1416
|
/**
|
|
1417
|
-
* A string that contains the status of the package version.
|
|
1417
|
+
* A string that contains the status of the package version.
|
|
1418
1418
|
*/
|
|
1419
1419
|
status?: PackageVersionStatus;
|
|
1420
1420
|
}
|
|
@@ -1445,7 +1445,7 @@ declare namespace CodeArtifact {
|
|
|
1445
1445
|
*/
|
|
1446
1446
|
revision?: PackageVersionRevision;
|
|
1447
1447
|
/**
|
|
1448
|
-
* A string that contains the status of the package version. It can be one of the following:
|
|
1448
|
+
* A string that contains the status of the package version. It can be one of the following:
|
|
1449
1449
|
*/
|
|
1450
1450
|
status: PackageVersionStatus;
|
|
1451
1451
|
}
|
|
@@ -1459,7 +1459,7 @@ declare namespace CodeArtifact {
|
|
|
1459
1459
|
*/
|
|
1460
1460
|
domain: DomainName;
|
|
1461
1461
|
/**
|
|
1462
|
-
* The 12-digit account number of the
|
|
1462
|
+
* The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces.
|
|
1463
1463
|
*/
|
|
1464
1464
|
domainOwner?: AccountId;
|
|
1465
1465
|
/**
|
|
@@ -1483,7 +1483,7 @@ declare namespace CodeArtifact {
|
|
|
1483
1483
|
*/
|
|
1484
1484
|
domain: DomainName;
|
|
1485
1485
|
/**
|
|
1486
|
-
* The 12-digit account number of the
|
|
1486
|
+
* The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces.
|
|
1487
1487
|
*/
|
|
1488
1488
|
domainOwner?: AccountId;
|
|
1489
1489
|
/**
|
|
@@ -1511,7 +1511,7 @@ declare namespace CodeArtifact {
|
|
|
1511
1511
|
*/
|
|
1512
1512
|
name?: RepositoryName;
|
|
1513
1513
|
/**
|
|
1514
|
-
* The 12-digit account number of the
|
|
1514
|
+
* The 12-digit account number of the Amazon Web Services account that manages the repository.
|
|
1515
1515
|
*/
|
|
1516
1516
|
administratorAccount?: AccountId;
|
|
1517
1517
|
/**
|
|
@@ -1519,7 +1519,7 @@ declare namespace CodeArtifact {
|
|
|
1519
1519
|
*/
|
|
1520
1520
|
domainName?: DomainName;
|
|
1521
1521
|
/**
|
|
1522
|
-
* The 12-digit account number of the
|
|
1522
|
+
* The 12-digit account number of the Amazon Web Services account that owns the domain that contains the repository. It does not include dashes or spaces.
|
|
1523
1523
|
*/
|
|
1524
1524
|
domainOwner?: AccountId;
|
|
1525
1525
|
/**
|
|
@@ -1531,7 +1531,7 @@ declare namespace CodeArtifact {
|
|
|
1531
1531
|
*/
|
|
1532
1532
|
description?: Description;
|
|
1533
1533
|
/**
|
|
1534
|
-
* A list of upstream repositories to associate with the repository. The order of the upstream repositories in the list determines their priority order when
|
|
1534
|
+
* A list of upstream repositories to associate with the repository. The order of the upstream repositories in the list determines their priority order when CodeArtifact looks for a requested package version. For more information, see Working with upstream repositories.
|
|
1535
1535
|
*/
|
|
1536
1536
|
upstreams?: UpstreamRepositoryInfoList;
|
|
1537
1537
|
/**
|
|
@@ -1545,7 +1545,7 @@ declare namespace CodeArtifact {
|
|
|
1545
1545
|
*/
|
|
1546
1546
|
externalConnectionName?: ExternalConnectionName;
|
|
1547
1547
|
/**
|
|
1548
|
-
* The package format associated with a repository's external connection. The valid package formats are: npm: A Node Package Manager (npm) package. pypi: A Python Package Index (PyPI) package. maven: A Maven package that contains compiled code in a distributable format, such as a JAR file.
|
|
1548
|
+
* The package format associated with a repository's external connection. The valid package formats are: npm: A Node Package Manager (npm) package. pypi: A Python Package Index (PyPI) package. maven: A Maven package that contains compiled code in a distributable format, such as a JAR file. nuget: A NuGet package.
|
|
1549
1549
|
*/
|
|
1550
1550
|
packageFormat?: PackageFormat;
|
|
1551
1551
|
/**
|
|
@@ -1561,7 +1561,7 @@ declare namespace CodeArtifact {
|
|
|
1561
1561
|
*/
|
|
1562
1562
|
name?: RepositoryName;
|
|
1563
1563
|
/**
|
|
1564
|
-
* The
|
|
1564
|
+
* The Amazon Web Services account ID that manages the repository.
|
|
1565
1565
|
*/
|
|
1566
1566
|
administratorAccount?: AccountId;
|
|
1567
1567
|
/**
|
|
@@ -1569,7 +1569,7 @@ declare namespace CodeArtifact {
|
|
|
1569
1569
|
*/
|
|
1570
1570
|
domainName?: DomainName;
|
|
1571
1571
|
/**
|
|
1572
|
-
* The 12-digit account number of the
|
|
1572
|
+
* The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces.
|
|
1573
1573
|
*/
|
|
1574
1574
|
domainOwner?: AccountId;
|
|
1575
1575
|
/**
|
|
@@ -1604,7 +1604,7 @@ declare namespace CodeArtifact {
|
|
|
1604
1604
|
*/
|
|
1605
1605
|
revision?: String;
|
|
1606
1606
|
/**
|
|
1607
|
-
* The status of a package version.
|
|
1607
|
+
* The status of a package version.
|
|
1608
1608
|
*/
|
|
1609
1609
|
status?: PackageVersionStatus;
|
|
1610
1610
|
}
|
|
@@ -1654,7 +1654,7 @@ declare namespace CodeArtifact {
|
|
|
1654
1654
|
*/
|
|
1655
1655
|
domain: DomainName;
|
|
1656
1656
|
/**
|
|
1657
|
-
* The 12-digit account number of the
|
|
1657
|
+
* The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces.
|
|
1658
1658
|
*/
|
|
1659
1659
|
domainOwner?: AccountId;
|
|
1660
1660
|
/**
|
|
@@ -1662,7 +1662,7 @@ declare namespace CodeArtifact {
|
|
|
1662
1662
|
*/
|
|
1663
1663
|
repository: RepositoryName;
|
|
1664
1664
|
/**
|
|
1665
|
-
* A format that specifies the type of the package with the statuses to update.
|
|
1665
|
+
* A format that specifies the type of the package with the statuses to update.
|
|
1666
1666
|
*/
|
|
1667
1667
|
format: PackageFormat;
|
|
1668
1668
|
/**
|
|
@@ -1706,7 +1706,7 @@ declare namespace CodeArtifact {
|
|
|
1706
1706
|
*/
|
|
1707
1707
|
domain: DomainName;
|
|
1708
1708
|
/**
|
|
1709
|
-
* The 12-digit account number of the
|
|
1709
|
+
* The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces.
|
|
1710
1710
|
*/
|
|
1711
1711
|
domainOwner?: AccountId;
|
|
1712
1712
|
/**
|
|
@@ -1718,7 +1718,7 @@ declare namespace CodeArtifact {
|
|
|
1718
1718
|
*/
|
|
1719
1719
|
description?: Description;
|
|
1720
1720
|
/**
|
|
1721
|
-
* A list of upstream repositories to associate with the repository. The order of the upstream repositories in the list determines their priority order when
|
|
1721
|
+
* A list of upstream repositories to associate with the repository. The order of the upstream repositories in the list determines their priority order when CodeArtifact looks for a requested package version. For more information, see Working with upstream repositories.
|
|
1722
1722
|
*/
|
|
1723
1723
|
upstreams?: UpstreamRepositoryList;
|
|
1724
1724
|
}
|