aws-sdk 2.740.0 → 2.741.0

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.
@@ -1,4 +1,124 @@
1
1
  {
2
2
  "pagination": {
3
+ "DescribeFleetAttributes": {
4
+ "input_token": "NextToken",
5
+ "output_token": "NextToken",
6
+ "limit_key": "Limit",
7
+ "result_key": "FleetAttributes"
8
+ },
9
+ "DescribeFleetCapacity": {
10
+ "input_token": "NextToken",
11
+ "output_token": "NextToken",
12
+ "limit_key": "Limit",
13
+ "result_key": "FleetCapacity"
14
+ },
15
+ "DescribeFleetEvents": {
16
+ "input_token": "NextToken",
17
+ "output_token": "NextToken",
18
+ "limit_key": "Limit",
19
+ "result_key": "Events"
20
+ },
21
+ "DescribeFleetUtilization": {
22
+ "input_token": "NextToken",
23
+ "output_token": "NextToken",
24
+ "limit_key": "Limit",
25
+ "result_key": "FleetUtilization"
26
+ },
27
+ "DescribeGameServerInstances": {
28
+ "input_token": "NextToken",
29
+ "output_token": "NextToken",
30
+ "limit_key": "Limit",
31
+ "result_key": "GameServerInstances"
32
+ },
33
+ "DescribeGameSessionDetails": {
34
+ "input_token": "NextToken",
35
+ "output_token": "NextToken",
36
+ "limit_key": "Limit",
37
+ "result_key": "GameSessionDetails"
38
+ },
39
+ "DescribeGameSessionQueues": {
40
+ "input_token": "NextToken",
41
+ "output_token": "NextToken",
42
+ "limit_key": "Limit",
43
+ "result_key": "GameSessionQueues"
44
+ },
45
+ "DescribeGameSessions": {
46
+ "input_token": "NextToken",
47
+ "output_token": "NextToken",
48
+ "limit_key": "Limit",
49
+ "result_key": "GameSessions"
50
+ },
51
+ "DescribeInstances": {
52
+ "input_token": "NextToken",
53
+ "output_token": "NextToken",
54
+ "limit_key": "Limit",
55
+ "result_key": "Instances"
56
+ },
57
+ "DescribeMatchmakingConfigurations": {
58
+ "input_token": "NextToken",
59
+ "output_token": "NextToken",
60
+ "limit_key": "Limit",
61
+ "result_key": "Configurations"
62
+ },
63
+ "DescribeMatchmakingRuleSets": {
64
+ "input_token": "NextToken",
65
+ "output_token": "NextToken",
66
+ "limit_key": "Limit",
67
+ "result_key": "RuleSets"
68
+ },
69
+ "DescribePlayerSessions": {
70
+ "input_token": "NextToken",
71
+ "output_token": "NextToken",
72
+ "limit_key": "Limit",
73
+ "result_key": "PlayerSessions"
74
+ },
75
+ "DescribeScalingPolicies": {
76
+ "input_token": "NextToken",
77
+ "output_token": "NextToken",
78
+ "limit_key": "Limit",
79
+ "result_key": "ScalingPolicies"
80
+ },
81
+ "ListAliases": {
82
+ "input_token": "NextToken",
83
+ "output_token": "NextToken",
84
+ "limit_key": "Limit",
85
+ "result_key": "Aliases"
86
+ },
87
+ "ListBuilds": {
88
+ "input_token": "NextToken",
89
+ "output_token": "NextToken",
90
+ "limit_key": "Limit",
91
+ "result_key": "Builds"
92
+ },
93
+ "ListFleets": {
94
+ "input_token": "NextToken",
95
+ "output_token": "NextToken",
96
+ "limit_key": "Limit",
97
+ "result_key": "FleetIds"
98
+ },
99
+ "ListGameServerGroups": {
100
+ "input_token": "NextToken",
101
+ "output_token": "NextToken",
102
+ "limit_key": "Limit",
103
+ "result_key": "GameServerGroups"
104
+ },
105
+ "ListGameServers": {
106
+ "input_token": "NextToken",
107
+ "output_token": "NextToken",
108
+ "limit_key": "Limit",
109
+ "result_key": "GameServers"
110
+ },
111
+ "ListScripts": {
112
+ "input_token": "NextToken",
113
+ "output_token": "NextToken",
114
+ "limit_key": "Limit",
115
+ "result_key": "Scripts"
116
+ },
117
+ "SearchGameSessions": {
118
+ "input_token": "NextToken",
119
+ "output_token": "NextToken",
120
+ "limit_key": "Limit",
121
+ "result_key": "GameSessions"
122
+ }
3
123
  }
4
124
  }