Skip to content

Commit 7888e74

Browse files
author
awstools
committed
Updates SDK to v2.1504.0
1 parent c1ef7c7 commit 7888e74

Some content is hidden

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

49 files changed

+16218
-1175
lines changed

.changes/2.1504.0.json

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "AppSync",
5+
"description": "This update enables introspection of Aurora cluster databases using the RDS Data API"
6+
},
7+
{
8+
"type": "feature",
9+
"category": "B2bi",
10+
"description": "This is the initial SDK release for AWS B2B Data Interchange."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "Backup",
15+
"description": "AWS Backup now supports restore testing, a new feature that allows customers to automate restore testing and validating their backups. Additionally, this release adds support for EBS Snapshots Archive tier."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "ControlTower",
20+
"description": "This release adds the following support: 1. The EnableControl API can configure controls that are configurable. 2. The GetEnabledControl API shows the configured parameters on an enabled control. 3. The new UpdateEnabledControl API can change parameters on an enabled control."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "EFS",
25+
"description": "Adding support for EFS Replication to existing file system."
26+
},
27+
{
28+
"type": "feature",
29+
"category": "Fis",
30+
"description": "AWS FIS adds support for multi-account experiments & empty target resolution. This release also introduces the CreateTargetAccountConfiguration API that allows experiments across multiple AWS accounts, and the ListExperimentResolvedTargets API to list target details."
31+
},
32+
{
33+
"type": "feature",
34+
"category": "Glue",
35+
"description": "add observations support to DQ CodeGen config model + update document for connectiontypes supported by ConnectorData entities"
36+
},
37+
{
38+
"type": "feature",
39+
"category": "SecurityHub",
40+
"description": "Adds and updates APIs to support central configuration. This feature allows the Security Hub delegated administrator to configure Security Hub for their entire AWS Org across multiple regions from a home Region. With this release, findings also include account name and application metadata."
41+
},
42+
{
43+
"type": "feature",
44+
"category": "TranscribeService",
45+
"description": "This release adds support for AWS HealthScribe APIs within Amazon Transcribe"
46+
}
47+
]

CHANGELOG.md

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

5+
## 2.1504.0
6+
* feature: AppSync: This update enables introspection of Aurora cluster databases using the RDS Data API
7+
* feature: B2bi: This is the initial SDK release for AWS B2B Data Interchange.
8+
* feature: Backup: AWS Backup now supports restore testing, a new feature that allows customers to automate restore testing and validating their backups. Additionally, this release adds support for EBS Snapshots Archive tier.
9+
* feature: ControlTower: This release adds the following support: 1. The EnableControl API can configure controls that are configurable. 2. The GetEnabledControl API shows the configured parameters on an enabled control. 3. The new UpdateEnabledControl API can change parameters on an enabled control.
10+
* feature: EFS: Adding support for EFS Replication to existing file system.
11+
* feature: Fis: AWS FIS adds support for multi-account experiments & empty target resolution. This release also introduces the CreateTargetAccountConfiguration API that allows experiments across multiple AWS accounts, and the ListExperimentResolvedTargets API to list target details.
12+
* feature: Glue: add observations support to DQ CodeGen config model + update document for connectiontypes supported by ConnectorData entities
13+
* feature: SecurityHub: Adds and updates APIs to support central configuration. This feature allows the Security Hub delegated administrator to configure Security Hub for their entire AWS Org across multiple regions from a home Region. With this release, findings also include account name and application metadata.
14+
* feature: TranscribeService: This release adds support for AWS HealthScribe APIs within Amazon Transcribe
15+
516
## 2.1503.0
617
* feature: AccessAnalyzer: IAM Access Analyzer now continuously monitors IAM roles and users in your AWS account or organization to generate findings for unused access. Additionally, IAM Access Analyzer now provides custom policy checks to validate that IAM policies adhere to your security standards ahead of deployments.
718
* feature: Amp: This release adds support for the Amazon Managed Service for Prometheus collector, a fully managed, agentless Prometheus metrics scraping capability.

README.md

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

72-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1503.0.min.js"></script>
72+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1504.0.min.js"></script>
7373

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

apis/appsync-2017-07-25.min.json

