Skip to content

Commit 12dd8ca

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated service API models for release.
1 parent bf74d32 commit 12dd8ca

File tree

4 files changed

+33
-20
lines changed

4 files changed

+33
-20
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Unreleased Changes
22
------------------
33

4+
* Feature - Aws::AccessAnalyzer - Updated the API, and documentation for Access Analyzer.
5+
46
2.11.414 (2019-12-11)
57
------------------
68

aws-sdk-core/apis/accessanalyzer/2019-11-01/api-2.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1002,7 +1002,10 @@
10021002
},
10031003
"exception":true
10041004
},
1005-
"Timestamp":{"type":"timestamp"},
1005+
"Timestamp":{
1006+
"type":"timestamp",
1007+
"timestampFormat":"iso8601"
1008+
},
10061009
"Token":{"type":"string"},
10071010
"Type":{
10081011
"type":"string",

aws-sdk-core/apis/accessanalyzer/2019-11-01/docs-2.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
{
22
"version": "2.0",
3-
"service": "<p>AWS IAM Access Analyzer API Reference</p>",
3+
"service": "<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>",
44
"operations": {
5-
"CreateAnalyzer": "<p>Creates an analyzer with a zone of trust set to your account.</p>",
6-
"CreateArchiveRule": "<p>Creates an archive rule for the specified analyzer.</p>",
5+
"CreateAnalyzer": "<p>Creates an analyzer for your account.</p>",
6+
"CreateArchiveRule": "<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>",
77
"DeleteAnalyzer": "<p>Deletes the specified analyzer. When you delete an analyzer, Access Analyzer is disabled for the account in the current or specific Region. All findings that were generated by the analyzer are deleted. You cannot undo this action.</p>",
88
"DeleteArchiveRule": "<p>Deletes the specified archive rule.</p>",
9-
"GetAnalyzedResource": "<p>Retrieves information about an analyzed resource.</p>",
9+
"GetAnalyzedResource": "<p>Retrieves information about a resource that was analyzed.</p>",
1010
"GetAnalyzer": "<p>Retrieves information about the specified analyzer.</p>",
1111
"GetArchiveRule": "<p>Retrieves information about an archive rule.</p>",
1212
"GetFinding": "<p>Retrieves information about the specified finding.</p>",
13-
"ListAnalyzedResources": "<p>Retrieves a list of resources that have been analyzed.</p>",
13+
"ListAnalyzedResources": "<p>Retrieves a list of resources of the specified type that have been analyzed by the specified analyzer..</p>",
1414
"ListAnalyzers": "<p>Retrieves a list of analyzers.</p>",
1515
"ListArchiveRules": "<p>Retrieves a list of archive rules created for the specified analyzer.</p>",
1616
"ListFindings": "<p>Retrieves a list of findings generated by the specified analyzer.</p>",
1717
"ListTagsForResource": "<p>Retrieves a list of tags applied to the specified resource.</p>",
18-
"StartResourceScan": "<p>Starts a scan of the policies applied to the specified resource.</p>",
18+
"StartResourceScan": "<p>Immediately starts a scan of the policies applied to the specified resource.</p>",
1919
"TagResource": "<p>Adds a tag to the specified resource.</p>",
2020
"UntagResource": "<p>Removes a tag from the specified resource.</p>",
21-
"UpdateArchiveRule": "<p>Updates the specified archive rule.</p>",
22-
"UpdateFindings": "<p>Updates findings with the new values provided in the request.</p>"
21+
"UpdateArchiveRule": "<p>Updates the criteria and values for the specified archive rule.</p>",
22+
"UpdateFindings": "<p>Updates the status for the specified findings.</p>"
2323
},
2424
"shapes": {
2525
"AccessDeniedException": {
@@ -129,7 +129,7 @@
129129
}
130130
},
131131
"Criterion": {
132-
"base": "<p>The criteria to use in the filter that defines the rule.</p>",
132+
"base": "<p>The criteria to use in the filter that defines the archive rule.</p>",
133133
"refs": {
134134
"FilterCriteriaMap$value": null
135135
}
@@ -149,7 +149,7 @@
149149
"refs": {
150150
"ArchiveRuleSummary$filter": "<p>A filter used to define the archive rule.</p>",
151151
"CreateArchiveRuleRequest$filter": "<p>The criteria for the rule.</p>",
152-
"InlineArchiveRule$filter": "<p>The criteria for the rule.</p>",
152+
"InlineArchiveRule$filter": "<p>The condition and values for a criterion.</p>",
153153
"ListFindingsRequest$filter": "<p>A filter to match for the findings to return.</p>",
154154
"UpdateArchiveRuleRequest$filter": "<p>A filter to match for the rules to update. Only rules that match the filter are updated.</p>"
155155
}
@@ -237,20 +237,20 @@
237237
}
238238
},
239239
"GetFindingResponse": {
240-
"base": "<p>The resposne to the request.</p>",
240+
"base": "<p>The response to the request.</p>",
241241
"refs": {
242242
}
243243
},
244244
"InlineArchiveRule": {
245-
"base": "<p>An inline archive rule.</p>",
245+
"base": "<p>An criterion statement in an archive rule. Each archive rule may have multiple criteria.</p>",
246246
"refs": {
247247
"InlineArchiveRulesList$member": null
248248
}
249249
},
250250
"InlineArchiveRulesList": {
251251
"base": null,
252252
"refs": {
253-
"CreateAnalyzerRequest$archiveRules": "<p>Specifies the archive rules to add for the analyzer.</p>"
253+
"CreateAnalyzerRequest$archiveRules": "<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>"
254254
}
255255
},
256256
"Integer": {
@@ -305,7 +305,7 @@
305305
}
306306
},
307307
"ListFindingsResponse": {
308-
"base": "<p>The resposne to the request.</p>",
308+
"base": "<p>The response to the request.</p>",
309309
"refs": {
310310
}
311311
},
@@ -328,7 +328,7 @@
328328
"CreateArchiveRuleRequest$analyzerName": "<p>The name of the created analyzer.</p>",
329329
"CreateArchiveRuleRequest$ruleName": "<p>The name of the rule to create.</p>",
330330
"DeleteAnalyzerRequest$analyzerName": "<p>The name of the analyzer to delete.</p>",
331-
"DeleteArchiveRuleRequest$analyzerName": "<p>The name of the analyzer that was deleted.</p>",
331+
"DeleteArchiveRuleRequest$analyzerName": "<p>The name of the analyzer that associated with the archive rule to delete.</p>",
332332
"DeleteArchiveRuleRequest$ruleName": "<p>The name of the rule to delete.</p>",
333333
"GetAnalyzerRequest$analyzerName": "<p>The name of the analyzer retrieved.</p>",
334334
"GetArchiveRuleRequest$analyzerName": "<p>The name of the analyzer to retrieve rules from.</p>",
@@ -389,7 +389,7 @@
389389
}
390390
},
391391
"SortCriteria": {
392-
"base": "<p>The sort criteria.</p>",
392+
"base": "<p>The criteria used to sort.</p>",
393393
"refs": {
394394
"ListFindingsRequest$sort": "<p>The sort order for the findings returned.</p>"
395395
}
@@ -511,8 +511,8 @@
511511
"base": null,
512512
"refs": {
513513
"AnalyzerSummary$type": "<p>The type of analyzer, which corresponds to the zone of trust chosen for the analyzer.</p>",
514-
"CreateAnalyzerRequest$type": "<p>The zone of trust for the analyzer. You can create only one analyzer per account per Region.</p>",
515-
"ListAnalyzersRequest$type": "<p>The type of analyzer, which corresponds to the zone of trust selected when the analyzer was created.</p>"
514+
"CreateAnalyzerRequest$type": "<p>The type of analyzer to create. Only ACCOUNT analyzers are supported. You can create only one analyzer per account per Region.</p>",
515+
"ListAnalyzersRequest$type": "<p>The type of analyzer.</p>"
516516
}
517517
},
518518
"UntagResourceRequest": {
@@ -521,7 +521,7 @@
521521
}
522522
},
523523
"UntagResourceResponse": {
524-
"base": "<p>The response tot he request.</p>",
524+
"base": "<p>The response to the request.</p>",
525525
"refs": {
526526
}
527527
},

aws-sdk-core/endpoints.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -447,6 +447,7 @@
447447
"eu-west-2" : { },
448448
"eu-west-3" : { },
449449
"me-south-1" : { },
450+
"sa-east-1" : { },
450451
"us-east-1" : { },
451452
"us-east-2" : { },
452453
"us-west-1" : { },
@@ -767,6 +768,7 @@
767768
},
768769
"codecommit" : {
769770
"endpoints" : {
771+
"ap-east-1" : { },
770772
"ap-northeast-1" : { },
771773
"ap-northeast-2" : { },
772774
"ap-south-1" : { },
@@ -1198,6 +1200,12 @@
11981200
},
11991201
"hostname" : "rds.ap-southeast-2.amazonaws.com"
12001202
},
1203+
"ca-central-1" : {
1204+
"credentialScope" : {
1205+
"region" : "ca-central-1"
1206+
},
1207+
"hostname" : "rds.ca-central-1.amazonaws.com"
1208+
},
12011209
"eu-central-1" : {
12021210
"credentialScope" : {
12031211
"region" : "eu-central-1"

0 commit comments

Comments
 (0)