@aws-sdk/client-codeartifact 3.650.0 → 3.654.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.
- package/dist-types/commands/AssociateExternalConnectionCommand.d.ts +11 -0
- package/dist-types/commands/CopyPackageVersionsCommand.d.ts +11 -0
- package/dist-types/commands/CreateDomainCommand.d.ts +11 -0
- package/dist-types/commands/CreatePackageGroupCommand.d.ts +11 -0
- package/dist-types/commands/CreateRepositoryCommand.d.ts +11 -0
- package/dist-types/commands/DeleteDomainCommand.d.ts +11 -0
- package/dist-types/commands/DeleteDomainPermissionsPolicyCommand.d.ts +11 -0
- package/dist-types/commands/DeletePackageCommand.d.ts +11 -0
- package/dist-types/commands/DeletePackageGroupCommand.d.ts +11 -0
- package/dist-types/commands/DeletePackageVersionsCommand.d.ts +11 -0
- package/dist-types/commands/DeleteRepositoryCommand.d.ts +11 -0
- package/dist-types/commands/DeleteRepositoryPermissionsPolicyCommand.d.ts +11 -0
- package/dist-types/commands/DescribeDomainCommand.d.ts +11 -0
- package/dist-types/commands/DescribePackageCommand.d.ts +11 -0
- package/dist-types/commands/DescribePackageGroupCommand.d.ts +11 -0
- package/dist-types/commands/DescribePackageVersionCommand.d.ts +11 -0
- package/dist-types/commands/DescribeRepositoryCommand.d.ts +11 -0
- package/dist-types/commands/DisassociateExternalConnectionCommand.d.ts +11 -0
- package/dist-types/commands/DisposePackageVersionsCommand.d.ts +11 -0
- package/dist-types/commands/GetAssociatedPackageGroupCommand.d.ts +11 -0
- package/dist-types/commands/GetAuthorizationTokenCommand.d.ts +11 -0
- package/dist-types/commands/GetDomainPermissionsPolicyCommand.d.ts +11 -0
- package/dist-types/commands/GetPackageVersionAssetCommand.d.ts +11 -0
- package/dist-types/commands/GetPackageVersionReadmeCommand.d.ts +11 -0
- package/dist-types/commands/GetRepositoryEndpointCommand.d.ts +11 -0
- package/dist-types/commands/GetRepositoryPermissionsPolicyCommand.d.ts +11 -0
- package/dist-types/commands/ListAllowedRepositoriesForGroupCommand.d.ts +11 -0
- package/dist-types/commands/ListAssociatedPackagesCommand.d.ts +11 -0
- package/dist-types/commands/ListDomainsCommand.d.ts +11 -0
- package/dist-types/commands/ListPackageGroupsCommand.d.ts +11 -0
- package/dist-types/commands/ListPackageVersionAssetsCommand.d.ts +11 -0
- package/dist-types/commands/ListPackageVersionDependenciesCommand.d.ts +11 -0
- package/dist-types/commands/ListPackageVersionsCommand.d.ts +11 -0
- package/dist-types/commands/ListPackagesCommand.d.ts +11 -0
- package/dist-types/commands/ListRepositoriesCommand.d.ts +11 -0
- package/dist-types/commands/ListRepositoriesInDomainCommand.d.ts +11 -0
- package/dist-types/commands/ListSubPackageGroupsCommand.d.ts +11 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
- package/dist-types/commands/PublishPackageVersionCommand.d.ts +11 -0
- package/dist-types/commands/PutDomainPermissionsPolicyCommand.d.ts +11 -0
- package/dist-types/commands/PutPackageOriginConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/PutRepositoryPermissionsPolicyCommand.d.ts +11 -0
- package/dist-types/commands/TagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UpdatePackageGroupCommand.d.ts +11 -0
- package/dist-types/commands/UpdatePackageGroupOriginConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/UpdatePackageVersionsStatusCommand.d.ts +11 -0
- package/dist-types/commands/UpdateRepositoryCommand.d.ts +11 -0
- package/dist-types/ts3.4/commands/AssociateExternalConnectionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CopyPackageVersionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreatePackageGroupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateRepositoryCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteDomainPermissionsPolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeletePackageCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeletePackageGroupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeletePackageVersionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteRepositoryCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteRepositoryPermissionsPolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeDomainCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribePackageCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribePackageGroupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribePackageVersionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeRepositoryCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DisassociateExternalConnectionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DisposePackageVersionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetAssociatedPackageGroupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetAuthorizationTokenCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetDomainPermissionsPolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetPackageVersionAssetCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetPackageVersionReadmeCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetRepositoryEndpointCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetRepositoryPermissionsPolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListAllowedRepositoriesForGroupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListAssociatedPackagesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListPackageGroupsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListPackageVersionAssetsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListPackageVersionDependenciesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListPackageVersionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListPackagesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListRepositoriesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListRepositoriesInDomainCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListSubPackageGroupsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PublishPackageVersionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutDomainPermissionsPolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutPackageOriginConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutRepositoryPermissionsPolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdatePackageGroupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdatePackageGroupOriginConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdatePackageVersionsStatusCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateRepositoryCommand.d.ts +12 -1
- package/package.json +36 -36
|
@@ -117,4 +117,15 @@ declare const AssociateExternalConnectionCommand_base: {
|
|
|
117
117
|
* @public
|
|
118
118
|
*/
|
|
119
119
|
export declare class AssociateExternalConnectionCommand extends AssociateExternalConnectionCommand_base {
|
|
120
|
+
/** @internal type navigation helper, not in runtime. */
|
|
121
|
+
protected static __types: {
|
|
122
|
+
api: {
|
|
123
|
+
input: AssociateExternalConnectionRequest;
|
|
124
|
+
output: AssociateExternalConnectionResult;
|
|
125
|
+
};
|
|
126
|
+
sdk: {
|
|
127
|
+
input: AssociateExternalConnectionCommandInput;
|
|
128
|
+
output: AssociateExternalConnectionCommandOutput;
|
|
129
|
+
};
|
|
130
|
+
};
|
|
120
131
|
}
|
|
@@ -122,4 +122,15 @@ declare const CopyPackageVersionsCommand_base: {
|
|
|
122
122
|
* @public
|
|
123
123
|
*/
|
|
124
124
|
export declare class CopyPackageVersionsCommand extends CopyPackageVersionsCommand_base {
|
|
125
|
+
/** @internal type navigation helper, not in runtime. */
|
|
126
|
+
protected static __types: {
|
|
127
|
+
api: {
|
|
128
|
+
input: CopyPackageVersionsRequest;
|
|
129
|
+
output: CopyPackageVersionsResult;
|
|
130
|
+
};
|
|
131
|
+
sdk: {
|
|
132
|
+
input: CopyPackageVersionsCommandInput;
|
|
133
|
+
output: CopyPackageVersionsCommandOutput;
|
|
134
|
+
};
|
|
135
|
+
};
|
|
125
136
|
}
|
|
@@ -116,4 +116,15 @@ declare const CreateDomainCommand_base: {
|
|
|
116
116
|
* @public
|
|
117
117
|
*/
|
|
118
118
|
export declare class CreateDomainCommand extends CreateDomainCommand_base {
|
|
119
|
+
/** @internal type navigation helper, not in runtime. */
|
|
120
|
+
protected static __types: {
|
|
121
|
+
api: {
|
|
122
|
+
input: CreateDomainRequest;
|
|
123
|
+
output: CreateDomainResult;
|
|
124
|
+
};
|
|
125
|
+
sdk: {
|
|
126
|
+
input: CreateDomainCommandInput;
|
|
127
|
+
output: CreateDomainCommandOutput;
|
|
128
|
+
};
|
|
129
|
+
};
|
|
119
130
|
}
|
|
@@ -127,4 +127,15 @@ declare const CreatePackageGroupCommand_base: {
|
|
|
127
127
|
* @public
|
|
128
128
|
*/
|
|
129
129
|
export declare class CreatePackageGroupCommand extends CreatePackageGroupCommand_base {
|
|
130
|
+
/** @internal type navigation helper, not in runtime. */
|
|
131
|
+
protected static __types: {
|
|
132
|
+
api: {
|
|
133
|
+
input: CreatePackageGroupRequest;
|
|
134
|
+
output: CreatePackageGroupResult;
|
|
135
|
+
};
|
|
136
|
+
sdk: {
|
|
137
|
+
input: CreatePackageGroupCommandInput;
|
|
138
|
+
output: CreatePackageGroupCommandOutput;
|
|
139
|
+
};
|
|
140
|
+
};
|
|
130
141
|
}
|
|
@@ -126,4 +126,15 @@ declare const CreateRepositoryCommand_base: {
|
|
|
126
126
|
* @public
|
|
127
127
|
*/
|
|
128
128
|
export declare class CreateRepositoryCommand extends CreateRepositoryCommand_base {
|
|
129
|
+
/** @internal type navigation helper, not in runtime. */
|
|
130
|
+
protected static __types: {
|
|
131
|
+
api: {
|
|
132
|
+
input: CreateRepositoryRequest;
|
|
133
|
+
output: CreateRepositoryResult;
|
|
134
|
+
};
|
|
135
|
+
sdk: {
|
|
136
|
+
input: CreateRepositoryCommandInput;
|
|
137
|
+
output: CreateRepositoryCommandOutput;
|
|
138
|
+
};
|
|
139
|
+
};
|
|
129
140
|
}
|
|
@@ -94,4 +94,15 @@ declare const DeleteDomainCommand_base: {
|
|
|
94
94
|
* @public
|
|
95
95
|
*/
|
|
96
96
|
export declare class DeleteDomainCommand extends DeleteDomainCommand_base {
|
|
97
|
+
/** @internal type navigation helper, not in runtime. */
|
|
98
|
+
protected static __types: {
|
|
99
|
+
api: {
|
|
100
|
+
input: DeleteDomainRequest;
|
|
101
|
+
output: DeleteDomainResult;
|
|
102
|
+
};
|
|
103
|
+
sdk: {
|
|
104
|
+
input: DeleteDomainCommandInput;
|
|
105
|
+
output: DeleteDomainCommandOutput;
|
|
106
|
+
};
|
|
107
|
+
};
|
|
97
108
|
}
|
|
@@ -93,4 +93,15 @@ declare const DeleteDomainPermissionsPolicyCommand_base: {
|
|
|
93
93
|
* @public
|
|
94
94
|
*/
|
|
95
95
|
export declare class DeleteDomainPermissionsPolicyCommand extends DeleteDomainPermissionsPolicyCommand_base {
|
|
96
|
+
/** @internal type navigation helper, not in runtime. */
|
|
97
|
+
protected static __types: {
|
|
98
|
+
api: {
|
|
99
|
+
input: DeleteDomainPermissionsPolicyRequest;
|
|
100
|
+
output: DeleteDomainPermissionsPolicyResult;
|
|
101
|
+
};
|
|
102
|
+
sdk: {
|
|
103
|
+
input: DeleteDomainPermissionsPolicyCommandInput;
|
|
104
|
+
output: DeleteDomainPermissionsPolicyCommandOutput;
|
|
105
|
+
};
|
|
106
|
+
};
|
|
96
107
|
}
|
|
@@ -101,4 +101,15 @@ declare const DeletePackageCommand_base: {
|
|
|
101
101
|
* @public
|
|
102
102
|
*/
|
|
103
103
|
export declare class DeletePackageCommand extends DeletePackageCommand_base {
|
|
104
|
+
/** @internal type navigation helper, not in runtime. */
|
|
105
|
+
protected static __types: {
|
|
106
|
+
api: {
|
|
107
|
+
input: DeletePackageRequest;
|
|
108
|
+
output: DeletePackageResult;
|
|
109
|
+
};
|
|
110
|
+
sdk: {
|
|
111
|
+
input: DeletePackageCommandInput;
|
|
112
|
+
output: DeletePackageCommandOutput;
|
|
113
|
+
};
|
|
114
|
+
};
|
|
104
115
|
}
|
|
@@ -121,4 +121,15 @@ declare const DeletePackageGroupCommand_base: {
|
|
|
121
121
|
* @public
|
|
122
122
|
*/
|
|
123
123
|
export declare class DeletePackageGroupCommand extends DeletePackageGroupCommand_base {
|
|
124
|
+
/** @internal type navigation helper, not in runtime. */
|
|
125
|
+
protected static __types: {
|
|
126
|
+
api: {
|
|
127
|
+
input: DeletePackageGroupRequest;
|
|
128
|
+
output: DeletePackageGroupResult;
|
|
129
|
+
};
|
|
130
|
+
sdk: {
|
|
131
|
+
input: DeletePackageGroupCommandInput;
|
|
132
|
+
output: DeletePackageGroupCommandOutput;
|
|
133
|
+
};
|
|
134
|
+
};
|
|
124
135
|
}
|
|
@@ -109,4 +109,15 @@ declare const DeletePackageVersionsCommand_base: {
|
|
|
109
109
|
* @public
|
|
110
110
|
*/
|
|
111
111
|
export declare class DeletePackageVersionsCommand extends DeletePackageVersionsCommand_base {
|
|
112
|
+
/** @internal type navigation helper, not in runtime. */
|
|
113
|
+
protected static __types: {
|
|
114
|
+
api: {
|
|
115
|
+
input: DeletePackageVersionsRequest;
|
|
116
|
+
output: DeletePackageVersionsResult;
|
|
117
|
+
};
|
|
118
|
+
sdk: {
|
|
119
|
+
input: DeletePackageVersionsCommandInput;
|
|
120
|
+
output: DeletePackageVersionsCommandOutput;
|
|
121
|
+
};
|
|
122
|
+
};
|
|
112
123
|
}
|
|
@@ -109,4 +109,15 @@ declare const DeleteRepositoryCommand_base: {
|
|
|
109
109
|
* @public
|
|
110
110
|
*/
|
|
111
111
|
export declare class DeleteRepositoryCommand extends DeleteRepositoryCommand_base {
|
|
112
|
+
/** @internal type navigation helper, not in runtime. */
|
|
113
|
+
protected static __types: {
|
|
114
|
+
api: {
|
|
115
|
+
input: DeleteRepositoryRequest;
|
|
116
|
+
output: DeleteRepositoryResult;
|
|
117
|
+
};
|
|
118
|
+
sdk: {
|
|
119
|
+
input: DeleteRepositoryCommandInput;
|
|
120
|
+
output: DeleteRepositoryCommandOutput;
|
|
121
|
+
};
|
|
122
|
+
};
|
|
112
123
|
}
|
|
@@ -101,4 +101,15 @@ declare const DeleteRepositoryPermissionsPolicyCommand_base: {
|
|
|
101
101
|
* @public
|
|
102
102
|
*/
|
|
103
103
|
export declare class DeleteRepositoryPermissionsPolicyCommand extends DeleteRepositoryPermissionsPolicyCommand_base {
|
|
104
|
+
/** @internal type navigation helper, not in runtime. */
|
|
105
|
+
protected static __types: {
|
|
106
|
+
api: {
|
|
107
|
+
input: DeleteRepositoryPermissionsPolicyRequest;
|
|
108
|
+
output: DeleteRepositoryPermissionsPolicyResult;
|
|
109
|
+
};
|
|
110
|
+
sdk: {
|
|
111
|
+
input: DeleteRepositoryPermissionsPolicyCommandInput;
|
|
112
|
+
output: DeleteRepositoryPermissionsPolicyCommandOutput;
|
|
113
|
+
};
|
|
114
|
+
};
|
|
104
115
|
}
|
|
@@ -95,4 +95,15 @@ declare const DescribeDomainCommand_base: {
|
|
|
95
95
|
* @public
|
|
96
96
|
*/
|
|
97
97
|
export declare class DescribeDomainCommand extends DescribeDomainCommand_base {
|
|
98
|
+
/** @internal type navigation helper, not in runtime. */
|
|
99
|
+
protected static __types: {
|
|
100
|
+
api: {
|
|
101
|
+
input: DescribeDomainRequest;
|
|
102
|
+
output: DescribeDomainResult;
|
|
103
|
+
};
|
|
104
|
+
sdk: {
|
|
105
|
+
input: DescribeDomainCommandInput;
|
|
106
|
+
output: DescribeDomainCommandOutput;
|
|
107
|
+
};
|
|
108
|
+
};
|
|
98
109
|
}
|
|
@@ -97,4 +97,15 @@ declare const DescribePackageCommand_base: {
|
|
|
97
97
|
* @public
|
|
98
98
|
*/
|
|
99
99
|
export declare class DescribePackageCommand extends DescribePackageCommand_base {
|
|
100
|
+
/** @internal type navigation helper, not in runtime. */
|
|
101
|
+
protected static __types: {
|
|
102
|
+
api: {
|
|
103
|
+
input: DescribePackageRequest;
|
|
104
|
+
output: DescribePackageResult;
|
|
105
|
+
};
|
|
106
|
+
sdk: {
|
|
107
|
+
input: DescribePackageCommandInput;
|
|
108
|
+
output: DescribePackageCommandOutput;
|
|
109
|
+
};
|
|
110
|
+
};
|
|
100
111
|
}
|
|
@@ -108,4 +108,15 @@ declare const DescribePackageGroupCommand_base: {
|
|
|
108
108
|
* @public
|
|
109
109
|
*/
|
|
110
110
|
export declare class DescribePackageGroupCommand extends DescribePackageGroupCommand_base {
|
|
111
|
+
/** @internal type navigation helper, not in runtime. */
|
|
112
|
+
protected static __types: {
|
|
113
|
+
api: {
|
|
114
|
+
input: DescribePackageGroupRequest;
|
|
115
|
+
output: DescribePackageGroupResult;
|
|
116
|
+
};
|
|
117
|
+
sdk: {
|
|
118
|
+
input: DescribePackageGroupCommandInput;
|
|
119
|
+
output: DescribePackageGroupCommandOutput;
|
|
120
|
+
};
|
|
121
|
+
};
|
|
111
122
|
}
|
|
@@ -120,4 +120,15 @@ declare const DescribePackageVersionCommand_base: {
|
|
|
120
120
|
* @public
|
|
121
121
|
*/
|
|
122
122
|
export declare class DescribePackageVersionCommand extends DescribePackageVersionCommand_base {
|
|
123
|
+
/** @internal type navigation helper, not in runtime. */
|
|
124
|
+
protected static __types: {
|
|
125
|
+
api: {
|
|
126
|
+
input: DescribePackageVersionRequest;
|
|
127
|
+
output: DescribePackageVersionResult;
|
|
128
|
+
};
|
|
129
|
+
sdk: {
|
|
130
|
+
input: DescribePackageVersionCommandInput;
|
|
131
|
+
output: DescribePackageVersionCommandOutput;
|
|
132
|
+
};
|
|
133
|
+
};
|
|
123
134
|
}
|
|
@@ -105,4 +105,15 @@ declare const DescribeRepositoryCommand_base: {
|
|
|
105
105
|
* @public
|
|
106
106
|
*/
|
|
107
107
|
export declare class DescribeRepositoryCommand extends DescribeRepositoryCommand_base {
|
|
108
|
+
/** @internal type navigation helper, not in runtime. */
|
|
109
|
+
protected static __types: {
|
|
110
|
+
api: {
|
|
111
|
+
input: DescribeRepositoryRequest;
|
|
112
|
+
output: DescribeRepositoryResult;
|
|
113
|
+
};
|
|
114
|
+
sdk: {
|
|
115
|
+
input: DescribeRepositoryCommandInput;
|
|
116
|
+
output: DescribeRepositoryCommandOutput;
|
|
117
|
+
};
|
|
118
|
+
};
|
|
108
119
|
}
|
|
@@ -115,4 +115,15 @@ declare const DisassociateExternalConnectionCommand_base: {
|
|
|
115
115
|
* @public
|
|
116
116
|
*/
|
|
117
117
|
export declare class DisassociateExternalConnectionCommand extends DisassociateExternalConnectionCommand_base {
|
|
118
|
+
/** @internal type navigation helper, not in runtime. */
|
|
119
|
+
protected static __types: {
|
|
120
|
+
api: {
|
|
121
|
+
input: DisassociateExternalConnectionRequest;
|
|
122
|
+
output: DisassociateExternalConnectionResult;
|
|
123
|
+
};
|
|
124
|
+
sdk: {
|
|
125
|
+
input: DisassociateExternalConnectionCommandInput;
|
|
126
|
+
output: DisassociateExternalConnectionCommandOutput;
|
|
127
|
+
};
|
|
128
|
+
};
|
|
118
129
|
}
|
|
@@ -119,4 +119,15 @@ declare const DisposePackageVersionsCommand_base: {
|
|
|
119
119
|
* @public
|
|
120
120
|
*/
|
|
121
121
|
export declare class DisposePackageVersionsCommand extends DisposePackageVersionsCommand_base {
|
|
122
|
+
/** @internal type navigation helper, not in runtime. */
|
|
123
|
+
protected static __types: {
|
|
124
|
+
api: {
|
|
125
|
+
input: DisposePackageVersionsRequest;
|
|
126
|
+
output: DisposePackageVersionsResult;
|
|
127
|
+
};
|
|
128
|
+
sdk: {
|
|
129
|
+
input: DisposePackageVersionsCommandInput;
|
|
130
|
+
output: DisposePackageVersionsCommandOutput;
|
|
131
|
+
};
|
|
132
|
+
};
|
|
122
133
|
}
|
|
@@ -110,4 +110,15 @@ declare const GetAssociatedPackageGroupCommand_base: {
|
|
|
110
110
|
* @public
|
|
111
111
|
*/
|
|
112
112
|
export declare class GetAssociatedPackageGroupCommand extends GetAssociatedPackageGroupCommand_base {
|
|
113
|
+
/** @internal type navigation helper, not in runtime. */
|
|
114
|
+
protected static __types: {
|
|
115
|
+
api: {
|
|
116
|
+
input: GetAssociatedPackageGroupRequest;
|
|
117
|
+
output: GetAssociatedPackageGroupResult;
|
|
118
|
+
};
|
|
119
|
+
sdk: {
|
|
120
|
+
input: GetAssociatedPackageGroupCommandInput;
|
|
121
|
+
output: GetAssociatedPackageGroupCommandOutput;
|
|
122
|
+
};
|
|
123
|
+
};
|
|
113
124
|
}
|
|
@@ -103,4 +103,15 @@ declare const GetAuthorizationTokenCommand_base: {
|
|
|
103
103
|
* @public
|
|
104
104
|
*/
|
|
105
105
|
export declare class GetAuthorizationTokenCommand extends GetAuthorizationTokenCommand_base {
|
|
106
|
+
/** @internal type navigation helper, not in runtime. */
|
|
107
|
+
protected static __types: {
|
|
108
|
+
api: {
|
|
109
|
+
input: GetAuthorizationTokenRequest;
|
|
110
|
+
output: GetAuthorizationTokenResult;
|
|
111
|
+
};
|
|
112
|
+
sdk: {
|
|
113
|
+
input: GetAuthorizationTokenCommandInput;
|
|
114
|
+
output: GetAuthorizationTokenCommandOutput;
|
|
115
|
+
};
|
|
116
|
+
};
|
|
106
117
|
}
|
|
@@ -94,4 +94,15 @@ declare const GetDomainPermissionsPolicyCommand_base: {
|
|
|
94
94
|
* @public
|
|
95
95
|
*/
|
|
96
96
|
export declare class GetDomainPermissionsPolicyCommand extends GetDomainPermissionsPolicyCommand_base {
|
|
97
|
+
/** @internal type navigation helper, not in runtime. */
|
|
98
|
+
protected static __types: {
|
|
99
|
+
api: {
|
|
100
|
+
input: GetDomainPermissionsPolicyRequest;
|
|
101
|
+
output: GetDomainPermissionsPolicyResult;
|
|
102
|
+
};
|
|
103
|
+
sdk: {
|
|
104
|
+
input: GetDomainPermissionsPolicyCommandInput;
|
|
105
|
+
output: GetDomainPermissionsPolicyCommandOutput;
|
|
106
|
+
};
|
|
107
|
+
};
|
|
97
108
|
}
|
|
@@ -101,4 +101,15 @@ declare const GetPackageVersionAssetCommand_base: {
|
|
|
101
101
|
* @public
|
|
102
102
|
*/
|
|
103
103
|
export declare class GetPackageVersionAssetCommand extends GetPackageVersionAssetCommand_base {
|
|
104
|
+
/** @internal type navigation helper, not in runtime. */
|
|
105
|
+
protected static __types: {
|
|
106
|
+
api: {
|
|
107
|
+
input: GetPackageVersionAssetRequest;
|
|
108
|
+
output: GetPackageVersionAssetResult;
|
|
109
|
+
};
|
|
110
|
+
sdk: {
|
|
111
|
+
input: GetPackageVersionAssetCommandInput;
|
|
112
|
+
output: GetPackageVersionAssetCommandOutput;
|
|
113
|
+
};
|
|
114
|
+
};
|
|
104
115
|
}
|
|
@@ -96,4 +96,15 @@ declare const GetPackageVersionReadmeCommand_base: {
|
|
|
96
96
|
* @public
|
|
97
97
|
*/
|
|
98
98
|
export declare class GetPackageVersionReadmeCommand extends GetPackageVersionReadmeCommand_base {
|
|
99
|
+
/** @internal type navigation helper, not in runtime. */
|
|
100
|
+
protected static __types: {
|
|
101
|
+
api: {
|
|
102
|
+
input: GetPackageVersionReadmeRequest;
|
|
103
|
+
output: GetPackageVersionReadmeResult;
|
|
104
|
+
};
|
|
105
|
+
sdk: {
|
|
106
|
+
input: GetPackageVersionReadmeCommandInput;
|
|
107
|
+
output: GetPackageVersionReadmeCommandOutput;
|
|
108
|
+
};
|
|
109
|
+
};
|
|
99
110
|
}
|
|
@@ -128,4 +128,15 @@ declare const GetRepositoryEndpointCommand_base: {
|
|
|
128
128
|
* @public
|
|
129
129
|
*/
|
|
130
130
|
export declare class GetRepositoryEndpointCommand extends GetRepositoryEndpointCommand_base {
|
|
131
|
+
/** @internal type navigation helper, not in runtime. */
|
|
132
|
+
protected static __types: {
|
|
133
|
+
api: {
|
|
134
|
+
input: GetRepositoryEndpointRequest;
|
|
135
|
+
output: GetRepositoryEndpointResult;
|
|
136
|
+
};
|
|
137
|
+
sdk: {
|
|
138
|
+
input: GetRepositoryEndpointCommandInput;
|
|
139
|
+
output: GetRepositoryEndpointCommandOutput;
|
|
140
|
+
};
|
|
141
|
+
};
|
|
131
142
|
}
|
|
@@ -88,4 +88,15 @@ declare const GetRepositoryPermissionsPolicyCommand_base: {
|
|
|
88
88
|
* @public
|
|
89
89
|
*/
|
|
90
90
|
export declare class GetRepositoryPermissionsPolicyCommand extends GetRepositoryPermissionsPolicyCommand_base {
|
|
91
|
+
/** @internal type navigation helper, not in runtime. */
|
|
92
|
+
protected static __types: {
|
|
93
|
+
api: {
|
|
94
|
+
input: GetRepositoryPermissionsPolicyRequest;
|
|
95
|
+
output: GetRepositoryPermissionsPolicyResult;
|
|
96
|
+
};
|
|
97
|
+
sdk: {
|
|
98
|
+
input: GetRepositoryPermissionsPolicyCommandInput;
|
|
99
|
+
output: GetRepositoryPermissionsPolicyCommandOutput;
|
|
100
|
+
};
|
|
101
|
+
};
|
|
91
102
|
}
|
|
@@ -95,4 +95,15 @@ declare const ListAllowedRepositoriesForGroupCommand_base: {
|
|
|
95
95
|
* @public
|
|
96
96
|
*/
|
|
97
97
|
export declare class ListAllowedRepositoriesForGroupCommand extends ListAllowedRepositoriesForGroupCommand_base {
|
|
98
|
+
/** @internal type navigation helper, not in runtime. */
|
|
99
|
+
protected static __types: {
|
|
100
|
+
api: {
|
|
101
|
+
input: ListAllowedRepositoriesForGroupRequest;
|
|
102
|
+
output: ListAllowedRepositoriesForGroupResult;
|
|
103
|
+
};
|
|
104
|
+
sdk: {
|
|
105
|
+
input: ListAllowedRepositoriesForGroupCommandInput;
|
|
106
|
+
output: ListAllowedRepositoriesForGroupCommandOutput;
|
|
107
|
+
};
|
|
108
|
+
};
|
|
98
109
|
}
|
|
@@ -90,4 +90,15 @@ declare const ListAssociatedPackagesCommand_base: {
|
|
|
90
90
|
* @public
|
|
91
91
|
*/
|
|
92
92
|
export declare class ListAssociatedPackagesCommand extends ListAssociatedPackagesCommand_base {
|
|
93
|
+
/** @internal type navigation helper, not in runtime. */
|
|
94
|
+
protected static __types: {
|
|
95
|
+
api: {
|
|
96
|
+
input: ListAssociatedPackagesRequest;
|
|
97
|
+
output: ListAssociatedPackagesResult;
|
|
98
|
+
};
|
|
99
|
+
sdk: {
|
|
100
|
+
input: ListAssociatedPackagesCommandInput;
|
|
101
|
+
output: ListAssociatedPackagesCommandOutput;
|
|
102
|
+
};
|
|
103
|
+
};
|
|
93
104
|
}
|
|
@@ -88,4 +88,15 @@ declare const ListDomainsCommand_base: {
|
|
|
88
88
|
* @public
|
|
89
89
|
*/
|
|
90
90
|
export declare class ListDomainsCommand extends ListDomainsCommand_base {
|
|
91
|
+
/** @internal type navigation helper, not in runtime. */
|
|
92
|
+
protected static __types: {
|
|
93
|
+
api: {
|
|
94
|
+
input: ListDomainsRequest;
|
|
95
|
+
output: ListDomainsResult;
|
|
96
|
+
};
|
|
97
|
+
sdk: {
|
|
98
|
+
input: ListDomainsCommandInput;
|
|
99
|
+
output: ListDomainsCommandOutput;
|
|
100
|
+
};
|
|
101
|
+
};
|
|
91
102
|
}
|
|
@@ -112,4 +112,15 @@ declare const ListPackageGroupsCommand_base: {
|
|
|
112
112
|
* @public
|
|
113
113
|
*/
|
|
114
114
|
export declare class ListPackageGroupsCommand extends ListPackageGroupsCommand_base {
|
|
115
|
+
/** @internal type navigation helper, not in runtime. */
|
|
116
|
+
protected static __types: {
|
|
117
|
+
api: {
|
|
118
|
+
input: ListPackageGroupsRequest;
|
|
119
|
+
output: ListPackageGroupsResult;
|
|
120
|
+
};
|
|
121
|
+
sdk: {
|
|
122
|
+
input: ListPackageGroupsCommandInput;
|
|
123
|
+
output: ListPackageGroupsCommandOutput;
|
|
124
|
+
};
|
|
125
|
+
};
|
|
115
126
|
}
|
|
@@ -106,4 +106,15 @@ declare const ListPackageVersionAssetsCommand_base: {
|
|
|
106
106
|
* @public
|
|
107
107
|
*/
|
|
108
108
|
export declare class ListPackageVersionAssetsCommand extends ListPackageVersionAssetsCommand_base {
|
|
109
|
+
/** @internal type navigation helper, not in runtime. */
|
|
110
|
+
protected static __types: {
|
|
111
|
+
api: {
|
|
112
|
+
input: ListPackageVersionAssetsRequest;
|
|
113
|
+
output: ListPackageVersionAssetsResult;
|
|
114
|
+
};
|
|
115
|
+
sdk: {
|
|
116
|
+
input: ListPackageVersionAssetsCommandInput;
|
|
117
|
+
output: ListPackageVersionAssetsCommandOutput;
|
|
118
|
+
};
|
|
119
|
+
};
|
|
109
120
|
}
|
|
@@ -106,4 +106,15 @@ declare const ListPackageVersionDependenciesCommand_base: {
|
|
|
106
106
|
* @public
|
|
107
107
|
*/
|
|
108
108
|
export declare class ListPackageVersionDependenciesCommand extends ListPackageVersionDependenciesCommand_base {
|
|
109
|
+
/** @internal type navigation helper, not in runtime. */
|
|
110
|
+
protected static __types: {
|
|
111
|
+
api: {
|
|
112
|
+
input: ListPackageVersionDependenciesRequest;
|
|
113
|
+
output: ListPackageVersionDependenciesResult;
|
|
114
|
+
};
|
|
115
|
+
sdk: {
|
|
116
|
+
input: ListPackageVersionDependenciesCommandInput;
|
|
117
|
+
output: ListPackageVersionDependenciesCommandOutput;
|
|
118
|
+
};
|
|
119
|
+
};
|
|
109
120
|
}
|
|
@@ -112,4 +112,15 @@ declare const ListPackageVersionsCommand_base: {
|
|
|
112
112
|
* @public
|
|
113
113
|
*/
|
|
114
114
|
export declare class ListPackageVersionsCommand extends ListPackageVersionsCommand_base {
|
|
115
|
+
/** @internal type navigation helper, not in runtime. */
|
|
116
|
+
protected static __types: {
|
|
117
|
+
api: {
|
|
118
|
+
input: ListPackageVersionsRequest;
|
|
119
|
+
output: ListPackageVersionsResult;
|
|
120
|
+
};
|
|
121
|
+
sdk: {
|
|
122
|
+
input: ListPackageVersionsCommandInput;
|
|
123
|
+
output: ListPackageVersionsCommandOutput;
|
|
124
|
+
};
|
|
125
|
+
};
|
|
115
126
|
}
|
|
@@ -106,4 +106,15 @@ declare const ListPackagesCommand_base: {
|
|
|
106
106
|
* @public
|
|
107
107
|
*/
|
|
108
108
|
export declare class ListPackagesCommand extends ListPackagesCommand_base {
|
|
109
|
+
/** @internal type navigation helper, not in runtime. */
|
|
110
|
+
protected static __types: {
|
|
111
|
+
api: {
|
|
112
|
+
input: ListPackagesRequest;
|
|
113
|
+
output: ListPackagesResult;
|
|
114
|
+
};
|
|
115
|
+
sdk: {
|
|
116
|
+
input: ListPackagesCommandInput;
|
|
117
|
+
output: ListPackagesCommandOutput;
|
|
118
|
+
};
|
|
119
|
+
};
|
|
109
120
|
}
|
|
@@ -93,4 +93,15 @@ declare const ListRepositoriesCommand_base: {
|
|
|
93
93
|
* @public
|
|
94
94
|
*/
|
|
95
95
|
export declare class ListRepositoriesCommand extends ListRepositoriesCommand_base {
|
|
96
|
+
/** @internal type navigation helper, not in runtime. */
|
|
97
|
+
protected static __types: {
|
|
98
|
+
api: {
|
|
99
|
+
input: ListRepositoriesRequest;
|
|
100
|
+
output: ListRepositoriesResult;
|
|
101
|
+
};
|
|
102
|
+
sdk: {
|
|
103
|
+
input: ListRepositoriesCommandInput;
|
|
104
|
+
output: ListRepositoriesCommandOutput;
|
|
105
|
+
};
|
|
106
|
+
};
|
|
96
107
|
}
|
|
@@ -101,4 +101,15 @@ declare const ListRepositoriesInDomainCommand_base: {
|
|
|
101
101
|
* @public
|
|
102
102
|
*/
|
|
103
103
|
export declare class ListRepositoriesInDomainCommand extends ListRepositoriesInDomainCommand_base {
|
|
104
|
+
/** @internal type navigation helper, not in runtime. */
|
|
105
|
+
protected static __types: {
|
|
106
|
+
api: {
|
|
107
|
+
input: ListRepositoriesInDomainRequest;
|
|
108
|
+
output: ListRepositoriesInDomainResult;
|
|
109
|
+
};
|
|
110
|
+
sdk: {
|
|
111
|
+
input: ListRepositoriesInDomainCommandInput;
|
|
112
|
+
output: ListRepositoriesInDomainCommandOutput;
|
|
113
|
+
};
|
|
114
|
+
};
|
|
104
115
|
}
|
|
@@ -115,4 +115,15 @@ declare const ListSubPackageGroupsCommand_base: {
|
|
|
115
115
|
* @public
|
|
116
116
|
*/
|
|
117
117
|
export declare class ListSubPackageGroupsCommand extends ListSubPackageGroupsCommand_base {
|
|
118
|
+
/** @internal type navigation helper, not in runtime. */
|
|
119
|
+
protected static __types: {
|
|
120
|
+
api: {
|
|
121
|
+
input: ListSubPackageGroupsRequest;
|
|
122
|
+
output: ListSubPackageGroupsResult;
|
|
123
|
+
};
|
|
124
|
+
sdk: {
|
|
125
|
+
input: ListSubPackageGroupsCommandInput;
|
|
126
|
+
output: ListSubPackageGroupsCommandOutput;
|
|
127
|
+
};
|
|
128
|
+
};
|
|
118
129
|
}
|
|
@@ -82,4 +82,15 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
82
82
|
* @public
|
|
83
83
|
*/
|
|
84
84
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
85
|
+
/** @internal type navigation helper, not in runtime. */
|
|
86
|
+
protected static __types: {
|
|
87
|
+
api: {
|
|
88
|
+
input: ListTagsForResourceRequest;
|
|
89
|
+
output: ListTagsForResourceResult;
|
|
90
|
+
};
|
|
91
|
+
sdk: {
|
|
92
|
+
input: ListTagsForResourceCommandInput;
|
|
93
|
+
output: ListTagsForResourceCommandOutput;
|
|
94
|
+
};
|
|
95
|
+
};
|
|
85
96
|
}
|
|
@@ -122,4 +122,15 @@ declare const PublishPackageVersionCommand_base: {
|
|
|
122
122
|
* @public
|
|
123
123
|
*/
|
|
124
124
|
export declare class PublishPackageVersionCommand extends PublishPackageVersionCommand_base {
|
|
125
|
+
/** @internal type navigation helper, not in runtime. */
|
|
126
|
+
protected static __types: {
|
|
127
|
+
api: {
|
|
128
|
+
input: PublishPackageVersionRequest;
|
|
129
|
+
output: PublishPackageVersionResult;
|
|
130
|
+
};
|
|
131
|
+
sdk: {
|
|
132
|
+
input: PublishPackageVersionCommandInput;
|
|
133
|
+
output: PublishPackageVersionCommandOutput;
|
|
134
|
+
};
|
|
135
|
+
};
|
|
125
136
|
}
|