aws-sdk-core 2.2.25 → 2.2.26

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 236400835a6d757c1028825429da56d29112cab5
4
- data.tar.gz: 258083c2d461344a8db805a88b0e758fa32421dd
3
+ metadata.gz: d5c535871f0505a8d053741b2869cc770a6d9f1b
4
+ data.tar.gz: cf4339846016cee9444c5d913fa95949d1a188bc
5
5
  SHA512:
6
- metadata.gz: bfa24bc34e6b640417533cb4fcfa7338011839d79cb50f25ccf49880aa5d9d967246deed9903ceb29274e6666f30e8bbed6ebfb77dcf3aeae4cd490f847f9119
7
- data.tar.gz: 5add66309618fcb40572a3dcdc4280a8b43f007dac2b580b4198d717121bb6dacd2c606ffcd2d58d2cbda474d7e0bd30913cdc4b875d9cf5e724be88d15b469d
6
+ metadata.gz: b309ba2c7c51749f9553731daf34575c564fe408f14db0fae262a74e25412ec122857c8f8c09a2d6ffa44f1378c36d8836159a7768181e435f9cfdde4c8726ab
7
+ data.tar.gz: 7cf555650f329c254816d43df9d38144c7294df301403d287ca88e25bdd3288ff364198a553c4ca6726b46146d8d2e553cc3065060585bf94332741b608f0f70
@@ -319,6 +319,33 @@
319
319
  }
320
320
  ]
321
321
  },
322
+ "DeleteScalingPolicy":{
323
+ "name":"DeleteScalingPolicy",
324
+ "http":{
325
+ "method":"POST",
326
+ "requestUri":"/"
327
+ },
328
+ "input":{"shape":"DeleteScalingPolicyInput"},
329
+ "errors":[
330
+ {
331
+ "shape":"InternalServiceException",
332
+ "exception":true,
333
+ "fault":true
334
+ },
335
+ {
336
+ "shape":"InvalidRequestException",
337
+ "exception":true
338
+ },
339
+ {
340
+ "shape":"UnauthorizedException",
341
+ "exception":true
342
+ },
343
+ {
344
+ "shape":"NotFoundException",
345
+ "exception":true
346
+ }
347
+ ]
348
+ },
322
349
  "DescribeAlias":{
323
350
  "name":"DescribeAlias",
324
351
  "http":{
@@ -539,6 +566,38 @@
539
566
  }
540
567
  ]
541
568
  },
569
+ "DescribeGameSessionDetails":{
570
+ "name":"DescribeGameSessionDetails",
571
+ "http":{
572
+ "method":"POST",
573
+ "requestUri":"/"
574
+ },
575
+ "input":{"shape":"DescribeGameSessionDetailsInput"},
576
+ "output":{"shape":"DescribeGameSessionDetailsOutput"},
577
+ "errors":[
578
+ {
579
+ "shape":"InternalServiceException",
580
+ "exception":true,
581
+ "fault":true
582
+ },
583
+ {
584
+ "shape":"NotFoundException",
585
+ "exception":true
586
+ },
587
+ {
588
+ "shape":"InvalidRequestException",
589
+ "exception":true
590
+ },
591
+ {
592
+ "shape":"UnauthorizedException",
593
+ "exception":true
594
+ },
595
+ {
596
+ "shape":"TerminalRoutingStrategyException",
597
+ "exception":true
598
+ }
599
+ ]
600
+ },
542
601
  "DescribeGameSessions":{
543
602
  "name":"DescribeGameSessions",
544
603
  "http":{
@@ -599,6 +658,34 @@
599
658
  }
600
659
  ]
601
660
  },
