@aws-sdk/client-codeartifact 3.651.1 → 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.
Files changed (97) hide show
  1. package/dist-types/commands/AssociateExternalConnectionCommand.d.ts +11 -0
  2. package/dist-types/commands/CopyPackageVersionsCommand.d.ts +11 -0
  3. package/dist-types/commands/CreateDomainCommand.d.ts +11 -0
  4. package/dist-types/commands/CreatePackageGroupCommand.d.ts +11 -0
  5. package/dist-types/commands/CreateRepositoryCommand.d.ts +11 -0
  6. package/dist-types/commands/DeleteDomainCommand.d.ts +11 -0
  7. package/dist-types/commands/DeleteDomainPermissionsPolicyCommand.d.ts +11 -0
  8. package/dist-types/commands/DeletePackageCommand.d.ts +11 -0
  9. package/dist-types/commands/DeletePackageGroupCommand.d.ts +11 -0
  10. package/dist-types/commands/DeletePackageVersionsCommand.d.ts +11 -0
  11. package/dist-types/commands/DeleteRepositoryCommand.d.ts +11 -0
  12. package/dist-types/commands/DeleteRepositoryPermissionsPolicyCommand.d.ts +11 -0
  13. package/dist-types/commands/DescribeDomainCommand.d.ts +11 -0
  14. package/dist-types/commands/DescribePackageCommand.d.ts +11 -0
  15. package/dist-types/commands/DescribePackageGroupCommand.d.ts +11 -0
  16. package/dist-types/commands/DescribePackageVersionCommand.d.ts +11 -0
  17. package/dist-types/commands/DescribeRepositoryCommand.d.ts +11 -0
  18. package/dist-types/commands/DisassociateExternalConnectionCommand.d.ts +11 -0
  19. package/dist-types/commands/DisposePackageVersionsCommand.d.ts +11 -0
  20. package/dist-types/commands/GetAssociatedPackageGroupCommand.d.ts +11 -0
  21. package/dist-types/commands/GetAuthorizationTokenCommand.d.ts +11 -0
  22. package/dist-types/commands/GetDomainPermissionsPolicyCommand.d.ts +11 -0
  23. package/dist-types/commands/GetPackageVersionAssetCommand.d.ts +11 -0
  24. package/dist-types/commands/GetPackageVersionReadmeCommand.d.ts +11 -0
  25. package/dist-types/commands/GetRepositoryEndpointCommand.d.ts +11 -0
  26. package/dist-types/commands/GetRepositoryPermissionsPolicyCommand.d.ts +11 -0
  27. package/dist-types/commands/ListAllowedRepositoriesForGroupCommand.d.ts +11 -0
  28. package/dist-types/commands/ListAssociatedPackagesCommand.d.ts +11 -0
  29. package/dist-types/commands/ListDomainsCommand.d.ts +11 -0
  30. package/dist-types/commands/ListPackageGroupsCommand.d.ts +11 -0
  31. package/dist-types/commands/ListPackageVersionAssetsCommand.d.ts +11 -0
  32. package/dist-types/commands/ListPackageVersionDependenciesCommand.d.ts +11 -0
  33. package/dist-types/commands/ListPackageVersionsCommand.d.ts +11 -0
  34. package/dist-types/commands/ListPackagesCommand.d.ts +11 -0
  35. package/dist-types/commands/ListRepositoriesCommand.d.ts +11 -0
  36. package/dist-types/commands/ListRepositoriesInDomainCommand.d.ts +11 -0
  37. package/dist-types/commands/ListSubPackageGroupsCommand.d.ts +11 -0
  38. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  39. package/dist-types/commands/PublishPackageVersionCommand.d.ts +11 -0
  40. package/dist-types/commands/PutDomainPermissionsPolicyCommand.d.ts +11 -0
  41. package/dist-types/commands/PutPackageOriginConfigurationCommand.d.ts +11 -0
  42. package/dist-types/commands/PutRepositoryPermissionsPolicyCommand.d.ts +11 -0
  43. package/dist-types/commands/TagResourceCommand.d.ts +11 -0
  44. package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
  45. package/dist-types/commands/UpdatePackageGroupCommand.d.ts +11 -0
  46. package/dist-types/commands/UpdatePackageGroupOriginConfigurationCommand.d.ts +11 -0
  47. package/dist-types/commands/UpdatePackageVersionsStatusCommand.d.ts +11 -0
  48. package/dist-types/commands/UpdateRepositoryCommand.d.ts +11 -0
  49. package/dist-types/ts3.4/commands/AssociateExternalConnectionCommand.d.ts +12 -1
  50. package/dist-types/ts3.4/commands/CopyPackageVersionsCommand.d.ts +12 -1
  51. package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +12 -1
  52. package/dist-types/ts3.4/commands/CreatePackageGroupCommand.d.ts +12 -1
  53. package/dist-types/ts3.4/commands/CreateRepositoryCommand.d.ts +12 -1
  54. package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +12 -1
  55. package/dist-types/ts3.4/commands/DeleteDomainPermissionsPolicyCommand.d.ts +12 -1
  56. package/dist-types/ts3.4/commands/DeletePackageCommand.d.ts +12 -1
  57. package/dist-types/ts3.4/commands/DeletePackageGroupCommand.d.ts +12 -1
  58. package/dist-types/ts3.4/commands/DeletePackageVersionsCommand.d.ts +12 -1
  59. package/dist-types/ts3.4/commands/DeleteRepositoryCommand.d.ts +12 -1
  60. package/dist-types/ts3.4/commands/DeleteRepositoryPermissionsPolicyCommand.d.ts +12 -1
  61. package/dist-types/ts3.4/commands/DescribeDomainCommand.d.ts +12 -1
  62. package/dist-types/ts3.4/commands/DescribePackageCommand.d.ts +12 -1
  63. package/dist-types/ts3.4/commands/DescribePackageGroupCommand.d.ts +12 -1
  64. package/dist-types/ts3.4/commands/DescribePackageVersionCommand.d.ts +12 -1
  65. package/dist-types/ts3.4/commands/DescribeRepositoryCommand.d.ts +12 -1
  66. package/dist-types/ts3.4/commands/DisassociateExternalConnectionCommand.d.ts +12 -1
  67. package/dist-types/ts3.4/commands/DisposePackageVersionsCommand.d.ts +12 -1
  68. package/dist-types/ts3.4/commands/GetAssociatedPackageGroupCommand.d.ts +12 -1
  69. package/dist-types/ts3.4/commands/GetAuthorizationTokenCommand.d.ts +12 -1
  70. package/dist-types/ts3.4/commands/GetDomainPermissionsPolicyCommand.d.ts +12 -1
  71. package/dist-types/ts3.4/commands/GetPackageVersionAssetCommand.d.ts +12 -1
  72. package/dist-types/ts3.4/commands/GetPackageVersionReadmeCommand.d.ts +12 -1
  73. package/dist-types/ts3.4/commands/GetRepositoryEndpointCommand.d.ts +12 -1
  74. package/dist-types/ts3.4/commands/GetRepositoryPermissionsPolicyCommand.d.ts +12 -1
  75. package/dist-types/ts3.4/commands/ListAllowedRepositoriesForGroupCommand.d.ts +12 -1
  76. package/dist-types/ts3.4/commands/ListAssociatedPackagesCommand.d.ts +12 -1
  77. package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +12 -1
  78. package/dist-types/ts3.4/commands/ListPackageGroupsCommand.d.ts +12 -1
  79. package/dist-types/ts3.4/commands/ListPackageVersionAssetsCommand.d.ts +12 -1
  80. package/dist-types/ts3.4/commands/ListPackageVersionDependenciesCommand.d.ts +12 -1
  81. package/dist-types/ts3.4/commands/ListPackageVersionsCommand.d.ts +12 -1
  82. package/dist-types/ts3.4/commands/ListPackagesCommand.d.ts +12 -1
  83. package/dist-types/ts3.4/commands/ListRepositoriesCommand.d.ts +12 -1
  84. package/dist-types/ts3.4/commands/ListRepositoriesInDomainCommand.d.ts +12 -1
  85. package/dist-types/ts3.4/commands/ListSubPackageGroupsCommand.d.ts +12 -1
  86. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
  87. package/dist-types/ts3.4/commands/PublishPackageVersionCommand.d.ts +12 -1
  88. package/dist-types/ts3.4/commands/PutDomainPermissionsPolicyCommand.d.ts +12 -1
  89. package/dist-types/ts3.4/commands/PutPackageOriginConfigurationCommand.d.ts +12 -1
  90. package/dist-types/ts3.4/commands/PutRepositoryPermissionsPolicyCommand.d.ts +12 -1
  91. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
  92. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
  93. package/dist-types/ts3.4/commands/UpdatePackageGroupCommand.d.ts +12 -1
  94. package/dist-types/ts3.4/commands/UpdatePackageGroupOriginConfigurationCommand.d.ts +12 -1
  95. package/dist-types/ts3.4/commands/UpdatePackageVersionsStatusCommand.d.ts +12 -1
  96. package/dist-types/ts3.4/commands/UpdateRepositoryCommand.d.ts +12 -1
  97. package/package.json +36 -36
