@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,92 +1,51 @@
1
1
  import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
2
- /**
3
- * <p>A nested application summary.</p>
4
- */
2
+
5
3
  export interface ApplicationDependencySummary {
6
- /**
7
- * <p>The Amazon Resource Name (ARN) of the nested application.</p>
8
- */
4
+
9
5
  ApplicationId: string | undefined;
10
- /**
11
- * <p>The semantic version of the nested application.</p>
12
- */
6
+
13
7
  SemanticVersion: string | undefined;
14
8
  }
15
9
  export declare namespace ApplicationDependencySummary {
16
- /**
17
- * @internal
18
- */
10
+
19
11
  const filterSensitiveLog: (obj: ApplicationDependencySummary) => any;
20
12
  }
21
- /**
22
- * <p>Policy statement applied to the application.</p>
23
- */
13
+
24
14
  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
- */
15
+
29
16
  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
- */
17
+
33
18
  PrincipalOrgIDs?: string[];
34
- /**
35
- * <p>An array of AWS account IDs, or * to make the application public.</p>
36
- */
19
+
37
20
  Principals: string[] | undefined;
38
- /**
39
- * <p>A unique ID for the statement.</p>
40
- */
21
+
41
22
  StatementId?: string;
42
23
  }
43
24
  export declare namespace ApplicationPolicyStatement {
44
- /**
45
- * @internal
46
- */
25
+
47
26
  const filterSensitiveLog: (obj: ApplicationPolicyStatement) => any;
48
27
  }
49
- /**
50
- * <p>Summary of details about the application.</p>
51
- */
28
+
52
29
  export interface ApplicationSummary {
53
- /**
54
- * <p>The application Amazon Resource Name (ARN).</p>
55
- */
30
+
56
31
  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
- */
32
+
60
33
  Author: string | undefined;
61
- /**
62
- * <p>The date and time this resource was created.</p>
63
- */
34
+
64
35
  CreationTime?: string;
65
- /**
66
- * <p>The description of the application.</p><p>Minimum length=1. Maximum length=256</p>
67
- */
36
+
68
37
  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
- */
38
+
72
39
  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
- */
40
+
76
41
  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
- */
42
+
80
43
  Name: string | undefined;
81
- /**
82
- * <p>A valid identifier from <a href="https://spdx.org/licenses/">https://spdx.org/licenses/</a>.</p>
83
- */
44
+
84
45
  SpdxLicenseId?: string;
85
46
  }
86
47
  export declare namespace ApplicationSummary {
87
- /**
88
- * @internal
89
- */
48
+
90
49
  const filterSensitiveLog: (obj: ApplicationSummary) => any;
91
50
  }
92
51
  export declare enum Capability {
@@ -95,748 +54,352 @@ export declare enum Capability {
95
54
  CAPABILITY_NAMED_IAM = "CAPABILITY_NAMED_IAM",
96
55
  CAPABILITY_RESOURCE_POLICY = "CAPABILITY_RESOURCE_POLICY"
97
56
  }
98
- /**
99
- * <p>Parameters supported by the application.</p>
100
- */
57
+
101
58
  export interface ParameterDefinition {
102
- /**
103
- * <p>A regular expression that represents the patterns to allow for String types.</p>
104
- */
59
+
105
60
  AllowedPattern?: string;
106
- /**
107
- * <p>An array containing the list of values allowed for the parameter.</p>
108
- */
61
+
109
62
  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
- */
63
+
120
64
  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
- */
65
+
125
66
  DefaultValue?: string;
126
- /**
127
- * <p>A string of up to 4,000 characters that describes the parameter.</p>
128
- */
67
+
129
68
  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
- */
69
+
133
70
  MaxLength?: number;
134
- /**
135
- * <p>A numeric value that determines the largest numeric value that you want to allow for Number types.</p>
136
- */
71
+
137
72
  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
- */
73
+
141
74
  MinLength?: number;
142
- /**
143
- * <p>A numeric value that determines the smallest numeric value that you want to allow for Number types.</p>
144
- */
75
+
145
76
  MinValue?: number;
146
- /**
147
- * <p>The name of the parameter.</p>
148
- */
77
+
149
78
  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
- */
79
+
154
80
  NoEcho?: boolean;
155
- /**
156
- * <p>A list of AWS SAM resources that use this parameter.</p>
157
- */
81
+
158
82
  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
- */
83
+
170
84
  Type?: string;
171
85
  }
172
86
  export declare namespace ParameterDefinition {
173
- /**
174
- * @internal
175
- */
87
+
176
88
  const filterSensitiveLog: (obj: ParameterDefinition) => any;
177
89
  }
178
- /**
179
- * <p>Parameter value of the application.</p>
180
- */
90
+
181
91
  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
- */
92
+
186
93
  Name: string | undefined;
187
- /**
188
- * <p>The input value associated with the parameter.</p>
189
- */
94
+
190
95
  Value: string | undefined;
191
96
  }
