Skip to content

Commit b30397f

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated service API models for release.
1 parent 055c310 commit b30397f

File tree

32 files changed

+2154
-263
lines changed

32 files changed

+2154
-263
lines changed

CHANGELOG.md

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

4+
* Feature - Aws::AccessAnalyzer - Updated the API, and documentation for Access Analyzer.
5+
6+
* Feature - Aws::Budgets - Updated the API, and documentation for AWS Budgets.
7+
8+
* Feature - Aws::CostExplorer - Updated the API, and documentation for AWS Cost Explorer Service.
9+
10+
* Feature - Aws::DatabaseMigrationService - Updated the API, and documentation for AWS Database Migration Service.
11+
12+
* Feature - Aws::Glue - Updated the documentation for AWS Glue.
13+
14+
* Feature - Aws::GroundStation - Updated the API, and documentation for AWS Ground Station.
15+
16+
* Feature - Aws::IoT - Updated the API, and documentation for AWS IoT.
17+
18+
* Feature - Aws::Macie2 - Updated the API, and documentation for Amazon Macie 2.
19+
20+
* Feature - Aws::RDS - Updated the API, and documentation for Amazon Relational Database Service.
21+
22+
* Feature - Aws::Rekognition - Updated the API, and documentation for Amazon Rekognition.
23+
24+
* Feature - Aws::SSM - Updated the API, and documentation for Amazon Simple Systems Manager (SSM).
25+
26+
* Feature - Aws::Transfer - Updated the API, and documentation for AWS Transfer Family.
27+
28+
* Feature - Aws::WorkMail - Updated the API, and documentation for Amazon WorkMail.
29+
30+
* Feature - Aws::WorkSpaces - Updated the documentation for Amazon WorkSpaces.
31+
32+
* Feature - Aws::XRay - Updated the API, and documentation for AWS X-Ray.
33+
434
2.11.605 (2020-10-09)
535
------------------
636

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

