aws-sdk-core 2.10.8 → 2.10.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/apis/ds/2015-04-16/api-2.json +122 -1
- data/apis/ds/2015-04-16/paginators-1.json +9 -0
- data/apis/kinesis/2013-12-02/api-2.json +144 -7
- data/apis/kms/2014-11-01/api-2.json +9 -1
- data/apis/ssm/2014-11-06/api-2.json +60 -13
- data/lib/aws-sdk-core/directoryservice.rb +1 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 125f74f17a8550af67adf143865fe4cc710926c6
|
4
|
+
data.tar.gz: 2a31ec2135df23fd1d4402f1e9ad6ca030dae563
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ab153f8344d0e1ca39bfc359f04632966fd88c8259ceb6e84616569d38078ea4fcecb963c46f0ce4af02b5015df3f9ee7d40d9845cf9e02045c103e4ba8794a0
|
7
|
+
data.tar.gz: b526a3a29b6b48596aedce9afe3b5bf87039fc386c57d4c9b4729bb5f588b2f220f7de799622b9c9bfb417177ced8e4ec1d7bf231d504c6be8722d73e344f51b
|
@@ -302,6 +302,23 @@
|
|
302
302
|
{"shape":"ServiceException"}
|
303
303
|
]
|
304
304
|
},
|
305
|
+
"DescribeDomainControllers":{
|
306
|
+
"name":"DescribeDomainControllers",
|
307
|
+
"http":{
|
308
|
+
"method":"POST",
|
309
|
+
"requestUri":"/"
|
310
|
+
},
|
311
|
+
"input":{"shape":"DescribeDomainControllersRequest"},
|
312
|
+
"output":{"shape":"DescribeDomainControllersResult"},
|
313
|
+
"errors":[
|
314
|
+
{"shape":"EntityDoesNotExistException"},
|
315
|
+
{"shape":"InvalidNextTokenException"},
|
316
|
+
{"shape":"InvalidParameterException"},
|
317
|
+
{"shape":"ClientException"},
|
318
|
+
{"shape":"ServiceException"},
|
319
|
+
{"shape":"UnsupportedOperationException"}
|
320
|
+
]
|
321
|
+
},
|
305
322
|
"DescribeEventTopics":{
|
306
323
|
"name":"DescribeEventTopics",
|
307
324
|
"http":{
|
@@ -582,6 +599,24 @@
|
|
582
599
|
{"shape":"ServiceException"}
|
583
600
|
]
|
584
601
|
},
|
602
|
+
"UpdateNumberOfDomainControllers":{
|
603
|
+
"name":"UpdateNumberOfDomainControllers",
|
604
|
+
"http":{
|
605
|
+
"method":"POST",
|
606
|
+
"requestUri":"/"
|
607
|
+
},
|
608
|
+
"input":{"shape":"UpdateNumberOfDomainControllersRequest"},
|
609
|
+
"output":{"shape":"UpdateNumberOfDomainControllersResult"},
|
610
|
+
"errors":[
|
611
|
+
{"shape":"EntityDoesNotExistException"},
|
612
|
+
{"shape":"DirectoryUnavailableException"},
|
613
|
+
{"shape":"DomainControllerLimitExceededException"},
|
614
|
+
{"shape":"InvalidParameterException"},
|
615
|
+
{"shape":"UnsupportedOperationException"},
|
616
|
+
{"shape":"ClientException"},
|
617
|
+
{"shape":"ServiceException"}
|
618
|
+
]
|
619
|
+
},
|
585
620
|
"UpdateRadius":{
|
586
621
|
"name":"UpdateRadius",
|
587
622
|
"http":{
|
@@ -1025,6 +1060,23 @@
|
|
1025
1060
|
"NextToken":{"shape":"NextToken"}
|
1026
1061
|
}
|
1027
1062
|
},
|
1063
|
+
"DescribeDomainControllersRequest":{
|
1064
|
+
"type":"structure",
|
1065
|
+
"required":["DirectoryId"],
|
1066
|
+
"members":{
|
1067
|
+
"DirectoryId":{"shape":"DirectoryId"},
|
1068
|
+
"DomainControllerIds":{"shape":"DomainControllerIds"},
|
1069
|
+
"NextToken":{"shape":"NextToken"},
|
1070
|
+
"Limit":{"shape":"Limit"}
|
1071
|
+
}
|
1072
|
+
},
|
1073
|
+
"DescribeDomainControllersResult":{
|
1074
|
+
"type":"structure",
|
1075
|
+
"members":{
|
1076
|
+
"DomainControllers":{"shape":"DomainControllers"},
|
1077
|
+
"NextToken":{"shape":"NextToken"}
|
1078
|
+
}
|
1079
|
+
},
|
1028
1080
|
"DescribeEventTopicsRequest":{
|
1029
1081
|
"type":"structure",
|
1030
1082
|
"members":{
|
@@ -1076,6 +1128,10 @@
|
|
1076
1128
|
"min":0,
|
1077
1129
|
"pattern":"^([a-zA-Z0-9_])[\\\\a-zA-Z0-9_@#%*+=:?./!\\s-]*$"
|
1078
1130
|
},
|
1131
|
+
"DesiredNumberOfDomainControllers":{
|
1132
|
+
"type":"integer",
|
1133
|
+
"min":2
|
1134
|
+
},
|
1079
1135
|
"DirectoryConnectSettings":{
|
1080
1136
|
"type":"structure",
|
1081
1137
|
"required":[
|
@@ -1122,7 +1178,8 @@
|
|
1122
1178
|
"RadiusSettings":{"shape":"RadiusSettings"},
|
1123
1179
|
"RadiusStatus":{"shape":"RadiusStatus"},
|
1124
1180
|
"StageReason":{"shape":"StageReason"},
|
1125
|
-
"SsoEnabled":{"shape":"SsoEnabled"}
|
1181
|
+
"SsoEnabled":{"shape":"SsoEnabled"},
|
1182
|
+
"DesiredNumberOfDomainControllers":{"shape":"DesiredNumberOfDomainControllers"}
|
1126
1183
|
}
|
1127
1184
|
},
|
1128
1185
|
"DirectoryDescriptions":{
|
@@ -1256,6 +1313,54 @@
|
|
1256
1313
|
"type":"list",
|
1257
1314
|
"member":{"shape":"IpAddr"}
|
1258
1315
|
},
|
1316
|
+
"DomainController":{
|
1317
|
+
"type":"structure",
|
1318
|
+
"members":{
|
1319
|
+
"DirectoryId":{"shape":"DirectoryId"},
|
1320
|
+
"DomainControllerId":{"shape":"DomainControllerId"},
|
1321
|
+
"DnsIpAddr":{"shape":"IpAddr"},
|
1322
|
+
"VpcId":{"shape":"VpcId"},
|
1323
|
+
"SubnetId":{"shape":"SubnetId"},
|
1324
|
+
"AvailabilityZone":{"shape":"AvailabilityZone"},
|
1325
|
+
"Status":{"shape":"DomainControllerStatus"},
|
1326
|
+
"StatusReason":{"shape":"DomainControllerStatusReason"},
|
1327
|
+
"LaunchTime":{"shape":"LaunchTime"},
|
1328
|
+
"StatusLastUpdatedDateTime":{"shape":"LastUpdatedDateTime"}
|
1329
|
+
}
|
1330
|
+
},
|
1331
|
+
"DomainControllerId":{
|
1332
|
+
"type":"string",
|
1333
|
+
"pattern":"^dc-[0-9a-f]{10}$"
|
1334
|
+
},
|
1335
|
+
"DomainControllerIds":{
|
1336
|
+
"type":"list",
|
1337
|
+
"member":{"shape":"DomainControllerId"}
|
1338
|
+
},
|
1339
|
+
"DomainControllerLimitExceededException":{
|
1340
|
+
"type":"structure",
|
1341
|
+
"members":{
|
1342
|
+
"Message":{"shape":"ExceptionMessage"},
|
1343
|
+
"RequestId":{"shape":"RequestId"}
|
1344
|
+
},
|
1345
|
+
"exception":true
|
1346
|
+
},
|
1347
|
+
"DomainControllerStatus":{
|
1348
|
+
"type":"string",
|
1349
|
+
"enum":[
|
1350
|
+
"Creating",
|
1351
|
+
"Active",
|
1352
|
+
"Impaired",
|
1353
|
+
"Restoring",
|
1354
|
+
"Deleting",
|
1355
|
+
"Deleted",
|
1356
|
+
"Failed"
|
1357
|
+
]
|
1358
|
+
},
|
1359
|
+
"DomainControllerStatusReason":{"type":"string"},
|
1360
|
+
"DomainControllers":{
|
1361
|
+
"type":"list",
|
1362
|
+
"member":{"shape":"DomainController"}
|
1363
|
+
},
|
1259
1364
|
"EnableRadiusRequest":{
|
1260
1365
|
"type":"structure",
|
1261
1366
|
"required":[
|
@@ -1928,6 +2033,22 @@
|
|
1928
2033
|
"members":{
|
1929
2034
|
}
|
1930
2035
|
},
|
2036
|
+
"UpdateNumberOfDomainControllersRequest":{
|
2037
|
+
"type":"structure",
|
2038
|
+
"required":[
|
2039
|
+
"DirectoryId",
|
2040
|
+
"DesiredNumber"
|
2041
|
+
],
|
2042
|
+
"members":{
|
2043
|
+
"DirectoryId":{"shape":"DirectoryId"},
|
2044
|
+
"DesiredNumber":{"shape":"DesiredNumberOfDomainControllers"}
|
2045
|
+
}
|
2046
|
+
},
|
2047
|
+
"UpdateNumberOfDomainControllersResult":{
|
2048
|
+
"type":"structure",
|
2049
|
+
"members":{
|
2050
|
+
}
|
2051
|
+
},
|
1931
2052
|
"UpdateRadiusRequest":{
|
1932
2053
|
"type":"structure",
|
1933
2054
|
"required":[
|
@@ -131,7 +131,13 @@
|
|
131
131
|
{"shape":"ResourceNotFoundException"},
|
132
132
|
{"shape":"InvalidArgumentException"},
|
133
133
|
{"shape":"ProvisionedThroughputExceededException"},
|
134
|
-
{"shape":"ExpiredIteratorException"}
|
134
|
+
{"shape":"ExpiredIteratorException"},
|
135
|
+
{"shape":"KMSDisabledException"},
|
136
|
+
{"shape":"KMSInvalidStateException"},
|
137
|
+
{"shape":"KMSAccessDeniedException"},
|
138
|
+
{"shape":"KMSNotFoundException"},
|
139
|
+
{"shape":"KMSOptInRequired"},
|
140
|
+
{"shape":"KMSThrottlingException"}
|
135
141
|
]
|
136
142
|
},
|
137
143
|
"GetShardIterator":{
|
@@ -212,7 +218,13 @@
|
|
212
218
|
"errors":[
|
213
219
|
{"shape":"ResourceNotFoundException"},
|
214
220
|
{"shape":"InvalidArgumentException"},
|
215
|
-
{"shape":"ProvisionedThroughputExceededException"}
|
221
|
+
{"shape":"ProvisionedThroughputExceededException"},
|
222
|
+
{"shape":"KMSDisabledException"},
|
223
|
+
{"shape":"KMSInvalidStateException"},
|
224
|
+
{"shape":"KMSAccessDeniedException"},
|
225
|
+
{"shape":"KMSNotFoundException"},
|
226
|
+
{"shape":"KMSOptInRequired"},
|
227
|
+
{"shape":"KMSThrottlingException"}
|
216
228
|
]
|
217
229
|
},
|
218
230
|
"PutRecords":{
|
@@ -226,7 +238,13 @@
|
|
226
238
|
"errors":[
|
227
239
|
{"shape":"ResourceNotFoundException"},
|
228
240
|
{"shape":"InvalidArgumentException"},
|
229
|
-
{"shape":"ProvisionedThroughputExceededException"}
|
241
|
+
{"shape":"ProvisionedThroughputExceededException"},
|
242
|
+
{"shape":"KMSDisabledException"},
|
243
|
+
{"shape":"KMSInvalidStateException"},
|
244
|
+
{"shape":"KMSAccessDeniedException"},
|
245
|
+
{"shape":"KMSNotFoundException"},
|
246
|
+
{"shape":"KMSOptInRequired"},
|
247
|
+
{"shape":"KMSThrottlingException"}
|
230
248
|
]
|
231
249
|
},
|
232
250
|
"RemoveTagsFromStream":{
|
@@ -257,6 +275,40 @@
|
|
257
275
|
{"shape":"LimitExceededException"}
|
258
276
|
]
|
259
277
|
},
|
278
|
+
"StartStreamEncryption":{
|
279
|
+
"name":"StartStreamEncryption",
|
280
|
+
"http":{
|
281
|
+
"method":"POST",
|
282
|
+
"requestUri":"/"
|
283
|
+
},
|
284
|
+
"input":{"shape":"StartStreamEncryptionInput"},
|
285
|
+
"errors":[
|
286
|
+
{"shape":"InvalidArgumentException"},
|
287
|
+
{"shape":"LimitExceededException"},
|
288
|
+
{"shape":"ResourceInUseException"},
|
289
|
+
{"shape":"ResourceNotFoundException"},
|
290
|
+
{"shape":"KMSDisabledException"},
|
291
|
+
{"shape":"KMSInvalidStateException"},
|
292
|
+
{"shape":"KMSAccessDeniedException"},
|
293
|
+
{"shape":"KMSNotFoundException"},
|
294
|
+
{"shape":"KMSOptInRequired"},
|
295
|
+
{"shape":"KMSThrottlingException"}
|
296
|
+
]
|
297
|
+
},
|
298
|
+
"StopStreamEncryption":{
|
299
|
+
"name":"StopStreamEncryption",
|
300
|
+
"http":{
|
301
|
+
"method":"POST",
|
302
|
+
"requestUri":"/"
|
303
|
+
},
|
304
|
+
"input":{"shape":"StopStreamEncryptionInput"},
|
305
|
+
"errors":[
|
306
|
+
{"shape":"InvalidArgumentException"},
|
307
|
+
{"shape":"LimitExceededException"},
|
308
|
+
{"shape":"ResourceInUseException"},
|
309
|
+
{"shape":"ResourceNotFoundException"}
|
310
|
+
]
|
311
|
+
},
|
260
312
|
"UpdateShardCount":{
|
261
313
|
"name":"UpdateShardCount",
|
262
314
|
"http":{
|
@@ -379,6 +431,13 @@
|
|
379
431
|
"ShardLevelMetrics":{"shape":"MetricsNameList"}
|
380
432
|
}
|
381
433
|
},
|
434
|
+
"EncryptionType":{
|
435
|
+
"type":"string",
|
436
|
+
"enum":[
|
437
|
+
"NONE",
|
438
|
+
"KMS"
|
439
|
+
]
|
440
|
+
},
|
382
441
|
"EnhancedMetrics":{
|
383
442
|
"type":"structure",
|
384
443
|
"members":{
|
@@ -482,6 +541,53 @@
|
|
482
541
|
},
|
483
542
|
"exception":true
|
484
543
|
},
|
544
|
+
"KMSAccessDeniedException":{
|
545
|
+
"type":"structure",
|
546
|
+
"members":{
|
547
|
+
"message":{"shape":"ErrorMessage"}
|
548
|
+
},
|
549
|
+
"exception":true
|
550
|
+
},
|
551
|
+
"KMSDisabledException":{
|
552
|
+
"type":"structure",
|
553
|
+
"members":{
|
554
|
+
"message":{"shape":"ErrorMessage"}
|
555
|
+
},
|
556
|
+
"exception":true
|
557
|
+
},
|
558
|
+
"KMSInvalidStateException":{
|
559
|
+
"type":"structure",
|
560
|
+
"members":{
|
561
|
+
"message":{"shape":"ErrorMessage"}
|
562
|
+
},
|
563
|
+
"exception":true
|
564
|
+
},
|
565
|
+
"KMSNotFoundException":{
|
566
|
+
"type":"structure",
|
567
|
+
"members":{
|
568
|
+
"message":{"shape":"ErrorMessage"}
|
569
|
+
},
|
570
|
+
"exception":true
|
571
|
+
},
|
572
|
+
"KMSOptInRequired":{
|
573
|
+
"type":"structure",
|
574
|
+
"members":{
|
575
|
+
"message":{"shape":"ErrorMessage"}
|
576
|
+
},
|
577
|
+
"exception":true
|
578
|
+
},
|
579
|
+
"KMSThrottlingException":{
|
580
|
+
"type":"structure",
|
581
|
+
"members":{
|
582
|
+
"message":{"shape":"ErrorMessage"}
|
583
|
+
},
|
584
|
+
"exception":true
|
585
|
+
},
|
586
|
+
"KeyId":{
|
587
|
+
"type":"string",
|
588
|
+
"max":2048,
|
589
|
+
"min":1
|
590
|
+
},
|
485
591
|
"LimitExceededException":{
|
486
592
|
"type":"structure",
|
487
593
|
"members":{
|
@@ -613,7 +719,8 @@
|
|
613
719
|
],
|
614
720
|
"members":{
|
615
721
|
"ShardId":{"shape":"ShardId"},
|
616
|
-
"SequenceNumber":{"shape":"SequenceNumber"}
|
722
|
+
"SequenceNumber":{"shape":"SequenceNumber"},
|
723
|
+
"EncryptionType":{"shape":"EncryptionType"}
|
617
724
|
}
|
618
725
|
},
|
619
726
|
"PutRecordsInput":{
|
@@ -632,7 +739,8 @@
|
|
632
739
|
"required":["Records"],
|
633
740
|
"members":{
|
634
741
|
"FailedRecordCount":{"shape":"PositiveIntegerObject"},
|
635
|
-
"Records":{"shape":"PutRecordsResultEntryList"}
|
742
|
+
"Records":{"shape":"PutRecordsResultEntryList"},
|
743
|
+
"EncryptionType":{"shape":"EncryptionType"}
|
636
744
|
}
|
637
745
|
},
|
638
746
|
"PutRecordsRequestEntry":{
|
@@ -679,7 +787,8 @@
|
|
679
787
|
"SequenceNumber":{"shape":"SequenceNumber"},
|
680
788
|
"ApproximateArrivalTimestamp":{"shape":"Timestamp"},
|
681
789
|
"Data":{"shape":"Data"},
|
682
|
-
"PartitionKey":{"shape":"PartitionKey"}
|
790
|
+
"PartitionKey":{"shape":"PartitionKey"},
|
791
|
+
"EncryptionType":{"shape":"EncryptionType"}
|
683
792
|
}
|
684
793
|
},
|
685
794
|
"RecordList":{
|
@@ -785,6 +894,32 @@
|
|
785
894
|
"NewStartingHashKey":{"shape":"HashKey"}
|
786
895
|
}
|
787
896
|
},
|
897
|
+
"StartStreamEncryptionInput":{
|
898
|
+
"type":"structure",
|
899
|
+
"required":[
|
900
|
+
"StreamName",
|
901
|
+
"EncryptionType",
|
902
|
+
"KeyId"
|
903
|
+
],
|
904
|
+
"members":{
|
905
|
+
"StreamName":{"shape":"StreamName"},
|
906
|
+
"EncryptionType":{"shape":"EncryptionType"},
|
907
|
+
"KeyId":{"shape":"KeyId"}
|
908
|
+
}
|
909
|
+
},
|
910
|
+
"StopStreamEncryptionInput":{
|
911
|
+
"type":"structure",
|
912
|
+
"required":[
|
913
|
+
"StreamName",
|
914
|
+
"EncryptionType",
|
915
|
+
"KeyId"
|
916
|
+
],
|
917
|
+
"members":{
|
918
|
+
"StreamName":{"shape":"StreamName"},
|
919
|
+
"EncryptionType":{"shape":"EncryptionType"},
|
920
|
+
"KeyId":{"shape":"KeyId"}
|
921
|
+
}
|
922
|
+
},
|
788
923
|
"StreamARN":{"type":"string"},
|
789
924
|
"StreamDescription":{
|
790
925
|
"type":"structure",
|
@@ -806,7 +941,9 @@
|
|
806
941
|
"HasMoreShards":{"shape":"BooleanObject"},
|
807
942
|
"RetentionPeriodHours":{"shape":"PositiveIntegerObject"},
|
808
943
|
"StreamCreationTimestamp":{"shape":"Timestamp"},
|
809
|
-
"EnhancedMonitoring":{"shape":"EnhancedMonitoringList"}
|
944
|
+
"EnhancedMonitoring":{"shape":"EnhancedMonitoringList"},
|
945
|
+
"EncryptionType":{"shape":"EncryptionType"},
|
946
|
+
"KeyId":{"shape":"KeyId"}
|
810
947
|
}
|
811
948
|
},
|
812
949
|
"StreamName":{
|
@@ -1122,6 +1122,13 @@
|
|
1122
1122
|
"KeyArn":{"shape":"ArnType"}
|
1123
1123
|
}
|
1124
1124
|
},
|
1125
|
+
"KeyManagerType":{
|
1126
|
+
"type":"string",
|
1127
|
+
"enum":[
|
1128
|
+
"AWS",
|
1129
|
+
"CUSTOMER"
|
1130
|
+
]
|
1131
|
+
},
|
1125
1132
|
"KeyMetadata":{
|
1126
1133
|
"type":"structure",
|
1127
1134
|
"required":["KeyId"],
|
@@ -1137,7 +1144,8 @@
|
|
1137
1144
|
"DeletionDate":{"shape":"DateType"},
|
1138
1145
|
"ValidTo":{"shape":"DateType"},
|
1139
1146
|
"Origin":{"shape":"OriginType"},
|
1140
|
-
"ExpirationModel":{"shape":"ExpirationModelType"}
|
1147
|
+
"ExpirationModel":{"shape":"ExpirationModelType"},
|
1148
|
+
"KeyManager":{"shape":"KeyManagerType"}
|
1141
1149
|
}
|
1142
1150
|
},
|
1143
1151
|
"KeyState":{
|
@@ -425,6 +425,7 @@
|
|
425
425
|
"errors":[
|
426
426
|
{"shape":"InvalidResourceId"},
|
427
427
|
{"shape":"DoesNotExistException"},
|
428
|
+
{"shape":"UnsupportedOperatingSystem"},
|
428
429
|
{"shape":"InternalServerError"}
|
429
430
|
]
|
430
431
|
},
|
@@ -679,7 +680,8 @@
|
|
679
680
|
"input":{"shape":"GetDeployablePatchSnapshotForInstanceRequest"},
|
680
681
|
"output":{"shape":"GetDeployablePatchSnapshotForInstanceResult"},
|
681
682
|
"errors":[
|
682
|
-
{"shape":"InternalServerError"}
|
683
|
+
{"shape":"InternalServerError"},
|
684
|
+
{"shape":"UnsupportedOperatingSystem"}
|
683
685
|
]
|
684
686
|
},
|
685
687
|
"GetDocument":{
|
@@ -1965,10 +1967,12 @@
|
|
1965
1967
|
"type":"structure",
|
1966
1968
|
"required":["Name"],
|
1967
1969
|
"members":{
|
1970
|
+
"OperatingSystem":{"shape":"OperatingSystem"},
|
1968
1971
|
"Name":{"shape":"BaselineName"},
|
1969
1972
|
"GlobalFilters":{"shape":"PatchFilterGroup"},
|
1970
1973
|
"ApprovalRules":{"shape":"PatchRuleGroup"},
|
1971
1974
|
"ApprovedPatches":{"shape":"PatchIdList"},
|
1975
|
+
"ApprovedPatchesComplianceLevel":{"shape":"PatchComplianceLevel"},
|
1972
1976
|
"RejectedPatches":{"shape":"PatchIdList"},
|
1973
1977
|
"Description":{"shape":"BaselineDescription"},
|
1974
1978
|
"ClientToken":{
|
@@ -2619,6 +2623,7 @@
|
|
2619
2623
|
"shape":"PatchBaselineMaxResults",
|
2620
2624
|
"box":true
|
2621
2625
|
},
|
2626
|
+
"Filters":{"shape":"PatchOrchestratorFilterList"},
|
2622
2627
|
"NextToken":{"shape":"NextToken"}
|
2623
2628
|
}
|
2624
2629
|
},
|
@@ -2950,12 +2955,14 @@
|
|
2950
2955
|
"GetDefaultPatchBaselineRequest":{
|
2951
2956
|
"type":"structure",
|
2952
2957
|
"members":{
|
2958
|
+
"OperatingSystem":{"shape":"OperatingSystem"}
|
2953
2959
|
}
|
2954
2960
|
},
|
2955
2961
|
"GetDefaultPatchBaselineResult":{
|
2956
2962
|
"type":"structure",
|
2957
2963
|
"members":{
|
2958
|
-
"BaselineId":{"shape":"BaselineId"}
|
2964
|
+
"BaselineId":{"shape":"BaselineId"},
|
2965
|
+
"OperatingSystem":{"shape":"OperatingSystem"}
|
2959
2966
|
}
|
2960
2967
|
},
|
2961
2968
|
"GetDeployablePatchSnapshotForInstanceRequest":{
|
@@ -2974,7 +2981,8 @@
|
|
2974
2981
|
"members":{
|
2975
2982
|
"InstanceId":{"shape":"InstanceId"},
|
2976
2983
|
"SnapshotId":{"shape":"SnapshotId"},
|
2977
|
-
"SnapshotDownloadUrl":{"shape":"SnapshotDownloadUrl"}
|
2984
|
+
"SnapshotDownloadUrl":{"shape":"SnapshotDownloadUrl"},
|
2985
|
+
"Product":{"shape":"Product"}
|
2978
2986
|
}
|
2979
2987
|
},
|
2980
2988
|
"GetDocumentRequest":{
|
@@ -3199,14 +3207,16 @@
|
|
3199
3207
|
"type":"structure",
|
3200
3208
|
"required":["PatchGroup"],
|
3201
3209
|
"members":{
|
3202
|
-
"PatchGroup":{"shape":"PatchGroup"}
|
3210
|
+
"PatchGroup":{"shape":"PatchGroup"},
|
3211
|
+
"OperatingSystem":{"shape":"OperatingSystem"}
|
3203
3212
|
}
|
3204
3213
|
},
|
3205
3214
|
"GetPatchBaselineForPatchGroupResult":{
|
3206
3215
|
"type":"structure",
|
3207
3216
|
"members":{
|
3208
3217
|
"BaselineId":{"shape":"BaselineId"},
|
3209
|
-
"PatchGroup":{"shape":"PatchGroup"}
|
3218
|
+
"PatchGroup":{"shape":"PatchGroup"},
|
3219
|
+
"OperatingSystem":{"shape":"OperatingSystem"}
|
3210
3220
|
}
|
3211
3221
|
},
|
3212
3222
|
"GetPatchBaselineRequest":{
|
@@ -3221,9 +3231,11 @@
|
|
3221
3231
|
"members":{
|
3222
3232
|
"BaselineId":{"shape":"BaselineId"},
|
3223
3233
|
"Name":{"shape":"BaselineName"},
|
3234
|
+
"OperatingSystem":{"shape":"OperatingSystem"},
|
3224
3235
|
"GlobalFilters":{"shape":"PatchFilterGroup"},
|
3225
3236
|
"ApprovalRules":{"shape":"PatchRuleGroup"},
|
3226
3237
|
"ApprovedPatches":{"shape":"PatchIdList"},
|
3238
|
+
"ApprovedPatchesComplianceLevel":{"shape":"PatchComplianceLevel"},
|
3227
3239
|
"RejectedPatches":{"shape":"PatchIdList"},
|
3228
3240
|
"PatchGroups":{"shape":"PatchGroupList"},
|
3229
3241
|
"CreatedDate":{"shape":"DateTime"},
|
@@ -3461,8 +3473,8 @@
|
|
3461
3473
|
"MissingCount":{"shape":"PatchMissingCount"},
|
3462
3474
|
"FailedCount":{"shape":"PatchFailedCount"},
|
3463
3475
|
"NotApplicableCount":{"shape":"PatchNotApplicableCount"},
|
3464
|
-
"OperationStartTime":{"shape":"
|
3465
|
-
"OperationEndTime":{"shape":"
|
3476
|
+
"OperationStartTime":{"shape":"DateTime"},
|
3477
|
+
"OperationEndTime":{"shape":"DateTime"},
|
3466
3478
|
"Operation":{"shape":"PatchOperationType"}
|
3467
3479
|
}
|
3468
3480
|
},
|
@@ -4510,6 +4522,15 @@
|
|
4510
4522
|
"Invocation"
|
4511
4523
|
]
|
4512
4524
|
},
|
4525
|
+
"OperatingSystem":{
|
4526
|
+
"type":"string",
|
4527
|
+
"enum":[
|
4528
|
+
"WINDOWS",
|
4529
|
+
"AMAZON_LINUX",
|
4530
|
+
"UBUNTU",
|
4531
|
+
"REDHAT_ENTERPRISE_LINUX"
|
4532
|
+
]
|
4533
|
+
},
|
4513
4534
|
"OwnerInformation":{
|
4514
4535
|
"type":"string",
|
4515
4536
|
"max":128,
|
@@ -4727,6 +4748,7 @@
|
|
4727
4748
|
"members":{
|
4728
4749
|
"BaselineId":{"shape":"BaselineId"},
|
4729
4750
|
"BaselineName":{"shape":"BaselineName"},
|
4751
|
+
"OperatingSystem":{"shape":"OperatingSystem"},
|
4730
4752
|
"BaselineDescription":{"shape":"BaselineDescription"},
|
4731
4753
|
"DefaultBaseline":{"shape":"DefaultBaseline"}
|
4732
4754
|
}
|
@@ -4757,7 +4779,7 @@
|
|
4757
4779
|
"Classification":{"shape":"PatchClassification"},
|
4758
4780
|
"Severity":{"shape":"PatchSeverity"},
|
4759
4781
|
"State":{"shape":"PatchComplianceDataState"},
|
4760
|
-
"InstalledTime":{"shape":"
|
4782
|
+
"InstalledTime":{"shape":"DateTime"}
|
4761
4783
|
}
|
4762
4784
|
},
|
4763
4785
|
"PatchComplianceDataList":{
|
@@ -4774,6 +4796,17 @@
|
|
4774
4796
|
"FAILED"
|
4775
4797
|
]
|
4776
4798
|
},
|
4799
|
+
"PatchComplianceLevel":{
|
4800
|
+
"type":"string",
|
4801
|
+
"enum":[
|
4802
|
+
"CRITICAL",
|
4803
|
+
"HIGH",
|
4804
|
+
"MEDIUM",
|
4805
|
+
"LOW",
|
4806
|
+
"INFORMATIONAL",
|
4807
|
+
"UNSPECIFIED"
|
4808
|
+
]
|
4809
|
+
},
|
4777
4810
|
"PatchComplianceMaxResults":{
|
4778
4811
|
"type":"integer",
|
4779
4812
|
"max":100,
|
@@ -4815,7 +4848,10 @@
|
|
4815
4848
|
"PRODUCT",
|
4816
4849
|
"CLASSIFICATION",
|
4817
4850
|
"MSRC_SEVERITY",
|
4818
|
-
"PATCH_ID"
|
4851
|
+
"PATCH_ID",
|
4852
|
+
"SECTION",
|
4853
|
+
"PRIORITY",
|
4854
|
+
"SEVERITY"
|
4819
4855
|
]
|
4820
4856
|
},
|
4821
4857
|
"PatchFilterList":{
|
@@ -4858,7 +4894,8 @@
|
|
4858
4894
|
},
|
4859
4895
|
"PatchId":{
|
4860
4896
|
"type":"string",
|
4861
|
-
"
|
4897
|
+
"max":100,
|
4898
|
+
"min":1
|
4862
4899
|
},
|
4863
4900
|
"PatchIdList":{
|
4864
4901
|
"type":"list",
|
@@ -4868,7 +4905,6 @@
|
|
4868
4905
|
},
|
4869
4906
|
"PatchInstalledCount":{"type":"integer"},
|
4870
4907
|
"PatchInstalledOtherCount":{"type":"integer"},
|
4871
|
-
"PatchInstalledTime":{"type":"timestamp"},
|
4872
4908
|
"PatchKbNumber":{"type":"string"},
|
4873
4909
|
"PatchLanguage":{"type":"string"},
|
4874
4910
|
"PatchList":{
|
@@ -4879,8 +4915,6 @@
|
|
4879
4915
|
"PatchMsrcNumber":{"type":"string"},
|
4880
4916
|
"PatchMsrcSeverity":{"type":"string"},
|
4881
4917
|
"PatchNotApplicableCount":{"type":"integer"},
|
4882
|
-
"PatchOperationEndTime":{"type":"timestamp"},
|
4883
|
-
"PatchOperationStartTime":{"type":"timestamp"},
|
4884
4918
|
"PatchOperationType":{
|
4885
4919
|
"type":"string",
|
4886
4920
|
"enum":[
|
@@ -4925,6 +4959,7 @@
|
|
4925
4959
|
],
|
4926
4960
|
"members":{
|
4927
4961
|
"PatchFilterGroup":{"shape":"PatchFilterGroup"},
|
4962
|
+
"ComplianceLevel":{"shape":"PatchComplianceLevel"},
|
4928
4963
|
"ApproveAfterDays":{
|
4929
4964
|
"shape":"ApproveAfterDays",
|
4930
4965
|
"box":true
|
@@ -4949,6 +4984,7 @@
|
|
4949
4984
|
"type":"structure",
|
4950
4985
|
"members":{
|
4951
4986
|
"DeploymentStatus":{"shape":"PatchDeploymentStatus"},
|
4987
|
+
"ComplianceLevel":{"shape":"PatchComplianceLevel"},
|
4952
4988
|
"ApprovalDate":{"shape":"DateTime"}
|
4953
4989
|
}
|
4954
4990
|
},
|
@@ -4976,6 +5012,7 @@
|
|
4976
5012
|
"locationName":"PlatformType"
|
4977
5013
|
}
|
4978
5014
|
},
|
5015
|
+
"Product":{"type":"string"},
|
4979
5016
|
"PutInventoryRequest":{
|
4980
5017
|
"type":"structure",
|
4981
5018
|
"required":[
|
@@ -5514,6 +5551,13 @@
|
|
5514
5551
|
},
|
5515
5552
|
"exception":true
|
5516
5553
|
},
|
5554
|
+
"UnsupportedOperatingSystem":{
|
5555
|
+
"type":"structure",
|
5556
|
+
"members":{
|
5557
|
+
"Message":{"shape":"String"}
|
5558
|
+
},
|
5559
|
+
"exception":true
|
5560
|
+
},
|
5517
5561
|
"UnsupportedParameterType":{
|
5518
5562
|
"type":"structure",
|
5519
5563
|
"members":{
|
@@ -5663,6 +5707,7 @@
|
|
5663
5707
|
"GlobalFilters":{"shape":"PatchFilterGroup"},
|
5664
5708
|
"ApprovalRules":{"shape":"PatchRuleGroup"},
|
5665
5709
|
"ApprovedPatches":{"shape":"PatchIdList"},
|
5710
|
+
"ApprovedPatchesComplianceLevel":{"shape":"PatchComplianceLevel"},
|
5666
5711
|
"RejectedPatches":{"shape":"PatchIdList"},
|
5667
5712
|
"Description":{"shape":"BaselineDescription"}
|
5668
5713
|
}
|
@@ -5672,9 +5717,11 @@
|
|
5672
5717
|
"members":{
|
5673
5718
|
"BaselineId":{"shape":"BaselineId"},
|
5674
5719
|
"Name":{"shape":"BaselineName"},
|
5720
|
+
"OperatingSystem":{"shape":"OperatingSystem"},
|
5675
5721
|
"GlobalFilters":{"shape":"PatchFilterGroup"},
|
5676
5722
|
"ApprovalRules":{"shape":"PatchRuleGroup"},
|
5677
5723
|
"ApprovedPatches":{"shape":"PatchIdList"},
|
5724
|
+
"ApprovedPatchesComplianceLevel":{"shape":"PatchComplianceLevel"},
|
5678
5725
|
"RejectedPatches":{"shape":"PatchIdList"},
|
5679
5726
|
"CreatedDate":{"shape":"DateTime"},
|
5680
5727
|
"ModifiedDate":{"shape":"DateTime"},
|
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.10.
|
4
|
+
version: 2.10.9
|
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: 2017-07-
|
11
|
+
date: 2017-07-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|
@@ -166,6 +166,7 @@ files:
|
|
166
166
|
- apis/dms/2016-01-01/paginators-1.json
|
167
167
|
- apis/ds/2015-04-16/api-2.json
|
168
168
|
- apis/ds/2015-04-16/examples-1.json
|
169
|
+
- apis/ds/2015-04-16/paginators-1.json
|
169
170
|
- apis/dynamodb/2011-12-05/api-2.json
|
170
171
|
- apis/dynamodb/2011-12-05/examples-1.json
|
171
172
|
- apis/dynamodb/2011-12-05/paginators-1.json
|