192
97
  export declare namespace ParameterValue {
193
- /**
194
- * @internal
195
- */
98
+
196
99
  const filterSensitiveLog: (obj: ParameterValue) => any;
197
100
  }
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
- */
101
+
202
102
  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
- */
103
+
207
104
  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
- */
105
+
212
106
  Type: string | undefined;
213
107
  }
214
108
  export declare namespace RollbackTrigger {
215
- /**
216
- * @internal
217
- */
109
+
218
110
  const filterSensitiveLog: (obj: RollbackTrigger) => any;
219
111
  }
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
- */
112
+
224
113
  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
- */
114
+
229
115
  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
- */
116
+
236
117
  Value: string | undefined;
237
118
  }
238
119
  export declare namespace Tag {
239
- /**
240
- * @internal
241
- */
120
+
242
121
  const filterSensitiveLog: (obj: Tag) => any;
243
122
  }
244
- /**
245
- * <p>An application version summary.</p>
246
- */
123
+
247
124
  export interface VersionSummary {
248
- /**
249
- * <p>The application Amazon Resource Name (ARN).</p>
250
- */
125
+
251
126
  ApplicationId: string | undefined;
252
- /**
253
- * <p>The date and time this resource was created.</p>
254
- */
127
+
255
128
  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
- */
129
+
261
130
  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
- */
131
+
265
132
  SourceCodeUrl?: string;
266
133
  }
267
134
  export declare namespace VersionSummary {
268
- /**
269
- * @internal
270
- */
135
+
271
136
  const filterSensitiveLog: (obj: VersionSummary) => any;
272
137
  }
273
- /**
274
- * <p>One of the parameters in the request is invalid.</p>
275
- */
138
+
276
139
  export interface BadRequestException extends __SmithyException, $MetadataBearer {
277
140
  name: "BadRequestException";
278
141
  $fault: "client";
279
- /**
280
- * <p>400</p>
281
- */
142
+
282
143
  ErrorCode?: string;
283
- /**
284
- * <p>One of the parameters in the request is invalid.</p>
285
- */
144
+
286
145
  Message?: string;
287
146
  }
288
147
  export declare namespace BadRequestException {
289
- /**
290
- * @internal
291
- */
148
+
292
149
  const filterSensitiveLog: (obj: BadRequestException) => any;
293
150
  }
294
- /**
295
- * <p>The resource already exists.</p>
296
- */
151
+
297
152
  export interface ConflictException extends __SmithyException, $MetadataBearer {
298
153
  name: "ConflictException";
299
154
  $fault: "client";
300
- /**
301
- * <p>409</p>
302
- */
155
+
303
156
  ErrorCode?: string;
304
- /**
305
- * <p>The resource already exists.</p>
306
- */
157
+
307
158
  Message?: string;
308
159
  }
309
160
  export declare namespace ConflictException {
310
- /**
311
- * @internal
312
- */
161
+
313
162
  const filterSensitiveLog: (obj: ConflictException) => any;
314
163
  }
315
164
  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
- */
165
+
319
166
  Author: string | undefined;
320
- /**
321
- * <p>The description of the application.</p><p>Minimum length=1. Maximum length=256</p>
322
- */
167
+
323
168
  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
- */
169
+
327
170
  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
- */
171
+
331
172
  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
- */
173
+
336
174
  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
- */
175
+
340
176
  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
- */
177
+
344
178
  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
- */
179
+
349
180
  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
- */
181
+
353
182
  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
- */
183
+
359
184
  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
- */
185
+
363
186
  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
- */
187
+
367
188
  SourceCodeUrl?: string;
