Skip to content

Commit d74ea6b

Browse files
author
AWS
committed
AWS SDK for Java 1.12.171
1 parent 79544a5 commit d74ea6b

File tree

497 files changed

+5829
-1569
lines changed

Some content is hidden

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

497 files changed

+5829
-1569
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
# __1.12.171__ __2022-03-03__
2+
## __AWS IoT Greengrass V2__
3+
- ### Features
4+
- Doc only update that clarifies Create Deployment section.
5+
6+
## __AWSKendraFrontendService__
7+
- ### Features
8+
- Amazon Kendra now suggests spell corrections for a query. For more information, see https://docs.aws.amazon.com/kendra/latest/dg/query-spell-check.html
9+
10+
## __Amazon Appflow__
11+
- ### Features
12+
- Launching Amazon AppFlow Marketo as a destination connector SDK.
13+
14+
## __Amazon FSx__
15+
- ### Features
16+
- This release adds support for data repository associations to use root ("/") as the file system path
17+
18+
## __Amazon Timestream Query__
19+
- ### Features
20+
- Documentation only update for SDK and CLI
21+
122
# __1.12.170__ __2022-03-02__
223
## __AWS CloudTrail__
324
- ### Features

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ dependencies.
5151
<dependency>
5252
<groupId>com.amazonaws</groupId>
5353
<artifactId>aws-java-sdk-bom</artifactId>
54-
<version>1.12.170</version>
54+
<version>1.12.171</version>
5555
<type>pom</type>
5656
<scope>import</scope>
5757
</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.171-SNAPSHOT</version>
8+
<version>1.12.171</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.171-SNAPSHOT</version>
8+
<version>1.12.171</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.171-SNAPSHOT</version>
8+
<version>1.12.171</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.171-SNAPSHOT</version>
8+
<version>1.12.171</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.171-SNAPSHOT</version>
8+
<version>1.12.171</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.171-SNAPSHOT</version>
8+
<version>1.12.171</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.171-SNAPSHOT</version>
8+
<version>1.12.171</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.171-SNAPSHOT</version>
8+
<version>1.12.171</version>
99
</parent>
1010
<groupId>com.amazonaws</groupId>
1111
<artifactId>aws-java-sdk-amplifyuibuilder</artifactId>

aws-java-sdk-api-gateway/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.171-SNAPSHOT</version>
8+
<version>1.12.171</version>
99
</parent>
1010
<groupId>com.amazonaws</groupId>
1111
<artifactId>aws-java-sdk-api-gateway</artifactId>

aws-java-sdk-apigatewaymanagementapi/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.171-SNAPSHOT</version>
8+
<version>1.12.171</version>
99
</parent>
1010
<groupId>com.amazonaws</groupId>
1111
<artifactId>aws-java-sdk-apigatewaymanagementapi</artifactId>

aws-java-sdk-apigatewayv2/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.171-SNAPSHOT</version>
8+
<version>1.12.171</version>
99
</parent>
1010
<groupId>com.amazonaws</groupId>
1111
<artifactId>aws-java-sdk-apigatewayv2</artifactId>

aws-java-sdk-appconfig/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.171-SNAPSHOT</version>
8+
<version>1.12.171</version>
99
</parent>
1010
<groupId>com.amazonaws</groupId>
1111
<artifactId>aws-java-sdk-appconfig</artifactId>

aws-java-sdk-appconfigdata/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.171-SNAPSHOT</version>
8+
<version>1.12.171</version>
99
</parent>
1010
<groupId>com.amazonaws</groupId>
1111
<artifactId>aws-java-sdk-appconfigdata</artifactId>

aws-java-sdk-appflow/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.171-SNAPSHOT</version>
8+
<version>1.12.171</version>
99
</parent>
1010
<groupId>com.amazonaws</groupId>
1111
<artifactId>aws-java-sdk-appflow</artifactId>

aws-java-sdk-appflow/src/main/java/com/amazonaws/services/appflow/model/DestinationConnectorProperties.java

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,12 @@ public class DestinationConnectorProperties implements Serializable, Cloneable,
8888
* </p>
8989
*/
9090
private ZendeskDestinationProperties zendesk;
91+
/**
92+
* <p>
93+
* The properties required to query Marketo.
94+
* </p>
95+
*/
96+
private MarketoDestinationProperties marketo;
9197
/**
9298
* <p>
9399
* The properties that are required to query the custom Connector.
@@ -501,6 +507,46 @@ public DestinationConnectorProperties withZendesk(ZendeskDestinationProperties z
501507
return this;
502508
}
503509

510+
/**
511+
* <p>
512+
* The properties required to query Marketo.
513+
* </p>
514+
*
515+
* @param marketo
516+
* The properties required to query Marketo.
517+
*/
518+
519+
public void setMarketo(MarketoDestinationProperties marketo) {
520+
this.marketo = marketo;
521+
}
522+
523+
/**
524+
* <p>
525+
* The properties required to query Marketo.
526+
* </p>
527+
*
528+
* @return The properties required to query Marketo.
529+
*/
530+
531+
public MarketoDestinationProperties getMarketo() {
532+
return this.marketo;
533+
}
534+
535+
/**
536+
* <p>
537+
* The properties required to query Marketo.
538+
* </p>
539+
*
540+
* @param marketo
541+
* The properties required to query Marketo.
542+
* @return Returns a reference to this object so that method calls can be chained together.
543+
*/
544+
545+
public DestinationConnectorProperties withMarketo(MarketoDestinationProperties marketo) {
546+
setMarketo(marketo);
547+
return this;
548+
}
549+
504550
/**
505551
* <p>
506552
* The properties that are required to query the custom Connector.
@@ -613,6 +659,8 @@ public String toString() {
613659
sb.append("CustomerProfiles: ").append(getCustomerProfiles()).append(",");
614660
if (getZendesk() != null)
615661
sb.append("Zendesk: ").append(getZendesk()).append(",");
662+
if (getMarketo() != null)
663+
sb.append("Marketo: ").append(getMarketo()).append(",");
616664
if (getCustomConnector() != null)
617665
sb.append("CustomConnector: ").append(getCustomConnector()).append(",");
618666
if (getSAPOData() != null)
@@ -671,6 +719,10 @@ public boolean equals(Object obj) {
671719
return false;
672720
if (other.getZendesk() != null && other.getZendesk().equals(this.getZendesk()) == false)
673721
return false;
722+
if (other.getMarketo() == null ^ this.getMarketo() == null)
723+
return false;
724+
if (other.getMarketo() != null && other.getMarketo().equals(this.getMarketo()) == false)
725+
return false;
674726
if (other.getCustomConnector() == null ^ this.getCustomConnector() == null)
675727
return false;
676728
if (other.getCustomConnector() != null && other.getCustomConnector().equals(this.getCustomConnector()) == false)
@@ -697,6 +749,7 @@ public int hashCode() {
697749
hashCode = prime * hashCode + ((getHoneycode() == null) ? 0 : getHoneycode().hashCode());
698750
hashCode = prime * hashCode + ((getCustomerProfiles() == null) ? 0 : getCustomerProfiles().hashCode());
699751
hashCode = prime * hashCode + ((getZendesk() == null) ? 0 : getZendesk().hashCode());
752+
hashCode = prime * hashCode + ((getMarketo() == null) ? 0 : getMarketo().hashCode());
700753
hashCode = prime * hashCode + ((getCustomConnector() == null) ? 0 : getCustomConnector().hashCode());
701754
hashCode = prime * hashCode + ((getSAPOData() == null) ? 0 : getSAPOData().hashCode());
702755
return hashCode;

0 commit comments

Comments
 (0)