Skip to content

Commit 69485f4

Browse files
author
AWS
committed
AWS SDK for Java 1.12.303
1 parent 16bc711 commit 69485f4

File tree

582 files changed

+59832
-10404
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

582 files changed

+59832
-10404
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# __1.12.303__ __2022-09-14__
2+
## __AWS Amplify UI Builder__
3+
- ### Features
4+
- Amplify Studio UIBuilder is introducing forms functionality. Forms can be configured from Data Store models, JSON, or from scratch. These forms can then be generated in your project and used like any other React components.
5+
6+
## __Amazon Elastic Compute Cloud__
7+
- ### Features
8+
- This update introduces API operations to manage and create local gateway route tables, CoIP pools, and VIF group associations.
9+
110
# __1.12.302__ __2022-09-13__
211
## __AWS Transfer Family__
312
- ### Features

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ dependencies.
5050
<dependency>
5151
<groupId>com.amazonaws</groupId>
5252
<artifactId>aws-java-sdk-bom</artifactId>
53-
<version>1.12.302</version>
53+
<version>1.12.303</version>
5454
<type>pom</type>
5555
<scope>import</scope>
5656
</dependency>

aws-java-sdk-accessanalyzer/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.amazonaws</groupId>
77
<artifactId>aws-java-sdk-pom</artifactId>
8-
<version>1.12.303-SNAPSHOT</version>
8+
<version>1.12.303</version>
99
</parent>
1010
<groupId>com.amazonaws</groupId>
1111
<artifactId>aws-java-sdk-accessanalyzer</artifactId>

aws-java-sdk-account/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.amazonaws</groupId>
77
<artifactId>aws-java-sdk-pom</artifactId>
8-
<version>1.12.303-SNAPSHOT</version>
8+
<version>1.12.303</version>
99
</parent>
1010
<groupId>com.amazonaws</groupId>
1111
<artifactId>aws-java-sdk-account</artifactId>

aws-java-sdk-acm/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.amazonaws</groupId>
77
<artifactId>aws-java-sdk-pom</artifactId>
8-
<version>1.12.303-SNAPSHOT</version>
8+
<version>1.12.303</version>
99
</parent>
1010
<groupId>com.amazonaws</groupId>
1111
<artifactId>aws-java-sdk-acm</artifactId>

aws-java-sdk-acmpca/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.amazonaws</groupId>
77
<artifactId>aws-java-sdk-pom</artifactId>
8-
<version>1.12.303-SNAPSHOT</version>
8+
<version>1.12.303</version>
99
</parent>
1010
<groupId>com.amazonaws</groupId>
1111
<artifactId>aws-java-sdk-acmpca</artifactId>

aws-java-sdk-alexaforbusiness/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.amazonaws</groupId>
77
<artifactId>aws-java-sdk-pom</artifactId>
8-
<version>1.12.303-SNAPSHOT</version>
8+
<version>1.12.303</version>
99
</parent>
1010
<groupId>com.amazonaws</groupId>
1111
<artifactId>aws-java-sdk-alexaforbusiness</artifactId>

aws-java-sdk-amplify/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.amazonaws</groupId>
77
<artifactId>aws-java-sdk-pom</artifactId>
8-
<version>1.12.303-SNAPSHOT</version>
8+
<version>1.12.303</version>
99
</parent>
1010
<groupId>com.amazonaws</groupId>
1111
<artifactId>aws-java-sdk-amplify</artifactId>

aws-java-sdk-amplifybackend/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.amazonaws</groupId>
77
<artifactId>aws-java-sdk-pom</artifactId>
8-
<version>1.12.303-SNAPSHOT</version>
8+
<version>1.12.303</version>
99
</parent>
1010
<groupId>com.amazonaws</groupId>
1111
<artifactId>aws-java-sdk-amplifybackend</artifactId>

aws-java-sdk-amplifyuibuilder/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.amazonaws</groupId>
77
<artifactId>aws-java-sdk-pom</artifactId>
8-
<version>1.12.303-SNAPSHOT</version>
8+
<version>1.12.303</version>
99
</parent>
1010
<groupId>com.amazonaws</groupId>
1111
<artifactId>aws-java-sdk-amplifyuibuilder</artifactId>

aws-java-sdk-amplifyuibuilder/src/main/java/com/amazonaws/services/amplifyuibuilder/AWSAmplifyUIBuilder.java