661
+ "DescribeScalingPolicies":{
662
+ "name":"DescribeScalingPolicies",
663
+ "http":{
664
+ "method":"POST",
665
+ "requestUri":"/"
666
+ },
667
+ "input":{"shape":"DescribeScalingPoliciesInput"},
668
+ "output":{"shape":"DescribeScalingPoliciesOutput"},
669
+ "errors":[
670
+ {
671
+ "shape":"InternalServiceException",
672
+ "exception":true,
673
+ "fault":true
674
+ },
675
+ {
676
+ "shape":"InvalidRequestException",
677
+ "exception":true
678
+ },
679
+ {
680
+ "shape":"UnauthorizedException",
681
+ "exception":true
682
+ },
683
+ {
684
+ "shape":"NotFoundException",
685
+ "exception":true
686
+ }
687
+ ]
688
+ },
602
689
  "GetGameSessionLogUrl":{
603
690
  "name":"GetGameSessionLogUrl",
604
691
  "http":{
@@ -703,6 +790,34 @@
703
790
  }
704
791
  ]
705
792
  },
793
+ "PutScalingPolicy":{
794
+ "name":"PutScalingPolicy",
795
+ "http":{
796
+ "method":"POST",
797
+ "requestUri":"/"
798
+ },
799
+ "input":{"shape":"PutScalingPolicyInput"},
800
+ "output":{"shape":"PutScalingPolicyOutput"},
801
+ "errors":[
802
+ {
803
+ "shape":"InternalServiceException",
804
+ "exception":true,
805
+ "fault":true
806
+ },
807
+ {
808
+ "shape":"InvalidRequestException",
809
+ "exception":true
810
+ },
811
+ {
812
+ "shape":"UnauthorizedException",
813
+ "exception":true
814
+ },
815
+ {
816
+ "shape":"NotFoundException",
817
+ "exception":true
818
+ }
819
+ ]
820
+ },
706
821
  "RequestUploadCredentials":{
707
822
  "name":"RequestUploadCredentials",
708
823
  "http":{
@@ -1032,6 +1147,15 @@
1032
1147
  "FAILED"
1033
1148
  ]
1034
1149
  },
1150
+ "ComparisonOperatorType":{
1151
+ "type":"string",
1152
+ "enum":[
1153
+ "GreaterThanOrEqualToThreshold",
1154
+ "GreaterThanThreshold",
1155
+ "LessThanThreshold",
1156
+ "LessThanOrEqualToThreshold"
1157
+ ]
1158
+ },
1035
1159
  "ConflictException":{
1036
1160
  "type":"structure",
1037
1161
  "members":{
@@ -1041,7 +1165,10 @@
1041
1165
  },
1042
1166
  "CreateAliasInput":{
1043
1167
  "type":"structure",
1044
- "required":["Name"],
1168
+ "required":[
1169
+ "Name",
1170
+ "RoutingStrategy"
1171
+ ],
1045
1172
  "members":{
1046
1173
  "Name":{"shape":"NonZeroAndMaxString"},
1047
1174
  "Description":{"shape":"NonZeroAndMaxString"},
@@ -1058,7 +1185,8 @@
1058
1185
  "type":"structure",
1059
1186
  "members":{
1060
1187
  "Name":{"shape":"NonZeroAndMaxString"},
1061
- "Version":{"shape":"NonZeroAndMaxString"}
1188
+ "Version":{"shape":"NonZeroAndMaxString"},
1189
+ "StorageLocation":{"shape":"S3Location"}
1062
1190
  }
1063
1191
  },
1064
1192
  "CreateBuildOutput":{
@@ -1085,7 +1213,8 @@
1085
1213
  "ServerLaunchParameters":{"shape":"NonZeroAndMaxString"},
1086
1214
  "LogPaths":{"shape":"StringList"},
1087
1215
  "EC2InstanceType":{"shape":"EC2InstanceType"},
1088
- "EC2InboundPermissions":{"shape":"IpPermissionsList"}
1216
+ "EC2InboundPermissions":{"shape":"IpPermissionsList"},
1217
+ "NewGameSessionProtectionPolicy":{"shape":"ProtectionPolicy"}
1089
1218
  }
1090
1219
  },
1091
1220
  "CreateFleetOutput":{
@@ -1166,6 +1295,17 @@
1166
1295
  "FleetId":{"shape":"FleetId"}
1167
1296
  }
1168
1297
  },
