aws-sdk-core 2.11.46 → 2.11.47

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bb514703c56824419ca0d0d6d0c694b222b24a8c
4
- data.tar.gz: 2ec3773c1f73bc37e2430e8503f13f90c6ca0bb4
3
+ metadata.gz: 8b00d3e4aad6286ac15ce3e0d13a95c2474536dd
4
+ data.tar.gz: 4d496f92da9ec06723b74a1f35e970bf47455589
5
5
  SHA512:
6
- metadata.gz: 74969ffc883480d81884967e32d060b6fbfba77a1e70eda1ca0f32b3a9d7a38129013b1d6f8cfac1fe62ea0ca13fdf42f35b40f3b1e312be216a49571d270922
7
- data.tar.gz: 2c557937b91e97ac26e40e03b7feb78d58fa1e7c425d7dfbbad400c7faf33e74f3e705763b46516747d1f2882f7edd4d76ae80e85a064d9598f038ee57c4537b
6
+ metadata.gz: c9dea95b7402ef10a61beffa4687d4aff20cb59f2a5e85f2022a372e1318919d83e7d106c96b6ecf0b920226de4bb54a238c22f436acf985a5cdb865773000a9
7
+ data.tar.gz: 3d19b46d4ef45d245c29d895a0a31178d0171f376fecd57a5a30b8981b548a02cabe4fa70cf625b568db3af7fc441173ee2b127f1ac5848e427600e2982b764d
@@ -771,6 +771,21 @@
771
771
  {"shape":"TerminalRoutingStrategyException"}
772
772
  ]
773
773
  },
774
+ "StartFleetActions":{
775
+ "name":"StartFleetActions",
776
+ "http":{
777
+ "method":"POST",
778
+ "requestUri":"/"
779
+ },
780
+ "input":{"shape":"StartFleetActionsInput"},
781
+ "output":{"shape":"StartFleetActionsOutput"},
782
+ "errors":[
783
+ {"shape":"InternalServiceException"},
784
+ {"shape":"InvalidRequestException"},
785
+ {"shape":"UnauthorizedException"},
786
+ {"shape":"NotFoundException"}
787
+ ]
788
+ },
774
789
  "StartGameSessionPlacement":{
775
790
  "name":"StartGameSessionPlacement",
776
791
  "http":{
@@ -816,6 +831,21 @@
816
831
  {"shape":"UnsupportedRegionException"}
817
832
  ]
818
833
  },
834
+ "StopFleetActions":{
835
+ "name":"StopFleetActions",
836
+ "http":{
837
+ "method":"POST",
838
+ "requestUri":"/"
839
+ },
840
+ "input":{"shape":"StopFleetActionsInput"},
841
+ "output":{"shape":"StopFleetActionsOutput"},
842
+ "errors":[
843
+ {"shape":"InternalServiceException"},
844
+ {"shape":"InvalidRequestException"},
845
+ {"shape":"UnauthorizedException"},
846
+ {"shape":"NotFoundException"}
847
+ ]
848
+ },
819
849
  "StopGameSessionPlacement":{
820
850
  "name":"StopGameSessionPlacement",
821
851
  "http":{
@@ -1878,6 +1908,16 @@
1878
1908
  "type":"list",
1879
1909
  "member":{"shape":"Event"}
1880
1910
  },
1911
+ "FleetAction":{
1912
+ "type":"string",
1913
+ "enum":["AUTO_SCALING"]
1914
+ },
1915
+ "FleetActionList":{
1916
+ "type":"list",
1917
+ "member":{"shape":"FleetAction"},
1918
+ "max":1,
1919
+ "min":1
1920
+ },
1881
1921
  "FleetAttributes":{
1882
1922
  "type":"structure",
1883
1923
  "members":{
@@ -1897,7 +1937,8 @@
1897
1937
  "NewGameSessionProtectionPolicy":{"shape":"ProtectionPolicy"},
1898
1938
  "OperatingSystem":{"shape":"OperatingSystem"},
1899
1939
  "ResourceCreationLimitPolicy":{"shape":"ResourceCreationLimitPolicy"},
1900
- "MetricGroups":{"shape":"MetricGroupList"}
1940
+ "MetricGroups":{"shape":"MetricGroupList"},
1941
+ "StoppedActions":{"shape":"FleetActionList"}
1901
1942
  }
1902
1943
  },
1903
1944
  "FleetAttributesList":{
@@ -2619,6 +2660,13 @@
2619
2660
  "TIMEDOUT"
2620
2661
  ]
2621
2662
  },
2663
+ "PolicyType":{
2664
+ "type":"string",
2665
+ "enum":[
2666
+ "RuleBased",
2667
+ "TargetBased"
2668
+ ]
2669
+ },
2622
2670
  "PortNumber":{
2623
2671
  "type":"integer",
2624
2672
  "max":60000,
@@ -2644,11 +2692,6 @@
2644
2692
  "required":[
2645
2693
  "Name",
2646
2694
  "FleetId",
2647
- "ScalingAdjustment",
2648
- "ScalingAdjustmentType",
2649
- "Threshold",
2650
- "ComparisonOperator",
2651
- "EvaluationPeriods",
2652
2695
  "MetricName"
2653
2696
  ],
2654
2697
  "members":{
@@ -2659,7 +2702,9 @@
2659
2702
  "Threshold":{"shape":"Double"},
2660
2703
  "ComparisonOperator":{"shape":"ComparisonOperatorType"},
2661
2704
  "EvaluationPeriods":{"shape":"PositiveInteger"},
2662
- "MetricName":{"shape":"MetricName"}
2705
+ "MetricName":{"shape":"MetricName"},
2706
+ "PolicyType":{"shape":"PolicyType"},
2707
+ "TargetConfiguration":{"shape":"TargetConfiguration"}
2663
2708
  }
2664
2709
  },
