Skip to content

Commit

Permalink
Updates SDK to v2.1670.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Aug 7, 2024
1 parent 0e25e59 commit c8addb3
Show file tree
Hide file tree
Showing 15 changed files with 2,103 additions and 343 deletions.
12 changes: 12 additions & 0 deletions .changes/2.1670.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"type": "feature",
"category": "AppIntegrations",
"description": "Updated CreateDataIntegration and CreateDataIntegrationAssociation API to support bulk data export from Amazon Connect Customer Profiles to the customer S3 bucket."
},
{
"type": "feature",
"category": "Glue",
"description": "Introducing AWS Glue Data Quality anomaly detection, a new functionality that uses ML-based solutions to detect data anomalies users have not explicitly defined rules for."
}
]
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1669.0-->
<!--LATEST=2.1670.0-->
<!--ENTRYINSERT-->

## 2.1670.0
* feature: AppIntegrations: Updated CreateDataIntegration and CreateDataIntegrationAssociation API to support bulk data export from Amazon Connect Customer Profiles to the customer S3 bucket.
* feature: Glue: Introducing AWS Glue Data Quality anomaly detection, a new functionality that uses ML-based solutions to detect data anomalies users have not explicitly defined rules for.

## 2.1669.0
* feature: BedrockAgentRuntime: Introduce model invocation output traces for orchestration traces, which contain the model's raw response and usage.
* feature: CognitoIdentityServiceProvider: Advanced security feature updates to include password history and log export for Cognito user pools.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
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.1669.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1670.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
132 changes: 121 additions & 11 deletions apis/appintegrations-2020-07-29.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,17 @@
"endpointPrefix": "app-integrations",
"jsonVersion": "1.1",
"protocol": "rest-json",
"protocols": [
"rest-json"
],
"serviceFullName": "Amazon AppIntegrations Service",
"serviceId": "AppIntegrations",
"signatureVersion": "v4",
"signingName": "app-integrations",
"uid": "appintegrations-2020-07-29"
"uid": "appintegrations-2020-07-29",
"auth": [
"aws.auth#sigv4"
]
},
"operations": {
"CreateApplication": {
Expand Down Expand Up @@ -67,8 +73,7 @@
"type": "structure",
"required": [
"Name",
"KmsKey",
"SourceURI"
"KmsKey"
],
"members": {
"Name": {},
Expand Down Expand Up @@ -117,6 +122,44 @@
}
}
},
"CreateDataIntegrationAssociation": {
"http": {
"requestUri": "/dataIntegrations/{Identifier}/associations"
},
"input": {
"type": "structure",
"required": [
"DataIntegrationIdentifier"
],
"members": {
"DataIntegrationIdentifier": {
"location": "uri",
"locationName": "Identifier"
},
"ClientId": {},
"ObjectConfiguration": {
"shape": "S11"
},
"DestinationURI": {},
"ClientAssociationMetadata": {
"shape": "S17"
},
"ClientToken": {
"idempotencyToken": true
},
"ExecutionConfiguration": {
"shape": "S18"
}
}
},
"output": {
"type": "structure",
"members": {
"DataIntegrationAssociationId": {},
"DataIntegrationArn": {}
}
}
},
"CreateEventIntegration": {
"http": {
"requestUri": "/eventIntegrations"
Expand All @@ -132,7 +175,7 @@
"Name": {},
"Description": {},
"EventFilter": {
"shape": "S14"
"shape": "S1d"
},
"EventBridgeBus": {},
"ClientToken": {
Expand Down Expand Up @@ -335,7 +378,7 @@
"EventIntegrationArn": {},
"EventBridgeBus": {},
"EventFilter": {
"shape": "S14"
"shape": "S1d"
},
"Tags": {
"shape": "Sh"
Expand Down Expand Up @@ -467,7 +510,18 @@
"members": {
"DataIntegrationAssociationArn": {},
"DataIntegrationArn": {},
"ClientId": {}
"ClientId": {},
"DestinationURI": {},
"LastExecutionStatus": {
"type": "structure",
"members": {
"ExecutionStatus": {},
"StatusMessage": {}
}
},
"ExecutionConfiguration": {
"shape": "S18"
}
}
}
},
Expand Down Expand Up @@ -552,9 +606,7 @@
"ClientId": {},
"EventBridgeRuleName": {},
"ClientAssociationMetadata": {
"type": "map",
"key": {},
"value": {}
"shape": "S17"
}
}
}
Expand Down Expand Up @@ -594,7 +646,7 @@
"Name": {},
"Description": {},
"EventFilter": {
"shape": "S14"
"shape": "S1d"
},
"EventBridgeBus": {},
"Tags": {
Expand Down Expand Up @@ -751,6 +803,37 @@
"members": {}
}
},
"UpdateDataIntegrationAssociation": {
"http": {
"method": "PATCH",
"requestUri": "/dataIntegrations/{Identifier}/associations/{DataIntegrationAssociationIdentifier}"
},
"input": {
"type": "structure",
"required": [
"DataIntegrationIdentifier",
"DataIntegrationAssociationIdentifier",
"ExecutionConfiguration"
],
"members": {
"DataIntegrationIdentifier": {
"location": "uri",
"locationName": "Identifier"
},
"DataIntegrationAssociationIdentifier": {
"location": "uri",
"locationName": "DataIntegrationAssociationIdentifier"
},
"ExecutionConfiguration": {
"shape": "S18"
}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"UpdateEventIntegration": {
"http": {
"method": "PATCH",
Expand Down Expand Up @@ -872,7 +955,34 @@
"shape": "Sy"
}
},
"S14": {
"S17": {
"type": "map",
"key": {},
"value": {}
},
"S18": {
"type": "structure",
"required": [
"ExecutionMode"
],
"members": {
"ExecutionMode": {},
"OnDemandConfiguration": {
"type": "structure",
"required": [
"StartTime"
],
"members": {
"StartTime": {},
"EndTime": {}
}
},
"ScheduleConfiguration": {
"shape": "St"
}
}
},
"S1d": {
"type": "structure",
"required": [
"Source"
Expand Down
Loading

0 comments on commit c8addb3

Please sign in to comment.