368
- /**
369
- * <p>A valid identifier from <a href="https://spdx.org/licenses/">https://spdx.org/licenses/</a>.</p>
370
- */
189
+
371
190
  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
- */
191
+
376
192
  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
- */
193
+
380
194
  TemplateUrl?: string;
381
195
  }
382
196
  export declare namespace CreateApplicationRequest {
383
- /**
384
- * @internal
385
- */
197
+
386
198
  const filterSensitiveLog: (obj: CreateApplicationRequest) => any;
387
199
  }
388
- /**
389
- * <p>Application version details.</p>
390
- */
200
+
391
201
  export interface Version {
392
- /**
393
- * <p>The application Amazon Resource Name (ARN).</p>
394
- */
202
+
395
203
  ApplicationId: string | undefined;
396
- /**
397
- * <p>The date and time this resource was created.</p>
398
- */
204
+
399
205
  CreationTime: string | undefined;
400
- /**
401
- * <p>An array of parameter types supported by the application.</p>
402
- */
206
+
403
207
  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
- */
208
+
429
209
  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
- */
210
+
434
211
  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
- */
212
+
440
213
  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
- */
214
+
444
215
  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
- */
216
+
448
217
  SourceCodeUrl?: string;
449
- /**
450
- * <p>A link to the packaged AWS SAM template of your application.</p>
451
- */
218
+
452
219
  TemplateUrl: string | undefined;
453
220
  }
454
221
  export declare namespace Version {
455
- /**
456
- * @internal
457
- */
222
+
458
223
  const filterSensitiveLog: (obj: Version) => any;
459
224
  }
460
225
  export interface CreateApplicationResponse {
461
- /**
462
- * <p>The application Amazon Resource Name (ARN).</p>
463
- */
226
+
464
227
  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
- */
228
+
468
229
  Author?: string;
469
- /**
470
- * <p>The date and time this resource was created.</p>
471
- */
230
+
472
231
  CreationTime?: string;
473
- /**
474
- * <p>The description of the application.</p><p>Minimum length=1. Maximum length=256</p>
475
- */
232
+
476
233
  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
- */
234
+
480
235
  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
- */
236
+
484
237
  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
- */
238
+
488
239
  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
- */
240
+
492
241
  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
- */
242
+
496
243
  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
- */
244
+
500
245
  ReadmeUrl?: string;
501
- /**
502
- * <p>A valid identifier from https://spdx.org/licenses/.</p>
503
- */
246
+
504
247
  SpdxLicenseId?: string;
505
- /**
506
- * <p>The URL to the public profile of a verified author. This URL is submitted by the author.</p>
507
- */
248
+
508
249
  VerifiedAuthorUrl?: string;
509
- /**
510
- * <p>Version information about the application.</p>
511
- */
250
+
512
251
  Version?: Version;
513
252
  }
514
253
  export declare namespace CreateApplicationResponse {
515
- /**
516
- * @internal
517
- */
254
+
518
255
  const filterSensitiveLog: (obj: CreateApplicationResponse) => any;
519
256
  }
520
- /**
521
- * <p>The client is not authenticated.</p>
522
- */
257
+
523
258
  export interface ForbiddenException extends __SmithyException, $MetadataBearer {
524
259
  name: "ForbiddenException";
525
260
  $fault: "client";
526
- /**
527
- * <p>403</p>
528
- */
261
+
529
262
  ErrorCode?: string;
530
- /**
531
- * <p>The client is not authenticated.</p>
532
- */
263
+
533
264
  Message?: string;
534
265
  }
535
266
  export declare namespace ForbiddenException {
536
- /**
537
- * @internal
538
- */
267
+
539
268
  const filterSensitiveLog: (obj: ForbiddenException) => any;
540
269
  }
541
- /**
542
- * <p>The AWS Serverless Application Repository service encountered an internal error.</p>
543
- */
270
+
544
271
  export interface InternalServerErrorException extends __SmithyException, $MetadataBearer {
545
272
  name: "InternalServerErrorException";
546
273
  $fault: "server";
547
- /**
548
- * <p>500</p>
549
- */
274
+
550
275
  ErrorCode?: string;
551
- /**
552
- * <p>The AWS Serverless Application Repository service encountered an internal error.</p>
553
- */
276
+
554
277
  Message?: string;
555
278
  }