Lines changed: 141 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -902,6 +902,86 @@
902902
}
903903
}
904904
},
905+
"GetDataSourceIntrospection": {
906+
"http": {
907+
"method": "GET",
908+
"requestUri": "/v1/datasources/introspections/{introspectionId}"
909+
},
910+
"input": {
911+
"type": "structure",
912+
"required": [
913+
"introspectionId"
914+
],
915+
"members": {
916+
"introspectionId": {
917+
"location": "uri",
918+
"locationName": "introspectionId"
919+
},
920+
"includeModelsSDL": {
921+
"location": "querystring",
922+
"locationName": "includeModelsSDL",
923+
"type": "boolean"
924+
},
925+
"nextToken": {
926+
"location": "querystring",
927+
"locationName": "nextToken"
928+
},
929+
"maxResults": {
930+
"location": "querystring",
931+
"locationName": "maxResults",
932+
"type": "integer"
933+
}
934+
}
935+
},
936+
"output": {
937+
"type": "structure",
938+
"members": {
939+
"introspectionId": {},
940+
"introspectionStatus": {},
941+
"introspectionStatusDetail": {},
942+
"introspectionResult": {
943+
"type": "structure",
944+
"members": {
945+
"models": {
946+
"type": "list",
947+
"member": {
948+
"type": "structure",
949+
"members": {
950+
"name": {},
951+
"fields": {
952+
"type": "list",
953+
"member": {
954+
"type": "structure",
955+
"members": {
956+
"name": {},
957+
"type": {
958+
"shape": "S47"
959+
},
960+
"length": {
961+
"type": "long"
962+
}
963+
}
964+
}
965+
},
966+
"primaryKey": {
967+
"shape": "S49"
968+
},
969+
"indexes": {
970+
"type": "list",
971+
"member": {
972+
"shape": "S49"
973+
}
974+
},
975+
"sdl": {}
976+
}
977+
}
978+
},
979+
"nextToken": {}
980+
}
981+
}
982+
}
983+
}
984+
},
905985
"GetDomainName": {
906986
"http": {
907987
"method": "GET",
@@ -1374,7 +1454,7 @@
13741454
"type": "structure",
13751455
"members": {
13761456
"resolvers": {
1377-
"shape": "S51"
1457+
"shape": "S5e"
13781458
},
13791459
"nextToken": {}
13801460
}
@@ -1415,7 +1495,7 @@
14151495
"type": "structure",
14161496
"members": {
14171497
"resolvers": {
1418-
"shape": "S51"
1498+
"shape": "S5e"
14191499
},
14201500
"nextToken": {}
14211501
}
@@ -1530,7 +1610,7 @@
15301610
"type": "structure",
15311611
"members": {
15321612
"types": {
1533-
"shape": "S5d"
1613+
"shape": "S5q"
15341614
},
15351615
"nextToken": {}
15361616
}
@@ -1576,12 +1656,43 @@
15761656
"type": "structure",
15771657
"members": {
15781658
"types": {
1579-
"shape": "S5d"
1659+
"shape": "S5q"
15801660
},
15811661
"nextToken": {}
15821662
}
15831663
}
15841664
},
1665+
"StartDataSourceIntrospection": {
1666+
"http": {
1667+
"requestUri": "/v1/datasources/introspections"
1668+
},
1669+
"input": {
1670+
"type": "structure",
1671+
"members": {
1672+
"rdsDataApiConfig": {
1673+
"type": "structure",
1674+
"required": [
1675+
"resourceArn",
1676+
"secretArn",
1677+
"databaseName"
1678+
],
1679+
"members": {
1680+
"resourceArn": {},
1681+
"secretArn": {},
1682+
"databaseName": {}
1683+
}
1684+
}
1685+
}
1686+
},
1687+
"output": {
1688+
"type": "structure",
1689+
"members": {
1690+
"introspectionId": {},
1691+
"introspectionStatus": {},
1692+
"introspectionStatusDetail": {}
1693+
}
1694+
}
1695+
},
15851696
"StartSchemaCreation": {
15861697
"http": {
15871698
"requestUri": "/v1/apis/{apiId}/schemacreation"
@@ -2521,13 +2632,37 @@
25212632
"type": "list",
25222633
"member": {}
25232634
},
2524-
"S51": {
2635+
"S47": {
2636+
"type": "structure",
2637+
"members": {
2638+
"kind": {},
2639+
"name": {},
2640+
"type": {
2641+
"shape": "S47"
2642+
},
2643+
"values": {
2644+
"type": "list",
2645+
"member": {}
2646+
}
2647+
}
2648+
},
2649+
"S49": {
2650+
"type": "structure",
2651+
"members": {
2652+
"name": {},
2653+
"fields": {
2654+
"type": "list",
2655+
"member": {}
2656+
}
2657+
}
2658+
},
2659+
"S5e": {
25252660
"type": "list",
25262661
"member": {
25272662
"shape": "S2h"
25282663
}
25292664
},
2530-
"S5d": {
2665+
"S5q": {
25312666
"type": "list",
25322667
"member": {
25332668
"shape": "S2l"

0 commit comments

Comments
 (0)