Skip to content

Commit

Permalink
Updates SDK to v2.1215.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Sep 13, 2022
1 parent 8d838de commit bfe43ab
Show file tree
Hide file tree
Showing 26 changed files with 1,864 additions and 688 deletions.
32 changes: 32 additions & 0 deletions .changes/2.1215.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"type": "feature",
"category": "CustomerProfiles",
"description": "Added isUnstructured in response for Customer Profiles Integration APIs"
},
{
"type": "feature",
"category": "Drs",
"description": "Fixed the data type of lagDuration that is returned in Describe Source Server API"
},
{
"type": "feature",
"category": "EC2",
"description": "Two new features for local gateway route tables: support for static routes targeting Elastic Network Interfaces and direct VPC routing."
},
{
"type": "feature",
"category": "Evidently",
"description": "This release adds support for the client-side evaluation - powered by AWS AppConfig feature."
},
{
"type": "feature",
"category": "Kendra",
"description": "This release enables our customer to choose the option of Sharepoint 2019 for the on-premise Sharepoint connector."
},
{
"type": "feature",
"category": "Transfer",
"description": "This release introduces the ability to have multiple server host keys for any of your Transfer Family servers that use the SFTP protocol."
}
]
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1214.0-->
<!--LATEST=2.1215.0-->
<!--ENTRYINSERT-->

## 2.1215.0
* feature: CustomerProfiles: Added isUnstructured in response for Customer Profiles Integration APIs
* feature: Drs: Fixed the data type of lagDuration that is returned in Describe Source Server API
* feature: EC2: Two new features for local gateway route tables: support for static routes targeting Elastic Network Interfaces and direct VPC routing.
* feature: Evidently: This release adds support for the client-side evaluation - powered by AWS AppConfig feature.
* feature: Kendra: This release enables our customer to choose the option of Sharepoint 2019 for the on-premise Sharepoint connector.
* feature: Transfer: This release introduces the ability to have multiple server host keys for any of your Transfer Family servers that use the SFTP protocol.

## 2.1214.0
* feature: EKS: Adding support for local Amazon EKS clusters on Outposts

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
To use the SDK in the browser, simply add the following script tag to your
HTML pages:

<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1214.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1215.0.min.js"></script>

