@aws-sdk/client-serverlessapplicationrepository 3.33.0 → 3.36.1

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