Skip to content

Commit 7089f55

Browse files
author
awstools
committed
Updates SDK to v2.590.0
1 parent b3d39f8 commit 7089f55

25 files changed

+2472
-240
lines changed

.changes/2.590.0.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "CodeBuild",
5+
"description": "CodeBuild adds support for cross account"
6+
},
7+
{
8+
"type": "feature",
9+
"category": "Detective",
10+
"description": "This is the initial release of Amazon Detective."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "SESV2",
15+
"description": "Added the ability to use your own public-private key pair to configure DKIM authentication for a domain identity."
16+
}
17+
]

CHANGELOG.md

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

5+
## 2.590.0
6+
* feature: CodeBuild: CodeBuild adds support for cross account
7+
* feature: Detective: This is the initial release of Amazon Detective.
8+
* feature: SESV2: Added the ability to use your own public-private key pair to configure DKIM authentication for a domain identity.
9+
510
## 2.589.0
611
* feature: AccessAnalyzer: This release includes improvements and fixes bugs for the IAM Access Analyzer feature.
712

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ version.
2525
To use the SDK in the browser, simply add the following script tag to your
2626
HTML pages:
2727

28-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.589.0.min.js"></script>
28+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.590.0.min.js"></script>
2929

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

apis/codebuild-2016-10-06.min.json

Lines changed: 99 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,21 @@
353353
"members": {}
354354
}
355355
},
356+
"DeleteResourcePolicy": {
357+
"input": {
358+
"type": "structure",
359+
"required": [
360+
"resourceArn"
361+
],
362+
"members": {
363+
"resourceArn": {}
364+
}
365+
},
366+
"output": {
367+
"type": "structure",
368+
"members": {}
369+
}
370+
},
356371
"DeleteSourceCredentials": {
357372
"input": {
358373
"type": "structure",
@@ -432,6 +447,23 @@
432447
}
433448
}
434449
},
450+
"GetResourcePolicy": {
451+
"input": {
452+
"type": "structure",
453+
"required": [
454+
"resourceArn"
455+
],
456+
"members": {
457+
"resourceArn": {}
458+
}
459+
},
460+
"output": {
461+
"type": "structure",
462+
"members": {
463+
"policy": {}
464+
}
465+
}
466+
},
435467
"ImportSourceCredentials": {
436468
"input": {
437469
"type": "structure",
@@ -609,7 +641,7 @@
609641
"type": "integer"
610642
},
611643
"filter": {
612-
"shape": "S49"
644+
"shape": "S4d"
613645
}
614646
}
615647
},
@@ -637,7 +669,7 @@
637669
"type": "integer"
638670
},
639671
"filter": {
640-
"shape": "S49"
672+
"shape": "S4d"
641673
}
642674
}
643675
},
@@ -651,6 +683,51 @@
651683
}
652684
}
653685
},
686+
"ListSharedProjects": {
687+
"input": {
688+
"type": "structure",
689+
"members": {
690+
"sortBy": {},
691+
"sortOrder": {},
692+
"maxResults": {
693+
"type": "integer"
694+
},
695+
"nextToken": {}
696+
}
697+
},
698+
"output": {
699+
"type": "structure",
700+
"members": {
701+
"nextToken": {},
702+
"projects": {
703+
"type": "list",
704+
"member": {}
705+
}
706+
}
707+
}
708+
},
709+
"ListSharedReportGroups": {
710+
"input": {
711+
"type": "structure",
712+
"members": {
713+
"sortOrder": {},
714+
"sortBy": {},
715+
"nextToken": {},
716+
"maxResults": {
717+
"type": "integer"
718+
}
719+
}
720+
},
721+
"output": {
722+
"type": "structure",
723+
"members": {
724+
"nextToken": {},
725+
"reportGroups": {
726+
"shape": "S2b"
727+
}
728+
}
729+
}
730+
},
654731
"ListSourceCredentials": {
655732
"input": {
656733
"type": "structure",
@@ -673,6 +750,25 @@
673750
}
674751
}
675752
},
753+
"PutResourcePolicy": {
754+
"input": {
755+
"type": "structure",
756+
"required": [
757+
"policy",
758+
"resourceArn"
759+
],
760+
"members": {
761+
"policy": {},
762+
"resourceArn": {}
763+
}
764+
},
765+
"output": {
766+
"type": "structure",
767+
"members": {
768+
"resourceArn": {}
769+
}
770+
}
771+
},
676772
"StartBuild": {
677773
"input": {
678774
"type": "structure",
@@ -1393,7 +1489,7 @@
13931489
"type": "list",
13941490
"member": {}
13951491
},
1396-
"S49": {
1492+
"S4d": {
13971493
"type": "structure",
13981494
"members": {
13991495
"status": {}

0 commit comments

Comments
 (0)