@aws-sdk/client-serverlessapplicationrepository 3.35.0 → 3.38.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 (182) hide show
  1. package/CHANGELOG.md +47 -0
  2. package/dist-cjs/ServerlessApplicationRepository.js +0 -23
  3. package/dist-cjs/ServerlessApplicationRepositoryClient.js +0 -28
  4. package/dist-cjs/commands/CreateApplicationCommand.js +0 -25
  5. package/dist-cjs/commands/CreateApplicationVersionCommand.js +0 -25
  6. package/dist-cjs/commands/CreateCloudFormationChangeSetCommand.js +0 -25
  7. package/dist-cjs/commands/CreateCloudFormationTemplateCommand.js +0 -25
  8. package/dist-cjs/commands/DeleteApplicationCommand.js +0 -25
  9. package/dist-cjs/commands/GetApplicationCommand.js +0 -25
  10. package/dist-cjs/commands/GetApplicationPolicyCommand.js +0 -25
  11. package/dist-cjs/commands/GetCloudFormationTemplateCommand.js +0 -25
  12. package/dist-cjs/commands/ListApplicationDependenciesCommand.js +0 -25
  13. package/dist-cjs/commands/ListApplicationVersionsCommand.js +0 -25
  14. package/dist-cjs/commands/ListApplicationsCommand.js +0 -25
  15. package/dist-cjs/commands/PutApplicationPolicyCommand.js +0 -28
  16. package/dist-cjs/commands/UnshareApplicationCommand.js +0 -25
  17. package/dist-cjs/commands/UpdateApplicationCommand.js +0 -25
  18. package/dist-cjs/commands/index.js +17 -0
  19. package/dist-cjs/endpoints.js +1 -2
  20. package/dist-cjs/index.js +4 -21
  21. package/dist-cjs/models/index.js +0 -1
  22. package/dist-cjs/models/models_0.js +0 -127
  23. package/dist-cjs/pagination/Interfaces.js +0 -1
  24. package/dist-cjs/pagination/ListApplicationDependenciesPaginator.js +0 -11
  25. package/dist-cjs/pagination/ListApplicationVersionsPaginator.js +0 -11
  26. package/dist-cjs/pagination/ListApplicationsPaginator.js +0 -11
  27. package/dist-cjs/pagination/index.js +7 -0
  28. package/dist-cjs/protocols/Aws_restJson1.js +0 -6
  29. package/dist-cjs/runtimeConfig.browser.js +1 -6
  30. package/dist-cjs/runtimeConfig.js +2 -7
  31. package/dist-cjs/runtimeConfig.native.js +0 -4
  32. package/dist-cjs/runtimeConfig.shared.js +0 -4
  33. package/dist-es/ServerlessApplicationRepository.js +0 -1
  34. package/dist-es/ServerlessApplicationRepositoryClient.js +0 -1
  35. package/dist-es/commands/CreateApplicationCommand.js +0 -1
  36. package/dist-es/commands/CreateApplicationVersionCommand.js +0 -1
  37. package/dist-es/commands/CreateCloudFormationChangeSetCommand.js +0 -1
  38. package/dist-es/commands/CreateCloudFormationTemplateCommand.js +0 -1
  39. package/dist-es/commands/DeleteApplicationCommand.js +0 -1
  40. package/dist-es/commands/GetApplicationCommand.js +0 -1
  41. package/dist-es/commands/GetApplicationPolicyCommand.js +0 -1
  42. package/dist-es/commands/GetCloudFormationTemplateCommand.js +0 -1
  43. package/dist-es/commands/ListApplicationDependenciesCommand.js +0 -1
  44. package/dist-es/commands/ListApplicationVersionsCommand.js +0 -1
  45. package/dist-es/commands/ListApplicationsCommand.js +0 -1
  46. package/dist-es/commands/PutApplicationPolicyCommand.js +0 -1
  47. package/dist-es/commands/UnshareApplicationCommand.js +0 -1
  48. package/dist-es/commands/UpdateApplicationCommand.js +0 -1
  49. package/dist-es/commands/index.js +14 -0
  50. package/dist-es/endpoints.js +1 -2
  51. package/dist-es/index.js +4 -21
  52. package/dist-es/models/index.js +0 -1
  53. package/dist-es/models/models_0.js +0 -1
  54. package/dist-es/pagination/Interfaces.js +0 -1
  55. package/dist-es/pagination/ListApplicationDependenciesPaginator.js +0 -1
  56. package/dist-es/pagination/ListApplicationVersionsPaginator.js +0 -1
  57. package/dist-es/pagination/ListApplicationsPaginator.js +0 -1
  58. package/dist-es/pagination/index.js +4 -0
  59. package/dist-es/protocols/Aws_restJson1.js +0 -1
  60. package/dist-es/runtimeConfig.browser.js +1 -2
  61. package/dist-es/runtimeConfig.js +2 -3
  62. package/dist-es/runtimeConfig.native.js +0 -1
  63. package/dist-es/runtimeConfig.shared.js +0 -1
  64. package/dist-types/commands/index.d.ts +14 -0
  65. package/dist-types/index.d.ts +4 -20
  66. package/dist-types/pagination/index.d.ts +4 -0
  67. package/dist-types/ts3.4/ServerlessApplicationRepository.d.ts +15 -67
  68. package/dist-types/ts3.4/ServerlessApplicationRepositoryClient.d.ts +24 -108
  69. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +2 -20
  70. package/dist-types/ts3.4/commands/CreateApplicationVersionCommand.d.ts +2 -20
  71. package/dist-types/ts3.4/commands/CreateCloudFormationChangeSetCommand.d.ts +2 -20
  72. package/dist-types/ts3.4/commands/CreateCloudFormationTemplateCommand.d.ts +2 -20
  73. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +2 -20
  74. package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +2 -20
  75. package/dist-types/ts3.4/commands/GetApplicationPolicyCommand.d.ts +2 -20
  76. package/dist-types/ts3.4/commands/GetCloudFormationTemplateCommand.d.ts +2 -20
  77. package/dist-types/ts3.4/commands/ListApplicationDependenciesCommand.d.ts +2 -20
  78. package/dist-types/ts3.4/commands/ListApplicationVersionsCommand.d.ts +2 -20
  79. package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +2 -20
  80. package/dist-types/ts3.4/commands/PutApplicationPolicyCommand.d.ts +2 -23
  81. package/dist-types/ts3.4/commands/UnshareApplicationCommand.d.ts +2 -20
  82. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +2 -20
  83. package/dist-types/ts3.4/commands/index.d.ts +14 -0
  84. package/dist-types/ts3.4/index.d.ts +4 -20
  85. package/dist-types/ts3.4/models/models_0.d.ts +254 -895
  86. package/dist-types/ts3.4/pagination/index.d.ts +4 -0
  87. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
  88. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
  89. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
  90. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
  91. package/package.json +33 -30
  92. package/dist-cjs/ServerlessApplicationRepository.js.map +0 -1
  93. package/dist-cjs/ServerlessApplicationRepositoryClient.js.map +0 -1
  94. package/dist-cjs/commands/CreateApplicationCommand.js.map +0 -1
  95. package/dist-cjs/commands/CreateApplicationVersionCommand.js.map +0 -1
  96. package/dist-cjs/commands/CreateCloudFormationChangeSetCommand.js.map +0 -1
  97. package/dist-cjs/commands/CreateCloudFormationTemplateCommand.js.map +0 -1
  98. package/dist-cjs/commands/DeleteApplicationCommand.js.map +0 -1
  99. package/dist-cjs/commands/GetApplicationCommand.js.map +0 -1
  100. package/dist-cjs/commands/GetApplicationPolicyCommand.js.map +0 -1
  101. package/dist-cjs/commands/GetCloudFormationTemplateCommand.js.map +0 -1
  102. package/dist-cjs/commands/ListApplicationDependenciesCommand.js.map +0 -1
  103. package/dist-cjs/commands/ListApplicationVersionsCommand.js.map +0 -1
  104. package/dist-cjs/commands/ListApplicationsCommand.js.map +0 -1
  105. package/dist-cjs/commands/PutApplicationPolicyCommand.js.map +0 -1
  106. package/dist-cjs/commands/UnshareApplicationCommand.js.map +0 -1
  107. package/dist-cjs/commands/UpdateApplicationCommand.js.map +0 -1
  108. package/dist-cjs/endpoints.js.map +0 -1
  109. package/dist-cjs/index.js.map +0 -1
  110. package/dist-cjs/models/index.js.map +0 -1
  111. package/dist-cjs/models/models_0.js.map +0 -1
  112. package/dist-cjs/pagination/Interfaces.js.map +0 -1
  113. package/dist-cjs/pagination/ListApplicationDependenciesPaginator.js.map +0 -1
  114. package/dist-cjs/pagination/ListApplicationVersionsPaginator.js.map +0 -1
  115. package/dist-cjs/pagination/ListApplicationsPaginator.js.map +0 -1
  116. package/dist-cjs/protocols/Aws_restJson1.js.map +0 -1
  117. package/dist-cjs/runtimeConfig.browser.js.map +0 -1
  118. package/dist-cjs/runtimeConfig.js.map +0 -1
  119. package/dist-cjs/runtimeConfig.native.js.map +0 -1
  120. package/dist-cjs/runtimeConfig.shared.js.map +0 -1
  121. package/dist-es/ServerlessApplicationRepository.js.map +0 -1
  122. package/dist-es/ServerlessApplicationRepositoryClient.js.map +0 -1
  123. package/dist-es/commands/CreateApplicationCommand.js.map +0 -1
  124. package/dist-es/commands/CreateApplicationVersionCommand.js.map +0 -1
  125. package/dist-es/commands/CreateCloudFormationChangeSetCommand.js.map +0 -1
  126. package/dist-es/commands/CreateCloudFormationTemplateCommand.js.map +0 -1
  127. package/dist-es/commands/DeleteApplicationCommand.js.map +0 -1
  128. package/dist-es/commands/GetApplicationCommand.js.map +0 -1
  129. package/dist-es/commands/GetApplicationPolicyCommand.js.map +0 -1
  130. package/dist-es/commands/GetCloudFormationTemplateCommand.js.map +0 -1
  131. package/dist-es/commands/ListApplicationDependenciesCommand.js.map +0 -1
  132. package/dist-es/commands/ListApplicationVersionsCommand.js.map +0 -1
  133. package/dist-es/commands/ListApplicationsCommand.js.map +0 -1
  134. package/dist-es/commands/PutApplicationPolicyCommand.js.map +0 -1
  135. package/dist-es/commands/UnshareApplicationCommand.js.map +0 -1
  136. package/dist-es/commands/UpdateApplicationCommand.js.map +0 -1
  137. package/dist-es/endpoints.js.map +0 -1
  138. package/dist-es/index.js.map +0 -1
  139. package/dist-es/models/index.js.map +0 -1
  140. package/dist-es/models/models_0.js.map +0 -1
  141. package/dist-es/pagination/Interfaces.js.map +0 -1
  142. package/dist-es/pagination/ListApplicationDependenciesPaginator.js.map +0 -1
  143. package/dist-es/pagination/ListApplicationVersionsPaginator.js.map +0 -1
  144. package/dist-es/pagination/ListApplicationsPaginator.js.map +0 -1
  145. package/dist-es/protocols/Aws_restJson1.js.map +0 -1
  146. package/dist-es/runtimeConfig.browser.js.map +0 -1
  147. package/dist-es/runtimeConfig.js.map +0 -1
  148. package/dist-es/runtimeConfig.native.js.map +0 -1
  149. package/dist-es/runtimeConfig.shared.js.map +0 -1
  150. package/jest.config.js +0 -4
  151. package/src/ServerlessApplicationRepository.ts +0 -548
  152. package/src/ServerlessApplicationRepositoryClient.ts +0 -322
  153. package/src/commands/CreateApplicationCommand.ts +0 -99
  154. package/src/commands/CreateApplicationVersionCommand.ts +0 -99
  155. package/src/commands/CreateCloudFormationChangeSetCommand.ts +0 -104
  156. package/src/commands/CreateCloudFormationTemplateCommand.ts +0 -104
  157. package/src/commands/DeleteApplicationCommand.ts +0 -99
  158. package/src/commands/GetApplicationCommand.ts +0 -99
  159. package/src/commands/GetApplicationPolicyCommand.ts +0 -99
  160. package/src/commands/GetCloudFormationTemplateCommand.ts +0 -102
  161. package/src/commands/ListApplicationDependenciesCommand.ts +0 -104
  162. package/src/commands/ListApplicationVersionsCommand.ts +0 -99
  163. package/src/commands/ListApplicationsCommand.ts +0 -99
  164. package/src/commands/PutApplicationPolicyCommand.ts +0 -102
  165. package/src/commands/UnshareApplicationCommand.ts +0 -99
  166. package/src/commands/UpdateApplicationCommand.ts +0 -99
  167. package/src/endpoints.ts +0 -66
  168. package/src/index.ts +0 -21
  169. package/src/models/index.ts +0 -1
  170. package/src/models/models_0.ts +0 -1649
  171. package/src/pagination/Interfaces.ts +0 -8
  172. package/src/pagination/ListApplicationDependenciesPaginator.ts +0 -61
  173. package/src/pagination/ListApplicationVersionsPaginator.ts +0 -61
  174. package/src/pagination/ListApplicationsPaginator.ts +0 -61
  175. package/src/protocols/Aws_restJson1.ts +0 -2546
  176. package/src/runtimeConfig.browser.ts +0 -41
  177. package/src/runtimeConfig.native.ts +0 -17
  178. package/src/runtimeConfig.shared.ts +0 -17
  179. package/src/runtimeConfig.ts +0 -46
  180. package/tsconfig.es.json +0 -10
  181. package/tsconfig.json +0 -33
  182. package/tsconfig.types.json +0 -9