1298
+ "DeleteScalingPolicyInput":{
1299
+ "type":"structure",
1300
+ "required":[
1301
+ "Name",
1302
+ "FleetId"
1303
+ ],
1304
+ "members":{
1305
+ "Name":{"shape":"NonZeroAndMaxString"},
1306
+ "FleetId":{"shape":"FleetId"}
1307
+ }
1308
+ },
1169
1309
  "DescribeAliasInput":{
1170
1310
  "type":"structure",
1171
1311
  "required":["AliasId"],
@@ -1280,6 +1420,24 @@
1280
1420
  "NextToken":{"shape":"NonZeroAndMaxString"}
1281
1421
  }
1282
1422
  },
1423
+ "DescribeGameSessionDetailsInput":{
1424
+ "type":"structure",
1425
+ "members":{
1426
+ "FleetId":{"shape":"FleetId"},
1427
+ "GameSessionId":{"shape":"GameSessionId"},
1428
+ "AliasId":{"shape":"AliasId"},
1429
+ "StatusFilter":{"shape":"NonZeroAndMaxString"},
1430
+ "Limit":{"shape":"PositiveInteger"},
1431
+ "NextToken":{"shape":"NonZeroAndMaxString"}
1432
+ }
1433
+ },
1434
+ "DescribeGameSessionDetailsOutput":{
1435
+ "type":"structure",
1436
+ "members":{
1437
+ "GameSessionDetails":{"shape":"GameSessionDetailList"},
1438
+ "NextToken":{"shape":"NonZeroAndMaxString"}
1439
+ }
1440
+ },
1283
1441
  "DescribeGameSessionsInput":{
1284
1442
  "type":"structure",
1285
1443
  "members":{
@@ -1316,12 +1474,33 @@
1316
1474
  "NextToken":{"shape":"NonZeroAndMaxString"}
1317
1475
  }
1318
1476
  },
1477
+ "DescribeScalingPoliciesInput":{
1478
+ "type":"structure",
1479
+ "required":["FleetId"],
1480
+ "members":{
1481
+ "FleetId":{"shape":"FleetId"},
1482
+ "StatusFilter":{"shape":"ScalingStatusType"},
1483
+ "Limit":{"shape":"PositiveInteger"},
1484
+ "NextToken":{"shape":"NonZeroAndMaxString"}
1485
+ }
1486
+ },
1487
+ "DescribeScalingPoliciesOutput":{
1488
+ "type":"structure",
1489
+ "members":{
1490
+ "ScalingPolicies":{"shape":"ScalingPolicyList"},
1491
+ "NextToken":{"shape":"NonZeroAndMaxString"}
1492
+ }
1493
+ },
1494
+ "Double":{"type":"double"},
1319
1495
  "EC2InstanceCounts":{
1320
1496
  "type":"structure",
1321
1497
  "members":{
1322
1498
  "DESIRED":{"shape":"WholeNumber"},
1499
+ "MINIMUM":{"shape":"WholeNumber"},
1500
+ "MAXIMUM":{"shape":"WholeNumber"},
1323
1501
  "PENDING":{"shape":"WholeNumber"},
1324
1502
  "ACTIVE":{"shape":"WholeNumber"},
1503
+ "IDLE":{"shape":"WholeNumber"},
1325
1504
  "TERMINATING":{"shape":"WholeNumber"}
1326
1505
  }
1327
1506
  },
@@ -1399,7 +1578,8 @@
1399
1578
  "FLEET_VALIDATION_EXECUTABLE_RUNTIME_FAILURE",
1400
1579
  "FLEET_VALIDATION_TIMED_OUT",
1401
1580
  "FLEET_ACTIVATION_FAILED",
1402
- "FLEET_ACTIVATION_FAILED_NO_INSTANCES"
1581
+ "FLEET_ACTIVATION_FAILED_NO_INSTANCES",
1582
+ "FLEET_NEW_GAME_SESSION_PROTECTION_POLICY_UPDATED"
1403
1583
  ]
1404
1584
  },