Lines changed: 42 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,23 @@
1212
"uid":"accessanalyzer-2019-11-01"
1313
},
1414
"operations":{
15+
"ApplyArchiveRule":{
16+
"name":"ApplyArchiveRule",
17+
"http":{
18+
"method":"PUT",
19+
"requestUri":"/archive-rule",
20+
"responseCode":200
21+
},
22+
"input":{"shape":"ApplyArchiveRuleRequest"},
23+
"errors":[
24+
{"shape":"ResourceNotFoundException"},
25+
{"shape":"ValidationException"},
26+
{"shape":"InternalServerException"},
27+
{"shape":"ThrottlingException"},
28+
{"shape":"AccessDeniedException"}
29+
],
30+
"idempotent":true
31+
},
1532
"CreateAnalyzer":{
1633
"name":"CreateAnalyzer",
1734
"http":{
@@ -419,6 +436,21 @@
419436
"type":"list",
420437
"member":{"shape":"AnalyzerSummary"}
421438
},
439+
"ApplyArchiveRuleRequest":{
440+
"type":"structure",
441+
"required":[
442+
"analyzerArn",
443+
"ruleName"
444+
],
445+
"members":{
446+
"analyzerArn":{"shape":"AnalyzerArn"},
447+
"clientToken":{
448+
"shape":"String",
449+
"idempotencyToken":true
450+
},
451+
"ruleName":{"shape":"Name"}
452+
}
453+
},
422454
"ArchiveRuleSummary":{
423455
"type":"structure",
424456
"required":[
@@ -620,8 +652,8 @@
620652
"FindingSourceType":{
621653
"type":"string",
622654
"enum":[
623-
"BUCKET_ACL",
624655
"POLICY",
656+
"BUCKET_ACL",
625657
"S3_ACCESS_POINT"
626658
]
627659
},
@@ -799,7 +831,8 @@
799831
},
800832
"error":{"httpStatusCode":500},
801833
"exception":true,
802-
"fault":true
834+
"fault":true,
835+
"retryable":{"throttling":false}
803836
},
804837
"ListAnalyzedResourcesRequest":{
805838
"type":"structure",
@@ -964,12 +997,12 @@
964997
"ResourceType":{
965998
"type":"string",
966999
"enum":[
1000+
"AWS::S3::Bucket",
9671001
"AWS::IAM::Role",
968-
"AWS::KMS::Key",
1002+
"AWS::SQS::Queue",
9691003
"AWS::Lambda::Function",
9701004
"AWS::Lambda::LayerVersion",
971-
"AWS::S3::Bucket",
972-
"AWS::SQS::Queue"
1005+
"AWS::KMS::Key"
9731006
]
9741007
},
9751008
"ServiceQuotaExceededException":{
@@ -1064,7 +1097,8 @@
10641097
"httpStatusCode":429,
10651098
"senderFault":true
10661099
},
1067-
"exception":true
1100+
"exception":true,
1101+
"retryable":{"throttling":true}
10681102
},
10691103
"Timestamp":{
10701104
"type":"timestamp",
@@ -1179,10 +1213,10 @@
11791213
"ValidationExceptionReason":{
11801214
"type":"string",
11811215
"enum":[
1216+
"unknownOperation",
11821217
"cannotParse",
11831218
"fieldValidationFailed",
1184-
"other",
1185-
"unknownOperation"
1219+
"other"
11861220
]
11871221
},
11881222
"ValueList":{

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

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
"version": "2.0",
33
"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+
"ApplyArchiveRule": "<p>Retroactively applies the archive rule to existing findings that meet the archive rule criteria.</p>",
56
"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>",
7+
"CreateArchiveRule": "<p>Creates an archive rule for the specified analyzer. Archive rules automatically archive new findings that meet the criteria you define when you create the rule.</p>",
78
"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>",
89
"DeleteArchiveRule": "<p>Deletes the specified archive rule.</p>",
910
"GetAnalyzedResource": "<p>Retrieves information about a resource that was analyzed.</p>",
@@ -57,6 +58,7 @@
5758
"base": null,
5859
"refs": {
5960
"AnalyzerSummary$arn": "<p>The ARN of the analyzer.</p>",
61+
"ApplyArchiveRuleRequest$analyzerArn": "<p>The Amazon resource name (ARN) of the analyzer.</p>",
6062
"CreateAnalyzerResponse$arn": "<p>The ARN of the analyzer that was created by the request.</p>",
6163
"GetAnalyzedResourceRequest$analyzerArn": "<p>The ARN of the analyzer to retrieve information from.</p>",
6264
"GetFindingRequest$analyzerArn": "<p>The ARN of the analyzer that generated the finding.</p>",
@@ -85,6 +87,11 @@
8587
"ListAnalyzersResponse$analyzers": "<p>The analyzers retrieved.</p>"
8688
}
8789
},
90+
"ApplyArchiveRuleRequest": {
91+
"base": "<p>Retroactively applies an archive rule.</p>",
92+
"refs": {
93+
}
94+
},
8895
"ArchiveRuleSummary": {
8996
"base": "<p>Contains information about an archive rule.</p>",
9097
"refs": {
@@ -354,6 +361,7 @@
354361
"base": null,
355362
"refs": {
356363
"AnalyzerSummary$name": "<p>The name of the analyzer.</p>",
364+
"ApplyArchiveRuleRequest$ruleName": "<p>The name of the rule to apply.</p>",
357365
"ArchiveRuleSummary$ruleName": "<p>The name of the archive rule.</p>",
358366
"CreateAnalyzerRequest$analyzerName": "<p>The name of the analyzer to create.</p>",
359367
"CreateArchiveRuleRequest$analyzerName": "<p>The name of the created analyzer.</p>",
@@ -451,6 +459,7 @@
451459
"AnalyzedResource$resourceOwnerAccount": "<p>The AWS account ID that owns the resource.</p>",
452460
"AnalyzedResourceSummary$resourceOwnerAccount": "<p>The AWS account ID that owns the resource.</p>",
453461
"AnalyzerSummary$lastResourceAnalyzed": "<p>The resource that was most recently analyzed by the analyzer.</p>",
462+
"ApplyArchiveRuleRequest$clientToken": "<p>A client token.</p>",
454463
"ConditionKeyMap$key": null,
455464
"ConditionKeyMap$value": null,
456465
"ConflictException$message": null,

0 commit comments

Comments
 (0)