@@ -104,4 +104,15 @@ declare const PutDomainPermissionsPolicyCommand_base: {
104
104
  * @public
105
105
  */
106
106
  export declare class PutDomainPermissionsPolicyCommand extends PutDomainPermissionsPolicyCommand_base {
107
+ /** @internal type navigation helper, not in runtime. */
108
+ protected static __types: {
109
+ api: {
110
+ input: PutDomainPermissionsPolicyRequest;
111
+ output: PutDomainPermissionsPolicyResult;
112
+ };
113
+ sdk: {
114
+ input: PutDomainPermissionsPolicyCommandInput;
115
+ output: PutDomainPermissionsPolicyCommandOutput;
116
+ };
117
+ };
107
118
  }
@@ -102,4 +102,15 @@ declare const PutPackageOriginConfigurationCommand_base: {
102
102
  * @public
103
103
  */
104
104
  export declare class PutPackageOriginConfigurationCommand extends PutPackageOriginConfigurationCommand_base {
105
+ /** @internal type navigation helper, not in runtime. */
106
+ protected static __types: {
107
+ api: {
108
+ input: PutPackageOriginConfigurationRequest;
109
+ output: PutPackageOriginConfigurationResult;
110
+ };
111
+ sdk: {
112
+ input: PutPackageOriginConfigurationCommandInput;
113
+ output: PutPackageOriginConfigurationCommandOutput;
114
+ };
115
+ };
105
116
  }
@@ -105,4 +105,15 @@ declare const PutRepositoryPermissionsPolicyCommand_base: {
105
105
  * @public
106
106
  */
107
107
  export declare class PutRepositoryPermissionsPolicyCommand extends PutRepositoryPermissionsPolicyCommand_base {
108
+ /** @internal type navigation helper, not in runtime. */
109
+ protected static __types: {
110
+ api: {
111
+ input: PutRepositoryPermissionsPolicyRequest;
112
+ output: PutRepositoryPermissionsPolicyResult;
113
+ };
114
+ sdk: {
115
+ input: PutRepositoryPermissionsPolicyCommandInput;
116
+ output: PutRepositoryPermissionsPolicyCommandOutput;
117
+ };
118
+ };
108
119
  }
@@ -86,4 +86,15 @@ declare const TagResourceCommand_base: {
86
86
  * @public
87
87
  */
88
88
  export declare class TagResourceCommand extends TagResourceCommand_base {
89
+ /** @internal type navigation helper, not in runtime. */
90
+ protected static __types: {
91
+ api: {
92
+ input: TagResourceRequest;
93
+ output: {};
94
+ };
95
+ sdk: {
96
+ input: TagResourceCommandInput;
97
+ output: TagResourceCommandOutput;
98
+ };
99
+ };
89
100
  }
@@ -78,4 +78,15 @@ declare const UntagResourceCommand_base: {
78
78
  * @public
79
79
  */
80
80
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
81
+ /** @internal type navigation helper, not in runtime. */
82
+ protected static __types: {
83
+ api: {
84
+ input: UntagResourceRequest;
85
+ output: {};
86
+ };
87
+ sdk: {
88
+ input: UntagResourceCommandInput;
89
+ output: UntagResourceCommandOutput;
90
+ };
91
+ };
81
92
  }
@@ -115,4 +115,15 @@ declare const UpdatePackageGroupCommand_base: {
115
115
  * @public
116
116
  */
117
117
  export declare class UpdatePackageGroupCommand extends UpdatePackageGroupCommand_base {
118
+ /** @internal type navigation helper, not in runtime. */
119
+ protected static __types: {
120
+ api: {
121
+ input: UpdatePackageGroupRequest;
122
+ output: UpdatePackageGroupResult;
123
+ };
124
+ sdk: {
125
+ input: UpdatePackageGroupCommandInput;
126
+ output: UpdatePackageGroupCommandOutput;
127
+ };
128
+ };
118
129
  }
@@ -139,4 +139,15 @@ declare const UpdatePackageGroupOriginConfigurationCommand_base: {
139
139
  * @public
140
140
  */
141
141
  export declare class UpdatePackageGroupOriginConfigurationCommand extends UpdatePackageGroupOriginConfigurationCommand_base {
142
+ /** @internal type navigation helper, not in runtime. */
143
+ protected static __types: {
144
+ api: {
145
+ input: UpdatePackageGroupOriginConfigurationRequest;
146
+ output: UpdatePackageGroupOriginConfigurationResult;
147
+ };
148
+ sdk: {
149
+ input: UpdatePackageGroupOriginConfigurationCommandInput;
150
+ output: UpdatePackageGroupOriginConfigurationCommandOutput;
151
+ };
152
+ };
142
153
  }
@@ -114,4 +114,15 @@ declare const UpdatePackageVersionsStatusCommand_base: {
114
114
  * @public
115
115
  */
116
116
  export declare class UpdatePackageVersionsStatusCommand extends UpdatePackageVersionsStatusCommand_base {
117
+ /** @internal type navigation helper, not in runtime. */
118
+ protected static __types: {
119
+ api: {
120
+ input: UpdatePackageVersionsStatusRequest;
121
+ output: UpdatePackageVersionsStatusResult;
122
+ };
123
+ sdk: {
124
+ input: UpdatePackageVersionsStatusCommandInput;
125
+ output: UpdatePackageVersionsStatusCommandOutput;
126
+ };
127
+ };
117
128
  }
@@ -120,4 +120,15 @@ declare const UpdateRepositoryCommand_base: {
120
120
  * @public
121
121
  */
122
122
  export declare class UpdateRepositoryCommand extends UpdateRepositoryCommand_base {
123
+ /** @internal type navigation helper, not in runtime. */
124
+ protected static __types: {
125
+ api: {
126
+ input: UpdateRepositoryRequest;
127
+ output: UpdateRepositoryResult;
128
+ };
129
+ sdk: {
130
+ input: UpdateRepositoryCommandInput;
131
+ output: UpdateRepositoryCommandOutput;
132
+ };
133
+ };
123
134
  }
@@ -37,4 +37,15 @@ declare const AssociateExternalConnectionCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class AssociateExternalConnectionCommand extends AssociateExternalConnectionCommand_base {}
40
+ export declare class AssociateExternalConnectionCommand extends AssociateExternalConnectionCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: AssociateExternalConnectionRequest;
44
+ output: AssociateExternalConnectionResult;
45
+ };
46
+ sdk: {
47
+ input: AssociateExternalConnectionCommandInput;
48
+ output: AssociateExternalConnectionCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const CopyPackageVersionsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CopyPackageVersionsCommand extends CopyPackageVersionsCommand_base {}
40
+ export declare class CopyPackageVersionsCommand extends CopyPackageVersionsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CopyPackageVersionsRequest;
44
+ output: CopyPackageVersionsResult;
45
+ };
46
+ sdk: {
47
+ input: CopyPackageVersionsCommandInput;
48
+ output: CopyPackageVersionsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const CreateDomainCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class CreateDomainCommand extends CreateDomainCommand_base {}
36
+ export declare class CreateDomainCommand extends CreateDomainCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: CreateDomainRequest;
40
+ output: CreateDomainResult;
41
+ };
42
+ sdk: {
43
+ input: CreateDomainCommandInput;
44
+ output: CreateDomainCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const CreatePackageGroupCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreatePackageGroupCommand extends CreatePackageGroupCommand_base {}
40
+ export declare class CreatePackageGroupCommand extends CreatePackageGroupCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreatePackageGroupRequest;
44
+ output: CreatePackageGroupResult;
45
+ };
46
+ sdk: {
47
+ input: CreatePackageGroupCommandInput;
48
+ output: CreatePackageGroupCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const CreateRepositoryCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class CreateRepositoryCommand extends CreateRepositoryCommand_base {}
39
+ export declare class CreateRepositoryCommand extends CreateRepositoryCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: CreateRepositoryRequest;
43
+ output: CreateRepositoryResult;
44
+ };
45
+ sdk: {
46
+ input: CreateRepositoryCommandInput;
47
+ output: CreateRepositoryCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -33,4 +33,15 @@ declare const DeleteDomainCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class DeleteDomainCommand extends DeleteDomainCommand_base {}
36
+ export declare class DeleteDomainCommand extends DeleteDomainCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DeleteDomainRequest;
40
+ output: DeleteDomainResult;
41
+ };
42
+ sdk: {
43
+ input: DeleteDomainCommandInput;
44
+ output: DeleteDomainCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const DeleteDomainPermissionsPolicyCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DeleteDomainPermissionsPolicyCommand extends DeleteDomainPermissionsPolicyCommand_base {}
40
+ export declare class DeleteDomainPermissionsPolicyCommand extends DeleteDomainPermissionsPolicyCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteDomainPermissionsPolicyRequest;
44
+ output: DeleteDomainPermissionsPolicyResult;
45
+ };
46
+ sdk: {
47
+ input: DeleteDomainPermissionsPolicyCommandInput;
48
+ output: DeleteDomainPermissionsPolicyCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const DeletePackageCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class DeletePackageCommand extends DeletePackageCommand_base {}
36
+ export declare class DeletePackageCommand extends DeletePackageCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DeletePackageRequest;
40
+ output: DeletePackageResult;
41
+ };
42
+ sdk: {
43
+ input: DeletePackageCommandInput;
44
+ output: DeletePackageCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const DeletePackageGroupCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DeletePackageGroupCommand extends DeletePackageGroupCommand_base {}
40
+ export declare class DeletePackageGroupCommand extends DeletePackageGroupCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeletePackageGroupRequest;
44
+ output: DeletePackageGroupResult;
45
+ };
46
+ sdk: {
47
+ input: DeletePackageGroupCommandInput;
48
+ output: DeletePackageGroupCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DeletePackageVersionsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DeletePackageVersionsCommand extends DeletePackageVersionsCommand_base {}
40
+ export declare class DeletePackageVersionsCommand extends DeletePackageVersionsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeletePackageVersionsRequest;
44
+ output: DeletePackageVersionsResult;
45
+ };
46
+ sdk: {
47
+ input: DeletePackageVersionsCommandInput;
48
+ output: DeletePackageVersionsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const DeleteRepositoryCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class DeleteRepositoryCommand extends DeleteRepositoryCommand_base {}
39
+ export declare class DeleteRepositoryCommand extends DeleteRepositoryCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: DeleteRepositoryRequest;
43
+ output: DeleteRepositoryResult;
44
+ };
45
+ sdk: {
46
+ input: DeleteRepositoryCommandInput;
47
+ output: DeleteRepositoryCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const DeleteRepositoryPermissionsPolicyCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DeleteRepositoryPermissionsPolicyCommand extends DeleteRepositoryPermissionsPolicyCommand_base {}
40
+ export declare class DeleteRepositoryPermissionsPolicyCommand extends DeleteRepositoryPermissionsPolicyCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteRepositoryPermissionsPolicyRequest;
44
+ output: DeleteRepositoryPermissionsPolicyResult;
45
+ };
46
+ sdk: {
47
+ input: DeleteRepositoryPermissionsPolicyCommandInput;
48
+ output: DeleteRepositoryPermissionsPolicyCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const DescribeDomainCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class DescribeDomainCommand extends DescribeDomainCommand_base {}
39
+ export declare class DescribeDomainCommand extends DescribeDomainCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: DescribeDomainRequest;
43
+ output: DescribeDomainResult;
44
+ };
45
+ sdk: {
46
+ input: DescribeDomainCommandInput;
47
+ output: DescribeDomainCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -36,4 +36,15 @@ declare const DescribePackageCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class DescribePackageCommand extends DescribePackageCommand_base {}
39
+ export declare class DescribePackageCommand extends DescribePackageCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: DescribePackageRequest;
43
+ output: DescribePackageResult;
44
+ };
45
+ sdk: {
46
+ input: DescribePackageCommandInput;
47
+ output: DescribePackageCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const DescribePackageGroupCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribePackageGroupCommand extends DescribePackageGroupCommand_base {}
40
+ export declare class DescribePackageGroupCommand extends DescribePackageGroupCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribePackageGroupRequest;
44
+ output: DescribePackageGroupResult;
45
+ };
46
+ sdk: {
47
+ input: DescribePackageGroupCommandInput;
48
+ output: DescribePackageGroupCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DescribePackageVersionCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribePackageVersionCommand extends DescribePackageVersionCommand_base {}
40
+ export declare class DescribePackageVersionCommand extends DescribePackageVersionCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribePackageVersionRequest;
44
+ output: DescribePackageVersionResult;
45
+ };
46
+ sdk: {
47
+ input: DescribePackageVersionCommandInput;
48
+ output: DescribePackageVersionCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DescribeRepositoryCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeRepositoryCommand extends DescribeRepositoryCommand_base {}
40
+ export declare class DescribeRepositoryCommand extends DescribeRepositoryCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeRepositoryRequest;
44
+ output: DescribeRepositoryResult;
45
+ };
46
+ sdk: {
47
+ input: DescribeRepositoryCommandInput;
48
+ output: DescribeRepositoryCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DisassociateExternalConnectionCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DisassociateExternalConnectionCommand extends DisassociateExternalConnectionCommand_base {}
40
+ export declare class DisassociateExternalConnectionCommand extends DisassociateExternalConnectionCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DisassociateExternalConnectionRequest;
44
+ output: DisassociateExternalConnectionResult;
45
+ };
46
+ sdk: {
47
+ input: DisassociateExternalConnectionCommandInput;
48
+ output: DisassociateExternalConnectionCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DisposePackageVersionsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DisposePackageVersionsCommand extends DisposePackageVersionsCommand_base {}
40
+ export declare class DisposePackageVersionsCommand extends DisposePackageVersionsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DisposePackageVersionsRequest;
44
+ output: DisposePackageVersionsResult;
45
+ };
46
+ sdk: {
47
+ input: DisposePackageVersionsCommandInput;
48
+ output: DisposePackageVersionsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const GetAssociatedPackageGroupCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetAssociatedPackageGroupCommand extends GetAssociatedPackageGroupCommand_base {}
40
+ export declare class GetAssociatedPackageGroupCommand extends GetAssociatedPackageGroupCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetAssociatedPackageGroupRequest;
44
+ output: GetAssociatedPackageGroupResult;
45
+ };
46
+ sdk: {
47
+ input: GetAssociatedPackageGroupCommandInput;
48
+ output: GetAssociatedPackageGroupCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const GetAuthorizationTokenCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetAuthorizationTokenCommand extends GetAuthorizationTokenCommand_base {}
40
+ export declare class GetAuthorizationTokenCommand extends GetAuthorizationTokenCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetAuthorizationTokenRequest;
44
+ output: GetAuthorizationTokenResult;
45
+ };
46
+ sdk: {
47
+ input: GetAuthorizationTokenCommandInput;
48
+ output: GetAuthorizationTokenCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const GetDomainPermissionsPolicyCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetDomainPermissionsPolicyCommand extends GetDomainPermissionsPolicyCommand_base {}
40
+ export declare class GetDomainPermissionsPolicyCommand extends GetDomainPermissionsPolicyCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetDomainPermissionsPolicyRequest;
44
+ output: GetDomainPermissionsPolicyResult;
45
+ };
46
+ sdk: {
47
+ input: GetDomainPermissionsPolicyCommandInput;
48
+ output: GetDomainPermissionsPolicyCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -45,4 +45,15 @@ declare const GetPackageVersionAssetCommand_base: {
45
45
  >;
46
46
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
47
47
  };
48
- export declare class GetPackageVersionAssetCommand extends GetPackageVersionAssetCommand_base {}
48
+ export declare class GetPackageVersionAssetCommand extends GetPackageVersionAssetCommand_base {
49
+ protected static __types: {
50
+ api: {
51
+ input: GetPackageVersionAssetRequest;
52
+ output: GetPackageVersionAssetResult;
53
+ };
54
+ sdk: {
55
+ input: GetPackageVersionAssetCommandInput;
56
+ output: GetPackageVersionAssetCommandOutput;
57
+ };
58
+ };
59
+ }
@@ -37,4 +37,15 @@ declare const GetPackageVersionReadmeCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetPackageVersionReadmeCommand extends GetPackageVersionReadmeCommand_base {}
40
+ export declare class GetPackageVersionReadmeCommand extends GetPackageVersionReadmeCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetPackageVersionReadmeRequest;
44
+ output: GetPackageVersionReadmeResult;
45
+ };
46
+ sdk: {
47
+ input: GetPackageVersionReadmeCommandInput;
48
+ output: GetPackageVersionReadmeCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const GetRepositoryEndpointCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetRepositoryEndpointCommand extends GetRepositoryEndpointCommand_base {}
40
+ export declare class GetRepositoryEndpointCommand extends GetRepositoryEndpointCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetRepositoryEndpointRequest;
44
+ output: GetRepositoryEndpointResult;
45
+ };
46
+ sdk: {
47
+ input: GetRepositoryEndpointCommandInput;
48
+ output: GetRepositoryEndpointCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const GetRepositoryPermissionsPolicyCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetRepositoryPermissionsPolicyCommand extends GetRepositoryPermissionsPolicyCommand_base {}
40
+ export declare class GetRepositoryPermissionsPolicyCommand extends GetRepositoryPermissionsPolicyCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetRepositoryPermissionsPolicyRequest;
44
+ output: GetRepositoryPermissionsPolicyResult;
45
+ };
46
+ sdk: {
47
+ input: GetRepositoryPermissionsPolicyCommandInput;
48
+ output: GetRepositoryPermissionsPolicyCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListAllowedRepositoriesForGroupCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListAllowedRepositoriesForGroupCommand extends ListAllowedRepositoriesForGroupCommand_base {}
40
+ export declare class ListAllowedRepositoriesForGroupCommand extends ListAllowedRepositoriesForGroupCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListAllowedRepositoriesForGroupRequest;
44
+ output: ListAllowedRepositoriesForGroupResult;
45
+ };
46
+ sdk: {
47
+ input: ListAllowedRepositoriesForGroupCommandInput;
48
+ output: ListAllowedRepositoriesForGroupCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListAssociatedPackagesCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListAssociatedPackagesCommand extends ListAssociatedPackagesCommand_base {}
40
+ export declare class ListAssociatedPackagesCommand extends ListAssociatedPackagesCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListAssociatedPackagesRequest;
44
+ output: ListAssociatedPackagesResult;
45
+ };
46
+ sdk: {
47
+ input: ListAssociatedPackagesCommandInput;
48
+ output: ListAssociatedPackagesCommandOutput;
49
+ };
50
+ };
51
+ }