You can also build a custom browser SDK with your specified set of AWS services.
This can allow you to reduce the SDK's size, specify different API versions of
Expand Down
15 changes: 12 additions & 3 deletions apis/customer-profiles-2020-08-15.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,10 @@
"ObjectTypeNames": {
"shape": "S3e"
},
"WorkflowId": {}
"WorkflowId": {},
"IsUnstructured": {
"type": "boolean"
}
}
}
},
Expand Down Expand Up @@ -1487,7 +1490,10 @@
"ObjectTypeNames": {
"shape": "S3e"
},
"WorkflowId": {}
"WorkflowId": {},
"IsUnstructured": {
"type": "boolean"
}
}
}
},
Expand Down Expand Up @@ -2235,7 +2241,10 @@
"ObjectTypeNames": {
"shape": "S3e"
},
"WorkflowId": {}
"WorkflowId": {},
"IsUnstructured": {
"type": "boolean"
}
}
}
},
Expand Down
22 changes: 17 additions & 5 deletions apis/customer-profiles-2020-08-15.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"shape": "InternalServerException"
}
],
"documentation": "<p>Associates a new key value with a specific profile, such as a Contact Trace Record (CTR) ContactId.</p> <p>A profile object can have a single unique key and any number of additional keys that can be used to identify the profile that it belongs to.</p>"
"documentation": "<p>Associates a new key value with a specific profile, such as a Contact Record ContactId.</p> <p>A profile object can have a single unique key and any number of additional keys that can be used to identify the profile that it belongs to.</p>"
},
"CreateDomain": {
"name": "CreateDomain",
Expand Down Expand Up @@ -963,7 +963,7 @@
"shape": "InternalServerException"
}
],
"documentation": "<p>Adds an integration between the service and a third-party service, which includes Amazon AppFlow and Amazon Connect.</p> <p>An integration can belong to only one domain.</p>"
"documentation": "<p>Adds an integration between the service and a third-party service, which includes Amazon AppFlow and Amazon Connect.</p> <p>An integration can belong to only one domain.</p> <p>To add or remove tags on an existing Integration, see <a href=\"https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_TagResource.html\"> TagResource </a>/<a href=\"https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_UntagResource.html\"> UntagResource</a>.</p>"
},
"PutProfileObject": {
"name": "PutProfileObject",
Expand Down Expand Up @@ -994,7 +994,7 @@
"shape": "InternalServerException"
}
],
"documentation": "<p>Adds additional objects to customer profiles of a given ObjectType.</p> <p>When adding a specific profile object, like a Contact Trace Record (CTR), an inferred profile can get created if it is not mapped to an existing profile. The resulting profile will only have a phone number populated in the standard ProfileObject. Any additional CTRs with the same phone number will be mapped to the same inferred profile.</p> <p>When a ProfileObject is created and if a ProfileObjectType already exists for the ProfileObject, it will provide data to a standard profile depending on the ProfileObjectType definition.</p> <p>PutProfileObject needs an ObjectType, which can be created using PutProfileObjectType.</p>"
"documentation": "<p>Adds additional objects to customer profiles of a given ObjectType.</p> <p>When adding a specific profile object, like a Contact Record, an inferred profile can get created if it is not mapped to an existing profile. The resulting profile will only have a phone number populated in the standard ProfileObject. Any additional Contact Records with the same phone number will be mapped to the same inferred profile.</p> <p>When a ProfileObject is created and if a ProfileObjectType already exists for the ProfileObject, it will provide data to a standard profile depending on the ProfileObjectType definition.</p> <p>PutProfileObject needs an ObjectType, which can be created using PutProfileObjectType.</p>"
},
"PutProfileObjectType": {
"name": "PutProfileObjectType",
Expand Down Expand Up @@ -1025,7 +1025,7 @@
"shape": "InternalServerException"
}
],
"documentation": "<p>Defines a ProfileObjectType.</p>"
"documentation": "<p>Defines a ProfileObjectType.</p> <p>To add or remove tags on an existing ObjectType, see <a href=\"https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_TagResource.html\"> TagResource</a>/<a href=\"https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_UntagResource.html\">UntagResource</a>.</p>"
},
"SearchProfiles": {
"name": "SearchProfiles",
Expand Down Expand Up @@ -1137,7 +1137,7 @@
"shape": "InternalServerException"
}
],
"documentation": "<p>Updates the properties of a domain, including creating or selecting a dead letter queue or an encryption key.</p> <p>After a domain is created, the name can’t be changed.</p> <p>Use this API or <a href=\"https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_CreateDomain.html\">CreateDomain</a> to enable <a href=\"https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_GetMatches.html\">identity resolution</a>: set <code>Matching</code> to true. </p> <p>To prevent cross-service impersonation when you call this API, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/cross-service-confused-deputy-prevention.html\">Cross-service confused deputy prevention</a> for sample policies that you should apply. </p>"
"documentation": "<p>Updates the properties of a domain, including creating or selecting a dead letter queue or an encryption key.</p> <p>After a domain is created, the name can’t be changed.</p> <p>Use this API or <a href=\"https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_CreateDomain.html\">CreateDomain</a> to enable <a href=\"https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_GetMatches.html\">identity resolution</a>: set <code>Matching</code> to true. </p> <p>To prevent cross-service impersonation when you call this API, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/cross-service-confused-deputy-prevention.html\">Cross-service confused deputy prevention</a> for sample policies that you should apply. </p> <p>To add or remove tags on an existing Domain, see <a href=\"https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_TagResource.html\">TagResource</a>/<a href=\"https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_UntagResource.html\">UntagResource</a>.</p>"
},
"UpdateProfile": {
"name": "UpdateProfile",
Expand Down Expand Up @@ -2470,6 +2470,10 @@
"WorkflowId": {
"shape": "string1To255",
"documentation": "<p>Unique identifier for the workflow.</p>"
},
"IsUnstructured": {
"shape": "optionalBoolean",
"documentation": "<p>Boolean to indicate if the Flow associated with the Integration is created via Appflow console or with ObjectTypeName equals _unstructured via API/CLI in flowDefinition</p>"
}
}
},
Expand Down Expand Up @@ -3087,6 +3091,10 @@
"WorkflowId": {
"shape": "string1To255",
"documentation": "<p>Unique identifier for the workflow.</p>"
},
"IsUnstructured": {
"shape": "optionalBoolean",
"documentation": "<p>Boolean to indicate if the Flow associated with the Integration is created via Appflow console or with ObjectTypeName equals _unstructured via API/CLI in flowDefinition</p>"
}
},
"documentation": "<p>An integration in list of integrations.</p>"
Expand Down Expand Up @@ -3906,6 +3914,10 @@
"WorkflowId": {
"shape": "string1To255",
"documentation": "<p>Unique identifier for the workflow.</p>"
},
"IsUnstructured": {
"shape": "optionalBoolean",
"documentation": "<p>Boolean to indicate if the Flow associated with the Integration is created via Appflow console or with ObjectTypeName equals _unstructured via API/CLI in flowDefinition</p>"
}
}
},
Expand Down
Loading

0 comments on commit bfe43ab

Please sign in to comment.