aws-sdk-core 2.11.299 → 2.11.300
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/iam/2010-05-08/api-2.json +123 -0
- data/apis/iam/2010-05-08/examples-1.json +66 -0
- data/apis/mediapackage/2017-10-12/api-2.json +54 -2
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5fb96e825d3ca757287643ae0271b3de6df46681
|
4
|
+
data.tar.gz: 69be8a72b336d51651eb754282de8858c0f8cd7d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5067522f2d73836294f5f66d391d0050734ff92f9219bd1f2c0cb082dce595664f9369752ebdc8962fae8437e49e52b2d04894eec185d8bcd9783b0d6d3f0a1f
|
7
|
+
data.tar.gz: 33ba6283d224a32d9bafe2a77c05b6eaa001f0c7ea64747b3af3fc2236c921d579a21be3515e77f5b439825cd2bf1f864b1905e432117a05a4e597af040795ef
|
@@ -768,6 +768,21 @@
|
|
768
768
|
{"shape":"ServiceFailureException"}
|
769
769
|
]
|
770
770
|
},
|
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
|
+
},
|
771
786
|
"GenerateServiceLastAccessedDetails":{
|
772
787
|
"name":"GenerateServiceLastAccessedDetails",
|
773
788
|
"http":{
|
@@ -972,6 +987,21 @@
|
|
972
987
|
{"shape":"ServiceFailureException"}
|
973
988
|
]
|
974
989
|
},
|
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
|
+
},
|
975
1005
|
"GetPolicy":{
|
976
1006
|
"name":"GetPolicy",
|
977
1007
|
"http":{
|
@@ -2124,6 +2154,25 @@
|
|
2124
2154
|
}
|
2125
2155
|
},
|
2126
2156
|
"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
|
+
},
|
2127
2176
|
"AccessKey":{
|
2128
2177
|
"type":"structure",
|
2129
2178
|
"required":[
|
@@ -2997,6 +3046,20 @@
|
|
2997
3046
|
"Description":{"shape":"ReportStateDescriptionType"}
|
2998
3047
|
}
|
2999
3048
|
},
|
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
|
+
},
|
3000
3063
|
"GenerateServiceLastAccessedDetailsRequest":{
|
3001
3064
|
"type":"structure",
|
3002
3065
|
"required":["Arn"],
|
@@ -3175,6 +3238,34 @@
|
|
3175
3238
|
"CreateDate":{"shape":"dateType"}
|
3176
3239
|
}
|
3177
3240
|
},
|
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
|
+
},
|
3178
3269
|
"GetPolicyRequest":{
|
3179
3270
|
"type":"structure",
|
3180
3271
|
"required":["PolicyArn"],
|
@@ -4399,6 +4490,18 @@
|
|
4399
4490
|
"type":"string",
|
4400
4491
|
"enum":["text/csv"]
|
4401
4492
|
},
|
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
|
+
},
|
4402
4505
|
"ReportStateDescriptionType":{"type":"string"},
|
4403
4506
|
"ReportStateType":{
|
4404
4507
|
"type":"string",
|
@@ -5358,6 +5461,16 @@
|
|
5358
5461
|
"min":6
|
5359
5462
|
},
|
5360
5463
|
"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
|
+
},
|
5361
5474
|
"passwordPolicyViolationMessage":{"type":"string"},
|
5362
5475
|
"passwordReusePreventionType":{
|
5363
5476
|
"type":"integer",
|
@@ -5480,6 +5593,7 @@
|
|
5480
5593
|
"min":1,
|
5481
5594
|
"pattern":"[\\u0009\\u000A\\u000D\\u0020-\\u00FF]+"
|
5482
5595
|
},
|
5596
|
+
"reportGenerationLimitExceededMessage":{"type":"string"},
|
5483
5597
|
"responseMarkerType":{"type":"string"},
|
5484
5598
|
"roleDescriptionType":{
|
5485
5599
|
"type":"string",
|
@@ -5553,6 +5667,15 @@
|
|
5553
5667
|
"min":17,
|
5554
5668
|
"pattern":"[\\w+=,.@-]+"
|
5555
5669
|
},
|
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
|
+
},
|
5556
5679
|
"statusType":{
|
5557
5680
|
"type":"string",
|
5558
5681
|
"enum":[
|
@@ -511,6 +511,25 @@
|
|
511
511
|
"title": "To remove a virtual MFA device"
|
512
512
|
}
|
513
513
|
],
|
514
|
+
"GenerateOrganizationsAccessReport": [
|
515
|
+
{
|
516
|
+
"input": {
|
517
|
+
"EntityPath": "o-a1b2c3d4e5/r-f6g7h8i9j0example/ou-1a2b3c-k9l8m7n6o5example"
|
518
|
+
},
|
519
|
+
"output": {
|
520
|
+
"JobId": "examplea-1234-b567-cde8-90fg123abcd4"
|
521
|
+
},
|
522
|
+
"comments": {
|
523
|
+
"input": {
|
524
|
+
},
|
525
|
+
"output": {
|
526
|
+
}
|
527
|
+
},
|
528
|
+
"description": "The following operation generates a report for the organizational unit ou-rge0-awexample",
|
529
|
+
"id": "generateorganizationsaccessreport-ou",
|
530
|
+
"title": "To generate a service last accessed data report for an organizational unit"
|
531
|
+
}
|
532
|
+
],
|
514
533
|
"GenerateServiceLastAccessedDetails": [
|
515
534
|
{
|
516
535
|
"input": {
|
@@ -657,6 +676,53 @@
|
|
657
676
|
"title": "To get password information for an IAM user"
|
658
677
|
}
|
659
678
|
],
|
679
|
+
"GetOrganizationsAccessReport": [
|
680
|
+
{
|
681
|
+
"input": {
|
682
|
+
"JobId": "examplea-1234-b567-cde8-90fg123abcd4"
|
683
|
+
},
|
684
|
+
"output": {
|
685
|
+
"AccessDetails": [
|
686
|
+
{
|
687
|
+
"EntityPath": "o-a1b2c3d4e5/r-f6g7h8i9j0example/ou-1a2b3c-k9l8m7n6o5example/111122223333",
|
688
|
+
"LastAuthenticatedTime": "2019-05-25T16:29:52Z",
|
689
|
+
"Region": "us-east-1",
|
690
|
+
"ServiceName": "Amazon DynamoDB",
|
691
|
+
"ServiceNamespace": "dynamodb",
|
692
|
+
"TotalAuthenticatedEntities": 2
|
693
|
+
},
|
694
|
+
{
|
695
|
+
"EntityPath": "o-a1b2c3d4e5/r-f6g7h8i9j0example/ou-1a2b3c-k9l8m7n6o5example/123456789012",
|
696
|
+
"LastAuthenticatedTime": "2019-06-15T13:12:06Z",
|
697
|
+
"Region": "us-east-1",
|
698
|
+
"ServiceName": "AWS Identity and Access Management",
|
699
|
+
"ServiceNamespace": "iam",
|
700
|
+
"TotalAuthenticatedEntities": 4
|
701
|
+
},
|
702
|
+
{
|
703
|
+
"ServiceName": "Amazon Simple Storage Service",
|
704
|
+
"ServiceNamespace": "s3",
|
705
|
+
"TotalAuthenticatedEntities": 0
|
706
|
+
}
|
707
|
+
],
|
708
|
+
"IsTruncated": false,
|
709
|
+
"JobCompletionDate": "2019-06-18T19:47:35.241Z",
|
710
|
+
"JobCreationDate": "2019-06-18T19:47:31.466Z",
|
711
|
+
"JobStatus": "COMPLETED",
|
712
|
+
"NumberOfServicesAccessible": 3,
|
713
|
+
"NumberOfServicesNotAccessed": 1
|
714
|
+
},
|
715
|
+
"comments": {
|
716
|
+
"input": {
|
717
|
+
},
|
718
|
+
"output": {
|
719
|
+
}
|
720
|
+
},
|
721
|
+
"description": "The following operation gets details about the report with the job ID: examplea-1234-b567-cde8-90fg123abcd4",
|
722
|
+
"id": "getorganizationsaccessreport-ou",
|
723
|
+
"title": "To get details from a previously generated organizational unit report"
|
724
|
+
}
|
725
|
+
],
|
660
726
|
"GetRole": [
|
661
727
|
{
|
662
728
|
"input": {
|
@@ -471,6 +471,21 @@
|
|
471
471
|
],
|
472
472
|
"type": "string"
|
473
473
|
},
|
474
|
+
"AdTriggers": {
|
475
|
+
"member": {
|
476
|
+
"shape": "__AdTriggersElement"
|
477
|
+
},
|
478
|
+
"type": "list"
|
479
|
+
},
|
480
|
+
"AdsOnDeliveryRestrictions": {
|
481
|
+
"enum": [
|
482
|
+
"NONE",
|
483
|
+
"RESTRICTED",
|
484
|
+
"UNRESTRICTED",
|
485
|
+
"BOTH"
|
486
|
+
],
|
487
|
+
"type": "string"
|
488
|
+
},
|
474
489
|
"Channel": {
|
475
490
|
"members": {
|
476
491
|
"Arn": {
|
@@ -785,6 +800,14 @@
|
|
785
800
|
},
|
786
801
|
"DashPackage": {
|
787
802
|
"members": {
|
803
|
+
"AdTriggers": {
|
804
|
+
"locationName": "adTriggers",
|
805
|
+
"shape": "AdTriggers"
|
806
|
+
},
|
807
|
+
"AdsOnDeliveryRestrictions": {
|
808
|
+
"locationName": "adsOnDeliveryRestrictions",
|
809
|
+
"shape": "AdsOnDeliveryRestrictions"
|
810
|
+
},
|
788
811
|
"Encryption": {
|
789
812
|
"locationName": "encryption",
|
790
813
|
"shape": "DashEncryption"
|
@@ -1081,6 +1104,14 @@
|
|
1081
1104
|
"locationName": "adMarkers",
|
1082
1105
|
"shape": "AdMarkers"
|
1083
1106
|
},
|
1107
|
+
"AdTriggers": {
|
1108
|
+
"locationName": "adTriggers",
|
1109
|
+
"shape": "AdTriggers"
|
1110
|
+
},
|
1111
|
+
"AdsOnDeliveryRestrictions": {
|
1112
|
+
"locationName": "adsOnDeliveryRestrictions",
|
1113
|
+
"shape": "AdsOnDeliveryRestrictions"
|
1114
|
+
},
|
1084
1115
|
"Id": {
|
1085
1116
|
"locationName": "id",
|
1086
1117
|
"shape": "__string"
|
@@ -1117,6 +1148,14 @@
|
|
1117
1148
|
"locationName": "adMarkers",
|
1118
1149
|
"shape": "AdMarkers"
|
1119
1150
|
},
|
1151
|
+
"AdTriggers": {
|
1152
|
+
"locationName": "adTriggers",
|
1153
|
+
"shape": "AdTriggers"
|
1154
|
+
},
|
1155
|
+
"AdsOnDeliveryRestrictions": {
|
1156
|
+
"locationName": "adsOnDeliveryRestrictions",
|
1157
|
+
"shape": "AdsOnDeliveryRestrictions"
|
1158
|
+
},
|
1120
1159
|
"Encryption": {
|
1121
1160
|
"locationName": "encryption",
|
1122
1161
|
"shape": "HlsEncryption"
|
@@ -1601,7 +1640,7 @@
|
|
1601
1640
|
"SegmentTemplateFormat": {
|
1602
1641
|
"enum": [
|
1603
1642
|
"NUMBER_WITH_TIMELINE",
|
1604
|
-
"TIME_WITH_TIMELINE",
|
1643
|
+
"TIME_WITH_TIMELINE",
|
1605
1644
|
"NUMBER_WITH_DURATION"
|
1606
1645
|
],
|
1607
1646
|
"type": "string"
|
@@ -1911,6 +1950,19 @@
|
|
1911
1950
|
},
|
1912
1951
|
"type": "structure"
|
1913
1952
|
},
|
1953
|
+
"__AdTriggersElement": {
|
1954
|
+
"enum": [
|
1955
|
+
"SPLICE_INSERT",
|
1956
|
+
"BREAK",
|
1957
|
+
"PROVIDER_ADVERTISEMENT",
|
1958
|
+
"DISTRIBUTOR_ADVERTISEMENT",
|
1959
|
+
"PROVIDER_PLACEMENT_OPPORTUNITY",
|
1960
|
+
"DISTRIBUTOR_PLACEMENT_OPPORTUNITY",
|
1961
|
+
"PROVIDER_OVERLAY_PLACEMENT_OPPORTUNITY",
|
1962
|
+
"DISTRIBUTOR_OVERLAY_PLACEMENT_OPPORTUNITY"
|
1963
|
+
],
|
1964
|
+
"type": "string"
|
1965
|
+
},
|
1914
1966
|
"__PeriodTriggersElement": {
|
1915
1967
|
"enum": [
|
1916
1968
|
"ADS"
|
@@ -1984,4 +2036,4 @@
|
|
1984
2036
|
"type": "string"
|
1985
2037
|
}
|
1986
2038
|
}
|
1987
|
-
}
|
2039
|
+
}
|
data/lib/aws-sdk-core/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-core
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.11.
|
4
|
+
version: 2.11.300
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-06-
|
11
|
+
date: 2019-06-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|