2665
2710
  "PutScalingPolicyOutput":{
@@ -2766,7 +2811,9 @@
2766
2811
  "ComparisonOperator":{"shape":"ComparisonOperatorType"},
2767
2812
  "Threshold":{"shape":"Double"},
2768
2813
  "EvaluationPeriods":{"shape":"PositiveInteger"},
2769
- "MetricName":{"shape":"MetricName"}
2814
+ "MetricName":{"shape":"MetricName"},
2815
+ "PolicyType":{"shape":"PolicyType"},
2816
+ "TargetConfiguration":{"shape":"TargetConfiguration"}
2770
2817
  }
2771
2818
  },
2772
2819
  "ScalingPolicyList":{
@@ -2827,6 +2874,22 @@
2827
2874
  "min":0,
2828
2875
  "pattern":"[a-zA-Z0-9:_/-]*"
2829
2876
  },
2877
+ "StartFleetActionsInput":{
2878
+ "type":"structure",
2879
+ "required":[
2880
+ "FleetId",
2881
+ "Actions"
2882
+ ],
2883
+ "members":{
2884
+ "FleetId":{"shape":"FleetId"},
2885
+ "Actions":{"shape":"FleetActionList"}
2886
+ }
2887
+ },
2888
+ "StartFleetActionsOutput":{
2889
+ "type":"structure",
2890
+ "members":{
2891
+ }
2892
+ },
2830
2893
  "StartGameSessionPlacementInput":{
2831
2894
  "type":"structure",
2832
2895
  "required":[
@@ -2889,6 +2952,22 @@
2889
2952
  "MatchmakingTicket":{"shape":"MatchmakingTicket"}
2890
2953
  }
2891
2954
  },
2955
+ "StopFleetActionsInput":{
2956
+ "type":"structure",
2957
+ "required":[
2958
+ "FleetId",
2959
+ "Actions"
2960
+ ],
2961
+ "members":{
2962
+ "FleetId":{"shape":"FleetId"},
2963
+ "Actions":{"shape":"FleetActionList"}
2964
+ }
2965
+ },
2966
+ "StopFleetActionsOutput":{
2967
+ "type":"structure",
2968
+ "members":{
2969
+ }
2970
+ },
2892
2971
  "StopGameSessionPlacementInput":{
2893
2972
  "type":"structure",
2894
2973
  "required":["PlacementId"],
@@ -2924,6 +3003,13 @@
2924
3003
  "member":{"shape":"NonZeroAndMaxString"}
2925
3004
  },
2926
3005
  "StringModel":{"type":"string"},
3006
+ "TargetConfiguration":{
3007
+ "type":"structure",
3008
+ "required":["TargetValue"],
3009
+ "members":{
3010
+ "TargetValue":{"shape":"Double"}
3011
+ }
3012
+ },
2927
3013
  "TerminalRoutingStrategyException":{
2928
3014
  "type":"structure",
2929
3015
  "members":{
data/endpoints.json CHANGED
@@ -583,11 +583,14 @@
583
583
  "endpoints" : {
584
584
  "ap-northeast-1" : { },
585
585
  "ap-northeast-2" : { },
586
+ "ap-south-1" : { },
586
587
  "ap-southeast-1" : { },
587
588
  "ap-southeast-2" : { },
588
589
  "eu-central-1" : { },
589
590
  "eu-west-1" : { },
591
+ "eu-west-2" : { },
590
592
  "us-east-1" : { },
593
+ "us-east-2" : { },
591
594
  "us-west-2" : { }
592
595
  }
593
596
  },
@@ -1271,6 +1274,16 @@
1271
1274
  "us-west-2" : { }
1272
1275
  }
1273
1276
  },
1277
+ "mediastore" : {
1278
+ "endpoints" : {
1279
+ "ap-northeast-1" : { },
1280
+ "ap-southeast-2" : { },
1281
+ "eu-central-1" : { },
1282
+ "eu-west-1" : { },
1283
+ "us-east-1" : { },
1284
+ "us-west-2" : { }
1285
+ }
1286
+ },
1274
1287
  "metering.marketplace" : {
1275
1288
  "defaults" : {
1276
1289
  "credentialScope" : {
@@ -2145,6 +2158,17 @@
2145
2158
  "cn-northwest-1" : { }
2146
2159
  }
2147
2160
  },
2161
+ "data.iot" : {
2162
+ "defaults" : {
2163
+ "credentialScope" : {
2164
+ "service" : "iotdata"
2165
+ },
2166
+ "protocols" : [ "https" ]
2167
+ },
2168
+ "endpoints" : {
2169
+ "cn-north-1" : { }
2170
+ }
2171
+ },
2148
2172
  "directconnect" : {
2149
2173
  "endpoints" : {
2150
2174
  "cn-north-1" : { },
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.46'
2
+ VERSION = '2.11.47'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.11.46
4
+ version: 2.11.47
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services