Skip to content

Commit 2bfbc90

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated service API models for release.
1 parent 7ae4b5d commit 2bfbc90

File tree

7 files changed

+395
-64
lines changed

7 files changed

+395
-64
lines changed

CHANGELOG.md

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

4+
* Feature - Aws::IAM - Updated the API, and documentation for AWS Identity and Access Management.
5+
6+
* Feature - Aws::RDS - Updated the API, and documentation for Amazon Relational Database Service.
7+
48
2.11.434 (2020-01-21)
59
------------------
610

aws-sdk-core/apis/iam/2010-05-08/api-2.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3028,6 +3028,7 @@
30283028
"MatchedStatements":{"shape":"StatementListType"},
30293029
"MissingContextValues":{"shape":"ContextKeyNamesResultListType"},
30303030
"OrganizationsDecisionDetail":{"shape":"OrganizationsDecisionDetail"},
3031+
"PermissionsBoundaryDecisionDetail":{"shape":"PermissionsBoundaryDecisionDetail"},
30313032
"EvalDecisionDetails":{"shape":"EvalDecisionDetailsType"},
30323033
"ResourceSpecificResults":{"shape":"ResourceSpecificResultListType"}
30333034
}
@@ -4242,6 +4243,12 @@
42424243
"type":"string",
42434244
"enum":["PermissionsBoundaryPolicy"]
42444245
},
4246+
"PermissionsBoundaryDecisionDetail":{
4247+
"type":"structure",
4248+
"members":{
4249+
"AllowedByPermissionsBoundary":{"shape":"booleanType"}
4250+
}
4251+
},
42454252
"Policy":{
42464253
"type":"structure",
42474254
"members":{
@@ -4547,7 +4554,8 @@
45474554
"EvalResourceDecision":{"shape":"PolicyEvaluationDecisionType"},
45484555
"MatchedStatements":{"shape":"StatementListType"},
45494556
"MissingContextValues":{"shape":"ContextKeyNamesResultListType"},
4550-
"EvalDecisionDetails":{"shape":"EvalDecisionDetailsType"}
4557+
"EvalDecisionDetails":{"shape":"EvalDecisionDetailsType"},
4558+
"PermissionsBoundaryDecisionDetail":{"shape":"PermissionsBoundaryDecisionDetail"}
45514559
}
45524560
},
45534561
"ResourceSpecificResultListType":{
@@ -4843,6 +4851,7 @@
48434851
],
48444852
"members":{
48454853
"PolicyInputList":{"shape":"SimulationPolicyListType"},
4854+
"PermissionsBoundaryPolicyInputList":{"shape":"SimulationPolicyListType"},
48464855
"ActionNames":{"shape":"ActionNameListType"},
48474856
"ResourceArns":{"shape":"ResourceNameListType"},
48484857
"ResourcePolicy":{"shape":"policyDocumentType"},
@@ -4871,6 +4880,7 @@
48714880
"members":{
48724881
"PolicySourceArn":{"shape":"arnType"},
48734882
"PolicyInputList":{"shape":"SimulationPolicyListType"},
4883+
"PermissionsBoundaryPolicyInputList":{"shape":"SimulationPolicyListType"},
48744884
"ActionNames":{"shape":"ActionNameListType"},
48754885
"ResourceArns":{"shape":"ResourceNameListType"},
48764886
"ResourcePolicy":{"shape":"policyDocumentType"},

aws-sdk-core/apis/iam/2010-05-08/docs-2.json

Lines changed: 55 additions & 45 deletions
Large diffs are not rendered by default.

aws-sdk-core/apis/rds/2014-10-31/api-2.json

Lines changed: 201 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,22 @@
120120
{"shape":"InvalidDBClusterStateFault"}
121121
]
122122
},
123+
"CancelExportTask":{
124+
"name":"CancelExportTask",
125+
"http":{
126+
"method":"POST",
127+
"requestUri":"/"
128+
},
129+
"input":{"shape":"CancelExportTaskMessage"},
130+
"output":{
131+
"shape":"ExportTask",
132+
"resultWrapper":"CancelExportTaskResult"
133+
},
134+
"errors":[
135+
{"shape":"ExportTaskNotFoundFault"},
136+
{"shape":"InvalidExportTaskStateFault"}
137+
]
138+
},
123139
"CopyDBClusterParameterGroup":{
124140
"name":"CopyDBClusterParameterGroup",
125141
"http":{
@@ -1188,6 +1204,21 @@
11881204
"resultWrapper":"DescribeEventsResult"
11891205
}
11901206
},
1207+
"DescribeExportTasks":{
1208+
"name":"DescribeExportTasks",
1209+
"http":{
1210+
"method":"POST",
1211+
"requestUri":"/"
1212+
},
1213+
"input":{"shape":"DescribeExportTasksMessage"},
1214+
"output":{
1215+
"shape":"ExportTasksMessage",
1216+
"resultWrapper":"DescribeExportTasksResult"
1217+
},
1218+
"errors":[
1219+
{"shape":"ExportTaskNotFoundFault"}
1220+
]
1221+
},
11911222
"DescribeGlobalClusters":{
11921223
"name":"DescribeGlobalClusters",
11931224
"http":{
@@ -2152,6 +2183,29 @@
21522183
{"shape":"KMSKeyNotAccessibleFault"}
21532184
]
21542185
},
2186+
"StartExportTask":{
2187+
"name":"StartExportTask",
2188+
"http":{
2189+
"method":"POST",
2190+
"requestUri":"/"
2191+
},
2192+
"input":{"shape":"StartExportTaskMessage"},
2193+
"output":{
2194+
"shape":"ExportTask",
2195+
"resultWrapper":"StartExportTaskResult"
2196+
},
2197+
"errors":[
2198+
{"shape":"DBSnapshotNotFoundFault"},
2199+
{"shape":"DBClusterSnapshotNotFoundFault"},
2200+
{"shape":"ExportTaskAlreadyExistsFault"},
2201+
{"shape":"InvalidS3BucketFault"},
2202+
{"shape":"IamRoleNotFoundFault"},
2203+
{"shape":"IamRoleMissingPermissionsFault"},
2204+
{"shape":"InvalidExportOnlyFault"},
2205+
{"shape":"KMSKeyNotAccessibleFault"},
2206+
{"shape":"InvalidExportSourceStateFault"}
2207+
]
2208+
},
21552209
"StopActivityStream":{
21562210
"name":"StopActivityStream",
21572211
"http":{
@@ -2451,6 +2505,13 @@
24512505
},
24522506
"Boolean":{"type":"boolean"},
24532507
"BooleanOptional":{"type":"boolean"},
2508+
"CancelExportTaskMessage":{
2509+
"type":"structure",
2510+
"required":["ExportTaskIdentifier"],
2511+
"members":{
2512+
"ExportTaskIdentifier":{"shape":"String"}
2513+
}
2514+
},
24542515
"Certificate":{
24552516
"type":"structure",
24562517
"members":{
@@ -4799,6 +4860,16 @@
47994860
"Marker":{"shape":"String"}
48004861
}
48014862
},
4863+
"DescribeExportTasksMessage":{
4864+
"type":"structure",
4865+
"members":{
4866+
"ExportTaskIdentifier":{"shape":"String"},
4867+
"SourceArn":{"shape":"String"},
4868+
"Filters":{"shape":"FilterList"},
4869+
"Marker":{"shape":"String"},
4870+
"MaxRecords":{"shape":"String"}
4871+
}
4872+
},
48024873
"DescribeGlobalClustersMessage":{
48034874
"type":"structure",
48044875
"members":{
@@ -5113,6 +5184,62 @@
51135184
"Events":{"shape":"EventList"}
51145185
}
51155186
},
5187+
"ExportTask":{
5188+
"type":"structure",
5189+
"members":{
5190+
"ExportTaskIdentifier":{"shape":"String"},
5191+
"SourceArn":{"shape":"String"},
5192+
"ExportOnly":{"shape":"StringList"},
5193+
"SnapshotTime":{"shape":"TStamp"},
5194+
"TaskStartTime":{"shape":"TStamp"},
5195+
"TaskEndTime":{"shape":"TStamp"},
5196+
"S3Bucket":{"shape":"String"},
5197+
"S3Prefix":{"shape":"String"},
5198+
"IamRoleArn":{"shape":"String"},
5199+
"KmsKeyId":{"shape":"String"},
5200+
"Status":{"shape":"String"},
5201+
"PercentProgress":{"shape":"Integer"},
5202+
"TotalExtractedDataInGB":{"shape":"Integer"},
5203+
"FailureCause":{"shape":"String"},
5204+
"WarningMessage":{"shape":"String"}
5205+
}
5206+
},
5207+
"ExportTaskAlreadyExistsFault":{
5208+
"type":"structure",
5209+
"members":{
5210+
},
5211+
"error":{
5212+
"code":"ExportTaskAlreadyExists",
5213+
"httpStatusCode":400,
5214+
"senderFault":true
5215+
},
5216+
"exception":true
5217+
},
5218+
"ExportTaskNotFoundFault":{
5219+
"type":"structure",
5220+
"members":{
5221+
},
5222+
"error":{
5223+
"code":"ExportTaskNotFound",
5224+
"httpStatusCode":404,
5225+
"senderFault":true
5226+
},
5227+
"exception":true
5228+
},
5229+
"ExportTasksList":{
5230+
"type":"list",
5231+
"member":{
5232+
"shape":"ExportTask",
5233+
"locationName":"ExportTask"
5234+
}
5235+
},
5236+
"ExportTasksMessage":{
5237+
"type":"structure",
5238+
"members":{
5239+
"Marker":{"shape":"String"},
5240+
"ExportTasks":{"shape":"ExportTasksList"}
5241+
}
5242+
},
51165243
"FailoverDBClusterMessage":{
51175244
"type":"structure",
51185245
"required":["DBClusterIdentifier"],
@@ -5256,6 +5383,28 @@
52565383
"locationName":"IPRange"
52575384
}
52585385
},
5386+
"IamRoleMissingPermissionsFault":{
5387+
"type":"structure",
5388+
"members":{
5389+
},
5390+
"error":{
5391+
"code":"IamRoleMissingPermissions",
5392+
"httpStatusCode":400,
5393+
"senderFault":true
5394+
},
5395+
"exception":true
5396+
},
5397+
"IamRoleNotFoundFault":{
5398+
"type":"structure",
5399+
"members":{
5400+
},
5401+
"error":{
5402+
"code":"IamRoleNotFound",
5403+
"httpStatusCode":404,
5404+
"senderFault":true
5405+
},
5406+
"exception":true
5407+
},
52595408
"ImportInstallationMediaMessage":{
52605409
"type":"structure",
52615410
"required":[
@@ -5528,6 +5677,39 @@
55285677
},
55295678
"exception":true
55305679
},
5680+
"InvalidExportOnlyFault":{
5681+
"type":"structure",
5682+
"members":{
5683+
},
5684+
"error":{
5685+
"code":"InvalidExportOnly",
5686+
"httpStatusCode":400,
5687+
"senderFault":true
5688+
},
5689+
"exception":true
5690+
},
5691+
"InvalidExportSourceStateFault":{
5692+
"type":"structure",
5693+
"members":{
5694+
},
5695+
"error":{
5696+
"code":"InvalidExportSourceState",
5697+
"httpStatusCode":400,
5698+
"senderFault":true
5699+
},
5700+
"exception":true
5701+
},
5702+
"InvalidExportTaskStateFault":{
5703+
"type":"structure",
5704+
"members":{
5705+
},
5706+
"error":{
5707+
"code":"InvalidExportTaskStateFault",
5708+
"httpStatusCode":400,
5709+
"senderFault":true
5710+
},
5711+
"exception":true
5712+
},
55315713
"InvalidGlobalClusterStateFault":{
55325714
"type":"structure",
55335715
"members":{
@@ -7142,6 +7324,25 @@
71427324
"DBInstance":{"shape":"DBInstance"}
71437325
}
71447326
},
7327+
"StartExportTaskMessage":{
7328+
"type":"structure",
7329+
"required":[
7330+
"ExportTaskIdentifier",
7331+
"SourceArn",
7332+
"S3BucketName",
7333+
"IamRoleArn",
7334+
"KmsKeyId"
7335+
],
7336+
"members":{
7337+
"ExportTaskIdentifier":{"shape":"String"},
7338+
"SourceArn":{"shape":"String"},
7339+
"S3BucketName":{"shape":"String"},
7340+
"IamRoleArn":{"shape":"String"},
7341+
"KmsKeyId":{"shape":"String"},
7342+
"S3Prefix":{"shape":"String"},
7343+
"ExportOnly":{"shape":"StringList"}
7344+
}
7345+
},
71457346
"StopActivityStreamRequest":{
71467347
"type":"structure",
71477348
"required":["ResourceArn"],

0 commit comments

Comments
 (0)