Skip to content

Commit 15b48f7

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated service API models for release.
1 parent 0eb06a8 commit 15b48f7

File tree

8 files changed

+392
-40
lines changed

8 files changed

+392
-40
lines changed

CHANGELOG.md

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

4+
* Feature - Aws::DeviceFarm - Updated the documentation for AWS Device Farm.
5+
6+
* Feature - Aws::IAM - Updated the API, and documentation for AWS Identity and Access Management.
7+
8+
* Feature - Aws::KinesisVideoMedia - Updated the documentation for Amazon Kinesis Video Streams Media.
9+
10+
* Feature - Aws::MediaPackage - Updated the API, and documentation for AWS Elemental MediaPackage.
11+
412
2.11.299 (2019-06-20)
513
------------------
614

aws-sdk-core/apis/devicefarm/2015-06-23/docs-2.json

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

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

Lines changed: 123 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -768,6 +768,21 @@
768768
{"shape":"ServiceFailureException"}
769769
]
770770
},
771+
"GenerateOrganizationsAccessReport":{
772+
"name":"GenerateOrganizationsAccessReport",
773+
"http":{
774+
"method":"POST",
775+
"requestUri":"/"
776+
},
777+
"input":{"shape":"GenerateOrganizationsAccessReportRequest"},
778+
"output":{
779+
"shape":"GenerateOrganizationsAccessReportResponse",
780+
"resultWrapper":"GenerateOrganizationsAccessReportResult"
781+
},
782+
"errors":[
783+
{"shape":"ReportGenerationLimitExceededException"}
784+
]
785+
},
771786
"GenerateServiceLastAccessedDetails":{
772787
"name":"GenerateServiceLastAccessedDetails",
773788
"http":{
@@ -972,6 +987,21 @@
972987
{"shape":"ServiceFailureException"}
973988
]
974989
},
990+
"GetOrganizationsAccessReport":{
991+
"name":"GetOrganizationsAccessReport",
992+
"http":{
993+
"method":"POST",
994+
"requestUri":"/"
995+
},
996+
"input":{"shape":"GetOrganizationsAccessReportRequest"},
997+
"output":{
998+
"shape":"GetOrganizationsAccessReportResponse",
999+
"resultWrapper":"GetOrganizationsAccessReportResult"
1000+
},
1001+
"errors":[
1002+
{"shape":"NoSuchEntityException"}
1003+
]
1004+
},
9751005
"GetPolicy":{
9761006
"name":"GetPolicy",
9771007
"http":{
@@ -2124,6 +2154,25 @@
21242154
}
21252155
},
21262156
"shapes":{
2157+
"AccessDetail":{
2158+
"type":"structure",
2159+
"required":[
2160+
"ServiceName",
2161+
"ServiceNamespace"
2162+
],
2163+
"members":{
2164+
"ServiceName":{"shape":"serviceNameType"},
2165+
"ServiceNamespace":{"shape":"serviceNamespaceType"},
2166+
"Region":{"shape":"stringType"},
2167+
"EntityPath":{"shape":"organizationsEntityPathType"},
2168+
"LastAuthenticatedTime":{"shape":"dateType"},
2169+
"TotalAuthenticatedEntities":{"shape":"integerType"}
2170+
}
2171+
},
2172+
"AccessDetails":{
2173+
"type":"list",
2174+
"member":{"shape":"AccessDetail"}
2175+
},
21272176
"AccessKey":{
21282177
"type":"structure",
21292178
"required":[
@@ -2997,6 +3046,20 @@
29973046
"Description":{"shape":"ReportStateDescriptionType"}
29983047
}
29993048
},
3049+
"GenerateOrganizationsAccessReportRequest":{
3050+
"type":"structure",
3051+
"required":["EntityPath"],
3052+
"members":{
3053+
"EntityPath":{"shape":"organizationsEntityPathType"},
3054+
"OrganizationsPolicyId":{"shape":"organizationsPolicyIdType"}
3055+
}
3056+
},
3057+
"GenerateOrganizationsAccessReportResponse":{
3058+
"type":"structure",
3059+
"members":{
3060+
"JobId":{"shape":"jobIDType"}
3061+
}
3062+
},
30003063
"GenerateServiceLastAccessedDetailsRequest":{
30013064
"type":"structure",
30023065
"required":["Arn"],
@@ -3175,6 +3238,34 @@
31753238
"CreateDate":{"shape":"dateType"}
31763239
}
31773240
},
3241+
"GetOrganizationsAccessReportRequest":{
3242+
"type":"structure",
3243+
"required":["JobId"],
3244+
"members":{
3245+
"JobId":{"shape":"jobIDType"},
3246+
"MaxItems":{"shape":"maxItemsType"},
3247+
"Marker":{"shape":"markerType"},
3248+
"SortKey":{"shape":"sortKeyType"}
3249+
}
3250+
},
3251+
"GetOrganizationsAccessReportResponse":{
3252+
"type":"structure",
3253+
"required":[
3254+
"JobStatus",
3255+
"JobCreationDate"
3256+
],
3257+
"members":{
3258+
"JobStatus":{"shape":"jobStatusType"},
3259+
"JobCreationDate":{"shape":"dateType"},
3260+
"JobCompletionDate":{"shape":"dateType"},
3261+
"NumberOfServicesAccessible":{"shape":"integerType"},
3262+
"NumberOfServicesNotAccessed":{"shape":"integerType"},
3263+
"AccessDetails":{"shape":"AccessDetails"},
3264+
"IsTruncated":{"shape":"booleanType"},
3265+
"Marker":{"shape":"markerType"},
3266+
"ErrorDetails":{"shape":"ErrorDetails"}
3267+
}
3268+
},
31783269
"GetPolicyRequest":{
31793270
"type":"structure",
31803271
"required":["PolicyArn"],
@@ -4399,6 +4490,18 @@
43994490
"type":"string",
44004491
"enum":["text/csv"]
44014492
},
4493+
"ReportGenerationLimitExceededException":{
4494+
"type":"structure",
4495+
"members":{
4496+
"message":{"shape":"reportGenerationLimitExceededMessage"}
4497+
},
4498+
"error":{
4499+
"code":"ReportGenerationLimitExceeded",
4500+
"httpStatusCode":409,
4501+
"senderFault":true
4502+
},
4503+
"exception":true
4504+
},
44024505
"ReportStateDescriptionType":{"type":"string"},
44034506
"ReportStateType":{
44044507
"type":"string",
@@ -5358,6 +5461,16 @@
53585461
"min":6
53595462
},
53605463
"noSuchEntityMessage":{"type":"string"},
5464+
"organizationsEntityPathType":{
5465+
"type":"string",
5466+
"max":427,
5467+
"min":19,
5468+
"pattern":"^o-[0-9a-z]{10,32}\\/r-[0-9a-z]{4,32}[0-9a-z-\\/]*"
5469+
},
5470+
"organizationsPolicyIdType":{
5471+
"type":"string",
5472+
"pattern":"^p-[0-9a-zA-Z_]{8,128}$"
5473+
},
53615474
"passwordPolicyViolationMessage":{"type":"string"},
53625475
"passwordReusePreventionType":{
53635476
"type":"integer",
@@ -5480,6 +5593,7 @@
54805593
"min":1,
54815594
"pattern":"[\\u0009\\u000A\\u000D\\u0020-\\u00FF]+"
54825595
},
5596+
"reportGenerationLimitExceededMessage":{"type":"string"},
54835597
"responseMarkerType":{"type":"string"},
54845598
"roleDescriptionType":{
54855599
"type":"string",
@@ -5553,6 +5667,15 @@
55535667
"min":17,
55545668
"pattern":"[\\w+=,.@-]+"
55555669
},
5670+
"sortKeyType":{
5671+
"type":"string",
5672+
"enum":[
5673+
"SERVICE_NAMESPACE_ASCENDING",
5674+
"SERVICE_NAMESPACE_DESCENDING",
5675+
"LAST_AUTHENTICATED_TIME_ASCENDING",
5676+
"LAST_AUTHENTICATED_TIME_DESCENDING"
5677+
]
5678+
},
55565679
"statusType":{
55575680
"type":"string",
55585681
"enum":[

0 commit comments

Comments
 (0)