556
279
  export declare namespace InternalServerErrorException {
557
- /**
558
- * @internal
559
- */
280
+
560
281
  const filterSensitiveLog: (obj: InternalServerErrorException) => any;
561
282
  }
562
- /**
563
- * <p>The client is sending more than the allowed number of requests per unit of time.</p>
564
- */
283
+
565
284
  export interface TooManyRequestsException extends __SmithyException, $MetadataBearer {
566
285
  name: "TooManyRequestsException";
567
286
  $fault: "client";
568
- /**
569
- * <p>429</p>
570
- */
287
+
571
288
  ErrorCode?: string;
572
- /**
573
- * <p>The client is sending more than the allowed number of requests per unit of time.</p>
574
- */
289
+
575
290
  Message?: string;
576
291
  }
577
292
  export declare namespace TooManyRequestsException {
578
- /**
579
- * @internal
580
- */
293
+
581
294
  const filterSensitiveLog: (obj: TooManyRequestsException) => any;
582
295
  }
583
296
  export interface CreateApplicationVersionRequest {
584
- /**
585
- * <p>The Amazon Resource Name (ARN) of the application.</p>
586
- */
297
+
587
298
  ApplicationId: string | undefined;
588
- /**
589
- * <p>The semantic version of the new version.</p>
590
- */
299
+
591
300
  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
- */
301
+
595
302
  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
- */
303
+
599
304
  SourceCodeUrl?: string;
600
- /**
601
- * <p>The raw packaged AWS SAM template of your application.</p>
602
- */
305
+
603
306
  TemplateBody?: string;
604
- /**
605
- * <p>A link to the packaged AWS SAM template of your application.</p>
606
- */
307
+
607
308
  TemplateUrl?: string;
608
309
  }
609
310
  export declare namespace CreateApplicationVersionRequest {
610
- /**
611
- * @internal
612
- */
311
+
613
312
  const filterSensitiveLog: (obj: CreateApplicationVersionRequest) => any;
614
313
  }
615
314
  export interface CreateApplicationVersionResponse {
616
- /**
617
- * <p>The application Amazon Resource Name (ARN).</p>
618
- */
315
+
619
316
  ApplicationId?: string;
620
- /**
621
- * <p>The date and time this resource was created.</p>
622
- */
317
+
623
318
  CreationTime?: string;
624
- /**
625
- * <p>An array of parameter types supported by the application.</p>
626
- */
319
+
627
320
  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
- */
321
+
653
322
  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
- */
323
+
658
324
  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
- */
325
+
664
326
  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
- */
327
+
668
328
  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
- */
329
+
672
330
  SourceCodeUrl?: string;
673
- /**
674
- * <p>A link to the packaged AWS SAM template of your application.</p>
675
- */
331
+
676
332
  TemplateUrl?: string;
677
333
  }
678
334
  export declare namespace CreateApplicationVersionResponse {
679
- /**
680
- * @internal
681
- */
335
+
682
336
  const filterSensitiveLog: (obj: CreateApplicationVersionResponse) => any;
683
337
  }
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
- */
338
+
688
339
  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
- */
340
+
693
341
  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
- */
342
+
698
343
  RollbackTriggers?: RollbackTrigger[];
699
344
  }
700
345
  export declare namespace RollbackConfiguration {
701
- /**
702
- * @internal
703
- */
346
+
704
347
  const filterSensitiveLog: (obj: RollbackConfiguration) => any;
705
348
  }
706
349
  export interface CreateCloudFormationChangeSetRequest {
707
- /**
708
- * <p>The Amazon Resource Name (ARN) of the application.</p>
709
- */
350
+
710
351
  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
- */
352
+
736
353
  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
- */
354
+
741
355
  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
- */
356
+
746
357
  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
- */
358
+
751
359
  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
- */
360
+
756
361
  NotificationArns?: string[];
757
- /**
758
- * <p>A list of parameter values for the parameters of the application.</p>
759
- */
362
+
760
363
  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
- */
364
+
765
365
  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
- */
366
+
770
367
  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
- */
368
+
776
369
  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
- */
370
+
781
371
  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
- */
372
+
786
373
  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
- */
374
+
790
375
  TemplateId?: string;
791
376
  }
792
377
  export declare namespace CreateCloudFormationChangeSetRequest {
793
- /**
794
- * @internal
795
- */
378
+
796
379
  const filterSensitiveLog: (obj: CreateCloudFormationChangeSetRequest) => any;
797
380
  }
