Skip to content

Commit c8addb3

Browse files
author
awstools
committed
Updates SDK to v2.1670.0
1 parent 0e25e59 commit c8addb3

15 files changed

+2103
-343
lines changed

.changes/2.1670.0.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "AppIntegrations",
5+
"description": "Updated CreateDataIntegration and CreateDataIntegrationAssociation API to support bulk data export from Amazon Connect Customer Profiles to the customer S3 bucket."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "Glue",
10+
"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."
11+
}
12+
]

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1669.0-->
2+
<!--LATEST=2.1670.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1670.0
6+
* feature: AppIntegrations: Updated CreateDataIntegration and CreateDataIntegrationAssociation API to support bulk data export from Amazon Connect Customer Profiles to the customer S3 bucket.
7+
* 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.
8+
59
## 2.1669.0
610
* feature: BedrockAgentRuntime: Introduce model invocation output traces for orchestration traces, which contain the model's raw response and usage.
711
* feature: CognitoIdentityServiceProvider: Advanced security feature updates to include password history and log export for Cognito user pools.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
6464
To use the SDK in the browser, simply add the following script tag to your
6565
HTML pages:
6666

67-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1669.0.min.js"></script>
67+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1670.0.min.js"></script>
6868

6969
You can also build a custom browser SDK with your specified set of AWS services.
7070
This can allow you to reduce the SDK's size, specify different API versions of

apis/appintegrations-2020-07-29.min.json

Lines changed: 121 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,17 @@
55
"endpointPrefix": "app-integrations",
66
"jsonVersion": "1.1",
77
"protocol": "rest-json",
8+
"protocols": [
9+
"rest-json"
10+
],
811
"serviceFullName": "Amazon AppIntegrations Service",
912
"serviceId": "AppIntegrations",
1013
"signatureVersion": "v4",
1114
"signingName": "app-integrations",
12-
"uid": "appintegrations-2020-07-29"
15+
"uid": "appintegrations-2020-07-29",
16+
"auth": [
17+
"aws.auth#sigv4"
18+
]
1319
},
1420
"operations": {
1521
"CreateApplication": {
@@ -67,8 +73,7 @@
6773
"type": "structure",
6874
"required": [
6975
"Name",
70-
"KmsKey",
71-
"SourceURI"
76+
"KmsKey"
7277
],
7378
"members": {
7479
"Name": {},
@@ -117,6 +122,44 @@
117122
}
118123
}
119124
},
125+
"CreateDataIntegrationAssociation": {
126+
"http": {
127+
"requestUri": "/dataIntegrations/{Identifier}/associations"
128+
},
129+
"input": {
130+
"type": "structure",
131+
"required": [
132+
"DataIntegrationIdentifier"
133+
],
134+
"members": {
135+
"DataIntegrationIdentifier": {
136+
"location": "uri",
137+
"locationName": "Identifier"
138+
},
139+
"ClientId": {},
140+
"ObjectConfiguration": {
141+
"shape": "S11"
142+
},
143+
"DestinationURI": {},
144+
"ClientAssociationMetadata": {
145+
"shape": "S17"
146+
},
147+
"ClientToken": {
148+
"idempotencyToken": true
149+
},
150+
"ExecutionConfiguration": {
151+
"shape": "S18"
152+
}
153+
}
154+
},
155+
"output": {
156+
"type": "structure",
157+
"members": {
158+
"DataIntegrationAssociationId": {},
159+
"DataIntegrationArn": {}
160+
}
161+
}
162+
},
120163
"CreateEventIntegration": {
121164
"http": {
122165
"requestUri": "/eventIntegrations"
@@ -132,7 +175,7 @@
132175
"Name": {},
133176
"Description": {},
134177
"EventFilter": {
135-
"shape": "S14"
178+
"shape": "S1d"
136179
},
137180
"EventBridgeBus": {},
138181
"ClientToken": {
@@ -335,7 +378,7 @@
335378
"EventIntegrationArn": {},
336379
"EventBridgeBus": {},
337380
"EventFilter": {
338-
"shape": "S14"
381+
"shape": "S1d"
339382
},
340383
"Tags": {
341384
"shape": "Sh"
@@ -467,7 +510,18 @@
467510
"members": {
468511
"DataIntegrationAssociationArn": {},
469512
"DataIntegrationArn": {},
470-
"ClientId": {}
513+
"ClientId": {},
514+
"DestinationURI": {},
515+
"LastExecutionStatus": {
516+
"type": "structure",
517+
"members": {
518+
"ExecutionStatus": {},
519+
"StatusMessage": {}
520+
}
521+
},
522+
"ExecutionConfiguration": {
523+
"shape": "S18"
524+
}
471525
}
472526
}
473527
},
@@ -552,9 +606,7 @@
552606
"ClientId": {},
553607
"EventBridgeRuleName": {},
554608
"ClientAssociationMetadata": {
555-
"type": "map",
556-
"key": {},
557-
"value": {}
609+
"shape": "S17"
558610
}
559611
}
560612
}
@@ -594,7 +646,7 @@
594646
"Name": {},
595647
"Description": {},
596648
"EventFilter": {
597-
"shape": "S14"
649+
"shape": "S1d"
598650
},
599651
"EventBridgeBus": {},
600652
"Tags": {
@@ -751,6 +803,37 @@
751803
"members": {}
752804
}
753805
},
806+
"UpdateDataIntegrationAssociation": {
807+
"http": {
808+
"method": "PATCH",
809+
"requestUri": "/dataIntegrations/{Identifier}/associations/{DataIntegrationAssociationIdentifier}"
810+
},
811+
"input": {
812+
"type": "structure",
813+
"required": [
814+
"DataIntegrationIdentifier",
815+
"DataIntegrationAssociationIdentifier",
816+
"ExecutionConfiguration"
817+
],
818+
"members": {
819+
"DataIntegrationIdentifier": {
820+
"location": "uri",
821+
"locationName": "Identifier"
822+
},
823+
"DataIntegrationAssociationIdentifier": {
824+
"location": "uri",
825+
"locationName": "DataIntegrationAssociationIdentifier"
826+
},
827+
"ExecutionConfiguration": {
828+
"shape": "S18"
829+
}
830+
}
831+
},
832+
"output": {
833+
"type": "structure",
834+
"members": {}
835+
}
836+
},
754837
"UpdateEventIntegration": {
755838
"http": {
756839
"method": "PATCH",
@@ -872,7 +955,34 @@
872955
"shape": "Sy"
873956
}
874957
},
875-
"S14": {
958+
"S17": {
959+
"type": "map",
960+
"key": {},
961+
"value": {}
962+
},
963+
"S18": {
964+
"type": "structure",
965+
"required": [
966+
"ExecutionMode"
967+
],
968+
"members": {
969+
"ExecutionMode": {},
970+
"OnDemandConfiguration": {
971+
"type": "structure",
972+
"required": [
973+
"StartTime"
974+
],
975+
"members": {
976+
"StartTime": {},
977+
"EndTime": {}
978+
}
979+
},
980+
"ScheduleConfiguration": {
981+
"shape": "St"
982+
}
983+
}
984+
},
985+
"S1d": {
876986
"type": "structure",
877987
"required": [
878988
"Source"

0 commit comments

Comments
 (0)