1405
1585
  "EventList":{
@@ -1418,7 +1598,8 @@
1418
1598
  "BuildId":{"shape":"BuildId"},
1419
1599
  "ServerLaunchPath":{"shape":"NonZeroAndMaxString"},
1420
1600
  "ServerLaunchParameters":{"shape":"NonZeroAndMaxString"},
1421
- "LogPaths":{"shape":"StringList"}
1601
+ "LogPaths":{"shape":"StringList"},
1602
+ "NewGameSessionProtectionPolicy":{"shape":"ProtectionPolicy"}
1422
1603
  }
1423
1604
  },
1424
1605
  "FleetAttributesList":{
@@ -1521,6 +1702,17 @@
1521
1702
  "PlayerSessionCreationPolicy":{"shape":"PlayerSessionCreationPolicy"}
1522
1703
  }
1523
1704
  },
1705
+ "GameSessionDetail":{
1706
+ "type":"structure",
1707
+ "members":{
1708
+ "GameSession":{"shape":"GameSession"},
1709
+ "ProtectionPolicy":{"shape":"ProtectionPolicy"}
1710
+ }
1711
+ },
1712
+ "GameSessionDetailList":{
1713
+ "type":"list",
1714
+ "member":{"shape":"GameSessionDetail"}
1715
+ },
1524
1716
  "GameSessionFullException":{
1525
1717
  "type":"structure",
1526
1718
  "members":{
@@ -1558,6 +1750,7 @@
1558
1750
  "PreSignedUrl":{"shape":"NonZeroAndMaxString"}
1559
1751
  }
1560
1752
  },
1753
+ "Integer":{"type":"integer"},
1561
1754
  "InternalServiceException":{
1562
1755
  "type":"structure",
1563
1756
  "members":{
@@ -1668,6 +1861,17 @@
1668
1861
  "NextToken":{"shape":"NonZeroAndMaxString"}
1669
1862
  }
1670
1863
  },
1864
+ "MetricName":{
1865
+ "type":"string",
1866
+ "enum":[
1867
+ "ActivatingGameSessions",
1868
+ "ActiveGameSessions",
1869
+ "ActiveInstances",
1870
+ "AvailablePlayerSessions",
1871
+ "CurrentPlayerSessions",
1872
+ "IdleInstances"
1873
+ ]
1874
+ },
1671
1875
  "NonBlankString":{
1672
1876
  "type":"string",
1673
1877
  "pattern":"[^\\s]+"
@@ -1744,6 +1948,42 @@
1744
1948
  "type":"long",
1745
1949
  "min":1
1746
1950
  },
1951
+ "ProtectionPolicy":{
1952
+ "type":"string",
1953
+ "enum":[
1954
+ "NoProtection",
1955
+ "FullProtection"
1956
+ ]
1957
+ },
1958
+ "PutScalingPolicyInput":{
1959
+ "type":"structure",
1960
+ "required":[
1961
+ "Name",
1962
+ "FleetId",
1963
+ "ScalingAdjustment",
1964
+ "ScalingAdjustmentType",
1965
+ "Threshold",
1966
+ "ComparisonOperator",
1967
+ "EvaluationPeriods",
1968
+ "MetricName"
1969
+ ],
1970
+ "members":{
1971
+ "Name":{"shape":"NonZeroAndMaxString"},
1972
+ "FleetId":{"shape":"FleetId"},
1973
+ "ScalingAdjustment":{"shape":"Integer"},
1974
+ "ScalingAdjustmentType":{"shape":"ScalingAdjustmentType"},
1975
+ "Threshold":{"shape":"Double"},
1976
+ "ComparisonOperator":{"shape":"ComparisonOperatorType"},
1977
+ "EvaluationPeriods":{"shape":"PositiveInteger"},
1978
+ "MetricName":{"shape":"MetricName"}
1979
+ }
1980
+ },
1981
+ "PutScalingPolicyOutput":{
1982
+ "type":"structure",
1983
+ "members":{
1984
+ "Name":{"shape":"NonZeroAndMaxString"}
1985
+ }
1986
+ },
1747
1987
  "RequestUploadCredentialsInput":{
1748
1988
  "type":"structure",
1749
1989
  "required":["BuildId"],
@@ -1790,9 +2030,48 @@
1790
2030
  "type":"structure",
1791
2031
  "members":{
1792
2032
  "Bucket":{"shape":"NonEmptyString"},
1793
- "Key":{"shape":"NonEmptyString"}
2033
+ "Key":{"shape":"NonEmptyString"},
2034
+ "RoleArn":{"shape":"NonEmptyString"}
1794
2035
  }
1795
2036
  },
