aws-sdk-core 2.2.31 → 2.2.32
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/apigateway/2015-07-09/api-2.json +97 -5
- data/apis/inspector/2016-02-16/api-2.json +14 -14
- data/apis/route53/2013-04-01/api-2.json +162 -4
- data/apis/sts/2011-06-15/api-2.json +29 -1
- 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: 9021decba51c6d24e04d5df97e6f7eedd8d56faa
|
|
4
|
+
data.tar.gz: bbcbb8d1228f60df962d1567ef4cd7435cfb5450
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ea927477fa81ecb7054e84932823aa440606730c229de18609e33ed6acb9680cb5269b6064174641bcbfc88046dc9a854e3aac53734ecc6f024891c1b8e736fc
|
|
7
|
+
data.tar.gz: 763cb6ed1aaacd508446cec61ce149aa237e96812286a3b4990fd33330b73611a3e4deeed3a1f1c052e91ebe0355ea7bbdd421d7819be59d038acec4e1d3c328
|
|
@@ -349,7 +349,8 @@
|
|
|
349
349
|
"errors":[
|
|
350
350
|
{"shape":"UnauthorizedException"},
|
|
351
351
|
{"shape":"NotFoundException"},
|
|
352
|
-
{"shape":"TooManyRequestsException"}
|
|
352
|
+
{"shape":"TooManyRequestsException"},
|
|
353
|
+
{"shape":"BadRequestException"}
|
|
353
354
|
]
|
|
354
355
|
},
|
|
355
356
|
"DeleteStage":{
|
|
@@ -363,7 +364,8 @@
|
|
|
363
364
|
"errors":[
|
|
364
365
|
{"shape":"UnauthorizedException"},
|
|
365
366
|
{"shape":"NotFoundException"},
|
|
366
|
-
{"shape":"TooManyRequestsException"}
|
|
367
|
+
{"shape":"TooManyRequestsException"},
|
|
368
|
+
{"shape":"BadRequestException"}
|
|
367
369
|
]
|
|
368
370
|
},
|
|
369
371
|
"FlushStageAuthorizersCache":{
|
|
@@ -814,6 +816,22 @@
|
|
|
814
816
|
{"shape":"TooManyRequestsException"}
|
|
815
817
|
]
|
|
816
818
|
},
|
|
819
|
+
"ImportRestApi":{
|
|
820
|
+
"name":"ImportRestApi",
|
|
821
|
+
"http":{
|
|
822
|
+
"method":"POST",
|
|
823
|
+
"requestUri":"/restapis?mode=import",
|
|
824
|
+
"responseCode":201
|
|
825
|
+
},
|
|
826
|
+
"input":{"shape":"ImportRestApiRequest"},
|
|
827
|
+
"output":{"shape":"RestApi"},
|
|
828
|
+
"errors":[
|
|
829
|
+
{"shape":"UnauthorizedException"},
|
|
830
|
+
{"shape":"LimitExceededException"},
|
|
831
|
+
{"shape":"BadRequestException"},
|
|
832
|
+
{"shape":"TooManyRequestsException"}
|
|
833
|
+
]
|
|
834
|
+
},
|
|
817
835
|
"PutIntegration":{
|
|
818
836
|
"name":"PutIntegration",
|
|
819
837
|
"http":{
|
|
@@ -844,7 +862,8 @@
|
|
|
844
862
|
{"shape":"NotFoundException"},
|
|
845
863
|
{"shape":"LimitExceededException"},
|
|
846
864
|
{"shape":"BadRequestException"},
|
|
847
|
-
{"shape":"TooManyRequestsException"}
|
|
865
|
+
{"shape":"TooManyRequestsException"},
|
|
866
|
+
{"shape":"ConflictException"}
|
|
848
867
|
]
|
|
849
868
|
},
|
|
850
869
|
"PutMethod":{
|
|
@@ -883,6 +902,21 @@
|
|
|
883
902
|
{"shape":"TooManyRequestsException"}
|
|
884
903
|
]
|
|
885
904
|
},
|
|
905
|
+
"PutRestApi":{
|
|
906
|
+
"name":"PutRestApi",
|
|
907
|
+
"http":{
|
|
908
|
+
"method":"PUT",
|
|
909
|
+
"requestUri":"/restapis/{restapi_id}"
|
|
910
|
+
},
|
|
911
|
+
"input":{"shape":"PutRestApiRequest"},
|
|
912
|
+
"output":{"shape":"RestApi"},
|
|
913
|
+
"errors":[
|
|
914
|
+
{"shape":"UnauthorizedException"},
|
|
915
|
+
{"shape":"LimitExceededException"},
|
|
916
|
+
{"shape":"BadRequestException"},
|
|
917
|
+
{"shape":"TooManyRequestsException"}
|
|
918
|
+
]
|
|
919
|
+
},
|
|
886
920
|
"TestInvokeAuthorizer":{
|
|
887
921
|
"name":"TestInvokeAuthorizer",
|
|
888
922
|
"http":{
|
|
@@ -1032,7 +1066,8 @@
|
|
|
1032
1066
|
{"shape":"UnauthorizedException"},
|
|
1033
1067
|
{"shape":"NotFoundException"},
|
|
1034
1068
|
{"shape":"BadRequestException"},
|
|
1035
|
-
{"shape":"TooManyRequestsException"}
|
|
1069
|
+
{"shape":"TooManyRequestsException"},
|
|
1070
|
+
{"shape":"ConflictException"}
|
|
1036
1071
|
]
|
|
1037
1072
|
},
|
|
1038
1073
|
"UpdateIntegrationResponse":{
|
|
@@ -1183,6 +1218,7 @@
|
|
|
1183
1218
|
"id":{"shape":"String"},
|
|
1184
1219
|
"name":{"shape":"String"},
|
|
1185
1220
|
"type":{"shape":"AuthorizerType"},
|
|
1221
|
+
"authType":{"shape":"String"},
|
|
1186
1222
|
"authorizerUri":{"shape":"String"},
|
|
1187
1223
|
"authorizerCredentials":{"shape":"String"},
|
|
1188
1224
|
"identitySource":{"shape":"String"},
|
|
@@ -1309,6 +1345,7 @@
|
|
|
1309
1345
|
},
|
|
1310
1346
|
"name":{"shape":"String"},
|
|
1311
1347
|
"type":{"shape":"AuthorizerType"},
|
|
1348
|
+
"authType":{"shape":"String"},
|
|
1312
1349
|
"authorizerUri":{"shape":"String"},
|
|
1313
1350
|
"authorizerCredentials":{"shape":"String"},
|
|
1314
1351
|
"identitySource":{"shape":"String"},
|
|
@@ -2353,6 +2390,23 @@
|
|
|
2353
2390
|
}
|
|
2354
2391
|
}
|
|
2355
2392
|
},
|
|
2393
|
+
"ImportRestApiRequest":{
|
|
2394
|
+
"type":"structure",
|
|
2395
|
+
"required":["body"],
|
|
2396
|
+
"members":{
|
|
2397
|
+
"failOnWarnings":{
|
|
2398
|
+
"shape":"Boolean",
|
|
2399
|
+
"location":"querystring",
|
|
2400
|
+
"locationName":"failonwarnings"
|
|
2401
|
+
},
|
|
2402
|
+
"parameters":{
|
|
2403
|
+
"shape":"MapOfStringToString",
|
|
2404
|
+
"location":"querystring"
|
|
2405
|
+
},
|
|
2406
|
+
"body":{"shape":"Blob"}
|
|
2407
|
+
},
|
|
2408
|
+
"payload":"body"
|
|
2409
|
+
},
|
|
2356
2410
|
"Integer":{"type":"integer"},
|
|
2357
2411
|
"Integration":{
|
|
2358
2412
|
"type":"structure",
|
|
@@ -2718,6 +2772,43 @@
|
|
|
2718
2772
|
"responseModels":{"shape":"MapOfStringToString"}
|
|
2719
2773
|
}
|
|
2720
2774
|
},
|
|
2775
|
+
"PutMode":{
|
|
2776
|
+
"type":"string",
|
|
2777
|
+
"enum":[
|
|
2778
|
+
"merge",
|
|
2779
|
+
"overwrite"
|
|
2780
|
+
]
|
|
2781
|
+
},
|
|
2782
|
+
"PutRestApiRequest":{
|
|
2783
|
+
"type":"structure",
|
|
2784
|
+
"required":[
|
|
2785
|
+
"restApiId",
|
|
2786
|
+
"body"
|
|
2787
|
+
],
|
|
2788
|
+
"members":{
|
|
2789
|
+
"restApiId":{
|
|
2790
|
+
"shape":"String",
|
|
2791
|
+
"location":"uri",
|
|
2792
|
+
"locationName":"restapi_id"
|
|
2793
|
+
},
|
|
2794
|
+
"mode":{
|
|
2795
|
+
"shape":"PutMode",
|
|
2796
|
+
"location":"querystring",
|
|
2797
|
+
"locationName":"mode"
|
|
2798
|
+
},
|
|
2799
|
+
"failOnWarnings":{
|
|
2800
|
+
"shape":"Boolean",
|
|
2801
|
+
"location":"querystring",
|
|
2802
|
+
"locationName":"failonwarnings"
|
|
2803
|
+
},
|
|
2804
|
+
"parameters":{
|
|
2805
|
+
"shape":"MapOfStringToString",
|
|
2806
|
+
"location":"querystring"
|
|
2807
|
+
},
|
|
2808
|
+
"body":{"shape":"Blob"}
|
|
2809
|
+
},
|
|
2810
|
+
"payload":"body"
|
|
2811
|
+
},
|
|
2721
2812
|
"Resource":{
|
|
2722
2813
|
"type":"structure",
|
|
2723
2814
|
"members":{
|
|
@@ -2744,7 +2835,8 @@
|
|
|
2744
2835
|
"id":{"shape":"String"},
|
|
2745
2836
|
"name":{"shape":"String"},
|
|
2746
2837
|
"description":{"shape":"String"},
|
|
2747
|
-
"createdDate":{"shape":"Timestamp"}
|
|
2838
|
+
"createdDate":{"shape":"Timestamp"},
|
|
2839
|
+
"warnings":{"shape":"ListOfString"}
|
|
2748
2840
|
}
|
|
2749
2841
|
},
|
|
2750
2842
|
"RestApis":{
|
|
@@ -758,7 +758,7 @@
|
|
|
758
758
|
],
|
|
759
759
|
"members":{
|
|
760
760
|
"date":{"shape":"Timestamp"},
|
|
761
|
-
"event":{"shape":"
|
|
761
|
+
"event":{"shape":"InspectorEvent"},
|
|
762
762
|
"message":{"shape":"Message"},
|
|
763
763
|
"error":{"shape":"Bool"},
|
|
764
764
|
"snsTopicArn":{"shape":"Arn"},
|
|
@@ -1167,16 +1167,6 @@
|
|
|
1167
1167
|
"max":1000,
|
|
1168
1168
|
"min":0
|
|
1169
1169
|
},
|
|
1170
|
-
"Event":{
|
|
1171
|
-
"type":"string",
|
|
1172
|
-
"enum":[
|
|
1173
|
-
"ASSESSMENT_RUN_STARTED",
|
|
1174
|
-
"ASSESSMENT_RUN_COMPLETED",
|
|
1175
|
-
"ASSESSMENT_RUN_STATE_CHANGED",
|
|
1176
|
-
"FINDING_REPORTED",
|
|
1177
|
-
"OTHER"
|
|
1178
|
-
]
|
|
1179
|
-
},
|
|
1180
1170
|
"EventSubscription":{
|
|
1181
1171
|
"type":"structure",
|
|
1182
1172
|
"required":[
|
|
@@ -1184,7 +1174,7 @@
|
|
|
1184
1174
|
"subscribedAt"
|
|
1185
1175
|
],
|
|
1186
1176
|
"members":{
|
|
1187
|
-
"event":{"shape":"
|
|
1177
|
+
"event":{"shape":"InspectorEvent"},
|
|
1188
1178
|
"subscribedAt":{"shape":"Timestamp"}
|
|
1189
1179
|
}
|
|
1190
1180
|
},
|
|
@@ -1300,6 +1290,16 @@
|
|
|
1300
1290
|
"max":256,
|
|
1301
1291
|
"min":0
|
|
1302
1292
|
},
|
|
1293
|
+
"InspectorEvent":{
|
|
1294
|
+
"type":"string",
|
|
1295
|
+
"enum":[
|
|
1296
|
+
"ASSESSMENT_RUN_STARTED",
|
|
1297
|
+
"ASSESSMENT_RUN_COMPLETED",
|
|
1298
|
+
"ASSESSMENT_RUN_STATE_CHANGED",
|
|
1299
|
+
"FINDING_REPORTED",
|
|
1300
|
+
"OTHER"
|
|
1301
|
+
]
|
|
1302
|
+
},
|
|
1303
1303
|
"InspectorServiceAttributes":{
|
|
1304
1304
|
"type":"structure",
|
|
1305
1305
|
"required":["schemaVersion"],
|
|
@@ -1839,7 +1839,7 @@
|
|
|
1839
1839
|
],
|
|
1840
1840
|
"members":{
|
|
1841
1841
|
"resourceArn":{"shape":"Arn"},
|
|
1842
|
-
"event":{"shape":"
|
|
1842
|
+
"event":{"shape":"InspectorEvent"},
|
|
1843
1843
|
"topicArn":{"shape":"Arn"}
|
|
1844
1844
|
}
|
|
1845
1845
|
},
|
|
@@ -1926,7 +1926,7 @@
|
|
|
1926
1926
|
],
|
|
1927
1927
|
"members":{
|
|
1928
1928
|
"resourceArn":{"shape":"Arn"},
|
|
1929
|
-
"event":{"shape":"
|
|
1929
|
+
"event":{"shape":"InspectorEvent"},
|
|
1930
1930
|
"topicArn":{"shape":"Arn"}
|
|
1931
1931
|
}
|
|
1932
1932
|
},
|
|
@@ -747,6 +747,22 @@
|
|
|
747
747
|
},
|
|
748
748
|
"shapes":{
|
|
749
749
|
"AWSAccountID":{"type":"string"},
|
|
750
|
+
"AlarmIdentifier":{
|
|
751
|
+
"type":"structure",
|
|
752
|
+
"required":[
|
|
753
|
+
"Region",
|
|
754
|
+
"Name"
|
|
755
|
+
],
|
|
756
|
+
"members":{
|
|
757
|
+
"Region":{"shape":"CloudWatchRegion"},
|
|
758
|
+
"Name":{"shape":"AlarmName"}
|
|
759
|
+
}
|
|
760
|
+
},
|
|
761
|
+
"AlarmName":{
|
|
762
|
+
"type":"string",
|
|
763
|
+
"max":256,
|
|
764
|
+
"min":1
|
|
765
|
+
},
|
|
750
766
|
"AliasHealthEnabled":{"type":"boolean"},
|
|
751
767
|
"AliasTarget":{
|
|
752
768
|
"type":"structure",
|
|
@@ -926,6 +942,54 @@
|
|
|
926
942
|
},
|
|
927
943
|
"max":256
|
|
928
944
|
},
|
|
945
|
+
"CloudWatchAlarmConfiguration":{
|
|
946
|
+
"type":"structure",
|
|
947
|
+
"required":[
|
|
948
|
+
"EvaluationPeriods",
|
|
949
|
+
"Threshold",
|
|
950
|
+
"ComparisonOperator",
|
|
951
|
+
"Period",
|
|
952
|
+
"MetricName",
|
|
953
|
+
"Namespace",
|
|
954
|
+
"Statistic"
|
|
955
|
+
],
|
|
956
|
+
"members":{
|
|
957
|
+
"EvaluationPeriods":{"shape":"EvaluationPeriods"},
|
|
958
|
+
"Threshold":{"shape":"Threshold"},
|
|
959
|
+
"ComparisonOperator":{"shape":"ComparisonOperator"},
|
|
960
|
+
"Period":{"shape":"Period"},
|
|
961
|
+
"MetricName":{"shape":"MetricName"},
|
|
962
|
+
"Namespace":{"shape":"Namespace"},
|
|
963
|
+
"Statistic":{"shape":"Statistic"},
|
|
964
|
+
"Dimensions":{"shape":"DimensionList"}
|
|
965
|
+
}
|
|
966
|
+
},
|
|
967
|
+
"CloudWatchRegion":{
|
|
968
|
+
"type":"string",
|
|
969
|
+
"enum":[
|
|
970
|
+
"us-east-1",
|
|
971
|
+
"us-west-1",
|
|
972
|
+
"us-west-2",
|
|
973
|
+
"eu-central-1",
|
|
974
|
+
"eu-west-1",
|
|
975
|
+
"ap-southeast-1",
|
|
976
|
+
"ap-southeast-2",
|
|
977
|
+
"ap-northeast-1",
|
|
978
|
+
"ap-northeast-2",
|
|
979
|
+
"sa-east-1"
|
|
980
|
+
],
|
|
981
|
+
"max":64,
|
|
982
|
+
"min":1
|
|
983
|
+
},
|
|
984
|
+
"ComparisonOperator":{
|
|
985
|
+
"type":"string",
|
|
986
|
+
"enum":[
|
|
987
|
+
"GreaterThanOrEqualToThreshold",
|
|
988
|
+
"GreaterThanThreshold",
|
|
989
|
+
"LessThanThreshold",
|
|
990
|
+
"LessThanOrEqualToThreshold"
|
|
991
|
+
]
|
|
992
|
+
},
|
|
929
993
|
"ConcurrentModification":{
|
|
930
994
|
"type":"structure",
|
|
931
995
|
"members":{
|
|
@@ -1280,6 +1344,30 @@
|
|
|
1280
1344
|
"members":{
|
|
1281
1345
|
}
|
|
1282
1346
|
},
|
|
1347
|
+
"Dimension":{
|
|
1348
|
+
"type":"structure",
|
|
1349
|
+
"required":[
|
|
1350
|
+
"Name",
|
|
1351
|
+
"Value"
|
|
1352
|
+
],
|
|
1353
|
+
"members":{
|
|
1354
|
+
"Name":{"shape":"DimensionField"},
|
|
1355
|
+
"Value":{"shape":"DimensionField"}
|
|
1356
|
+
}
|
|
1357
|
+
},
|
|
1358
|
+
"DimensionField":{
|
|
1359
|
+
"type":"string",
|
|
1360
|
+
"max":255,
|
|
1361
|
+
"min":1
|
|
1362
|
+
},
|
|
1363
|
+
"DimensionList":{
|
|
1364
|
+
"type":"list",
|
|
1365
|
+
"member":{
|
|
1366
|
+
"shape":"Dimension",
|
|
1367
|
+
"locationName":"Dimension"
|
|
1368
|
+
},
|
|
1369
|
+
"max":10
|
|
1370
|
+
},
|
|
1283
1371
|
"DisassociateVPCComment":{"type":"string"},
|
|
1284
1372
|
"DisassociateVPCFromHostedZoneRequest":{
|
|
1285
1373
|
"type":"structure",
|
|
@@ -1313,6 +1401,10 @@
|
|
|
1313
1401
|
"locationName":"Message"
|
|
1314
1402
|
}
|
|
1315
1403
|
},
|
|
1404
|
+
"EvaluationPeriods":{
|
|
1405
|
+
"type":"integer",
|
|
1406
|
+
"min":1
|
|
1407
|
+
},
|
|
1316
1408
|
"FailureThreshold":{
|
|
1317
1409
|
"type":"integer",
|
|
1318
1410
|
"max":10,
|
|
@@ -1639,7 +1731,8 @@
|
|
|
1639
1731
|
"Id":{"shape":"HealthCheckId"},
|
|
1640
1732
|
"CallerReference":{"shape":"HealthCheckNonce"},
|
|
1641
1733
|
"HealthCheckConfig":{"shape":"HealthCheckConfig"},
|
|
1642
|
-
"HealthCheckVersion":{"shape":"HealthCheckVersion"}
|
|
1734
|
+
"HealthCheckVersion":{"shape":"HealthCheckVersion"},
|
|
1735
|
+
"CloudWatchAlarmConfiguration":{"shape":"CloudWatchAlarmConfiguration"}
|
|
1643
1736
|
}
|
|
1644
1737
|
},
|
|
1645
1738
|
"HealthCheckAlreadyExists":{
|
|
@@ -1666,7 +1759,10 @@
|
|
|
1666
1759
|
"Inverted":{"shape":"Inverted"},
|
|
1667
1760
|
"HealthThreshold":{"shape":"HealthThreshold"},
|
|
1668
1761
|
"ChildHealthChecks":{"shape":"ChildHealthCheckList"},
|
|
1669
|
-
"EnableSNI":{"shape":"EnableSNI"}
|
|
1762
|
+
"EnableSNI":{"shape":"EnableSNI"},
|
|
1763
|
+
"Regions":{"shape":"HealthCheckRegionList"},
|
|
1764
|
+
"AlarmIdentifier":{"shape":"AlarmIdentifier"},
|
|
1765
|
+
"InsufficientDataHealthStatus":{"shape":"InsufficientDataHealthStatus"}
|
|
1670
1766
|
}
|
|
1671
1767
|
},
|
|
1672
1768
|
"HealthCheckCount":{"type":"long"},
|
|
@@ -1690,6 +1786,7 @@
|
|
|
1690
1786
|
"HealthCheckObservation":{
|
|
1691
1787
|
"type":"structure",
|
|
1692
1788
|
"members":{
|
|
1789
|
+
"Region":{"shape":"HealthCheckRegion"},
|
|
1693
1790
|
"IPAddress":{"shape":"IPAddress"},
|
|
1694
1791
|
"StatusReport":{"shape":"StatusReport"}
|
|
1695
1792
|
}
|
|
@@ -1701,6 +1798,30 @@
|
|
|
1701
1798
|
"locationName":"HealthCheckObservation"
|
|
1702
1799
|
}
|
|
1703
1800
|
},
|
|
1801
|
+
"HealthCheckRegion":{
|
|
1802
|
+
"type":"string",
|
|
1803
|
+
"enum":[
|
|
1804
|
+
"us-east-1",
|
|
1805
|
+
"us-west-1",
|
|
1806
|
+
"us-west-2",
|
|
1807
|
+
"eu-west-1",
|
|
1808
|
+
"ap-southeast-1",
|
|
1809
|
+
"ap-southeast-2",
|
|
1810
|
+
"ap-northeast-1",
|
|
1811
|
+
"sa-east-1"
|
|
1812
|
+
],
|
|
1813
|
+
"max":64,
|
|
1814
|
+
"min":1
|
|
1815
|
+
},
|
|
1816
|
+
"HealthCheckRegionList":{
|
|
1817
|
+
"type":"list",
|
|
1818
|
+
"member":{
|
|
1819
|
+
"shape":"HealthCheckRegion",
|
|
1820
|
+
"locationName":"Region"
|
|
1821
|
+
},
|
|
1822
|
+
"max":64,
|
|
1823
|
+
"min":1
|
|
1824
|
+
},
|
|
1704
1825
|
"HealthCheckType":{
|
|
1705
1826
|
"type":"string",
|
|
1706
1827
|
"enum":[
|
|
@@ -1709,7 +1830,8 @@
|
|
|
1709
1830
|
"HTTP_STR_MATCH",
|
|
1710
1831
|
"HTTPS_STR_MATCH",
|
|
1711
1832
|
"TCP",
|
|
1712
|
-
"CALCULATED"
|
|
1833
|
+
"CALCULATED",
|
|
1834
|
+
"CLOUDWATCH_METRIC"
|
|
1713
1835
|
]
|
|
1714
1836
|
},
|
|
1715
1837
|
"HealthCheckVersion":{
|
|
@@ -1804,6 +1926,14 @@
|
|
|
1804
1926
|
"error":{"httpStatusCode":400},
|
|
1805
1927
|
"exception":true
|
|
1806
1928
|
},
|
|
1929
|
+
"InsufficientDataHealthStatus":{
|
|
1930
|
+
"type":"string",
|
|
1931
|
+
"enum":[
|
|
1932
|
+
"Healthy",
|
|
1933
|
+
"Unhealthy",
|
|
1934
|
+
"LastKnownStatus"
|
|
1935
|
+
]
|
|
1936
|
+
},
|
|
1807
1937
|
"InvalidArgument":{
|
|
1808
1938
|
"type":"structure",
|
|
1809
1939
|
"members":{
|
|
@@ -2467,6 +2597,16 @@
|
|
|
2467
2597
|
"type":"string",
|
|
2468
2598
|
"max":1024
|
|
2469
2599
|
},
|
|
2600
|
+
"MetricName":{
|
|
2601
|
+
"type":"string",
|
|
2602
|
+
"max":255,
|
|
2603
|
+
"min":1
|
|
2604
|
+
},
|
|
2605
|
+
"Namespace":{
|
|
2606
|
+
"type":"string",
|
|
2607
|
+
"max":255,
|
|
2608
|
+
"min":1
|
|
2609
|
+
},
|
|
2470
2610
|
"NoSuchChange":{
|
|
2471
2611
|
"type":"structure",
|
|
2472
2612
|
"members":{
|
|
@@ -2533,6 +2673,10 @@
|
|
|
2533
2673
|
},
|
|
2534
2674
|
"PageMaxItems":{"type":"string"},
|
|
2535
2675
|
"PageTruncated":{"type":"boolean"},
|
|
2676
|
+
"Period":{
|
|
2677
|
+
"type":"integer",
|
|
2678
|
+
"min":60
|
|
2679
|
+
},
|
|
2536
2680
|
"Port":{
|
|
2537
2681
|
"type":"integer",
|
|
2538
2682
|
"max":65535,
|
|
@@ -2691,6 +2835,16 @@
|
|
|
2691
2835
|
"type":"string",
|
|
2692
2836
|
"max":255
|
|
2693
2837
|
},
|
|
2838
|
+
"Statistic":{
|
|
2839
|
+
"type":"string",
|
|
2840
|
+
"enum":[
|
|
2841
|
+
"Average",
|
|
2842
|
+
"Sum",
|
|
2843
|
+
"SampleCount",
|
|
2844
|
+
"Maximum",
|
|
2845
|
+
"Minimum"
|
|
2846
|
+
]
|
|
2847
|
+
},
|
|
2694
2848
|
"Status":{"type":"string"},
|
|
2695
2849
|
"StatusReport":{
|
|
2696
2850
|
"type":"structure",
|
|
@@ -2757,6 +2911,7 @@
|
|
|
2757
2911
|
"type":"string",
|
|
2758
2912
|
"max":256
|
|
2759
2913
|
},
|
|
2914
|
+
"Threshold":{"type":"double"},
|
|
2760
2915
|
"ThrottlingException":{
|
|
2761
2916
|
"type":"structure",
|
|
2762
2917
|
"members":{
|
|
@@ -2952,7 +3107,10 @@
|
|
|
2952
3107
|
"Inverted":{"shape":"Inverted"},
|
|
2953
3108
|
"HealthThreshold":{"shape":"HealthThreshold"},
|
|
2954
3109
|
"ChildHealthChecks":{"shape":"ChildHealthCheckList"},
|
|
2955
|
-
"EnableSNI":{"shape":"EnableSNI"}
|
|
3110
|
+
"EnableSNI":{"shape":"EnableSNI"},
|
|
3111
|
+
"Regions":{"shape":"HealthCheckRegionList"},
|
|
3112
|
+
"AlarmIdentifier":{"shape":"AlarmIdentifier"},
|
|
3113
|
+
"InsufficientDataHealthStatus":{"shape":"InsufficientDataHealthStatus"}
|
|
2956
3114
|
}
|
|
2957
3115
|
},
|
|
2958
3116
|
"UpdateHealthCheckResponse":{
|
|
@@ -84,6 +84,18 @@
|
|
|
84
84
|
{"shape":"InvalidAuthorizationMessageException"}
|
|
85
85
|
]
|
|
86
86
|
},
|
|
87
|
+
"GetCallerIdentity":{
|
|
88
|
+
"name":"GetCallerIdentity",
|
|
89
|
+
"http":{
|
|
90
|
+
"method":"POST",
|
|
91
|
+
"requestUri":"/"
|
|
92
|
+
},
|
|
93
|
+
"input":{"shape":"GetCallerIdentityRequest"},
|
|
94
|
+
"output":{
|
|
95
|
+
"shape":"GetCallerIdentityResponse",
|
|
96
|
+
"resultWrapper":"GetCallerIdentityResult"
|
|
97
|
+
}
|
|
98
|
+
},
|
|
87
99
|
"GetFederationToken":{
|
|
88
100
|
"name":"GetFederationToken",
|
|
89
101
|
"http":{
|
|
@@ -260,6 +272,19 @@
|
|
|
260
272
|
"Arn":{"shape":"arnType"}
|
|
261
273
|
}
|
|
262
274
|
},
|
|
275
|
+
"GetCallerIdentityRequest":{
|
|
276
|
+
"type":"structure",
|
|
277
|
+
"members":{
|
|
278
|
+
}
|
|
279
|
+
},
|
|
280
|
+
"GetCallerIdentityResponse":{
|
|
281
|
+
"type":"structure",
|
|
282
|
+
"members":{
|
|
283
|
+
"UserId":{"shape":"userIdType"},
|
|
284
|
+
"Account":{"shape":"accountType"},
|
|
285
|
+
"Arn":{"shape":"arnType"}
|
|
286
|
+
}
|
|
287
|
+
},
|
|
263
288
|
"GetFederationTokenRequest":{
|
|
264
289
|
"type":"structure",
|
|
265
290
|
"required":["Name"],
|
|
@@ -391,10 +416,12 @@
|
|
|
391
416
|
"pattern":"[\\w]*"
|
|
392
417
|
},
|
|
393
418
|
"accessKeySecretType":{"type":"string"},
|
|
419
|
+
"accountType":{"type":"string"},
|
|
394
420
|
"arnType":{
|
|
395
421
|
"type":"string",
|
|
396
422
|
"max":2048,
|
|
397
|
-
"min":20
|
|
423
|
+
"min":20,
|
|
424
|
+
"pattern":"[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]+"
|
|
398
425
|
},
|
|
399
426
|
"assumedRoleIdType":{
|
|
400
427
|
"type":"string",
|
|
@@ -478,6 +505,7 @@
|
|
|
478
505
|
"max":2048,
|
|
479
506
|
"min":4
|
|
480
507
|
},
|
|
508
|
+
"userIdType":{"type":"string"},
|
|
481
509
|
"userNameType":{
|
|
482
510
|
"type":"string",
|
|
483
511
|
"max":32,
|
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.2.
|
|
4
|
+
version: 2.2.32
|
|
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: 2016-
|
|
11
|
+
date: 2016-04-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jmespath
|