Lines changed: 147 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,28 @@ public interface AWSAmplifyUIBuilder {
7676
*/
7777
CreateComponentResult createComponent(CreateComponentRequest createComponentRequest);
7878

79+
/**
80+
* <p>
81+
* Creates a new form for an Amplify app.
82+
* </p>
83+
*
84+
* @param createFormRequest
85+
* @return Result of the CreateForm operation returned by the service.
86+
* @throws ServiceQuotaExceededException
87+
* You exceeded your service quota. Service quotas, also referred to as limits, are the maximum number of
88+
* service resources or operations for your Amazon Web Services account.
89+
* @throws ResourceConflictException
90+
* The resource specified in the request conflicts with an existing resource.
91+
* @throws InternalServerException
92+
* An internal error has occurred. Please retry your request.
93+
* @throws InvalidParameterException
94+
* An invalid or out-of-range value was supplied for the input parameter.
95+
* @sample AWSAmplifyUIBuilder.CreateForm
96+
* @see <a href="http://docs.aws.amazon.com/goto/WebAPI/amplifyuibuilder-2021-08-11/CreateForm" target="_top">AWS
97+
* API Documentation</a>
98+
*/
99+
CreateFormResult createForm(CreateFormRequest createFormRequest);
100+
79101
/**
80102
* <p>
81103
* Creates a theme to apply to the components in an Amplify app.
@@ -117,6 +139,25 @@ public interface AWSAmplifyUIBuilder {
117139
*/
118140
DeleteComponentResult deleteComponent(DeleteComponentRequest deleteComponentRequest);
119141

142+
/**
143+
* <p>
144+
* Deletes a form from an Amplify app.
145+
* </p>
146+
*
147+
* @param deleteFormRequest
148+
* @return Result of the DeleteForm operation returned by the service.
149+
* @throws InternalServerException
150+
* An internal error has occurred. Please retry your request.
151+
* @throws InvalidParameterException
152+
* An invalid or out-of-range value was supplied for the input parameter.
153+
* @throws ResourceNotFoundException
154+
* The requested resource does not exist, or access was denied.
155+
* @sample AWSAmplifyUIBuilder.DeleteForm
156+
* @see <a href="http://docs.aws.amazon.com/goto/WebAPI/amplifyuibuilder-2021-08-11/DeleteForm" target="_top">AWS
157+
* API Documentation</a>
158+
*/
159+
DeleteFormResult deleteForm(DeleteFormRequest deleteFormRequest);
160+
120161
/**
121162
* <p>
122163
* Deletes a theme from an Amplify app.
@@ -168,6 +209,23 @@ public interface AWSAmplifyUIBuilder {
168209
*/
169210
ExportComponentsResult exportComponents(ExportComponentsRequest exportComponentsRequest);
170211

212+
/**
213+
* <p>
214+
* Exports form configurations to code that is ready to integrate into an Amplify app.
215+
* </p>
216+
*
217+
* @param exportFormsRequest
218+
* @return Result of the ExportForms operation returned by the service.
219+
* @throws InternalServerException
220+
* An internal error has occurred. Please retry your request.
221+
* @throws InvalidParameterException
222+
* An invalid or out-of-range value was supplied for the input parameter.
223+
* @sample AWSAmplifyUIBuilder.ExportForms
224+
* @see <a href="http://docs.aws.amazon.com/goto/WebAPI/amplifyuibuilder-2021-08-11/ExportForms" target="_top">AWS
225+
* API Documentation</a>
226+
*/
227+
ExportFormsResult exportForms(ExportFormsRequest exportFormsRequest);
228+
171229
/**
172230
* <p>
173231
* Exports theme configurations to code that is ready to integrate into an Amplify app.
@@ -204,6 +262,42 @@ public interface AWSAmplifyUIBuilder {
204262
*/
205263
GetComponentResult getComponent(GetComponentRequest getComponentRequest);
206264

265+
/**
266+
* <p>
267+
* Returns an existing form for an Amplify app.
268+
* </p>
269+
*
270+
* @param getFormRequest
271+
* @return Result of the GetForm operation returned by the service.
272+
* @throws InternalServerException
273+
* An internal error has occurred. Please retry your request.
274+
* @throws InvalidParameterException
275+
* An invalid or out-of-range value was supplied for the input parameter.
276+
* @throws ResourceNotFoundException
277+
* The requested resource does not exist, or access was denied.
278+
* @sample AWSAmplifyUIBuilder.GetForm
279+
* @see <a href="http://docs.aws.amazon.com/goto/WebAPI/amplifyuibuilder-2021-08-11/GetForm" target="_top">AWS API
280+
* Documentation</a>
281+
*/
282+
GetFormResult getForm(GetFormRequest getFormRequest);
283+
284+
/**
285+
* <p>
286+
* Returns existing metadata for an Amplify app.
287+
* </p>
288+
*
289+
* @param getMetadataRequest
290+
* @return Result of the GetMetadata operation returned by the service.
291+
* @throws UnauthorizedException
292+
* You don't have permission to perform this operation.
293+
* @throws InvalidParameterException
294+
* An invalid or out-of-range value was supplied for the input parameter.
295+
* @sample AWSAmplifyUIBuilder.GetMetadata
296+
* @see <a href="http://docs.aws.amazon.com/goto/WebAPI/amplifyuibuilder-2021-08-11/GetMetadata" target="_top">AWS
297+
* API Documentation</a>
298+
*/
299+
GetMetadataResult getMetadata(GetMetadataRequest getMetadataRequest);
300+
207301
/**
208302
* <p>
209303
* Returns an existing theme for an Amplify app.
@@ -240,6 +334,23 @@ public interface AWSAmplifyUIBuilder {
240334
*/
241335
ListComponentsResult listComponents(ListComponentsRequest listComponentsRequest);
242336

337+
/**
338+
* <p>
339+
* Retrieves a list of forms for a specified Amplify app and backend environment.
340+
* </p>
341+
*
342+
* @param listFormsRequest
343+
* @return Result of the ListForms operation returned by the service.
344+
* @throws InternalServerException
345+
* An internal error has occurred. Please retry your request.
346+
* @throws InvalidParameterException
347+
* An invalid or out-of-range value was supplied for the input parameter.
348+
* @sample AWSAmplifyUIBuilder.ListForms
349+
* @see <a href="http://docs.aws.amazon.com/goto/WebAPI/amplifyuibuilder-2021-08-11/ListForms" target="_top">AWS API
350+
* Documentation</a>
351+
*/
352+
ListFormsResult listForms(ListFormsRequest listFormsRequest);
353+
243354
/**
244355
* <p>
245356
* Retrieves a list of themes for a specified Amplify app and backend environment.
@@ -257,6 +368,23 @@ public interface AWSAmplifyUIBuilder {
257368
*/
258369
ListThemesResult listThemes(ListThemesRequest listThemesRequest);
259370

371+
/**
372+
* <p>
373+
* Stores the metadata information about a feature on a form or view.
374+
* </p>
375+
*
376+
* @param putMetadataFlagRequest
377+
* @return Result of the PutMetadataFlag operation returned by the service.
378+
* @throws UnauthorizedException
379+
* You don't have permission to perform this operation.
380+
* @throws InvalidParameterException
381+
* An invalid or out-of-range value was supplied for the input parameter.
382+
* @sample AWSAmplifyUIBuilder.PutMetadataFlag
383+
* @see <a href="http://docs.aws.amazon.com/goto/WebAPI/amplifyuibuilder-2021-08-11/PutMetadataFlag"
384+
* target="_top">AWS API Documentation</a>
385+
*/
386+
PutMetadataFlagResult putMetadataFlag(PutMetadataFlagRequest putMetadataFlagRequest);
387+
260388
/**
261389
* <p>
262390
* Refreshes a previously issued access token that might have expired.
@@ -291,6 +419,25 @@ public interface AWSAmplifyUIBuilder {
291419
*/
292420
UpdateComponentResult updateComponent(UpdateComponentRequest updateComponentRequest);
293421

422+
/**
423+
* <p>
424+
* Updates an existing form.
425+
* </p>
426+
*
427+
* @param updateFormRequest
428+
* @return Result of the UpdateForm operation returned by the service.
429+
* @throws ResourceConflictException
430+
* The resource specified in the request conflicts with an existing resource.
431+
* @throws InternalServerException
432+
* An internal error has occurred. Please retry your request.
433+
* @throws InvalidParameterException
434+
* An invalid or out-of-range value was supplied for the input parameter.
435+
* @sample AWSAmplifyUIBuilder.UpdateForm
436+
* @see <a href="http://docs.aws.amazon.com/goto/WebAPI/amplifyuibuilder-2021-08-11/UpdateForm" target="_top">AWS
437+
* API Documentation</a>
438+
*/
439+
UpdateFormResult updateForm(UpdateFormRequest updateFormRequest);
440+
294441
/**
295442
* <p>
296443
* Updates an existing theme.

0 commit comments

Comments
 (0)