@@ -1,1649 +0,0 @@
1
- import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
2
-
3
- /**
4
- * <p>A nested application summary.</p>
5
- */
6
- export interface ApplicationDependencySummary {
7
- /**
8
- * <p>The Amazon Resource Name (ARN) of the nested application.</p>
9
- */
10
- ApplicationId: string | undefined;
11
-
12
- /**
13
- * <p>The semantic version of the nested application.</p>
14
- */
15
- SemanticVersion: string | undefined;
16
- }
17
-
18
- export namespace ApplicationDependencySummary {
19
- /**
20
- * @internal
21
- */
22
- export const filterSensitiveLog = (obj: ApplicationDependencySummary): any => ({
23
- ...obj,
24
- });
25
- }
26
-
27
- /**
28
- * <p>Policy statement applied to the application.</p>
29
- */
30
- export interface ApplicationPolicyStatement {
31
- /**
32
- * <p>For the list of actions supported for this operation, see <a href="https://docs.aws.amazon.com/serverlessrepo/latest/devguide/access-control-resource-based.html#application-permissions">Application
33
- * Permissions</a>.</p>
34
- */
35
- Actions: string[] | undefined;
36
-
37
- /**
38
- * <p>An array of PrinciplalOrgIDs, which corresponds to AWS IAM <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_condition-keys.html#principal-org-id">aws:PrincipalOrgID</a> global condition key.</p>
39
- */
40
- PrincipalOrgIDs?: string[];
41
-
42
- /**
43
- * <p>An array of AWS account IDs, or * to make the application public.</p>
44
- */
45
- Principals: string[] | undefined;
46
-
47
- /**
48
- * <p>A unique ID for the statement.</p>
49
- */
50
- StatementId?: string;
51
- }
52
-
53
- export namespace ApplicationPolicyStatement {
54
- /**
55
- * @internal
56
- */
57
- export const filterSensitiveLog = (obj: ApplicationPolicyStatement): any => ({
58
- ...obj,
59
- });
60
- }
61
-
62
- /**
63
- * <p>Summary of details about the application.</p>
64
- */
65
- export interface ApplicationSummary {
66
- /**
67
- * <p>The application Amazon Resource Name (ARN).</p>
68
- */
69
- ApplicationId: string | undefined;
70
-
71
- /**
72
- * <p>The name of the author publishing the app.</p><p>Minimum length=1. Maximum length=127.</p><p>Pattern "^[a-z0-9](([a-z0-9]|-(?!-))*[a-z0-9])?$";</p>
73
- */
74
- Author: string | undefined;
75
-
76
- /**
77
- * <p>The date and time this resource was created.</p>
78
- */
79
- CreationTime?: string;
80
-
81
- /**
82
- * <p>The description of the application.</p><p>Minimum length=1. Maximum length=256</p>
83
- */
84
- Description: string | undefined;
85
-
86
- /**
87
- * <p>A URL with more information about the application, for example the location of your GitHub repository for the application.</p>
88
- */
89
- HomePageUrl?: string;
90
-
91
- /**
92
- * <p>Labels to improve discovery of apps in search results.</p><p>Minimum length=1. Maximum length=127. Maximum number of labels: 10</p><p>Pattern: "^[a-zA-Z0-9+\\-_:\\/@]+$";</p>
93
- */
94
- Labels?: string[];
95
-
96
- /**
97
- * <p>The name of the application.</p><p>Minimum length=1. Maximum length=140</p><p>Pattern: "[a-zA-Z0-9\\-]+";</p>
98
- */
99
- Name: string | undefined;
100
-
101
- /**
102
- * <p>A valid identifier from <a href="https://spdx.org/licenses/">https://spdx.org/licenses/</a>.</p>
103
- */
104
- SpdxLicenseId?: string;
105
- }
106
-
107
- export namespace ApplicationSummary {
108
- /**
109
- * @internal
110
- */
111
- export const filterSensitiveLog = (obj: ApplicationSummary): any => ({
112
- ...obj,
113
- });
114
- }
115
-
116
- export enum Capability {
117
- CAPABILITY_AUTO_EXPAND = "CAPABILITY_AUTO_EXPAND",
118
- CAPABILITY_IAM = "CAPABILITY_IAM",
119
- CAPABILITY_NAMED_IAM = "CAPABILITY_NAMED_IAM",
120
- CAPABILITY_RESOURCE_POLICY = "CAPABILITY_RESOURCE_POLICY",
121
- }
122
-
123
- /**
124
- * <p>Parameters supported by the application.</p>
125
- */
126
- export interface ParameterDefinition {
127
- /**
128
- * <p>A regular expression that represents the patterns to allow for String types.</p>
129
- */
130
- AllowedPattern?: string;
131
-
132
- /**
133
- * <p>An array containing the list of values allowed for the parameter.</p>
134
- */
135
- AllowedValues?: string[];
136
-
137
- /**
138
- * <p>A string that explains a constraint when the constraint is violated. For example, without a constraint description,
139
- * a parameter that has an allowed pattern of [A-Za-z0-9]+ displays the following error message when the user
140
- * specifies an invalid value:</p><p>
141
- * Malformed input-Parameter MyParameter must match pattern [A-Za-z0-9]+
142
- * </p><p>By adding a constraint description, such as "must contain only uppercase and lowercase letters and numbers," you can display
143
- * the following customized error message:</p><p>
144
- * Malformed input-Parameter MyParameter must contain only uppercase and lowercase letters and numbers.
145
- * </p>
146
- */
147
- ConstraintDescription?: string;
148
-
149
- /**
150
- * <p>A value of the appropriate type for the template to use if no value is specified when a stack is created.
151
- * If you define constraints for the parameter, you must specify a value that adheres to those constraints.</p>
152
- */
153
- DefaultValue?: string;
154
-
155
- /**
156
- * <p>A string of up to 4,000 characters that describes the parameter.</p>
157
- */
158
- Description?: string;
159
-
160
- /**
161
- * <p>An integer value that determines the largest number of characters that you want to allow for String types.</p>
162
- */
163
- MaxLength?: number;
164
-
165
- /**
166
- * <p>A numeric value that determines the largest numeric value that you want to allow for Number types.</p>
167
- */
168
- MaxValue?: number;
169
-
170
- /**
171
- * <p>An integer value that determines the smallest number of characters that you want to allow for String types.</p>
172
- */
173
- MinLength?: number;
174
-
175
- /**
176
- * <p>A numeric value that determines the smallest numeric value that you want to allow for Number types.</p>
177
- */
178
- MinValue?: number;
179
-
180
- /**
181
- * <p>The name of the parameter.</p>
182
- */
183
- Name: string | undefined;
184
-
185
- /**
186
- * <p>Whether to mask the parameter value whenever anyone makes a call that describes the stack. If you set the
187
- * value to true, the parameter value is masked with asterisks (*****).</p>
188
- */
189
- NoEcho?: boolean;
190
-
191
- /**
192
- * <p>A list of AWS SAM resources that use this parameter.</p>
193
- */
194
- ReferencedByResources: string[] | undefined;
195
-
196
- /**
197
- * <p>The type of the parameter.</p><p>Valid values: String | Number | List&lt;Number> | CommaDelimitedList
198
- * </p><p>
199
- * String: A literal string.</p><p>For example, users can specify "MyUserName".</p><p>
200
- * Number: An integer or float. AWS CloudFormation validates the parameter value as a number. However, when you use the
201
- * parameter elsewhere in your template (for example, by using the Ref intrinsic function), the parameter value becomes a string.</p><p>For example, users might specify "8888".</p><p>
202
- * List&lt;Number>: An array of integers or floats that are separated by commas. AWS CloudFormation validates the parameter value as numbers. However, when
203
- * you use the parameter elsewhere in your template (for example, by using the Ref intrinsic function), the parameter value becomes a list of strings.</p><p>For example, users might specify "80,20", and then Ref results in ["80","20"].</p><p>
204
- * CommaDelimitedList: An array of literal strings that are separated by commas. The total number of strings should be one more than the total number of commas.
205
- * Also, each member string is space-trimmed.</p><p>For example, users might specify "test,dev,prod", and then Ref results in ["test","dev","prod"].</p>
206
- */
207
- Type?: string;
208
- }
209
-
210
- export namespace ParameterDefinition {
211
- /**
212
- * @internal
213
- */
214
- export const filterSensitiveLog = (obj: ParameterDefinition): any => ({
215
- ...obj,
216
- });
217
- }
218
-
219
- /**
220
- * <p>Parameter value of the application.</p>
221
- */
222
- export interface ParameterValue {
223
- /**
224
- * <p>The key associated with the parameter. If you don't specify a key and value for a particular parameter, AWS CloudFormation
225
- * uses the default value that is specified in your template.</p>
226
- */
227
- Name: string | undefined;
228
-
229
- /**
230
- * <p>The input value associated with the parameter.</p>
231
- */
232
- Value: string | undefined;
233
- }
234
-
235
- export namespace ParameterValue {
236
- /**
237
- * @internal
238
- */
239
- export const filterSensitiveLog = (obj: ParameterValue): any => ({
240
- ...obj,
241
- });
242
- }
243
-
244
- /**
245
- * <p>This property corresponds to the <i>AWS CloudFormation <a href="https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/RollbackTrigger">RollbackTrigger</a>
246
- * </i> Data Type.</p>
247
- */
248
- export interface RollbackTrigger {
249
- /**
250
- * <p>This property corresponds to the content of the same name for the <i>AWS CloudFormation <a href="https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/RollbackTrigger">RollbackTrigger</a>
251
- * </i> Data Type.</p>
252
- */
253
- Arn: string | undefined;
254
-
255
- /**
256
- * <p>This property corresponds to the content of the same name for the <i>AWS CloudFormation <a href="https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/RollbackTrigger">RollbackTrigger</a>
257
- * </i> Data Type.</p>
258
- */
259
- Type: string | undefined;
260
- }
261
-
262
- export namespace RollbackTrigger {
263
- /**
264
- * @internal
265
- */
266
- export const filterSensitiveLog = (obj: RollbackTrigger): any => ({
267
- ...obj,
268
- });
269
- }
270
-
271
- /**
272
- * <p>This property corresponds to the <i>AWS CloudFormation <a href="https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/Tag">Tag</a>
273
- * </i> Data Type.</p>
274
- */
275
- export interface Tag {
276
- /**
277
- * <p>This property corresponds to the content of the same name for the <i>AWS CloudFormation <a href="https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/Tag">Tag</a>
278
- * </i> Data Type.</p>
279
- */
280
- Key: string | undefined;
281
-
282
- /**
283
- * <p>This property corresponds to the content of the same name for the <i>AWS CloudFormation <a href="https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/Tag">
284
- * Tag</a>
285
- * </i>
286
- * Data Type.</p>
287
- */
288
- Value: string | undefined;
289
- }
290
-
291
- export namespace Tag {
292
- /**
293
- * @internal
294
- */
295
- export const filterSensitiveLog = (obj: Tag): any => ({
296
- ...obj,
297
- });
298
- }
299
-
300
- /**
301
- * <p>An application version summary.</p>
302
- */
303
- export interface VersionSummary {
304
- /**
305
- * <p>The application Amazon Resource Name (ARN).</p>
306
- */
307
- ApplicationId: string | undefined;
308
-
309
- /**
310
- * <p>The date and time this resource was created.</p>
311
- */
312
- CreationTime: string | undefined;
313
-
314
- /**
315
- * <p>The semantic version of the application:</p><p>
316
- * <a href="https://semver.org/">https://semver.org/</a>
317
- * </p>
318
- */
319
- SemanticVersion: string | undefined;
320
-
321
- /**
322
- * <p>A link to a public repository for the source code of your application, for example the URL of a specific GitHub commit.</p>
323
- */
324
- SourceCodeUrl?: string;
325
- }
326
-
327
- export namespace VersionSummary {
328
- /**
329
- * @internal
330
- */
331
- export const filterSensitiveLog = (obj: VersionSummary): any => ({
332
- ...obj,
333
- });
334
- }
335
-
336
- /**
337
- * <p>One of the parameters in the request is invalid.</p>
338
- */
339
- export interface BadRequestException extends __SmithyException, $MetadataBearer {
340
- name: "BadRequestException";
341
- $fault: "client";
342
- /**
343
- * <p>400</p>
344
- */
345
- ErrorCode?: string;
346
-
347
- /**
348
- * <p>One of the parameters in the request is invalid.</p>
349
- */
350
- Message?: string;
351
- }
352
-
353
- export namespace BadRequestException {
354
- /**
355
- * @internal
356
- */
357
- export const filterSensitiveLog = (obj: BadRequestException): any => ({
358
- ...obj,
359
- });
360
- }
361
-
362
- /**
363
- * <p>The resource already exists.</p>
364
- */
365
- export interface ConflictException extends __SmithyException, $MetadataBearer {
366
- name: "ConflictException";
367
- $fault: "client";
368
- /**
369
- * <p>409</p>
370
- */
371
- ErrorCode?: string;
372
-
373
- /**
374
- * <p>The resource already exists.</p>
375
- */
376
- Message?: string;
377
- }
378
-
379
- export namespace ConflictException {
380
- /**
381
- * @internal
382
- */
383
- export const filterSensitiveLog = (obj: ConflictException): any => ({
384
- ...obj,
385
- });
386
- }
387
-
388
- export interface CreateApplicationRequest {
389
- /**
390
- * <p>The name of the author publishing the app.</p><p>Minimum length=1. Maximum length=127.</p><p>Pattern "^[a-z0-9](([a-z0-9]|-(?!-))*[a-z0-9])?$";</p>
391
- */
392
- Author: string | undefined;
393
-
394
- /**
395
- * <p>The description of the application.</p><p>Minimum length=1. Maximum length=256</p>
396
- */
397
- Description: string | undefined;
398
-
399
- /**
400
- * <p>A URL with more information about the application, for example the location of your GitHub repository for the application.</p>
401
- */
402
- HomePageUrl?: string;
403
-
404
- /**
405
- * <p>Labels to improve discovery of apps in search results.</p><p>Minimum length=1. Maximum length=127. Maximum number of labels: 10</p><p>Pattern: "^[a-zA-Z0-9+\\-_:\\/@]+$";</p>
406
- */
407
- Labels?: string[];
408
-
409
- /**
410
- * <p>A local text file that contains the license of the app that matches the spdxLicenseID value of your application.
411
- * The file has the format file://&lt;path>/&lt;filename>.</p><p>Maximum size 5 MB</p><p>You can specify only one of licenseBody and licenseUrl; otherwise, an error results.</p>
412
- */
413
- LicenseBody?: string;
414
-
415
- /**
416
- * <p>A link to the S3 object that contains the license of the app that matches the spdxLicenseID value of your application.</p><p>Maximum size 5 MB</p><p>You can specify only one of licenseBody and licenseUrl; otherwise, an error results.</p>
417
- */
418
- LicenseUrl?: string;
419
-
420
- /**
421
- * <p>The name of the application that you want to publish.</p><p>Minimum length=1. Maximum length=140</p><p>Pattern: "[a-zA-Z0-9\\-]+";</p>
422
- */
423
- Name: string | undefined;
424
-
425
- /**
426
- * <p>A local text readme file in Markdown language that contains a more detailed description of the application and how it works.
427
- * The file has the format file://&lt;path>/&lt;filename>.</p><p>Maximum size 5 MB</p><p>You can specify only one of readmeBody and readmeUrl; otherwise, an error results.</p>
428
- */
429
- ReadmeBody?: string;
430
-
431
- /**
432
- * <p>A link to the S3 object in Markdown language that contains a more detailed description of the application and how it works.</p><p>Maximum size 5 MB</p><p>You can specify only one of readmeBody and readmeUrl; otherwise, an error results.</p>
433
- */
434
- ReadmeUrl?: string;
435
-
436
- /**
437
- * <p>The semantic version of the application:</p><p>
438
- * <a href="https://semver.org/">https://semver.org/</a>
439
- * </p>
440
- */
441
- SemanticVersion?: string;
442
-
443
- /**
444
- * <p>A link to the S3 object that contains the ZIP archive of the source code for this version of your application.</p><p>Maximum size 50 MB</p>
445
- */
446
- SourceCodeArchiveUrl?: string;
447
-
448
- /**
449
- * <p>A link to a public repository for the source code of your application, for example the URL of a specific GitHub commit.</p>
450
- */
451
- SourceCodeUrl?: string;
452
-
453
- /**
454
- * <p>A valid identifier from <a href="https://spdx.org/licenses/">https://spdx.org/licenses/</a>.</p>
455
- */
456
- SpdxLicenseId?: string;
457
-
458
- /**
459
- * <p>The local raw packaged AWS SAM template file of your application.
460
- * The file has the format file://&lt;path>/&lt;filename>.</p><p>You can specify only one of templateBody and templateUrl; otherwise an error results.</p>
461
- */
462
- TemplateBody?: string;
463
-
464
- /**
465
- * <p>A link to the S3 object containing the packaged AWS SAM template of your application.</p><p>You can specify only one of templateBody and templateUrl; otherwise an error results.</p>
466
- */
467
- TemplateUrl?: string;
468
- }
469
-
470
- export namespace CreateApplicationRequest {
471
- /**
472
- * @internal
473
- */
474
- export const filterSensitiveLog = (obj: CreateApplicationRequest): any => ({
475
- ...obj,
476
- });
477
- }
478
-
479
- /**
480
- * <p>Application version details.</p>
481
- */
482
- export interface Version {
483
- /**
484
- * <p>The application Amazon Resource Name (ARN).</p>
485
- */
486
- ApplicationId: string | undefined;
487
-
488
- /**
489
- * <p>The date and time this resource was created.</p>
490
- */
491
- CreationTime: string | undefined;
492
-
493
- /**
494
- * <p>An array of parameter types supported by the application.</p>
495
- */
496
- ParameterDefinitions: ParameterDefinition[] | undefined;
497
-
498
- /**
499
- * <p>A list of values that you must specify before you can deploy certain applications.
500
- * Some applications might include resources that can affect permissions in your AWS
501
- * account, for example, by creating new AWS Identity and Access Management (IAM) users.
502
- * For those applications, you must explicitly acknowledge their capabilities by
503
- * specifying this parameter.</p><p>The only valid values are CAPABILITY_IAM, CAPABILITY_NAMED_IAM,
504
- * CAPABILITY_RESOURCE_POLICY, and CAPABILITY_AUTO_EXPAND.</p><p>The following resources require you to specify CAPABILITY_IAM or
505
- * CAPABILITY_NAMED_IAM:
506
- * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html">AWS::IAM::Group</a>,
507
- * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html">AWS::IAM::InstanceProfile</a>,
508
- * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html">AWS::IAM::Policy</a>, and
509
- * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html">AWS::IAM::Role</a>.
510
- * If the application contains IAM resources, you can specify either CAPABILITY_IAM
511
- * or CAPABILITY_NAMED_IAM. If the application contains IAM resources
512
- * with custom names, you must specify CAPABILITY_NAMED_IAM.</p><p>The following resources require you to specify CAPABILITY_RESOURCE_POLICY:
513
- * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html">AWS::Lambda::Permission</a>,
514
- * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html">AWS::IAM:Policy</a>,
515
- * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html">AWS::ApplicationAutoScaling::ScalingPolicy</a>,
516
- * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html">AWS::S3::BucketPolicy</a>,
517
- * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html">AWS::SQS::QueuePolicy</a>, and
518
- * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html">AWS::SNS::TopicPolicy</a>.</p><p>Applications that contain one or more nested applications require you to specify
519
- * CAPABILITY_AUTO_EXPAND.</p><p>If your application template contains any of the above resources, we recommend that you review
520
- * all permissions associated with the application before deploying. If you don't specify
521
- * this parameter for an application that requires capabilities, the call will fail.</p>
522
- */
523
- RequiredCapabilities: (Capability | string)[] | undefined;
524
-
525
- /**
526
- * <p>Whether all of the AWS resources contained in this application are supported in the region
527
- * in which it is being retrieved.</p>
528
- */
529
- ResourcesSupported: boolean | undefined;
530
-
531
- /**
532
- * <p>The semantic version of the application:</p><p>
533
- * <a href="https://semver.org/">https://semver.org/</a>
534
- * </p>
535
- */
536
- SemanticVersion: string | undefined;
537
-
538
- /**
539
- * <p>A link to the S3 object that contains the ZIP archive of the source code for this version of your application.</p><p>Maximum size 50 MB</p>
540
- */
541
- SourceCodeArchiveUrl?: string;
542
-
543
- /**
544
- * <p>A link to a public repository for the source code of your application, for example the URL of a specific GitHub commit.</p>
545
- */
546
- SourceCodeUrl?: string;
547
-
548
- /**
549
- * <p>A link to the packaged AWS SAM template of your application.</p>
550
- */
551
- TemplateUrl: string | undefined;
552
- }
553
-
554
- export namespace Version {
555
- /**
556
- * @internal
557
- */
558
- export const filterSensitiveLog = (obj: Version): any => ({
559
- ...obj,
560
- });
561
- }
562
-
563
- export interface CreateApplicationResponse {
564
- /**
565
- * <p>The application Amazon Resource Name (ARN).</p>
566
- */
567
- ApplicationId?: string;
568
-
569
- /**
570
- * <p>The name of the author publishing the app.</p><p>Minimum length=1. Maximum length=127.</p><p>Pattern "^[a-z0-9](([a-z0-9]|-(?!-))*[a-z0-9])?$";</p>
571
- */
572
- Author?: string;
573
-
574
- /**
575
- * <p>The date and time this resource was created.</p>
576
- */
577
- CreationTime?: string;
578
-
579
- /**
580
- * <p>The description of the application.</p><p>Minimum length=1. Maximum length=256</p>
581
- */
582
- Description?: string;
583
-
584
- /**
585
- * <p>A URL with more information about the application, for example the location of your GitHub repository for the application.</p>
586
- */
587
- HomePageUrl?: string;
588
-
589
- /**
590
- * <p>Whether the author of this application has been verified. This means means that AWS has made a good faith review, as a reasonable and prudent service provider, of the information provided by the requester and has confirmed that the requester's identity is as claimed.</p>
591
- */
592
- IsVerifiedAuthor?: boolean;
593
-
594
- /**
595
- * <p>Labels to improve discovery of apps in search results.</p><p>Minimum length=1. Maximum length=127. Maximum number of labels: 10</p><p>Pattern: "^[a-zA-Z0-9+\\-_:\\/@]+$";</p>
596
- */
597
- Labels?: string[];
598
-
599
- /**
600
- * <p>A link to a license file of the app that matches the spdxLicenseID value of your application.</p><p>Maximum size 5 MB</p>
601
- */
602
- LicenseUrl?: string;
603
-
604
- /**
605
- * <p>The name of the application.</p><p>Minimum length=1. Maximum length=140</p><p>Pattern: "[a-zA-Z0-9\\-]+";</p>
606
- */
607
- Name?: string;
608
-
609
- /**
610
- * <p>A link to the readme file in Markdown language that contains a more detailed description of the application and how it works.</p><p>Maximum size 5 MB</p>
611
- */
612
- ReadmeUrl?: string;
613
-
614
- /**
615
- * <p>A valid identifier from https://spdx.org/licenses/.</p>
616
- */
617
- SpdxLicenseId?: string;
618
-
619
- /**
620
- * <p>The URL to the public profile of a verified author. This URL is submitted by the author.</p>
621
- */
622
- VerifiedAuthorUrl?: string;
623
-
624
- /**
625
- * <p>Version information about the application.</p>
626
- */
627
- Version?: Version;
628
- }
629
-
630
- export namespace CreateApplicationResponse {
631
- /**
632
- * @internal
633
- */
634
- export const filterSensitiveLog = (obj: CreateApplicationResponse): any => ({
635
- ...obj,
636
- });
637
- }
638
-
639
- /**
640
- * <p>The client is not authenticated.</p>
641
- */
642
- export interface ForbiddenException extends __SmithyException, $MetadataBearer {
643
- name: "ForbiddenException";
644
- $fault: "client";
645
- /**
646
- * <p>403</p>
647
- */
648
- ErrorCode?: string;
649
-
650
- /**
651
- * <p>The client is not authenticated.</p>
652
- */
653
- Message?: string;
654
- }
655
-
656
- export namespace ForbiddenException {
657
- /**
658
- * @internal
659
- */
660
- export const filterSensitiveLog = (obj: ForbiddenException): any => ({
661
- ...obj,
662
- });
663
- }
664
-
665
- /**
666
- * <p>The AWS Serverless Application Repository service encountered an internal error.</p>
667
- */
668
- export interface InternalServerErrorException extends __SmithyException, $MetadataBearer {
669
- name: "InternalServerErrorException";
670
- $fault: "server";
671
- /**
672
- * <p>500</p>
673
- */
674
- ErrorCode?: string;
675
-
676
- /**
677
- * <p>The AWS Serverless Application Repository service encountered an internal error.</p>
678
- */
679
- Message?: string;
680
- }
681
-
682
- export namespace InternalServerErrorException {
683
- /**
684
- * @internal
685
- */
686
- export const filterSensitiveLog = (obj: InternalServerErrorException): any => ({
687
- ...obj,
688
- });
689
- }
690
-
691
- /**
692
- * <p>The client is sending more than the allowed number of requests per unit of time.</p>
693
- */
694
- export interface TooManyRequestsException extends __SmithyException, $MetadataBearer {
695
- name: "TooManyRequestsException";
696
- $fault: "client";
697
- /**
698
- * <p>429</p>
699
- */
700
- ErrorCode?: string;
701
-
702
- /**
703
- * <p>The client is sending more than the allowed number of requests per unit of time.</p>
704
- */
705
- Message?: string;
706
- }
707
-
708
- export namespace TooManyRequestsException {
709
- /**
710
- * @internal
711
- */
712
- export const filterSensitiveLog = (obj: TooManyRequestsException): any => ({
713
- ...obj,
714
- });
715
- }
716
-
717
- export interface CreateApplicationVersionRequest {
718
- /**
719
- * <p>The Amazon Resource Name (ARN) of the application.</p>
720
- */
721
- ApplicationId: string | undefined;
722
-
723
- /**
724
- * <p>The semantic version of the new version.</p>
725
- */
726
- SemanticVersion: string | undefined;
727
-
728
- /**
729
- * <p>A link to the S3 object that contains the ZIP archive of the source code for this version of your application.</p><p>Maximum size 50 MB</p>
730
- */
731
- SourceCodeArchiveUrl?: string;
732
-
733
- /**
734
- * <p>A link to a public repository for the source code of your application, for example the URL of a specific GitHub commit.</p>
735
- */
736
- SourceCodeUrl?: string;
737
-
738
- /**
739
- * <p>The raw packaged AWS SAM template of your application.</p>
740
- */
741
- TemplateBody?: string;
742
-
743
- /**
744
- * <p>A link to the packaged AWS SAM template of your application.</p>
745
- */
746
- TemplateUrl?: string;
747
- }
748
-
749
- export namespace CreateApplicationVersionRequest {
750
- /**
751
- * @internal
752
- */
753
- export const filterSensitiveLog = (obj: CreateApplicationVersionRequest): any => ({
754
- ...obj,
755
- });
756
- }
757
-
758
- export interface CreateApplicationVersionResponse {
759
- /**
760
- * <p>The application Amazon Resource Name (ARN).</p>
761
- */
762
- ApplicationId?: string;
763
-
764
- /**
765
- * <p>The date and time this resource was created.</p>
766
- */
767
- CreationTime?: string;
768
-
769
- /**
770
- * <p>An array of parameter types supported by the application.</p>
771
- */
772
- ParameterDefinitions?: ParameterDefinition[];
773
-
774
- /**
775
- * <p>A list of values that you must specify before you can deploy certain applications.
776
- * Some applications might include resources that can affect permissions in your AWS
777
- * account, for example, by creating new AWS Identity and Access Management (IAM) users.
778
- * For those applications, you must explicitly acknowledge their capabilities by
779
- * specifying this parameter.</p><p>The only valid values are CAPABILITY_IAM, CAPABILITY_NAMED_IAM,
780
- * CAPABILITY_RESOURCE_POLICY, and CAPABILITY_AUTO_EXPAND.</p><p>The following resources require you to specify CAPABILITY_IAM or
781
- * CAPABILITY_NAMED_IAM:
782
- * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html">AWS::IAM::Group</a>,
783
- * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html">AWS::IAM::InstanceProfile</a>,
784
- * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html">AWS::IAM::Policy</a>, and
785
- * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html">AWS::IAM::Role</a>.
786
- * If the application contains IAM resources, you can specify either CAPABILITY_IAM
787
- * or CAPABILITY_NAMED_IAM. If the application contains IAM resources
788
- * with custom names, you must specify CAPABILITY_NAMED_IAM.</p><p>The following resources require you to specify CAPABILITY_RESOURCE_POLICY:
789
- * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html">AWS::Lambda::Permission</a>,
790
- * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html">AWS::IAM:Policy</a>,
791
- * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html">AWS::ApplicationAutoScaling::ScalingPolicy</a>,
792
- * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html">AWS::S3::BucketPolicy</a>,
793
- * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html">AWS::SQS::QueuePolicy</a>, and
794
- * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html">AWS::SNS::TopicPolicy</a>.</p><p>Applications that contain one or more nested applications require you to specify
795
- * CAPABILITY_AUTO_EXPAND.</p><p>If your application template contains any of the above resources, we recommend that you review
796
- * all permissions associated with the application before deploying. If you don't specify
797
- * this parameter for an application that requires capabilities, the call will fail.</p>
798
- */
799
- RequiredCapabilities?: (Capability | string)[];
800
-
801
- /**
802
- * <p>Whether all of the AWS resources contained in this application are supported in the region
803
- * in which it is being retrieved.</p>
804
- */
805
- ResourcesSupported?: boolean;
806
-
807
- /**
808
- * <p>The semantic version of the application:</p><p>
809
- * <a href="https://semver.org/">https://semver.org/</a>
810
- * </p>
811
- */
812
- SemanticVersion?: string;
813
-
814
- /**
815
- * <p>A link to the S3 object that contains the ZIP archive of the source code for this version of your application.</p><p>Maximum size 50 MB</p>
816
- */
817
- SourceCodeArchiveUrl?: string;
818
-
819
- /**
820
- * <p>A link to a public repository for the source code of your application, for example the URL of a specific GitHub commit.</p>
821
- */
822
- SourceCodeUrl?: string;
823
-
824
- /**
825
- * <p>A link to the packaged AWS SAM template of your application.</p>
826
- */
827
- TemplateUrl?: string;
828
- }
829
-
830
- export namespace CreateApplicationVersionResponse {
831
- /**
832
- * @internal
833
- */
834
- export const filterSensitiveLog = (obj: CreateApplicationVersionResponse): any => ({
835
- ...obj,
836
- });
837
- }
838
-
839
- /**
840
- * <p>This property corresponds to the <i>AWS CloudFormation <a href="https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/RollbackConfiguration">RollbackConfiguration</a>
841
- * </i> Data Type.</p>
842
- */
843
- export interface RollbackConfiguration {
844
- /**
845
- * <p>This property corresponds to the content of the same name for the <i>AWS CloudFormation <a href="https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/RollbackConfiguration">RollbackConfiguration</a>
846
- * </i> Data Type.</p>
847
- */
848
- MonitoringTimeInMinutes?: number;
849
-
850
- /**
851
- * <p>This property corresponds to the content of the same name for the <i>AWS CloudFormation <a href="https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/RollbackConfiguration">RollbackConfiguration</a>
852
- * </i> Data Type.</p>
853
- */
854
- RollbackTriggers?: RollbackTrigger[];
855
- }
856
-
857
- export namespace RollbackConfiguration {
858
- /**
859
- * @internal
860
- */
861
- export const filterSensitiveLog = (obj: RollbackConfiguration): any => ({
862
- ...obj,
863
- });
864
- }
865
-
866
- export interface CreateCloudFormationChangeSetRequest {
867
- /**
868
- * <p>The Amazon Resource Name (ARN) of the application.</p>
869
- */
870
- ApplicationId: string | undefined;
871
-
872
- /**
873
- * <p>A list of values that you must specify before you can deploy certain applications.
874
- * Some applications might include resources that can affect permissions in your AWS
875
- * account, for example, by creating new AWS Identity and Access Management (IAM) users.
876
- * For those applications, you must explicitly acknowledge their capabilities by
877
- * specifying this parameter.</p><p>The only valid values are CAPABILITY_IAM, CAPABILITY_NAMED_IAM,
878
- * CAPABILITY_RESOURCE_POLICY, and CAPABILITY_AUTO_EXPAND.</p><p>The following resources require you to specify CAPABILITY_IAM or
879
- * CAPABILITY_NAMED_IAM:
880
- * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html">AWS::IAM::Group</a>,
881
- * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html">AWS::IAM::InstanceProfile</a>,
882
- * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html">AWS::IAM::Policy</a>, and
883
- * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html">AWS::IAM::Role</a>.
884
- * If the application contains IAM resources, you can specify either CAPABILITY_IAM
885
- * or CAPABILITY_NAMED_IAM. If the application contains IAM resources
886
- * with custom names, you must specify CAPABILITY_NAMED_IAM.</p><p>The following resources require you to specify CAPABILITY_RESOURCE_POLICY:
887
- * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html">AWS::Lambda::Permission</a>,
888
- * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html">AWS::IAM:Policy</a>,
889
- * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationautoscaling-scalingpolicy.html">AWS::ApplicationAutoScaling::ScalingPolicy</a>,
890
- * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html">AWS::S3::BucketPolicy</a>,
891
- * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html">AWS::SQS::QueuePolicy</a>, and
892
- * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-policy.html">AWS::SNS:TopicPolicy</a>.</p><p>Applications that contain one or more nested applications require you to specify
893
- * CAPABILITY_AUTO_EXPAND.</p><p>If your application template contains any of the above resources, we recommend that you review
894
- * all permissions associated with the application before deploying. If you don't specify
895
- * this parameter for an application that requires capabilities, the call will fail.</p>
896
- */
897
- Capabilities?: string[];
898
-
899
- /**
900
- * <p>This property corresponds to the parameter of the same name for the <i>AWS CloudFormation <a href="https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/CreateChangeSet">CreateChangeSet</a>
901
- * </i> API.</p>
902
- */
903
- ChangeSetName?: string;
904
-
905
- /**
906
- * <p>This property corresponds to the parameter of the same name for the <i>AWS CloudFormation <a href="https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/CreateChangeSet">CreateChangeSet</a>
907
- * </i> API.</p>
908
- */
909
- ClientToken?: string;
910
-
911
- /**
912
- * <p>This property corresponds to the parameter of the same name for the <i>AWS CloudFormation <a href="https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/CreateChangeSet">CreateChangeSet</a>
913
- * </i> API.</p>
914
- */
915
- Description?: string;
916
-
917
- /**
918
- * <p>This property corresponds to the parameter of the same name for the <i>AWS CloudFormation <a href="https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/CreateChangeSet">CreateChangeSet</a>
919
- * </i> API.</p>
920
- */
921
- NotificationArns?: string[];
922
-
923
- /**
924
- * <p>A list of parameter values for the parameters of the application.</p>
925
- */
926
- ParameterOverrides?: ParameterValue[];
927
-
928
- /**
929
- * <p>This property corresponds to the parameter of the same name for the <i>AWS CloudFormation <a href="https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/CreateChangeSet">CreateChangeSet</a>
930
- * </i> API.</p>
931
- */
932
- ResourceTypes?: string[];
933
-
934
- /**
935
- * <p>This property corresponds to the parameter of the same name for the <i>AWS CloudFormation <a href="https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/CreateChangeSet">CreateChangeSet</a>
936
- * </i> API.</p>
937
- */
938
- RollbackConfiguration?: RollbackConfiguration;
939
-
940
- /**
941
- * <p>The semantic version of the application:</p><p>
942
- * <a href="https://semver.org/">https://semver.org/</a>
943
- * </p>
944
- */
945
- SemanticVersion?: string;
946
-
947
- /**
948
- * <p>This property corresponds to the parameter of the same name for the <i>AWS CloudFormation <a href="https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/CreateChangeSet">CreateChangeSet</a>
949
- * </i> API.</p>
950
- */
951
- StackName: string | undefined;
952
-
953
- /**
954
- * <p>This property corresponds to the parameter of the same name for the <i>AWS CloudFormation <a href="https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/CreateChangeSet">CreateChangeSet</a>
955
- * </i> API.</p>
956
- */
957
- Tags?: Tag[];
958
-
959
- /**
960
- * <p>The UUID returned by CreateCloudFormationTemplate.</p><p>Pattern: [0-9a-fA-F]{8}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{12}</p>
961
- */
962
- TemplateId?: string;
963
- }
964
-
965
- export namespace CreateCloudFormationChangeSetRequest {
966
- /**
967
- * @internal
968
- */
969
- export const filterSensitiveLog = (obj: CreateCloudFormationChangeSetRequest): any => ({
970
- ...obj,
971
- });
972
- }
973
-
974
- export interface CreateCloudFormationChangeSetResponse {
975
- /**
976
- * <p>The application Amazon Resource Name (ARN).</p>
977
- */
978
- ApplicationId?: string;
979
-
980
- /**
981
- * <p>The Amazon Resource Name (ARN) of the change set.</p><p>Length constraints: Minimum length of 1.</p><p>Pattern: ARN:[-a-zA-Z0-9:/]*</p>
982
- */
983
- ChangeSetId?: string;
984
-
985
- /**
986
- * <p>The semantic version of the application:</p><p>
987
- * <a href="https://semver.org/">https://semver.org/</a>
988
- * </p>
989
- */
990
- SemanticVersion?: string;
991
-
992
- /**
993
- * <p>The unique ID of the stack.</p>
994
- */
995
- StackId?: string;
996
- }
997
-
998
- export namespace CreateCloudFormationChangeSetResponse {
999
- /**
1000
- * @internal
1001
- */
1002
- export const filterSensitiveLog = (obj: CreateCloudFormationChangeSetResponse): any => ({
1003
- ...obj,
1004
- });
1005
- }
1006
-
1007
- export interface CreateCloudFormationTemplateRequest {
1008
- /**
1009
- * <p>The Amazon Resource Name (ARN) of the application.</p>
1010
- */
1011
- ApplicationId: string | undefined;
1012
-
1013
- /**
1014
- * <p>The semantic version of the application:</p><p>
1015
- * <a href="https://semver.org/">https://semver.org/</a>
1016
- * </p>
1017
- */
1018
- SemanticVersion?: string;
1019
- }
1020
-
1021
- export namespace CreateCloudFormationTemplateRequest {
1022
- /**
1023
- * @internal
1024
- */
1025
- export const filterSensitiveLog = (obj: CreateCloudFormationTemplateRequest): any => ({
1026
- ...obj,
1027
- });
1028
- }
1029
-
1030
- export enum Status {
1031
- ACTIVE = "ACTIVE",
1032
- EXPIRED = "EXPIRED",
1033
- PREPARING = "PREPARING",
1034
- }
1035
-
1036
- export interface CreateCloudFormationTemplateResponse {
1037
- /**
1038
- * <p>The application Amazon Resource Name (ARN).</p>
1039
- */
1040
- ApplicationId?: string;
1041
-
1042
- /**
1043
- * <p>The date and time this resource was created.</p>
1044
- */
1045
- CreationTime?: string;
1046
-
1047
- /**
1048
- * <p>The date and time this template expires. Templates
1049
- * expire 1 hour after creation.</p>
1050
- */
1051
- ExpirationTime?: string;
1052
-
1053
- /**
1054
- * <p>The semantic version of the application:</p><p>
1055
- * <a href="https://semver.org/">https://semver.org/</a>
1056
- * </p>
1057
- */
1058
- SemanticVersion?: string;
1059
-
1060
- /**
1061
- * <p>Status of the template creation workflow.</p><p>Possible values: PREPARING | ACTIVE | EXPIRED
1062
- * </p>
1063
- */
1064
- Status?: Status | string;
1065
-
1066
- /**
1067
- * <p>The UUID returned by CreateCloudFormationTemplate.</p><p>Pattern: [0-9a-fA-F]{8}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{12}</p>
1068
- */
1069
- TemplateId?: string;
1070
-
1071
- /**
1072
- * <p>A link to the template that can be used to deploy the application using
1073
- * AWS CloudFormation.</p>
1074
- */
1075
- TemplateUrl?: string;
1076
- }
1077
-
1078
- export namespace CreateCloudFormationTemplateResponse {
1079
- /**
1080
- * @internal
1081
- */
1082
- export const filterSensitiveLog = (obj: CreateCloudFormationTemplateResponse): any => ({
1083
- ...obj,
1084
- });
1085
- }
1086
-
1087
- /**
1088
- * <p>The resource (for example, an access policy statement) specified in the request doesn't exist.</p>
1089
- */
1090
- export interface NotFoundException extends __SmithyException, $MetadataBearer {
1091
- name: "NotFoundException";
1092
- $fault: "client";
1093
- /**
1094
- * <p>404</p>
1095
- */
1096
- ErrorCode?: string;
1097
-
1098
- /**
1099
- * <p>The resource (for example, an access policy statement) specified in the request doesn't exist.</p>
1100
- */
1101
- Message?: string;
1102
- }
1103
-
1104
- export namespace NotFoundException {
1105
- /**
1106
- * @internal
1107
- */
1108
- export const filterSensitiveLog = (obj: NotFoundException): any => ({
1109
- ...obj,
1110
- });
1111
- }
1112
-
1113
- export interface DeleteApplicationRequest {
1114
- /**
1115
- * <p>The Amazon Resource Name (ARN) of the application.</p>
1116
- */
1117
- ApplicationId: string | undefined;
1118
- }
1119
-
1120
- export namespace DeleteApplicationRequest {
1121
- /**
1122
- * @internal
1123
- */
1124
- export const filterSensitiveLog = (obj: DeleteApplicationRequest): any => ({
1125
- ...obj,
1126
- });
1127
- }
1128
-
1129
- export interface GetApplicationRequest {
1130
- /**
1131
- * <p>The Amazon Resource Name (ARN) of the application.</p>
1132
- */
1133
- ApplicationId: string | undefined;
1134
-
1135
- /**
1136
- * <p>The semantic version of the application to get.</p>
1137
- */
1138
- SemanticVersion?: string;
1139
- }
1140
-
1141
- export namespace GetApplicationRequest {
1142
- /**
1143
- * @internal
1144
- */
1145
- export const filterSensitiveLog = (obj: GetApplicationRequest): any => ({
1146
- ...obj,
1147
- });
1148
- }
1149
-
1150
- export interface GetApplicationResponse {
1151
- /**
1152
- * <p>The application Amazon Resource Name (ARN).</p>
1153
- */
1154
- ApplicationId?: string;
1155
-
1156
- /**
1157
- * <p>The name of the author publishing the app.</p><p>Minimum length=1. Maximum length=127.</p><p>Pattern "^[a-z0-9](([a-z0-9]|-(?!-))*[a-z0-9])?$";</p>
1158
- */
1159
- Author?: string;
1160
-
1161
- /**
1162
- * <p>The date and time this resource was created.</p>
1163
- */
1164
- CreationTime?: string;
1165
-
1166
- /**
1167
- * <p>The description of the application.</p><p>Minimum length=1. Maximum length=256</p>
1168
- */
1169
- Description?: string;
1170
-
1171
- /**
1172
- * <p>A URL with more information about the application, for example the location of your GitHub repository for the application.</p>
1173
- */
1174
- HomePageUrl?: string;
1175
-
1176
- /**
1177
- * <p>Whether the author of this application has been verified. This means means that AWS has made a good faith review, as a reasonable and prudent service provider, of the information provided by the requester and has confirmed that the requester's identity is as claimed.</p>
1178
- */
1179
- IsVerifiedAuthor?: boolean;
1180
-
1181
- /**
1182
- * <p>Labels to improve discovery of apps in search results.</p><p>Minimum length=1. Maximum length=127. Maximum number of labels: 10</p><p>Pattern: "^[a-zA-Z0-9+\\-_:\\/@]+$";</p>
1183
- */
1184
- Labels?: string[];
1185
-
1186
- /**
1187
- * <p>A link to a license file of the app that matches the spdxLicenseID value of your application.</p><p>Maximum size 5 MB</p>
1188
- */
1189
- LicenseUrl?: string;
1190
-
1191
- /**
1192
- * <p>The name of the application.</p><p>Minimum length=1. Maximum length=140</p><p>Pattern: "[a-zA-Z0-9\\-]+";</p>
1193
- */
1194
- Name?: string;
1195
-
1196
- /**
1197
- * <p>A link to the readme file in Markdown language that contains a more detailed description of the application and how it works.</p><p>Maximum size 5 MB</p>
1198
- */
1199
- ReadmeUrl?: string;
1200
-
1201
- /**
1202
- * <p>A valid identifier from https://spdx.org/licenses/.</p>
1203
- */
1204
- SpdxLicenseId?: string;
1205
-
1206
- /**
1207
- * <p>The URL to the public profile of a verified author. This URL is submitted by the author.</p>
1208
- */
1209
- VerifiedAuthorUrl?: string;
1210
-
1211
- /**
1212
- * <p>Version information about the application.</p>
1213
- */
1214
- Version?: Version;
1215
- }
1216
-
1217
- export namespace GetApplicationResponse {
1218
- /**
1219
- * @internal
1220
- */
1221
- export const filterSensitiveLog = (obj: GetApplicationResponse): any => ({
1222
- ...obj,
1223
- });
1224
- }
1225
-
1226
- export interface GetApplicationPolicyRequest {
1227
- /**
1228
- * <p>The Amazon Resource Name (ARN) of the application.</p>
1229
- */
1230
- ApplicationId: string | undefined;
1231
- }
1232
-
1233
- export namespace GetApplicationPolicyRequest {
1234
- /**
1235
- * @internal
1236
- */
1237
- export const filterSensitiveLog = (obj: GetApplicationPolicyRequest): any => ({
1238
- ...obj,
1239
- });
1240
- }
1241
-
1242
- export interface GetApplicationPolicyResponse {
1243
- /**
1244
- * <p>An array of policy statements applied to the application.</p>
1245
- */
1246
- Statements?: ApplicationPolicyStatement[];
1247
- }
1248
-
1249
- export namespace GetApplicationPolicyResponse {
1250
- /**
1251
- * @internal
1252
- */
1253
- export const filterSensitiveLog = (obj: GetApplicationPolicyResponse): any => ({
1254
- ...obj,
1255
- });
1256
- }
1257
-
1258
- export interface GetCloudFormationTemplateRequest {
1259
- /**
1260
- * <p>The Amazon Resource Name (ARN) of the application.</p>
1261
- */
1262
- ApplicationId: string | undefined;
1263
-
1264
- /**
1265
- * <p>The UUID returned by CreateCloudFormationTemplate.</p><p>Pattern: [0-9a-fA-F]{8}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{12}</p>
1266
- */
1267
- TemplateId: string | undefined;
1268
- }
1269
-
1270
- export namespace GetCloudFormationTemplateRequest {
1271
- /**
1272
- * @internal
1273
- */
1274
- export const filterSensitiveLog = (obj: GetCloudFormationTemplateRequest): any => ({
1275
- ...obj,
1276
- });
1277
- }
1278
-
1279
- export interface GetCloudFormationTemplateResponse {
1280
- /**
1281
- * <p>The application Amazon Resource Name (ARN).</p>
1282
- */
1283
- ApplicationId?: string;
1284
-
1285
- /**
1286
- * <p>The date and time this resource was created.</p>
1287
- */
1288
- CreationTime?: string;
1289
-
1290
- /**
1291
- * <p>The date and time this template expires. Templates
1292
- * expire 1 hour after creation.</p>
1293
- */
1294
- ExpirationTime?: string;
1295
-
1296
- /**
1297
- * <p>The semantic version of the application:</p><p>
1298
- * <a href="https://semver.org/">https://semver.org/</a>
1299
- * </p>
1300
- */
1301
- SemanticVersion?: string;
1302
-
1303
- /**
1304
- * <p>Status of the template creation workflow.</p><p>Possible values: PREPARING | ACTIVE | EXPIRED
1305
- * </p>
1306
- */
1307
- Status?: Status | string;
1308
-
1309
- /**
1310
- * <p>The UUID returned by CreateCloudFormationTemplate.</p><p>Pattern: [0-9a-fA-F]{8}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{12}</p>
1311
- */
1312
- TemplateId?: string;
1313
-
1314
- /**
1315
- * <p>A link to the template that can be used to deploy the application using
1316
- * AWS CloudFormation.</p>
1317
- */
1318
- TemplateUrl?: string;
1319
- }
1320
-
1321
- export namespace GetCloudFormationTemplateResponse {
1322
- /**
1323
- * @internal
1324
- */
1325
- export const filterSensitiveLog = (obj: GetCloudFormationTemplateResponse): any => ({
1326
- ...obj,
1327
- });
1328
- }
1329
-
1330
- export interface ListApplicationDependenciesRequest {
1331
- /**
1332
- * <p>The Amazon Resource Name (ARN) of the application.</p>
1333
- */
1334
- ApplicationId: string | undefined;
1335
-
1336
- /**
1337
- * <p>The total number of items to return.</p>
1338
- */
1339
- MaxItems?: number;
1340
-
1341
- /**
1342
- * <p>A token to specify where to start paginating.</p>
1343
- */
1344
- NextToken?: string;
1345
-
1346
- /**
1347
- * <p>The semantic version of the application to get.</p>
1348
- */
1349
- SemanticVersion?: string;
1350
- }
1351
-
1352
- export namespace ListApplicationDependenciesRequest {
1353
- /**
1354
- * @internal
1355
- */
1356
- export const filterSensitiveLog = (obj: ListApplicationDependenciesRequest): any => ({
1357
- ...obj,
1358
- });
1359
- }
1360
-
1361
- export interface ListApplicationDependenciesResponse {
1362
- /**
1363
- * <p>An array of application summaries nested in the application.</p>
1364
- */
1365
- Dependencies?: ApplicationDependencySummary[];
1366
-
1367
- /**
1368
- * <p>The token to request the next page of results.</p>
1369
- */
1370
- NextToken?: string;
1371
- }
1372
-
1373
- export namespace ListApplicationDependenciesResponse {
1374
- /**
1375
- * @internal
1376
- */
1377
- export const filterSensitiveLog = (obj: ListApplicationDependenciesResponse): any => ({
1378
- ...obj,
1379
- });
1380
- }
1381
-
1382
- export interface ListApplicationsRequest {
1383
- /**
1384
- * <p>The total number of items to return.</p>
1385
- */
1386
- MaxItems?: number;
1387
-
1388
- /**
1389
- * <p>A token to specify where to start paginating.</p>
1390
- */
1391
- NextToken?: string;
1392
- }
1393
-
1394
- export namespace ListApplicationsRequest {
1395
- /**
1396
- * @internal
1397
- */
1398
- export const filterSensitiveLog = (obj: ListApplicationsRequest): any => ({
1399
- ...obj,
1400
- });
1401
- }
1402
-
1403
- export interface ListApplicationsResponse {
1404
- /**
1405
- * <p>An array of application summaries.</p>
1406
- */
1407
- Applications?: ApplicationSummary[];
1408
-
1409
- /**
1410
- * <p>The token to request the next page of results.</p>
1411
- */
1412
- NextToken?: string;
1413
- }
1414
-
1415
- export namespace ListApplicationsResponse {
1416
- /**
1417
- * @internal
1418
- */
1419
- export const filterSensitiveLog = (obj: ListApplicationsResponse): any => ({
1420
- ...obj,
1421
- });
1422
- }
1423
-
1424
- export interface ListApplicationVersionsRequest {
1425
- /**
1426
- * <p>The Amazon Resource Name (ARN) of the application.</p>
1427
- */
1428
- ApplicationId: string | undefined;
1429
-
1430
- /**
1431
- * <p>The total number of items to return.</p>
1432
- */
1433
- MaxItems?: number;
1434
-
1435
- /**
1436
- * <p>A token to specify where to start paginating.</p>
1437
- */
1438
- NextToken?: string;
1439
- }
1440
-
1441
- export namespace ListApplicationVersionsRequest {
1442
- /**
1443
- * @internal
1444
- */
1445
- export const filterSensitiveLog = (obj: ListApplicationVersionsRequest): any => ({
1446
- ...obj,
1447
- });
1448
- }
1449
-
1450
- export interface ListApplicationVersionsResponse {
1451
- /**
1452
- * <p>The token to request the next page of results.</p>
1453
- */
1454
- NextToken?: string;
1455
-
1456
- /**
1457
- * <p>An array of version summaries for the application.</p>
1458
- */
1459
- Versions?: VersionSummary[];
1460
- }
1461
-
1462
- export namespace ListApplicationVersionsResponse {
1463
- /**
1464
- * @internal
1465
- */
1466
- export const filterSensitiveLog = (obj: ListApplicationVersionsResponse): any => ({
1467
- ...obj,
1468
- });
1469
- }
1470
-
1471
- export interface PutApplicationPolicyRequest {
1472
- /**
1473
- * <p>The Amazon Resource Name (ARN) of the application.</p>
1474
- */
1475
- ApplicationId: string | undefined;
1476
-
1477
- /**
1478
- * <p>An array of policy statements applied to the application.</p>
1479
- */
1480
- Statements: ApplicationPolicyStatement[] | undefined;
1481
- }
1482
-
1483
- export namespace PutApplicationPolicyRequest {
1484
- /**
1485
- * @internal
1486
- */
1487
- export const filterSensitiveLog = (obj: PutApplicationPolicyRequest): any => ({
1488
- ...obj,
1489
- });
1490
- }
1491
-
1492
- export interface PutApplicationPolicyResponse {
1493
- /**
1494
- * <p>An array of policy statements applied to the application.</p>
1495
- */
1496
- Statements?: ApplicationPolicyStatement[];
1497
- }
1498
-
1499
- export namespace PutApplicationPolicyResponse {
1500
- /**
1501
- * @internal
1502
- */
1503
- export const filterSensitiveLog = (obj: PutApplicationPolicyResponse): any => ({
1504
- ...obj,
1505
- });
1506
- }
1507
-
1508
- export interface UnshareApplicationRequest {
1509
- /**
1510
- * <p>The Amazon Resource Name (ARN) of the application.</p>
1511
- */
1512
- ApplicationId: string | undefined;
1513
-
1514
- /**
1515
- * <p>The AWS Organization ID to unshare the application from.</p>
1516
- */
1517
- OrganizationId: string | undefined;
1518
- }
1519
-
1520
- export namespace UnshareApplicationRequest {
1521
- /**
1522
- * @internal
1523
- */
1524
- export const filterSensitiveLog = (obj: UnshareApplicationRequest): any => ({
1525
- ...obj,
1526
- });
1527
- }
1528
-
1529
- export interface UpdateApplicationRequest {
1530
- /**
1531
- * <p>The Amazon Resource Name (ARN) of the application.</p>
1532
- */
1533
- ApplicationId: string | undefined;
1534
-
1535
- /**
1536
- * <p>The name of the author publishing the app.</p><p>Minimum length=1. Maximum length=127.</p><p>Pattern "^[a-z0-9](([a-z0-9]|-(?!-))*[a-z0-9])?$";</p>
1537
- */
1538
- Author?: string;
1539
-
1540
- /**
1541
- * <p>The description of the application.</p><p>Minimum length=1. Maximum length=256</p>
1542
- */
1543
- Description?: string;
1544
-
1545
- /**
1546
- * <p>A URL with more information about the application, for example the location of your GitHub repository for the application.</p>
1547
- */
1548
- HomePageUrl?: string;
1549
-
1550
- /**
1551
- * <p>Labels to improve discovery of apps in search results.</p><p>Minimum length=1. Maximum length=127. Maximum number of labels: 10</p><p>Pattern: "^[a-zA-Z0-9+\\-_:\\/@]+$";</p>
1552
- */
1553
- Labels?: string[];
1554
-
1555
- /**
1556
- * <p>A text readme file in Markdown language that contains a more detailed description of the application and how it works.</p><p>Maximum size 5 MB</p>
1557
- */
1558
- ReadmeBody?: string;
1559
-
1560
- /**
1561
- * <p>A link to the readme file in Markdown language that contains a more detailed description of the application and how it works.</p><p>Maximum size 5 MB</p>
1562
- */
1563
- ReadmeUrl?: string;
1564
- }
1565
-
1566
- export namespace UpdateApplicationRequest {
1567
- /**
1568
- * @internal
1569
- */
1570
- export const filterSensitiveLog = (obj: UpdateApplicationRequest): any => ({
1571
- ...obj,
1572
- });
1573
- }
1574
-
1575
- export interface UpdateApplicationResponse {
1576
- /**
1577
- * <p>The application Amazon Resource Name (ARN).</p>
1578
- */
1579
- ApplicationId?: string;
1580
-
1581
- /**
1582
- * <p>The name of the author publishing the app.</p><p>Minimum length=1. Maximum length=127.</p><p>Pattern "^[a-z0-9](([a-z0-9]|-(?!-))*[a-z0-9])?$";</p>
1583
- */
1584
- Author?: string;
1585
-
1586
- /**
1587
- * <p>The date and time this resource was created.</p>
1588
- */
1589
- CreationTime?: string;
1590
-
1591
- /**
1592
- * <p>The description of the application.</p><p>Minimum length=1. Maximum length=256</p>
1593
- */
1594
- Description?: string;
1595
-
1596
- /**
1597
- * <p>A URL with more information about the application, for example the location of your GitHub repository for the application.</p>
1598
- */
1599
- HomePageUrl?: string;
1600
-
1601
- /**
1602
- * <p>Whether the author of this application has been verified. This means means that AWS has made a good faith review, as a reasonable and prudent service provider, of the information provided by the requester and has confirmed that the requester's identity is as claimed.</p>
1603
- */
1604
- IsVerifiedAuthor?: boolean;
1605
-
1606
- /**
1607
- * <p>Labels to improve discovery of apps in search results.</p><p>Minimum length=1. Maximum length=127. Maximum number of labels: 10</p><p>Pattern: "^[a-zA-Z0-9+\\-_:\\/@]+$";</p>
1608
- */
1609
- Labels?: string[];
1610
-
1611
- /**
1612
- * <p>A link to a license file of the app that matches the spdxLicenseID value of your application.</p><p>Maximum size 5 MB</p>
1613
- */
1614
- LicenseUrl?: string;
1615
-
1616
- /**
1617
- * <p>The name of the application.</p><p>Minimum length=1. Maximum length=140</p><p>Pattern: "[a-zA-Z0-9\\-]+";</p>
1618
- */
1619
- Name?: string;
1620
-
1621
- /**
1622
- * <p>A link to the readme file in Markdown language that contains a more detailed description of the application and how it works.</p><p>Maximum size 5 MB</p>
1623
- */
1624
- ReadmeUrl?: string;
1625
-
1626
- /**
1627
- * <p>A valid identifier from https://spdx.org/licenses/.</p>
1628
- */
1629
- SpdxLicenseId?: string;
1630
-
1631
- /**
1632
- * <p>The URL to the public profile of a verified author. This URL is submitted by the author.</p>
1633
- */
1634
- VerifiedAuthorUrl?: string;
1635
-
1636
- /**
1637
- * <p>Version information about the application.</p>
1638
- */
1639
- Version?: Version;
1640
- }
1641
-
1642
- export namespace UpdateApplicationResponse {
1643
- /**
1644
- * @internal
1645
- */
1646
- export const filterSensitiveLog = (obj: UpdateApplicationResponse): any => ({
1647
- ...obj,
1648
- });
1649
- }