aws-sdk-core 2.9.18 → 2.9.19
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/codedeploy/2014-10-06/api-2.json +29 -4
- data/apis/gamelift/2015-10-01/api-2.json +34 -5
- data/apis/inspector/2016-02-16/api-2.json +89 -3
- data/apis/inspector/2016-02-16/examples-1.json +7 -0
- data/apis/inspector/2016-02-16/paginators-1.json +4 -0
- data/lib/aws-sdk-core/inspector.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: 6e62a687d1d08099eaa306c5f5256dc403df9e24
|
4
|
+
data.tar.gz: d945bcd4131ebdbf3ad5ec12e59db7d30e5704c8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0254942509485e145191b027091f5f91eceb2581e2ad4e5d494de5ad7e83d1003b6ae41ae096ee6e4c9b2f9454cabf385140bb9d95d81e4eb8938575e432f966
|
7
|
+
data.tar.gz: 2305caed4af487e926c079d4506752be39f5cf3cb5265967343d40ac1aabcc289ea01b252fbfe9838c9835e4543f48376c398a544795fb341cdab5fa9ce3f20c
|
@@ -178,7 +178,8 @@
|
|
178
178
|
{"shape":"DeploymentLimitExceededException"},
|
179
179
|
{"shape":"InvalidTargetInstancesException"},
|
180
180
|
{"shape":"InvalidAutoRollbackConfigException"},
|
181
|
-
{"shape":"InvalidLoadBalancerInfoException"}
|
181
|
+
{"shape":"InvalidLoadBalancerInfoException"},
|
182
|
+
{"shape":"InvalidFileExistsBehaviorException"}
|
182
183
|
]
|
183
184
|
},
|
184
185
|
"CreateDeploymentConfig":{
|
@@ -467,7 +468,8 @@
|
|
467
468
|
{"shape":"InvalidNextTokenException"},
|
468
469
|
{"shape":"InvalidDeploymentIdException"},
|
469
470
|
{"shape":"InvalidInstanceStatusException"},
|
470
|
-
{"shape":"InvalidInstanceTypeException"}
|
471
|
+
{"shape":"InvalidInstanceTypeException"},
|
472
|
+
{"shape":"InvalidDeploymentInstanceTypeException"}
|
471
473
|
]
|
472
474
|
},
|
473
475
|
"ListDeployments":{
|
@@ -966,7 +968,8 @@
|
|
966
968
|
"ignoreApplicationStopFailures":{"shape":"Boolean"},
|
967
969
|
"targetInstances":{"shape":"TargetInstances"},
|
968
970
|
"autoRollbackConfiguration":{"shape":"AutoRollbackConfiguration"},
|
969
|
-
"updateOutdatedInstancesOnly":{"shape":"Boolean"}
|
971
|
+
"updateOutdatedInstancesOnly":{"shape":"Boolean"},
|
972
|
+
"fileExistsBehavior":{"shape":"FileExistsBehavior"}
|
970
973
|
}
|
971
974
|
},
|
972
975
|
"CreateDeploymentOutput":{
|
@@ -1147,6 +1150,7 @@
|
|
1147
1150
|
"deploymentGroupName":{"shape":"DeploymentGroupName"},
|
1148
1151
|
"deploymentConfigName":{"shape":"DeploymentConfigName"},
|
1149
1152
|
"deploymentId":{"shape":"DeploymentId"},
|
1153
|
+
"previousRevision":{"shape":"RevisionLocation"},
|
1150
1154
|
"revision":{"shape":"RevisionLocation"},
|
1151
1155
|
"status":{"shape":"DeploymentStatus"},
|
1152
1156
|
"errorInformation":{"shape":"ErrorInformation"},
|
@@ -1165,7 +1169,8 @@
|
|
1165
1169
|
"instanceTerminationWaitTimeStarted":{"shape":"Boolean"},
|
1166
1170
|
"blueGreenDeploymentConfiguration":{"shape":"BlueGreenDeploymentConfiguration"},
|
1167
1171
|
"loadBalancerInfo":{"shape":"LoadBalancerInfo"},
|
1168
|
-
"additionalDeploymentStatusInfo":{"shape":"AdditionalDeploymentStatusInfo"}
|
1172
|
+
"additionalDeploymentStatusInfo":{"shape":"AdditionalDeploymentStatusInfo"},
|
1173
|
+
"fileExistsBehavior":{"shape":"FileExistsBehavior"}
|
1169
1174
|
}
|
1170
1175
|
},
|
1171
1176
|
"DeploymentIsNotInReadyStateException":{
|
@@ -1343,6 +1348,14 @@
|
|
1343
1348
|
}
|
1344
1349
|
},
|
1345
1350
|
"ErrorMessage":{"type":"string"},
|
1351
|
+
"FileExistsBehavior":{
|
1352
|
+
"type":"string",
|
1353
|
+
"enum":[
|
1354
|
+
"DISALLOW",
|
1355
|
+
"OVERWRITE",
|
1356
|
+
"RETAIN"
|
1357
|
+
]
|
1358
|
+
},
|
1346
1359
|
"GenericRevisionInfo":{
|
1347
1360
|
"type":"structure",
|
1348
1361
|
"members":{
|
@@ -1677,6 +1690,12 @@
|
|
1677
1690
|
},
|
1678
1691
|
"exception":true
|
1679
1692
|
},
|
1693
|
+
"InvalidDeploymentInstanceTypeException":{
|
1694
|
+
"type":"structure",
|
1695
|
+
"members":{
|
1696
|
+
},
|
1697
|
+
"exception":true
|
1698
|
+
},
|
1680
1699
|
"InvalidDeploymentStatusException":{
|
1681
1700
|
"type":"structure",
|
1682
1701
|
"members":{
|
@@ -1695,6 +1714,12 @@
|
|
1695
1714
|
},
|
1696
1715
|
"exception":true
|
1697
1716
|
},
|
1717
|
+
"InvalidFileExistsBehaviorException":{
|
1718
|
+
"type":"structure",
|
1719
|
+
"members":{
|
1720
|
+
},
|
1721
|
+
"exception":true
|
1722
|
+
},
|
1698
1723
|
"InvalidIamSessionArnException":{
|
1699
1724
|
"type":"structure",
|
1700
1725
|
"members":{
|
@@ -91,7 +91,8 @@
|
|
91
91
|
"errors":[
|
92
92
|
{"shape":"InternalServiceException"},
|
93
93
|
{"shape":"InvalidRequestException"},
|
94
|
-
{"shape":"UnauthorizedException"}
|
94
|
+
{"shape":"UnauthorizedException"},
|
95
|
+
{"shape":"LimitExceededException"}
|
95
96
|
]
|
96
97
|
},
|
97
98
|
"CreatePlayerSession":{
|
@@ -874,7 +875,8 @@
|
|
874
875
|
"EC2InboundPermissions":{"shape":"IpPermissionsList"},
|
875
876
|
"NewGameSessionProtectionPolicy":{"shape":"ProtectionPolicy"},
|
876
877
|
"RuntimeConfiguration":{"shape":"RuntimeConfiguration"},
|
877
|
-
"ResourceCreationLimitPolicy":{"shape":"ResourceCreationLimitPolicy"}
|
878
|
+
"ResourceCreationLimitPolicy":{"shape":"ResourceCreationLimitPolicy"},
|
879
|
+
"MetricGroups":{"shape":"MetricGroupList"}
|
878
880
|
}
|
879
881
|
},
|
880
882
|
"CreateFleetOutput":{
|
@@ -1372,7 +1374,8 @@
|
|
1372
1374
|
"LogPaths":{"shape":"StringList"},
|
1373
1375
|
"NewGameSessionProtectionPolicy":{"shape":"ProtectionPolicy"},
|
1374
1376
|
"OperatingSystem":{"shape":"OperatingSystem"},
|
1375
|
-
"ResourceCreationLimitPolicy":{"shape":"ResourceCreationLimitPolicy"}
|
1377
|
+
"ResourceCreationLimitPolicy":{"shape":"ResourceCreationLimitPolicy"},
|
1378
|
+
"MetricGroups":{"shape":"MetricGroupList"}
|
1376
1379
|
}
|
1377
1380
|
},
|
1378
1381
|
"FleetAttributesList":{
|
@@ -1479,6 +1482,11 @@
|
|
1479
1482
|
"CreatorId":{"shape":"NonZeroAndMaxString"}
|
1480
1483
|
}
|
1481
1484
|
},
|
1485
|
+
"GameSessionActivationTimeoutSeconds":{
|
1486
|
+
"type":"integer",
|
1487
|
+
"max":600,
|
1488
|
+
"min":1
|
1489
|
+
},
|
1482
1490
|
"GameSessionDetail":{
|
1483
1491
|
"type":"structure",
|
1484
1492
|
"members":{
|
@@ -1774,15 +1782,33 @@
|
|
1774
1782
|
"NextToken":{"shape":"NonZeroAndMaxString"}
|
1775
1783
|
}
|
1776
1784
|
},
|
1785
|
+
"MaxConcurrentGameSessionActivations":{
|
1786
|
+
"type":"integer",
|
1787
|
+
"max":2147483647,
|
1788
|
+
"min":1
|
1789
|
+
},
|
1790
|
+
"MetricGroup":{
|
1791
|
+
"type":"string",
|
1792
|
+
"max":255,
|
1793
|
+
"min":1
|
1794
|
+
},
|
1795
|
+
"MetricGroupList":{
|
1796
|
+
"type":"list",
|
1797
|
+
"member":{"shape":"MetricGroup"},
|
1798
|
+
"max":1
|
1799
|
+
},
|
1777
1800
|
"MetricName":{
|
1778
1801
|
"type":"string",
|
1779
1802
|
"enum":[
|
1780
1803
|
"ActivatingGameSessions",
|
1781
1804
|
"ActiveGameSessions",
|
1782
1805
|
"ActiveInstances",
|
1806
|
+
"AvailableGameSessions",
|
1783
1807
|
"AvailablePlayerSessions",
|
1784
1808
|
"CurrentPlayerSessions",
|
1785
1809
|
"IdleInstances",
|
1810
|
+
"PercentAvailableGameSessions",
|
1811
|
+
"PercentIdleInstances",
|
1786
1812
|
"QueueDepth",
|
1787
1813
|
"WaitTime"
|
1788
1814
|
]
|
@@ -2010,7 +2036,9 @@
|
|
2010
2036
|
"RuntimeConfiguration":{
|
2011
2037
|
"type":"structure",
|
2012
2038
|
"members":{
|
2013
|
-
"ServerProcesses":{"shape":"ServerProcessList"}
|
2039
|
+
"ServerProcesses":{"shape":"ServerProcessList"},
|
2040
|
+
"MaxConcurrentGameSessionActivations":{"shape":"MaxConcurrentGameSessionActivations"},
|
2041
|
+
"GameSessionActivationTimeoutSeconds":{"shape":"GameSessionActivationTimeoutSeconds"}
|
2014
2042
|
}
|
2015
2043
|
},
|
2016
2044
|
"S3Location":{
|
@@ -2189,7 +2217,8 @@
|
|
2189
2217
|
"Name":{"shape":"NonZeroAndMaxString"},
|
2190
2218
|
"Description":{"shape":"NonZeroAndMaxString"},
|
2191
2219
|
"NewGameSessionProtectionPolicy":{"shape":"ProtectionPolicy"},
|
2192
|
-
"ResourceCreationLimitPolicy":{"shape":"ResourceCreationLimitPolicy"}
|
2220
|
+
"ResourceCreationLimitPolicy":{"shape":"ResourceCreationLimitPolicy"},
|
2221
|
+
"MetricGroups":{"shape":"MetricGroupList"}
|
2193
2222
|
}
|
2194
2223
|
},
|
2195
2224
|
"UpdateFleetAttributesOutput":{
|
@@ -207,6 +207,23 @@
|
|
207
207
|
{"shape":"InvalidInputException"}
|
208
208
|
]
|
209
209
|
},
|
210
|
+
"GetAssessmentReport":{
|
211
|
+
"name":"GetAssessmentReport",
|
212
|
+
"http":{
|
213
|
+
"method":"POST",
|
214
|
+
"requestUri":"/"
|
215
|
+
},
|
216
|
+
"input":{"shape":"GetAssessmentReportRequest"},
|
217
|
+
"output":{"shape":"GetAssessmentReportResponse"},
|
218
|
+
"errors":[
|
219
|
+
{"shape":"InternalException"},
|
220
|
+
{"shape":"InvalidInputException"},
|
221
|
+
{"shape":"AccessDeniedException"},
|
222
|
+
{"shape":"NoSuchEntityException"},
|
223
|
+
{"shape":"AssessmentRunInProgressException"},
|
224
|
+
{"shape":"UnsupportedFeatureException"}
|
225
|
+
]
|
226
|
+
},
|
210
227
|
"GetTelemetryMetadata":{
|
211
228
|
"name":"GetTelemetryMetadata",
|
212
229
|
"http":{
|
@@ -656,7 +673,8 @@
|
|
656
673
|
"stateChangedAt",
|
657
674
|
"dataCollected",
|
658
675
|
"stateChanges",
|
659
|
-
"notifications"
|
676
|
+
"notifications",
|
677
|
+
"findingCounts"
|
660
678
|
],
|
661
679
|
"members":{
|
662
680
|
"arn":{"shape":"Arn"},
|
@@ -672,7 +690,8 @@
|
|
672
690
|
"stateChangedAt":{"shape":"Timestamp"},
|
673
691
|
"dataCollected":{"shape":"Bool"},
|
674
692
|
"stateChanges":{"shape":"AssessmentRunStateChangeList"},
|
675
|
-
"notifications":{"shape":"AssessmentRunNotificationList"}
|
693
|
+
"notifications":{"shape":"AssessmentRunNotificationList"},
|
694
|
+
"findingCounts":{"shape":"AssessmentRunFindingCounts"}
|
676
695
|
}
|
677
696
|
},
|
678
697
|
"AssessmentRunAgent":{
|
@@ -717,6 +736,11 @@
|
|
717
736
|
"stateChangeTimeRange":{"shape":"TimestampRange"}
|
718
737
|
}
|
719
738
|
},
|
739
|
+
"AssessmentRunFindingCounts":{
|
740
|
+
"type":"map",
|
741
|
+
"key":{"shape":"Severity"},
|
742
|
+
"value":{"shape":"FindingCount"}
|
743
|
+
},
|
720
744
|
"AssessmentRunInProgressArnList":{
|
721
745
|
"type":"list",
|
722
746
|
"member":{"shape":"Arn"},
|
@@ -790,8 +814,10 @@
|
|
790
814
|
"COLLECTING_DATA",
|
791
815
|
"STOP_DATA_COLLECTION_PENDING",
|
792
816
|
"DATA_COLLECTED",
|
817
|
+
"START_EVALUATING_RULES_PENDING",
|
793
818
|
"EVALUATING_RULES",
|
794
819
|
"FAILED",
|
820
|
+
"ERROR",
|
795
821
|
"COMPLETED",
|
796
822
|
"COMPLETED_WITH_ERRORS"
|
797
823
|
]
|
@@ -1248,6 +1274,7 @@
|
|
1248
1274
|
"updatedAt":{"shape":"Timestamp"}
|
1249
1275
|
}
|
1250
1276
|
},
|
1277
|
+
"FindingCount":{"type":"integer"},
|
1251
1278
|
"FindingFilter":{
|
1252
1279
|
"type":"structure",
|
1253
1280
|
"members":{
|
@@ -1269,9 +1296,30 @@
|
|
1269
1296
|
"FindingList":{
|
1270
1297
|
"type":"list",
|
1271
1298
|
"member":{"shape":"Finding"},
|
1272
|
-
"max":
|
1299
|
+
"max":100,
|
1273
1300
|
"min":0
|
1274
1301
|
},
|
1302
|
+
"GetAssessmentReportRequest":{
|
1303
|
+
"type":"structure",
|
1304
|
+
"required":[
|
1305
|
+
"assessmentRunArn",
|
1306
|
+
"reportFileFormat",
|
1307
|
+
"reportType"
|
1308
|
+
],
|
1309
|
+
"members":{
|
1310
|
+
"assessmentRunArn":{"shape":"Arn"},
|
1311
|
+
"reportFileFormat":{"shape":"ReportFileFormat"},
|
1312
|
+
"reportType":{"shape":"ReportType"}
|
1313
|
+
}
|
1314
|
+
},
|
1315
|
+
"GetAssessmentReportResponse":{
|
1316
|
+
"type":"structure",
|
1317
|
+
"required":["status"],
|
1318
|
+
"members":{
|
1319
|
+
"status":{"shape":"ReportStatus"},
|
1320
|
+
"url":{"shape":"Url"}
|
1321
|
+
}
|
1322
|
+
},
|
1275
1323
|
"GetTelemetryMetadataRequest":{
|
1276
1324
|
"type":"structure",
|
1277
1325
|
"required":["assessmentRunArn"],
|
@@ -1710,6 +1758,28 @@
|
|
1710
1758
|
"failedItems":{"shape":"FailedItems"}
|
1711
1759
|
}
|
1712
1760
|
},
|
1761
|
+
"ReportFileFormat":{
|
1762
|
+
"type":"string",
|
1763
|
+
"enum":[
|
1764
|
+
"HTML",
|
1765
|
+
"PDF"
|
1766
|
+
]
|
1767
|
+
},
|
1768
|
+
"ReportStatus":{
|
1769
|
+
"type":"string",
|
1770
|
+
"enum":[
|
1771
|
+
"WORK_IN_PROGRESS",
|
1772
|
+
"FAILED",
|
1773
|
+
"COMPLETED"
|
1774
|
+
]
|
1775
|
+
},
|
1776
|
+
"ReportType":{
|
1777
|
+
"type":"string",
|
1778
|
+
"enum":[
|
1779
|
+
"FINDING",
|
1780
|
+
"FULL"
|
1781
|
+
]
|
1782
|
+
},
|
1713
1783
|
"ResourceGroup":{
|
1714
1784
|
"type":"structure",
|
1715
1785
|
"required":[
|
@@ -1931,6 +2001,18 @@
|
|
1931
2001
|
"topicArn":{"shape":"Arn"}
|
1932
2002
|
}
|
1933
2003
|
},
|
2004
|
+
"UnsupportedFeatureException":{
|
2005
|
+
"type":"structure",
|
2006
|
+
"required":[
|
2007
|
+
"message",
|
2008
|
+
"canRetry"
|
2009
|
+
],
|
2010
|
+
"members":{
|
2011
|
+
"message":{"shape":"ErrorMessage"},
|
2012
|
+
"canRetry":{"shape":"Bool"}
|
2013
|
+
},
|
2014
|
+
"exception":true
|
2015
|
+
},
|
1934
2016
|
"UpdateAssessmentTargetRequest":{
|
1935
2017
|
"type":"structure",
|
1936
2018
|
"required":[
|
@@ -1944,6 +2026,10 @@
|
|
1944
2026
|
"resourceGroupArn":{"shape":"Arn"}
|
1945
2027
|
}
|
1946
2028
|
},
|
2029
|
+
"Url":{
|
2030
|
+
"type":"string",
|
2031
|
+
"max":2048
|
2032
|
+
},
|
1947
2033
|
"UserAttributeKeyList":{
|
1948
2034
|
"type":"list",
|
1949
2035
|
"member":{"shape":"AttributeKey"},
|
@@ -168,6 +168,13 @@
|
|
168
168
|
"createdAt": "1458680170.035",
|
169
169
|
"dataCollected": true,
|
170
170
|
"durationInSeconds": 3600,
|
171
|
+
"findingCounts": {
|
172
|
+
"High": 14,
|
173
|
+
"Informational": 0,
|
174
|
+
"Low": 0,
|
175
|
+
"Medium": 2,
|
176
|
+
"Undefined": 0
|
177
|
+
},
|
171
178
|
"notifications": [
|
172
179
|
|
173
180
|
],
|
@@ -2,4 +2,5 @@ Aws.add_service(:Inspector, {
|
|
2
2
|
api: "#{Aws::API_DIR}/inspector/2016-02-16/api-2.json",
|
3
3
|
docs: "#{Aws::API_DIR}/inspector/2016-02-16/docs-2.json",
|
4
4
|
examples: "#{Aws::API_DIR}/inspector/2016-02-16/examples-1.json",
|
5
|
+
paginators: "#{Aws::API_DIR}/inspector/2016-02-16/paginators-1.json",
|
5
6
|
})
|
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.9.
|
4
|
+
version: 2.9.19
|
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-05-
|
11
|
+
date: 2017-05-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|
@@ -253,6 +253,7 @@ files:
|
|
253
253
|
- apis/importexport/2010-06-01/paginators-1.json
|
254
254
|
- apis/inspector/2016-02-16/api-2.json
|
255
255
|
- apis/inspector/2016-02-16/examples-1.json
|
256
|
+
- apis/inspector/2016-02-16/paginators-1.json
|
256
257
|
- apis/iot-data/2015-05-28/api-2.json
|
257
258
|
- apis/iot/2015-05-28/api-2.json
|
258
259
|
- apis/iot/2015-05-28/examples-1.json
|