Skip to content

Commit b3d39f8

Browse files
author
awstools
committed
Updates SDK to v2.589.0
1 parent 075c7fa commit b3d39f8

12 files changed

+79
-64
lines changed

.changes/2.589.0.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "AccessAnalyzer",
5+
"description": "This release includes improvements and fixes bugs for the IAM Access Analyzer feature."
6+
}
7+
]

CHANGELOG.md

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

5+
## 2.589.0
6+
* feature: AccessAnalyzer: This release includes improvements and fixes bugs for the IAM Access Analyzer feature.
7+
58
## 2.588.0
69
* feature: EC2: This release allows customers to attach multiple Elastic Inference Accelerators to a single EC2 instance. It adds support for a Count parameter for each Elastic Inference Accelerator type you specify on the RunInstances and LaunchTemplate APIs.
710

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.588.0.min.js"></script>
28+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.589.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/accessanalyzer-2019-11-01.min.json

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -184,10 +184,10 @@
184184
"shape": "Sl"
185185
},
186186
"analyzedAt": {
187-
"type": "timestamp"
187+
"shape": "Sm"
188188
},
189189
"createdAt": {
190-
"type": "timestamp"
190+
"shape": "Sm"
191191
},
192192
"error": {},
193193
"isPublic": {
@@ -201,7 +201,7 @@
201201
},
202202
"status": {},
203203
"updatedAt": {
204-
"type": "timestamp"
204+
"shape": "Sm"
205205
}
206206
}
207207
}
@@ -315,13 +315,13 @@
315315
"shape": "Sl"
316316
},
317317
"analyzedAt": {
318-
"type": "timestamp"
318+
"shape": "Sm"
319319
},
320320
"condition": {
321321
"shape": "S10"
322322
},
323323
"createdAt": {
324-
"type": "timestamp"
324+
"shape": "Sm"
325325
},
326326
"error": {},
327327
"id": {},
@@ -335,7 +335,7 @@
335335
"resourceType": {},
336336
"status": {},
337337
"updatedAt": {
338-
"type": "timestamp"
338+
"shape": "Sm"
339339
}
340340
}
341341
}
@@ -520,13 +520,13 @@
520520
"shape": "Sl"
521521
},
522522
"analyzedAt": {
523-
"type": "timestamp"
523+
"shape": "Sm"
524524
},
525525
"condition": {
526526
"shape": "S10"
527527
},
528528
"createdAt": {
529-
"type": "timestamp"
529+
"shape": "Sm"
530530
},
531531
"error": {},
532532
"id": {},
@@ -540,7 +540,7 @@
540540
"resourceType": {},
541541
"status": {},
542542
"updatedAt": {
543-
"type": "timestamp"
543+
"shape": "Sm"
544544
}
545545
}
546546
}
@@ -746,6 +746,10 @@
746746
"type": "list",
747747
"member": {}
748748
},
749+
"Sm": {
750+
"type": "timestamp",
751+
"timestampFormat": "iso8601"
752+
},
749753
"Ss": {
750754
"type": "structure",
751755
"required": [
@@ -757,11 +761,11 @@
757761
"members": {
758762
"arn": {},
759763
"createdAt": {
760-
"type": "timestamp"
764+
"shape": "Sm"
761765
},
762766
"lastResourceAnalyzed": {},
763767
"lastResourceAnalyzedAt": {
764-
"type": "timestamp"
768+
"shape": "Sm"
765769
},
766770
"name": {},
767771
"tags": {
@@ -780,14 +784,14 @@
780784
],
781785
"members": {
782786
"createdAt": {
783-
"type": "timestamp"
787+
"shape": "Sm"
784788
},
785789
"filter": {
786790
"shape": "S5"
787791
},
788792
"ruleName": {},
789793
"updatedAt": {
790-
"type": "timestamp"
794+
"shape": "Sm"
791795
}
792796
}
793797
},

apis/accessanalyzer-2019-11-01.normal.json

Lines changed: 21 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"shape": "AccessDeniedException"
4646
}
4747
],
48-
"documentation": "<p>Creates an analyzer with a zone of trust set to your account.</p>",
48+
"documentation": "<p>Creates an analyzer for your account.</p>",
4949
"idempotent": true
5050
},
5151
"CreateArchiveRule": {
@@ -81,7 +81,7 @@
8181
"shape": "AccessDeniedException"
8282
}
8383
],
84-
"documentation": "<p>Creates an archive rule for the specified analyzer.</p>",
84+
"documentation": "<p>Creates an archive rule for the specified analyzer. Archive rules automatically archive findings that meet the criteria you define when you create the rule.</p>",
8585
"idempotent": true
8686
},
8787
"DeleteAnalyzer": {
@@ -174,7 +174,7 @@
174174
"shape": "AccessDeniedException"
175175
}
176176
],
177-
"documentation": "<p>Retrieves information about an analyzed resource.</p>"
177+
"documentation": "<p>Retrieves information about a resource that was analyzed.</p>"
178178
},
179179
"GetAnalyzer": {
180180
"name": "GetAnalyzer",
@@ -302,7 +302,7 @@
302302
"shape": "AccessDeniedException"
303303
}
304304
],
305-
"documentation": "<p>Retrieves a list of resources that have been analyzed.</p>"
305+
"documentation": "<p>Retrieves a list of resources of the specified type that have been analyzed by the specified analyzer..</p>"
306306
},
307307
"ListAnalyzers": {
308308
"name": "ListAnalyzers",
@@ -453,7 +453,7 @@
453453
"shape": "AccessDeniedException"
454454
}
455455
],
456-
"documentation": "<p>Starts a scan of the policies applied to the specified resource.</p>"
456+
"documentation": "<p>Immediately starts a scan of the policies applied to the specified resource.</p>"
457457
},
458458
"TagResource": {
459459
"name": "TagResource",
@@ -548,7 +548,7 @@
548548
"shape": "AccessDeniedException"
549549
}
550550
],
551-
"documentation": "<p>Updates the specified archive rule.</p>",
551+
"documentation": "<p>Updates the criteria and values for the specified archive rule.</p>",
552552
"idempotent": true
553553
},
554554
"UpdateFindings": {
@@ -578,7 +578,7 @@
578578
"shape": "AccessDeniedException"
579579
}
580580
],
581-
"documentation": "<p>Updates findings with the new values provided in the request.</p>",
581+
"documentation": "<p>Updates the status for the specified findings.</p>",
582582
"idempotent": true
583583
}
584584
},
@@ -777,7 +777,7 @@
777777
},
778778
"archiveRules": {
779779
"shape": "InlineArchiveRulesList",
780-
"documentation": "<p>Specifies the archive rules to add for the analyzer.</p>"
780+
"documentation": "<p>Specifies the archive rules to add for the analyzer. Archive rules automatically archive findings that meet the criteria you define for the rule.</p>"
781781
},
782782
"clientToken": {
783783
"shape": "String",
@@ -790,7 +790,7 @@
790790
},
791791
"type": {
792792
"shape": "Type",
793-
"documentation": "<p>The zone of trust for the analyzer. You can create only one analyzer per account per Region.</p>"
793+
"documentation": "<p>The type of analyzer to create. Only ACCOUNT analyzers are supported. You can create only one analyzer per account per Region.</p>"
794794
}
795795
},
796796
"documentation": "<p>Creates an analyzer.</p>"
@@ -855,7 +855,7 @@
855855
"documentation": "<p>A \"not equals\" operator to match for the filter used to create the rule.</p>"
856856
}
857857
},
858-
"documentation": "<p>The criteria to use in the filter that defines the rule.</p>"
858+
"documentation": "<p>The criteria to use in the filter that defines the archive rule.</p>"
859859
},
860860
"DeleteAnalyzerRequest": {
861861
"type": "structure",
@@ -888,7 +888,7 @@
888888
"members": {
889889
"analyzerName": {
890890
"shape": "Name",
891-
"documentation": "<p>The name of the analyzer that was deleted.</p>",
891+
"documentation": "<p>The name of the analyzer that associated with the archive rule to delete.</p>",
892892
"location": "uri",
893893
"locationName": "analyzerName"
894894
},
@@ -1197,7 +1197,7 @@
11971197
"documentation": "<p>A <code>finding</code> object that contains finding details.</p>"
11981198
}
11991199
},
1200-
"documentation": "<p>The resposne to the request.</p>"
1200+
"documentation": "<p>The response to the request.</p>"
12011201
},
12021202
"InlineArchiveRule": {
12031203
"type": "structure",
@@ -1208,14 +1208,14 @@
12081208
"members": {
12091209
"filter": {
12101210
"shape": "FilterCriteriaMap",
1211-
"documentation": "<p>The criteria for the rule.</p>"
1211+
"documentation": "<p>The condition and values for a criterion.</p>"
12121212
},
12131213
"ruleName": {
12141214
"shape": "Name",
12151215
"documentation": "<p>The name of the rule.</p>"
12161216
}
12171217
},
1218-
"documentation": "<p>An inline archive rule.</p>"
1218+
"documentation": "<p>An criterion statement in an archive rule. Each archive rule may have multiple criteria.</p>"
12191219
},
12201220
"InlineArchiveRulesList": {
12211221
"type": "list",
@@ -1286,7 +1286,7 @@
12861286
},
12871287
"type": {
12881288
"shape": "Type",
1289-
"documentation": "<p>The type of analyzer, which corresponds to the zone of trust selected when the analyzer was created.</p>",
1289+
"documentation": "<p>The type of analyzer.</p>",
12901290
"location": "querystring",
12911291
"locationName": "type"
12921292
}
@@ -1398,7 +1398,7 @@
13981398
"documentation": "<p>A token used for pagination of results returned.</p>"
13991399
}
14001400
},
1401-
"documentation": "<p>The resposne to the request.</p>"
1401+
"documentation": "<p>The response to the request.</p>"
14021402
},
14031403
"ListTagsForResourceRequest": {
14041404
"type": "structure",
@@ -1480,7 +1480,7 @@
14801480
"documentation": "<p>The sort order, ascending or descending.</p>"
14811481
}
14821482
},
1483-
"documentation": "<p>The sort criteria.</p>"
1483+
"documentation": "<p>The criteria used to sort.</p>"
14841484
},
14851485
"StartResourceScanRequest": {
14861486
"type": "structure",
@@ -1544,7 +1544,8 @@
15441544
}
15451545
},
15461546
"Timestamp": {
1547-
"type": "timestamp"
1547+
"type": "timestamp",
1548+
"timestampFormat": "iso8601"
15481549
},
15491550
"Token": {
15501551
"type": "string"
@@ -1580,7 +1581,7 @@
15801581
"UntagResourceResponse": {
15811582
"type": "structure",
15821583
"members": {},
1583-
"documentation": "<p>The response tot he request.</p>"
1584+
"documentation": "<p>The response to the request.</p>"
15841585
},
15851586
"UpdateArchiveRuleRequest": {
15861587
"type": "structure",
@@ -1654,5 +1655,5 @@
16541655
"min": 1
16551656
}
16561657
},
1657-
"documentation": "<p>AWS IAM Access Analyzer API Reference</p>"
1658+
"documentation": "<p>AWS IAM Access Analyzer helps identify potential resource-access risks by enabling you to identify any policies that grant access to an external principal. It does this by using logic-based reasoning to analyze resource-based policies in your AWS environment. An external principal can be another AWS account, a root user, an IAM user or role, a federated user, an AWS service, or an anonymous user. This guide describes the AWS IAM Access Analyzer operations that you can call programmatically. For general information about Access Analyzer, see the <a href=\"https://docs.aws.amazon.com/IAM/latest/UserGuide/what-is-access-analyzer.html\">AWS IAM Access Analyzer section of the IAM User Guide</a>.</p> <p>To start using Access Analyzer, you first need to create an analyzer.</p>"
16581659
}

0 commit comments

Comments
 (0)