2037
+ "ScalingAdjustmentType":{
2038
+ "type":"string",
2039
+ "enum":[
2040
+ "ChangeInCapacity",
2041
+ "ExactCapacity",
2042
+ "PercentChangeInCapacity"
2043
+ ]
2044
+ },
2045
+ "ScalingPolicy":{
2046
+ "type":"structure",
2047
+ "members":{
2048
+ "FleetId":{"shape":"FleetId"},
2049
+ "Name":{"shape":"NonZeroAndMaxString"},
2050
+ "Status":{"shape":"ScalingStatusType"},
2051
+ "ScalingAdjustment":{"shape":"Integer"},
2052
+ "ScalingAdjustmentType":{"shape":"ScalingAdjustmentType"},
2053
+ "ComparisonOperator":{"shape":"ComparisonOperatorType"},
2054
+ "Threshold":{"shape":"Double"},
2055
+ "EvaluationPeriods":{"shape":"PositiveInteger"},
2056
+ "MetricName":{"shape":"MetricName"}
2057
+ }
2058
+ },
2059
+ "ScalingPolicyList":{
2060
+ "type":"list",
2061
+ "member":{"shape":"ScalingPolicy"}
2062
+ },
2063
+ "ScalingStatusType":{
2064
+ "type":"string",
2065
+ "enum":[
2066
+ "ACTIVE",
2067
+ "UPDATE_REQUESTED",
2068
+ "UPDATING",
2069
+ "DELETE_REQUESTED",
2070
+ "DELETING",
2071
+ "DELETED",
2072
+ "ERROR"
2073
+ ]
2074
+ },
1796
2075
  "StringList":{
1797
2076
  "type":"list",
1798
2077
  "member":{"shape":"NonZeroAndMaxString"}
@@ -1849,7 +2128,8 @@
1849
2128
  "members":{
1850
2129
  "FleetId":{"shape":"FleetId"},
1851
2130
  "Name":{"shape":"NonZeroAndMaxString"},
1852
- "Description":{"shape":"NonZeroAndMaxString"}
2131
+ "Description":{"shape":"NonZeroAndMaxString"},
2132
+ "NewGameSessionProtectionPolicy":{"shape":"ProtectionPolicy"}
1853
2133
  }
1854
2134
  },
1855
2135
  "UpdateFleetAttributesOutput":{
@@ -1860,13 +2140,12 @@
1860
2140
  },
1861
2141
  "UpdateFleetCapacityInput":{
1862
2142
  "type":"structure",
1863
- "required":[
1864
- "FleetId",
1865
- "DesiredInstances"
1866
- ],
2143
+ "required":["FleetId"],
1867
2144
  "members":{
1868
2145
  "FleetId":{"shape":"FleetId"},
1869
- "DesiredInstances":{"shape":"WholeNumber"}
2146
+ "DesiredInstances":{"shape":"WholeNumber"},
2147
+ "MinSize":{"shape":"WholeNumber"},
2148
+ "MaxSize":{"shape":"WholeNumber"}
1870
2149
  }
1871
2150
  },
1872
2151
  "UpdateFleetCapacityOutput":{
@@ -1897,7 +2176,8 @@
1897
2176
  "GameSessionId":{"shape":"GameSessionId"},
1898
2177
  "MaximumPlayerSessionCount":{"shape":"WholeNumber"},
1899
2178
  "Name":{"shape":"NonZeroAndMaxString"},
1900
- "PlayerSessionCreationPolicy":{"shape":"PlayerSessionCreationPolicy"}
2179
+ "PlayerSessionCreationPolicy":{"shape":"PlayerSessionCreationPolicy"},
2180
+ "ProtectionPolicy":{"shape":"ProtectionPolicy"}
1901
2181
  }
1902
2182
  },
1903
2183
  "UpdateGameSessionOutput":{