798
381
  export interface CreateCloudFormationChangeSetResponse {
799
- /**
800
- * <p>The application Amazon Resource Name (ARN).</p>
801
- */
382
+
802
383
  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
- */
384
+
806
385
  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
- */
386
+
812
387
  SemanticVersion?: string;
813
- /**
814
- * <p>The unique ID of the stack.</p>
815
- */
388
+
816
389
  StackId?: string;
817
390
  }
818
391
  export declare namespace CreateCloudFormationChangeSetResponse {
819
- /**
820
- * @internal
821
- */
392
+
822
393
  const filterSensitiveLog: (obj: CreateCloudFormationChangeSetResponse) => any;
823
394
  }
824
395
  export interface CreateCloudFormationTemplateRequest {
825
- /**
826
- * <p>The Amazon Resource Name (ARN) of the application.</p>
827
- */
396
+
828
397
  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
- */
398
+
834
399
  SemanticVersion?: string;
835
400
  }
836
401
  export declare namespace CreateCloudFormationTemplateRequest {
837
- /**
838
- * @internal
839
- */
402
+
840
403
  const filterSensitiveLog: (obj: CreateCloudFormationTemplateRequest) => any;
841
404
  }
842
405
  export declare enum Status {
@@ -845,481 +408,277 @@ export declare enum Status {
845
408
  PREPARING = "PREPARING"
846
409
  }
847
410
  export interface CreateCloudFormationTemplateResponse {
848
- /**
849
- * <p>The application Amazon Resource Name (ARN).</p>
850
- */
411
+
851
412
  ApplicationId?: string;
852
- /**
853
- * <p>The date and time this resource was created.</p>
854
- */
413
+
855
414
  CreationTime?: string;
856
- /**
857
- * <p>The date and time this template expires. Templates
858
- * expire 1 hour after creation.</p>
859
- */
415
+
860
416
  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
- */
417
+
866
418
  SemanticVersion?: string;
867
- /**
868
- * <p>Status of the template creation workflow.</p><p>Possible values: PREPARING | ACTIVE | EXPIRED
869
- * </p>
870
- */
419
+
871
420
  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
- */
421
+
875
422
  TemplateId?: string;
876
- /**
877
- * <p>A link to the template that can be used to deploy the application using
878
- * AWS CloudFormation.</p>
879
- */
423
+
880
424
  TemplateUrl?: string;
881
425
  }
882
426
  export declare namespace CreateCloudFormationTemplateResponse {
883
- /**
884
- * @internal
885
- */
427
+
886
428
  const filterSensitiveLog: (obj: CreateCloudFormationTemplateResponse) => any;
887
429
  }
888
- /**
889
- * <p>The resource (for example, an access policy statement) specified in the request doesn't exist.</p>
890
- */
430
+
891
431
  export interface NotFoundException extends __SmithyException, $MetadataBearer {
892
432
  name: "NotFoundException";
893
433
  $fault: "client";
894
- /**
895
- * <p>404</p>
896
- */
434
+
897
435
  ErrorCode?: string;
898
- /**
899
- * <p>The resource (for example, an access policy statement) specified in the request doesn't exist.</p>
900
- */
436
+
901
437
  Message?: string;
902
438
  }
903
439
  export declare namespace NotFoundException {
904
- /**
905
- * @internal
906
- */
440
+
907
441
  const filterSensitiveLog: (obj: NotFoundException) => any;
908
442
  }
909
443
  export interface DeleteApplicationRequest {
910
- /**
911
- * <p>The Amazon Resource Name (ARN) of the application.</p>
912
- */
444
+
913
445
  ApplicationId: string | undefined;
914
446
  }
915
447
  export declare namespace DeleteApplicationRequest {
916
- /**
917
- * @internal
918
- */
448
+
919
449
  const filterSensitiveLog: (obj: DeleteApplicationRequest) => any;
920
450
  }
921
451
  export interface GetApplicationRequest {
922
- /**
923
- * <p>The Amazon Resource Name (ARN) of the application.</p>
924
- */
452
+
925
453
  ApplicationId: string | undefined;
926
- /**
927
- * <p>The semantic version of the application to get.</p>
928
- */
454
+
929
455
  SemanticVersion?: string;
930
456
  }
931
457
  export declare namespace GetApplicationRequest {
932
- /**
933
- * @internal
934
- */
458
+
935
459
  const filterSensitiveLog: (obj: GetApplicationRequest) => any;
936
460
  }
937
461
  export interface GetApplicationResponse {
938
- /**
939
- * <p>The application Amazon Resource Name (ARN).</p>
940
- */
462
+
941
463
  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
- */
464
+
945
465
  Author?: string;
946
- /**
947
- * <p>The date and time this resource was created.</p>
948
- */
466
+
949
467
  CreationTime?: string;
950
- /**
951
- * <p>The description of the application.</p><p>Minimum length=1. Maximum length=256</p>
952
- */
468
+
953
469
  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
- */
470
+
957
471
  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
- */
472
+
961
473
  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
- */
474
+
965
475
  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
- */
476
+
969
477
  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
- */
478
+
973
479
  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
- */
480
+
977
481
  ReadmeUrl?: string;
978
- /**
979
- * <p>A valid identifier from https://spdx.org/licenses/.</p>
980
- */
482
+
981
483
  SpdxLicenseId?: string;
982
- /**
983
- * <p>The URL to the public profile of a verified author. This URL is submitted by the author.</p>
984
- */
484
+
985
485
  VerifiedAuthorUrl?: string;
986
- /**
987
- * <p>Version information about the application.</p>
988
- */
486
+
989
487
  Version?: Version;
990
488
  }
991
489
  export declare namespace GetApplicationResponse {
992
- /**
993
- * @internal
994
- */
490
+
995
491
  const filterSensitiveLog: (obj: GetApplicationResponse) => any;
996
492
  }
997
493
  export interface GetApplicationPolicyRequest {
998
- /**
999
- * <p>The Amazon Resource Name (ARN) of the application.</p>
1000
- */
494
+
1001
495
  ApplicationId: string | undefined;
1002
496
  }
1003
497
  export declare namespace GetApplicationPolicyRequest {
1004
- /**
1005
- * @internal
1006
- */
498
+
1007
499
  const filterSensitiveLog: (obj: GetApplicationPolicyRequest) => any;
1008
500
  }
1009
501
  export interface GetApplicationPolicyResponse {
1010
- /**
1011
- * <p>An array of policy statements applied to the application.</p>
1012
- */
502
+
1013
503
  Statements?: ApplicationPolicyStatement[];
1014
504
  }
1015
505
  export declare namespace GetApplicationPolicyResponse {
1016
- /**
1017
- * @internal
1018
- */
506
+
1019
507
  const filterSensitiveLog: (obj: GetApplicationPolicyResponse) => any;
1020
508
  }
1021
509
  export interface GetCloudFormationTemplateRequest {
1022
- /**
1023
- * <p>The Amazon Resource Name (ARN) of the application.</p>
1024
- */
510
+
1025
511
  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
- */
512
+
1029
513
  TemplateId: string | undefined;
1030
514
  }
1031
515
  export declare namespace GetCloudFormationTemplateRequest {
1032
- /**
1033
- * @internal
1034
- */
516
+
1035
517
  const filterSensitiveLog: (obj: GetCloudFormationTemplateRequest) => any;
1036
518
  }
1037
519
  export interface GetCloudFormationTemplateResponse {
1038
- /**
1039
- * <p>The application Amazon Resource Name (ARN).</p>
1040
- */
520
+
1041
521
  ApplicationId?: string;
1042
- /**
1043
- * <p>The date and time this resource was created.</p>
1044
- */
522
+
1045
523
  CreationTime?: string;
1046
- /**
1047
- * <p>The date and time this template expires. Templates
1048
- * expire 1 hour after creation.</p>
1049
- */
524
+
1050
525
  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
- */
526
+
1056
527
  SemanticVersion?: string;
1057
- /**
1058
- * <p>Status of the template creation workflow.</p><p>Possible values: PREPARING | ACTIVE | EXPIRED
1059
- * </p>
1060
- */
528
+
1061
529
  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
- */
530
+
1065
531
  TemplateId?: string;
1066
- /**
1067
- * <p>A link to the template that can be used to deploy the application using
1068
- * AWS CloudFormation.</p>
1069
- */
532
+
1070
533
  TemplateUrl?: string;
1071
534
  }
1072
535
  export declare namespace GetCloudFormationTemplateResponse {
1073
- /**
1074
- * @internal
1075
- */
536
+
1076
537
  const filterSensitiveLog: (obj: GetCloudFormationTemplateResponse) => any;
1077
538
  }
1078
539
  export interface ListApplicationDependenciesRequest {
1079
- /**
1080
- * <p>The Amazon Resource Name (ARN) of the application.</p>
1081
- */
540
+
1082
541
  ApplicationId: string | undefined;
1083
- /**
1084
- * <p>The total number of items to return.</p>
1085
- */
542
+
1086
543
  MaxItems?: number;
1087
- /**
1088
- * <p>A token to specify where to start paginating.</p>
1089
- */
544
+
1090
545
  NextToken?: string;
1091
- /**
1092
- * <p>The semantic version of the application to get.</p>
1093
- */
546
+
1094
547
  SemanticVersion?: string;
1095
548
  }
1096
549
  export declare namespace ListApplicationDependenciesRequest {
1097
- /**
1098
- * @internal
1099
- */
550
+
1100
551
  const filterSensitiveLog: (obj: ListApplicationDependenciesRequest) => any;
1101
552
  }
1102
553
  export interface ListApplicationDependenciesResponse {
1103
- /**
1104
- * <p>An array of application summaries nested in the application.</p>
1105
- */
554
+
1106
555
  Dependencies?: ApplicationDependencySummary[];
1107
- /**
1108
- * <p>The token to request the next page of results.</p>
1109
- */
556
+
1110
557
  NextToken?: string;
1111
558
  }
1112
559
  export declare namespace ListApplicationDependenciesResponse {
1113
- /**
1114
- * @internal
1115
- */
560
+
1116
561
  const filterSensitiveLog: (obj: ListApplicationDependenciesResponse) => any;
1117
562
  }
1118
563
  export interface ListApplicationsRequest {
1119
- /**
1120
- * <p>The total number of items to return.</p>
1121
- */
564
+
1122
565
  MaxItems?: number;
1123
- /**
1124
- * <p>A token to specify where to start paginating.</p>
1125
- */
566
+
1126
567
  NextToken?: string;
1127
568
  }
1128
569
  export declare namespace ListApplicationsRequest {
1129
- /**
1130
- * @internal
1131
- */
570
+
1132
571
  const filterSensitiveLog: (obj: ListApplicationsRequest) => any;
1133
572
  }
1134
573
  export interface ListApplicationsResponse {
1135
- /**
1136
- * <p>An array of application summaries.</p>
1137
- */
574
+
1138
575
  Applications?: ApplicationSummary[];
1139
- /**
1140
- * <p>The token to request the next page of results.</p>
1141
- */
576
+
1142
577
  NextToken?: string;
1143
578
  }
1144
579
  export declare namespace ListApplicationsResponse {
1145
- /**
1146
- * @internal
1147
- */
580
+
1148
581
  const filterSensitiveLog: (obj: ListApplicationsResponse) => any;
1149
582
  }
1150
583
  export interface ListApplicationVersionsRequest {
1151
- /**
1152
- * <p>The Amazon Resource Name (ARN) of the application.</p>
1153
- */
584
+
1154
585
  ApplicationId: string | undefined;
1155
- /**
1156
- * <p>The total number of items to return.</p>
1157
- */
586
+
1158
587
  MaxItems?: number;
1159
- /**
1160
- * <p>A token to specify where to start paginating.</p>
1161
- */
588
+
1162
589
  NextToken?: string;
1163
590
  }
1164
591
  export declare namespace ListApplicationVersionsRequest {
1165
- /**
1166
- * @internal
1167
- */
592
+
1168
593
  const filterSensitiveLog: (obj: ListApplicationVersionsRequest) => any;
1169
594
  }
1170
595
  export interface ListApplicationVersionsResponse {
1171
- /**
1172
- * <p>The token to request the next page of results.</p>
1173
- */
596
+
1174
597
  NextToken?: string;
1175
- /**
1176
- * <p>An array of version summaries for the application.</p>
1177
- */
598
+
1178
599
  Versions?: VersionSummary[];
1179
600
  }
1180
601
  export declare namespace ListApplicationVersionsResponse {
1181
- /**
1182
- * @internal
1183
- */
602
+
1184
603
  const filterSensitiveLog: (obj: ListApplicationVersionsResponse) => any;
1185
604
  }
1186
605
  export interface PutApplicationPolicyRequest {
1187
- /**
1188
- * <p>The Amazon Resource Name (ARN) of the application.</p>
1189
- */
606
+
1190
607
  ApplicationId: string | undefined;
1191
- /**
1192
- * <p>An array of policy statements applied to the application.</p>
1193
- */
608
+
1194
609
  Statements: ApplicationPolicyStatement[] | undefined;
1195
610
  }
1196
611
  export declare namespace PutApplicationPolicyRequest {
1197
- /**
1198
- * @internal
1199
- */
612
+
1200
613
  const filterSensitiveLog: (obj: PutApplicationPolicyRequest) => any;
1201
614
  }
1202
615
  export interface PutApplicationPolicyResponse {
1203
- /**
1204
- * <p>An array of policy statements applied to the application.</p>
1205
- */
616
+
1206
617
  Statements?: ApplicationPolicyStatement[];
1207
618
  }
1208
619
  export declare namespace PutApplicationPolicyResponse {
1209
- /**
1210
- * @internal
1211
- */
620
+
1212
621
  const filterSensitiveLog: (obj: PutApplicationPolicyResponse) => any;
1213
622
  }
1214
623
  export interface UnshareApplicationRequest {
1215
- /**
1216
- * <p>The Amazon Resource Name (ARN) of the application.</p>
1217
- */
624
+
1218
625
  ApplicationId: string | undefined;
1219
- /**
1220
- * <p>The AWS Organization ID to unshare the application from.</p>
1221
- */
626
+
1222
627
  OrganizationId: string | undefined;
1223
628
  }
1224
629
  export declare namespace UnshareApplicationRequest {
1225
- /**
1226
- * @internal
1227
- */
630
+
1228
631
  const filterSensitiveLog: (obj: UnshareApplicationRequest) => any;
1229
632
  }
1230
633
  export interface UpdateApplicationRequest {
1231
- /**
1232
- * <p>The Amazon Resource Name (ARN) of the application.</p>
1233
- */
634
+
1234
635
  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
- */
636
+
1238
637
  Author?: string;
1239
- /**
1240
- * <p>The description of the application.</p><p>Minimum length=1. Maximum length=256</p>
1241
- */
638
+
1242
639
  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
- */
640
+
1246
641
  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
- */
642
+
1250
643
  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
- */
644
+
1254
645
  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
- */
646
+
1258
647
  ReadmeUrl?: string;
1259
648
  }
1260
649
  export declare namespace UpdateApplicationRequest {
1261
- /**
1262
- * @internal
1263
- */
650
+
1264
651
  const filterSensitiveLog: (obj: UpdateApplicationRequest) => any;
1265
652
  }
1266
653
  export interface UpdateApplicationResponse {
1267
- /**
1268
- * <p>The application Amazon Resource Name (ARN).</p>
1269
- */
654
+
1270
655
  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
- */
656
+
1274
657
  Author?: string;
1275
- /**
1276
- * <p>The date and time this resource was created.</p>
1277
- */
658
+
1278
659
  CreationTime?: string;
1279
- /**
1280
- * <p>The description of the application.</p><p>Minimum length=1. Maximum length=256</p>
1281
- */
660
+
1282
661
  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
- */
662
+
1286
663
  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
- */
664
+
1290
665
  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
- */
666
+
1294
667
  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
- */
668
+
1298
669
  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
- */
670
+
1302
671
  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
- */
672
+
1306
673
  ReadmeUrl?: string;
1307
- /**
1308
- * <p>A valid identifier from https://spdx.org/licenses/.</p>
1309
- */
674
+
1310
675
  SpdxLicenseId?: string;
1311
- /**
1312
- * <p>The URL to the public profile of a verified author. This URL is submitted by the author.</p>
1313
- */
676
+
1314
677
  VerifiedAuthorUrl?: string;
1315
- /**
1316
- * <p>Version information about the application.</p>
1317
- */
678
+
1318
679
  Version?: Version;
1319
680
  }
1320
681
  export declare namespace UpdateApplicationResponse {
1321
- /**
1322
- * @internal
1323
- */
682
+
1324
683
  const filterSensitiveLog: (obj: UpdateApplicationResponse) => any;
1325
684
  }