aws-sdk-applicationautoscaling 1.63.0 → 1.64.0

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
  SHA256:
3
- metadata.gz: 5c39891cb7c36f96d16539057a332875e40b9d7eb45e3aba7daf8dc9378c81bf
4
- data.tar.gz: bb05e8a7d9da4f51ad199287949070ddc52a34c9c36211180e4bc4ec2b0f47aa
3
+ metadata.gz: b84e055565a9c19315e0cb99d64037314149ab50761b7b832e1621dad83412c5
4
+ data.tar.gz: dfad208b526faeb4e2c835b01a1af7496e0b1de5279087f7e85286bd01b082c2
5
5
  SHA512:
6
- metadata.gz: f6f2d5320495c696ccdcbe8c193e99e9670f83293e59da8495409026fa67eb651c7916bb067d4cfc2c24318b2c67340cd01f35524ccc0b650c39671e4a917084
7
- data.tar.gz: fa2736cf980cb5e54a20cdb7b430fb9a3562a36e74a4a09225107d4aaf3870ec967412d18c8dc12a63e93b944e55c19b50adad12f568a429c352d76b9d44e9f0
6
+ metadata.gz: 36a80ef892e8373a73acdcf70d15edaf4528a14a96fdf0475792634c692a8e37f3702cb0e32c885221cca9e38c6b3e3288441ddada415de514bc7f2873d325ef
7
+ data.tar.gz: e86e4f47069eb6db84c4c8ceedefe0d2482d0c82d0a6929badb85de83e9b67ca3b639837ce01efe1c98aa1e9a15054153f56a4e900302c18d5c57a3ca10e2ede
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.64.0 (2023-01-04)
5
+ ------------------
6
+
7
+ * Feature - Customers can now use the existing DescribeScalingActivities API to also see the detailed and machine-readable reasons for Application Auto Scaling not scaling their resources and, if needed, take the necessary corrective actions.
8
+
4
9
  1.63.0 (2022-10-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.63.0
1
+ 1.64.0
@@ -507,7 +507,7 @@ module Aws::ApplicationAutoScaling
507
507
  # Aurora PostgreSQL-compatible edition.
508
508
  #
509
509
  # * `sagemaker:variant:DesiredInstanceCount` - The number of EC2
510
- # instances for an SageMaker model endpoint variant.
510
+ # instances for a SageMaker model endpoint variant.
511
511
  #
512
512
  # * `custom-resource:ResourceType:Property` - The scalable dimension for
513
513
  # a custom resource provided by your own application or service.
@@ -701,7 +701,7 @@ module Aws::ApplicationAutoScaling
701
701
  # Aurora PostgreSQL-compatible edition.
702
702
  #
703
703
  # * `sagemaker:variant:DesiredInstanceCount` - The number of EC2
704
- # instances for an SageMaker model endpoint variant.
704
+ # instances for a SageMaker model endpoint variant.
705
705
  #
706
706
  # * `custom-resource:ResourceType:Property` - The scalable dimension for
707
707
  # a custom resource provided by your own application or service.
@@ -879,7 +879,7 @@ module Aws::ApplicationAutoScaling
879
879
  # Aurora PostgreSQL-compatible edition.
880
880
  #
881
881
  # * `sagemaker:variant:DesiredInstanceCount` - The number of EC2
882
- # instances for an SageMaker model endpoint variant.
882
+ # instances for a SageMaker model endpoint variant.
883
883
  #
884
884
  # * `custom-resource:ResourceType:Property` - The scalable dimension for
885
885
  # a custom resource provided by your own application or service.
@@ -1066,7 +1066,7 @@ module Aws::ApplicationAutoScaling
1066
1066
  # Aurora PostgreSQL-compatible edition.
1067
1067
  #
1068
1068
  # * `sagemaker:variant:DesiredInstanceCount` - The number of EC2
1069
- # instances for an SageMaker model endpoint variant.
1069
+ # instances for a SageMaker model endpoint variant.
1070
1070
  #
1071
1071
  # * `custom-resource:ResourceType:Property` - The scalable dimension for
1072
1072
  # a custom resource provided by your own application or service.
@@ -1188,6 +1188,14 @@ module Aws::ApplicationAutoScaling
1188
1188
  #
1189
1189
  # You can filter the results using `ResourceId` and `ScalableDimension`.
1190
1190
  #
1191
+ # For information about viewing scaling activities using the Amazon Web
1192
+ # Services CLI, see [Scaling activities for Application Auto
1193
+ # Scaling][1].
1194
+ #
1195
+ #
1196
+ #
1197
+ # [1]: https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-scaling-activities.html
1198
+ #
1191
1199
  # @option params [required, String] :service_namespace
1192
1200
  # The namespace of the Amazon Web Services service that provides the
1193
1201
  # resource. For a resource provided by your own application or service,
@@ -1299,7 +1307,7 @@ module Aws::ApplicationAutoScaling
1299
1307
  # Aurora PostgreSQL-compatible edition.
1300
1308
  #
1301
1309
  # * `sagemaker:variant:DesiredInstanceCount` - The number of EC2
1302
- # instances for an SageMaker model endpoint variant.
1310
+ # instances for a SageMaker model endpoint variant.
1303
1311
  #
1304
1312
  # * `custom-resource:ResourceType:Property` - The scalable dimension for
1305
1313
  # a custom resource provided by your own application or service.
@@ -1346,6 +1354,18 @@ module Aws::ApplicationAutoScaling
1346
1354
  # @option params [String] :next_token
1347
1355
  # The token for the next set of results.
1348
1356
  #
1357
+ # @option params [Boolean] :include_not_scaled_activities
1358
+ # Specifies whether to include activities that aren't scaled (*not
1359
+ # scaled activities*) in the response. Not scaled activities are
1360
+ # activities that aren't completed or started for various reasons, such
1361
+ # as preventing infinite scaling loops. For help interpreting the not
1362
+ # scaled reason details in the response, see [Scaling activities for
1363
+ # Application Auto Scaling][1].
1364
+ #
1365
+ #
1366
+ #
1367
+ # [1]: https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-scaling-activities.html
1368
+ #
1349
1369
  # @return [Types::DescribeScalingActivitiesResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1350
1370
  #
1351
1371
  # * {Types::DescribeScalingActivitiesResponse#scaling_activities #scaling_activities} => Array<Types::ScalingActivity>
@@ -1391,6 +1411,7 @@ module Aws::ApplicationAutoScaling
1391
1411
  # scalable_dimension: "ecs:service:DesiredCount", # accepts ecs:service:DesiredCount, ec2:spot-fleet-request:TargetCapacity, elasticmapreduce:instancegroup:InstanceCount, appstream:fleet:DesiredCapacity, dynamodb:table:ReadCapacityUnits, dynamodb:table:WriteCapacityUnits, dynamodb:index:ReadCapacityUnits, dynamodb:index:WriteCapacityUnits, rds:cluster:ReadReplicaCount, sagemaker:variant:DesiredInstanceCount, custom-resource:ResourceType:Property, comprehend:document-classifier-endpoint:DesiredInferenceUnits, comprehend:entity-recognizer-endpoint:DesiredInferenceUnits, lambda:function:ProvisionedConcurrency, cassandra:table:ReadCapacityUnits, cassandra:table:WriteCapacityUnits, kafka:broker-storage:VolumeSize, elasticache:replication-group:NodeGroups, elasticache:replication-group:Replicas, neptune:cluster:ReadReplicaCount
1392
1412
  # max_results: 1,
1393
1413
  # next_token: "XmlString",
1414
+ # include_not_scaled_activities: false,
1394
1415
  # })
1395
1416
  #
1396
1417
  # @example Response structure
@@ -1407,6 +1428,11 @@ module Aws::ApplicationAutoScaling
1407
1428
  # resp.scaling_activities[0].status_code #=> String, one of "Pending", "InProgress", "Successful", "Overridden", "Unfulfilled", "Failed"
1408
1429
  # resp.scaling_activities[0].status_message #=> String
1409
1430
  # resp.scaling_activities[0].details #=> String
1431
+ # resp.scaling_activities[0].not_scaled_reasons #=> Array
1432
+ # resp.scaling_activities[0].not_scaled_reasons[0].code #=> String
1433
+ # resp.scaling_activities[0].not_scaled_reasons[0].max_capacity #=> Integer
1434
+ # resp.scaling_activities[0].not_scaled_reasons[0].min_capacity #=> Integer
1435
+ # resp.scaling_activities[0].not_scaled_reasons[0].current_capacity #=> Integer
1410
1436
  # resp.next_token #=> String
1411
1437
  #
1412
1438
  # @see http://docs.aws.amazon.com/goto/WebAPI/application-autoscaling-2016-02-06/DescribeScalingActivities AWS API Documentation
@@ -1547,7 +1573,7 @@ module Aws::ApplicationAutoScaling
1547
1573
  # Aurora PostgreSQL-compatible edition.
1548
1574
  #
1549
1575
  # * `sagemaker:variant:DesiredInstanceCount` - The number of EC2
1550
- # instances for an SageMaker model endpoint variant.
1576
+ # instances for a SageMaker model endpoint variant.
1551
1577
  #
1552
1578
  # * `custom-resource:ResourceType:Property` - The scalable dimension for
1553
1579
  # a custom resource provided by your own application or service.
@@ -1826,7 +1852,7 @@ module Aws::ApplicationAutoScaling
1826
1852
  # Aurora PostgreSQL-compatible edition.
1827
1853
  #
1828
1854
  # * `sagemaker:variant:DesiredInstanceCount` - The number of EC2
1829
- # instances for an SageMaker model endpoint variant.
1855
+ # instances for a SageMaker model endpoint variant.
1830
1856
  #
1831
1857
  # * `custom-resource:ResourceType:Property` - The scalable dimension for
1832
1858
  # a custom resource provided by your own application or service.
@@ -1964,6 +1990,10 @@ module Aws::ApplicationAutoScaling
1964
1990
  # @option params [required, String] :policy_name
1965
1991
  # The name of the scaling policy.
1966
1992
  #
1993
+ # You cannot change the name of a scaling policy, but you can delete the
1994
+ # original scaling policy and create a new scaling policy with the same
1995
+ # settings and a different name.
1996
+ #
1967
1997
  # @option params [required, String] :service_namespace
1968
1998
  # The namespace of the Amazon Web Services service that provides the
1969
1999
  # resource. For a resource provided by your own application or service,
@@ -2074,7 +2104,7 @@ module Aws::ApplicationAutoScaling
2074
2104
  # Aurora PostgreSQL-compatible edition.
2075
2105
  #
2076
2106
  # * `sagemaker:variant:DesiredInstanceCount` - The number of EC2
2077
- # instances for an SageMaker model endpoint variant.
2107
+ # instances for a SageMaker model endpoint variant.
2078
2108
  #
2079
2109
  # * `custom-resource:ResourceType:Property` - The scalable dimension for
2080
2110
  # a custom resource provided by your own application or service.
@@ -2109,8 +2139,8 @@ module Aws::ApplicationAutoScaling
2109
2139
  # an Amazon Neptune DB cluster.
2110
2140
  #
2111
2141
  # @option params [String] :policy_type
2112
- # The policy type. This parameter is required if you are creating a
2113
- # scaling policy.
2142
+ # The scaling policy type. This parameter is required if you are
2143
+ # creating a scaling policy.
2114
2144
  #
2115
2145
  # The following policy types are supported:
2116
2146
  #
@@ -2434,7 +2464,7 @@ module Aws::ApplicationAutoScaling
2434
2464
  # Aurora PostgreSQL-compatible edition.
2435
2465
  #
2436
2466
  # * `sagemaker:variant:DesiredInstanceCount` - The number of EC2
2437
- # instances for an SageMaker model endpoint variant.
2467
+ # instances for a SageMaker model endpoint variant.
2438
2468
  #
2439
2469
  # * `custom-resource:ResourceType:Property` - The scalable dimension for
2440
2470
  # a custom resource provided by your own application or service.
@@ -2509,17 +2539,23 @@ module Aws::ApplicationAutoScaling
2509
2539
  req.send_request(options)
2510
2540
  end
2511
2541
 
2512
- # Registers or updates a scalable target.
2542
+ # Registers or updates a scalable target, the resource that you want to
2543
+ # scale.
2513
2544
  #
2514
- # A scalable target is a resource that Application Auto Scaling can
2515
- # scale out and scale in. Scalable targets are uniquely identified by
2516
- # the combination of resource ID, scalable dimension, and namespace.
2545
+ # Scalable targets are uniquely identified by the combination of
2546
+ # resource ID, scalable dimension, and namespace, which represents some
2547
+ # capacity dimension of the underlying service.
2517
2548
  #
2518
2549
  # When you register a new scalable target, you must specify values for
2519
- # minimum and maximum capacity. Current capacity will be adjusted within
2520
- # the specified range when scaling starts. Application Auto Scaling
2521
- # scaling policies will not scale capacity to values that are outside of
2522
- # this range.
2550
+ # the minimum and maximum capacity. If the specified resource is not
2551
+ # active in the target service, this operation does not change the
2552
+ # resource's current capacity. Otherwise, it changes the resource's
2553
+ # current capacity to a value that is inside of this range.
2554
+ #
2555
+ # If you choose to add a scaling policy, current capacity is adjustable
2556
+ # within the specified range when scaling starts. Application Auto
2557
+ # Scaling scaling policies will not scale capacity to values that are
2558
+ # outside of the minimum and maximum range.
2523
2559
  #
2524
2560
  # After you register a scalable target, you do not need to register it
2525
2561
  # again to use other Application Auto Scaling operations. To see which
@@ -2659,7 +2695,7 @@ module Aws::ApplicationAutoScaling
2659
2695
  # Aurora PostgreSQL-compatible edition.
2660
2696
  #
2661
2697
  # * `sagemaker:variant:DesiredInstanceCount` - The number of EC2
2662
- # instances for an SageMaker model endpoint variant.
2698
+ # instances for a SageMaker model endpoint variant.
2663
2699
  #
2664
2700
  # * `custom-resource:ResourceType:Property` - The scalable dimension for
2665
2701
  # a custom resource provided by your own application or service.
@@ -2699,10 +2735,34 @@ module Aws::ApplicationAutoScaling
2699
2735
  # needed to the minimum capacity limit in response to changing demand.
2700
2736
  # This property is required when registering a new scalable target.
2701
2737
  #
2702
- # For certain resources, the minimum value allowed is 0. This includes
2703
- # Lambda provisioned concurrency, Spot Fleet, ECS services, Aurora DB
2704
- # clusters, EMR clusters, and custom resources. For all other resources,
2705
- # the minimum value allowed is 1.
2738
+ # For the following resources, the minimum value allowed is 0.
2739
+ #
2740
+ # * AppStream 2.0 fleets
2741
+ #
2742
+ # * Aurora DB clusters
2743
+ #
2744
+ # * ECS services
2745
+ #
2746
+ # * EMR clusters
2747
+ #
2748
+ # * Lambda provisioned concurrency
2749
+ #
2750
+ # * SageMaker endpoint variants
2751
+ #
2752
+ # * Spot Fleets
2753
+ #
2754
+ # * custom resources
2755
+ #
2756
+ # It's strongly recommended that you specify a value greater than 0. A
2757
+ # value greater than 0 means that data points are continuously reported
2758
+ # to CloudWatch that scaling policies can use to scale on a metric like
2759
+ # average CPU utilization.
2760
+ #
2761
+ # For all other resources, the minimum allowed value depends on the type
2762
+ # of resource that you are using. If you provide a value that is lower
2763
+ # than what a resource can accept, an error occurs. In which case, the
2764
+ # error message will provide the minimum value that the resource can
2765
+ # accept.
2706
2766
  #
2707
2767
  # @option params [Integer] :max_capacity
2708
2768
  # The maximum value that you plan to scale out to. When a scaling policy
@@ -2716,7 +2776,7 @@ module Aws::ApplicationAutoScaling
2716
2776
  # specify a higher limit, you can request an increase. For more
2717
2777
  # information, consult the documentation for that service. For
2718
2778
  # information about the default quotas for each service, see [Service
2719
- # Endpoints and Quotas][1] in the *Amazon Web Services General
2779
+ # endpoints and quotas][1] in the *Amazon Web Services General
2720
2780
  # Reference*.
2721
2781
  #
2722
2782
  #
@@ -2818,7 +2878,7 @@ module Aws::ApplicationAutoScaling
2818
2878
  params: params,
2819
2879
  config: config)
2820
2880
  context[:gem_name] = 'aws-sdk-applicationautoscaling'
2821
- context[:gem_version] = '1.63.0'
2881
+ context[:gem_version] = '1.64.0'
2822
2882
  Seahorse::Client::Request.new(handlers, context)
2823
2883
  end
2824
2884
 
@@ -36,6 +36,7 @@ module Aws::ApplicationAutoScaling
36
36
  DisableScaleIn = Shapes::BooleanShape.new(name: 'DisableScaleIn')
37
37
  ErrorMessage = Shapes::StringShape.new(name: 'ErrorMessage')
38
38
  FailedResourceAccessException = Shapes::StructureShape.new(name: 'FailedResourceAccessException')
39
+ IncludeNotScaledActivities = Shapes::BooleanShape.new(name: 'IncludeNotScaledActivities')
39
40
  InternalServiceException = Shapes::StructureShape.new(name: 'InternalServiceException')
40
41
  InvalidNextTokenException = Shapes::StructureShape.new(name: 'InvalidNextTokenException')
41
42
  LimitExceededException = Shapes::StructureShape.new(name: 'LimitExceededException')
@@ -52,6 +53,8 @@ module Aws::ApplicationAutoScaling
52
53
  MetricType = Shapes::StringShape.new(name: 'MetricType')
53
54
  MetricUnit = Shapes::StringShape.new(name: 'MetricUnit')
54
55
  MinAdjustmentMagnitude = Shapes::IntegerShape.new(name: 'MinAdjustmentMagnitude')
56
+ NotScaledReason = Shapes::StructureShape.new(name: 'NotScaledReason')
57
+ NotScaledReasons = Shapes::ListShape.new(name: 'NotScaledReasons')
55
58
  ObjectNotFoundException = Shapes::StructureShape.new(name: 'ObjectNotFoundException')
56
59
  PolicyName = Shapes::StringShape.new(name: 'PolicyName')
57
60
  PolicyType = Shapes::StringShape.new(name: 'PolicyType')
@@ -146,6 +149,7 @@ module Aws::ApplicationAutoScaling
146
149
  DescribeScalingActivitiesRequest.add_member(:scalable_dimension, Shapes::ShapeRef.new(shape: ScalableDimension, location_name: "ScalableDimension"))
147
150
  DescribeScalingActivitiesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
148
151
  DescribeScalingActivitiesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: XmlString, location_name: "NextToken"))
152
+ DescribeScalingActivitiesRequest.add_member(:include_not_scaled_activities, Shapes::ShapeRef.new(shape: IncludeNotScaledActivities, location_name: "IncludeNotScaledActivities"))
149
153
  DescribeScalingActivitiesRequest.struct_class = Types::DescribeScalingActivitiesRequest
150
154
 
151
155
  DescribeScalingActivitiesResponse.add_member(:scaling_activities, Shapes::ShapeRef.new(shape: ScalingActivities, location_name: "ScalingActivities"))
@@ -194,6 +198,14 @@ module Aws::ApplicationAutoScaling
194
198
 
195
199
  MetricDimensions.member = Shapes::ShapeRef.new(shape: MetricDimension)
196
200
 
201
+ NotScaledReason.add_member(:code, Shapes::ShapeRef.new(shape: XmlString, required: true, location_name: "Code"))
202
+ NotScaledReason.add_member(:max_capacity, Shapes::ShapeRef.new(shape: ResourceCapacity, location_name: "MaxCapacity"))
203
+ NotScaledReason.add_member(:min_capacity, Shapes::ShapeRef.new(shape: ResourceCapacity, location_name: "MinCapacity"))
204
+ NotScaledReason.add_member(:current_capacity, Shapes::ShapeRef.new(shape: ResourceCapacity, location_name: "CurrentCapacity"))
205
+ NotScaledReason.struct_class = Types::NotScaledReason
206
+
207
+ NotScaledReasons.member = Shapes::ShapeRef.new(shape: NotScaledReason)
208
+
197
209
  ObjectNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
198
210
  ObjectNotFoundException.struct_class = Types::ObjectNotFoundException
199
211
 
@@ -269,6 +281,7 @@ module Aws::ApplicationAutoScaling
269
281
  ScalingActivity.add_member(:status_code, Shapes::ShapeRef.new(shape: ScalingActivityStatusCode, required: true, location_name: "StatusCode"))
270
282
  ScalingActivity.add_member(:status_message, Shapes::ShapeRef.new(shape: XmlString, location_name: "StatusMessage"))
271
283
  ScalingActivity.add_member(:details, Shapes::ShapeRef.new(shape: XmlString, location_name: "Details"))
284
+ ScalingActivity.add_member(:not_scaled_reasons, Shapes::ShapeRef.new(shape: NotScaledReasons, location_name: "NotScaledReasons"))
272
285
  ScalingActivity.struct_class = Types::ScalingActivity
273
286
 
274
287
  ScalingPolicies.member = Shapes::ShapeRef.new(shape: ScalingPolicy)
@@ -50,6 +50,9 @@ module Aws::ApplicationAutoScaling
50
50
 
51
51
  def initialize(options = {})
52
52
  self[:region] = options[:region]
53
+ if self[:region].nil?
54
+ raise ArgumentError, "Missing required EndpointParameter: :region"
55
+ end
53
56
  self[:use_dual_stack] = options[:use_dual_stack]
54
57
  self[:use_dual_stack] = false if self[:use_dual_stack].nil?
55
58
  if self[:use_dual_stack].nil?
@@ -29,84 +29,84 @@ module Aws::ApplicationAutoScaling
29
29
  # @api private
30
30
  RULES = <<-JSON
31
31
  eyJ2ZXJzaW9uIjoiMS4wIiwicGFyYW1ldGVycyI6eyJSZWdpb24iOnsiYnVp
32
- bHRJbiI6IkFXUzo6UmVnaW9uIiwicmVxdWlyZWQiOmZhbHNlLCJkb2N1bWVu
33
- dGF0aW9uIjoiVGhlIEFXUyByZWdpb24gdXNlZCB0byBkaXNwYXRjaCB0aGUg
34
- cmVxdWVzdC4iLCJ0eXBlIjoiU3RyaW5nIn0sIlVzZUR1YWxTdGFjayI6eyJi
35
- dWlsdEluIjoiQVdTOjpVc2VEdWFsU3RhY2siLCJyZXF1aXJlZCI6dHJ1ZSwi
36
- ZGVmYXVsdCI6ZmFsc2UsImRvY3VtZW50YXRpb24iOiJXaGVuIHRydWUsIHVz
37
- ZSB0aGUgZHVhbC1zdGFjayBlbmRwb2ludC4gSWYgdGhlIGNvbmZpZ3VyZWQg
38
- ZW5kcG9pbnQgZG9lcyBub3Qgc3VwcG9ydCBkdWFsLXN0YWNrLCBkaXNwYXRj
39
- aGluZyB0aGUgcmVxdWVzdCBNQVkgcmV0dXJuIGFuIGVycm9yLiIsInR5cGUi
40
- OiJCb29sZWFuIn0sIlVzZUZJUFMiOnsiYnVpbHRJbiI6IkFXUzo6VXNlRklQ
41
- UyIsInJlcXVpcmVkIjp0cnVlLCJkZWZhdWx0IjpmYWxzZSwiZG9jdW1lbnRh
42
- dGlvbiI6IldoZW4gdHJ1ZSwgc2VuZCB0aGlzIHJlcXVlc3QgdG8gdGhlIEZJ
43
- UFMtY29tcGxpYW50IHJlZ2lvbmFsIGVuZHBvaW50LiBJZiB0aGUgY29uZmln
44
- dXJlZCBlbmRwb2ludCBkb2VzIG5vdCBoYXZlIGEgRklQUyBjb21wbGlhbnQg
45
- ZW5kcG9pbnQsIGRpc3BhdGNoaW5nIHRoZSByZXF1ZXN0IHdpbGwgcmV0dXJu
46
- IGFuIGVycm9yLiIsInR5cGUiOiJCb29sZWFuIn0sIkVuZHBvaW50Ijp7ImJ1
47
- aWx0SW4iOiJTREs6OkVuZHBvaW50IiwicmVxdWlyZWQiOmZhbHNlLCJkb2N1
48
- bWVudGF0aW9uIjoiT3ZlcnJpZGUgdGhlIGVuZHBvaW50IHVzZWQgdG8gc2Vu
49
- ZCB0aGlzIHJlcXVlc3QiLCJ0eXBlIjoiU3RyaW5nIn19LCJydWxlcyI6W3si
50
- Y29uZGl0aW9ucyI6W3siZm4iOiJhd3MucGFydGl0aW9uIiwiYXJndiI6W3si
51
- cmVmIjoiUmVnaW9uIn1dLCJhc3NpZ24iOiJQYXJ0aXRpb25SZXN1bHQifV0s
52
- InR5cGUiOiJ0cmVlIiwicnVsZXMiOlt7ImNvbmRpdGlvbnMiOlt7ImZuIjoi
53
- aXNTZXQiLCJhcmd2IjpbeyJyZWYiOiJFbmRwb2ludCJ9XX0seyJmbiI6InBh
54
- cnNlVVJMIiwiYXJndiI6W3sicmVmIjoiRW5kcG9pbnQifV0sImFzc2lnbiI6
55
- InVybCJ9XSwidHlwZSI6InRyZWUiLCJydWxlcyI6W3siY29uZGl0aW9ucyI6
56
- W3siZm4iOiJib29sZWFuRXF1YWxzIiwiYXJndiI6W3sicmVmIjoiVXNlRklQ
57
- UyJ9LHRydWVdfV0sImVycm9yIjoiSW52YWxpZCBDb25maWd1cmF0aW9uOiBG
58
- SVBTIGFuZCBjdXN0b20gZW5kcG9pbnQgYXJlIG5vdCBzdXBwb3J0ZWQiLCJ0
59
- eXBlIjoiZXJyb3IifSx7ImNvbmRpdGlvbnMiOltdLCJ0eXBlIjoidHJlZSIs
60
- InJ1bGVzIjpbeyJjb25kaXRpb25zIjpbeyJmbiI6ImJvb2xlYW5FcXVhbHMi
61
- LCJhcmd2IjpbeyJyZWYiOiJVc2VEdWFsU3RhY2sifSx0cnVlXX1dLCJlcnJv
62
- ciI6IkludmFsaWQgQ29uZmlndXJhdGlvbjogRHVhbHN0YWNrIGFuZCBjdXN0
63
- b20gZW5kcG9pbnQgYXJlIG5vdCBzdXBwb3J0ZWQiLCJ0eXBlIjoiZXJyb3Ii
64
- fSx7ImNvbmRpdGlvbnMiOltdLCJlbmRwb2ludCI6eyJ1cmwiOnsicmVmIjoi
65
- RW5kcG9pbnQifSwicHJvcGVydGllcyI6e30sImhlYWRlcnMiOnt9fSwidHlw
66
- ZSI6ImVuZHBvaW50In1dfV19LHsiY29uZGl0aW9ucyI6W3siZm4iOiJib29s
67
- ZWFuRXF1YWxzIiwiYXJndiI6W3sicmVmIjoiVXNlRklQUyJ9LHRydWVdfSx7
68
- ImZuIjoiYm9vbGVhbkVxdWFscyIsImFyZ3YiOlt7InJlZiI6IlVzZUR1YWxT
69
- dGFjayJ9LHRydWVdfV0sInR5cGUiOiJ0cmVlIiwicnVsZXMiOlt7ImNvbmRp
70
- dGlvbnMiOlt7ImZuIjoiYm9vbGVhbkVxdWFscyIsImFyZ3YiOlt0cnVlLHsi
71
- Zm4iOiJnZXRBdHRyIiwiYXJndiI6W3sicmVmIjoiUGFydGl0aW9uUmVzdWx0
72
- In0sInN1cHBvcnRzRklQUyJdfV19LHsiZm4iOiJib29sZWFuRXF1YWxzIiwi
73
- YXJndiI6W3RydWUseyJmbiI6ImdldEF0dHIiLCJhcmd2IjpbeyJyZWYiOiJQ
74
- YXJ0aXRpb25SZXN1bHQifSwic3VwcG9ydHNEdWFsU3RhY2siXX1dfV0sInR5
75
- cGUiOiJ0cmVlIiwicnVsZXMiOlt7ImNvbmRpdGlvbnMiOltdLCJlbmRwb2lu
76
- dCI6eyJ1cmwiOiJodHRwczovL2FwcGxpY2F0aW9uLWF1dG9zY2FsaW5nLWZp
77
- cHMue1JlZ2lvbn0ue1BhcnRpdGlvblJlc3VsdCNkdWFsU3RhY2tEbnNTdWZm
32
+ bHRJbiI6IkFXUzo6UmVnaW9uIiwicmVxdWlyZWQiOnRydWUsImRvY3VtZW50
33
+ YXRpb24iOiJUaGUgQVdTIHJlZ2lvbiB1c2VkIHRvIGRpc3BhdGNoIHRoZSBy
34
+ ZXF1ZXN0LiIsInR5cGUiOiJTdHJpbmcifSwiVXNlRHVhbFN0YWNrIjp7ImJ1
35
+ aWx0SW4iOiJBV1M6OlVzZUR1YWxTdGFjayIsInJlcXVpcmVkIjp0cnVlLCJk
36
+ ZWZhdWx0IjpmYWxzZSwiZG9jdW1lbnRhdGlvbiI6IldoZW4gdHJ1ZSwgdXNl
37
+ IHRoZSBkdWFsLXN0YWNrIGVuZHBvaW50LiBJZiB0aGUgY29uZmlndXJlZCBl
38
+ bmRwb2ludCBkb2VzIG5vdCBzdXBwb3J0IGR1YWwtc3RhY2ssIGRpc3BhdGNo
39
+ aW5nIHRoZSByZXF1ZXN0IE1BWSByZXR1cm4gYW4gZXJyb3IuIiwidHlwZSI6
40
+ IkJvb2xlYW4ifSwiVXNlRklQUyI6eyJidWlsdEluIjoiQVdTOjpVc2VGSVBT
41
+ IiwicmVxdWlyZWQiOnRydWUsImRlZmF1bHQiOmZhbHNlLCJkb2N1bWVudGF0
42
+ aW9uIjoiV2hlbiB0cnVlLCBzZW5kIHRoaXMgcmVxdWVzdCB0byB0aGUgRklQ
43
+ Uy1jb21wbGlhbnQgcmVnaW9uYWwgZW5kcG9pbnQuIElmIHRoZSBjb25maWd1
44
+ cmVkIGVuZHBvaW50IGRvZXMgbm90IGhhdmUgYSBGSVBTIGNvbXBsaWFudCBl
45
+ bmRwb2ludCwgZGlzcGF0Y2hpbmcgdGhlIHJlcXVlc3Qgd2lsbCByZXR1cm4g
46
+ YW4gZXJyb3IuIiwidHlwZSI6IkJvb2xlYW4ifSwiRW5kcG9pbnQiOnsiYnVp
47
+ bHRJbiI6IlNESzo6RW5kcG9pbnQiLCJyZXF1aXJlZCI6ZmFsc2UsImRvY3Vt
48
+ ZW50YXRpb24iOiJPdmVycmlkZSB0aGUgZW5kcG9pbnQgdXNlZCB0byBzZW5k
49
+ IHRoaXMgcmVxdWVzdCIsInR5cGUiOiJTdHJpbmcifX0sInJ1bGVzIjpbeyJj
50
+ b25kaXRpb25zIjpbeyJmbiI6ImF3cy5wYXJ0aXRpb24iLCJhcmd2IjpbeyJy
51
+ ZWYiOiJSZWdpb24ifV0sImFzc2lnbiI6IlBhcnRpdGlvblJlc3VsdCJ9XSwi
52
+ dHlwZSI6InRyZWUiLCJydWxlcyI6W3siY29uZGl0aW9ucyI6W3siZm4iOiJp
53
+ c1NldCIsImFyZ3YiOlt7InJlZiI6IkVuZHBvaW50In1dfSx7ImZuIjoicGFy
54
+ c2VVUkwiLCJhcmd2IjpbeyJyZWYiOiJFbmRwb2ludCJ9XSwiYXNzaWduIjoi
55
+ dXJsIn1dLCJ0eXBlIjoidHJlZSIsInJ1bGVzIjpbeyJjb25kaXRpb25zIjpb
56
+ eyJmbiI6ImJvb2xlYW5FcXVhbHMiLCJhcmd2IjpbeyJyZWYiOiJVc2VGSVBT
57
+ In0sdHJ1ZV19XSwiZXJyb3IiOiJJbnZhbGlkIENvbmZpZ3VyYXRpb246IEZJ
58
+ UFMgYW5kIGN1c3RvbSBlbmRwb2ludCBhcmUgbm90IHN1cHBvcnRlZCIsInR5
59
+ cGUiOiJlcnJvciJ9LHsiY29uZGl0aW9ucyI6W10sInR5cGUiOiJ0cmVlIiwi
60
+ cnVsZXMiOlt7ImNvbmRpdGlvbnMiOlt7ImZuIjoiYm9vbGVhbkVxdWFscyIs
61
+ ImFyZ3YiOlt7InJlZiI6IlVzZUR1YWxTdGFjayJ9LHRydWVdfV0sImVycm9y
62
+ IjoiSW52YWxpZCBDb25maWd1cmF0aW9uOiBEdWFsc3RhY2sgYW5kIGN1c3Rv
63
+ bSBlbmRwb2ludCBhcmUgbm90IHN1cHBvcnRlZCIsInR5cGUiOiJlcnJvciJ9
64
+ LHsiY29uZGl0aW9ucyI6W10sImVuZHBvaW50Ijp7InVybCI6eyJyZWYiOiJF
65
+ bmRwb2ludCJ9LCJwcm9wZXJ0aWVzIjp7fSwiaGVhZGVycyI6e319LCJ0eXBl
66
+ IjoiZW5kcG9pbnQifV19XX0seyJjb25kaXRpb25zIjpbeyJmbiI6ImJvb2xl
67
+ YW5FcXVhbHMiLCJhcmd2IjpbeyJyZWYiOiJVc2VGSVBTIn0sdHJ1ZV19LHsi
68
+ Zm4iOiJib29sZWFuRXF1YWxzIiwiYXJndiI6W3sicmVmIjoiVXNlRHVhbFN0
69
+ YWNrIn0sdHJ1ZV19XSwidHlwZSI6InRyZWUiLCJydWxlcyI6W3siY29uZGl0
70
+ aW9ucyI6W3siZm4iOiJib29sZWFuRXF1YWxzIiwiYXJndiI6W3RydWUseyJm
71
+ biI6ImdldEF0dHIiLCJhcmd2IjpbeyJyZWYiOiJQYXJ0aXRpb25SZXN1bHQi
72
+ fSwic3VwcG9ydHNGSVBTIl19XX0seyJmbiI6ImJvb2xlYW5FcXVhbHMiLCJh
73
+ cmd2IjpbdHJ1ZSx7ImZuIjoiZ2V0QXR0ciIsImFyZ3YiOlt7InJlZiI6IlBh
74
+ cnRpdGlvblJlc3VsdCJ9LCJzdXBwb3J0c0R1YWxTdGFjayJdfV19XSwidHlw
75
+ ZSI6InRyZWUiLCJydWxlcyI6W3siY29uZGl0aW9ucyI6W10sImVuZHBvaW50
76
+ Ijp7InVybCI6Imh0dHBzOi8vYXBwbGljYXRpb24tYXV0b3NjYWxpbmctZmlw
77
+ cy57UmVnaW9ufS57UGFydGl0aW9uUmVzdWx0I2R1YWxTdGFja0Ruc1N1ZmZp
78
+ eH0iLCJwcm9wZXJ0aWVzIjp7fSwiaGVhZGVycyI6e319LCJ0eXBlIjoiZW5k
79
+ cG9pbnQifV19LHsiY29uZGl0aW9ucyI6W10sImVycm9yIjoiRklQUyBhbmQg
80
+ RHVhbFN0YWNrIGFyZSBlbmFibGVkLCBidXQgdGhpcyBwYXJ0aXRpb24gZG9l
81
+ cyBub3Qgc3VwcG9ydCBvbmUgb3IgYm90aCIsInR5cGUiOiJlcnJvciJ9XX0s
82
+ eyJjb25kaXRpb25zIjpbeyJmbiI6ImJvb2xlYW5FcXVhbHMiLCJhcmd2Ijpb
83
+ eyJyZWYiOiJVc2VGSVBTIn0sdHJ1ZV19XSwidHlwZSI6InRyZWUiLCJydWxl
84
+ cyI6W3siY29uZGl0aW9ucyI6W3siZm4iOiJib29sZWFuRXF1YWxzIiwiYXJn
85
+ diI6W3RydWUseyJmbiI6ImdldEF0dHIiLCJhcmd2IjpbeyJyZWYiOiJQYXJ0
86
+ aXRpb25SZXN1bHQifSwic3VwcG9ydHNGSVBTIl19XX1dLCJ0eXBlIjoidHJl
87
+ ZSIsInJ1bGVzIjpbeyJjb25kaXRpb25zIjpbXSwidHlwZSI6InRyZWUiLCJy
88
+ dWxlcyI6W3siY29uZGl0aW9ucyI6W10sImVuZHBvaW50Ijp7InVybCI6Imh0
89
+ dHBzOi8vYXBwbGljYXRpb24tYXV0b3NjYWxpbmctZmlwcy57UmVnaW9ufS57
90
+ UGFydGl0aW9uUmVzdWx0I2Ruc1N1ZmZpeH0iLCJwcm9wZXJ0aWVzIjp7fSwi
91
+ aGVhZGVycyI6e319LCJ0eXBlIjoiZW5kcG9pbnQifV19XX0seyJjb25kaXRp
92
+ b25zIjpbXSwiZXJyb3IiOiJGSVBTIGlzIGVuYWJsZWQgYnV0IHRoaXMgcGFy
93
+ dGl0aW9uIGRvZXMgbm90IHN1cHBvcnQgRklQUyIsInR5cGUiOiJlcnJvciJ9
94
+ XX0seyJjb25kaXRpb25zIjpbeyJmbiI6ImJvb2xlYW5FcXVhbHMiLCJhcmd2
95
+ IjpbeyJyZWYiOiJVc2VEdWFsU3RhY2sifSx0cnVlXX1dLCJ0eXBlIjoidHJl
96
+ ZSIsInJ1bGVzIjpbeyJjb25kaXRpb25zIjpbeyJmbiI6ImJvb2xlYW5FcXVh
97
+ bHMiLCJhcmd2IjpbdHJ1ZSx7ImZuIjoiZ2V0QXR0ciIsImFyZ3YiOlt7InJl
98
+ ZiI6IlBhcnRpdGlvblJlc3VsdCJ9LCJzdXBwb3J0c0R1YWxTdGFjayJdfV19
99
+ XSwidHlwZSI6InRyZWUiLCJydWxlcyI6W3siY29uZGl0aW9ucyI6W10sImVu
100
+ ZHBvaW50Ijp7InVybCI6Imh0dHBzOi8vYXBwbGljYXRpb24tYXV0b3NjYWxp
101
+ bmcue1JlZ2lvbn0ue1BhcnRpdGlvblJlc3VsdCNkdWFsU3RhY2tEbnNTdWZm
78
102
  aXh9IiwicHJvcGVydGllcyI6e30sImhlYWRlcnMiOnt9fSwidHlwZSI6ImVu
79
- ZHBvaW50In1dfSx7ImNvbmRpdGlvbnMiOltdLCJlcnJvciI6IkZJUFMgYW5k
80
- IER1YWxTdGFjayBhcmUgZW5hYmxlZCwgYnV0IHRoaXMgcGFydGl0aW9uIGRv
81
- ZXMgbm90IHN1cHBvcnQgb25lIG9yIGJvdGgiLCJ0eXBlIjoiZXJyb3IifV19
82
- LHsiY29uZGl0aW9ucyI6W3siZm4iOiJib29sZWFuRXF1YWxzIiwiYXJndiI6
83
- W3sicmVmIjoiVXNlRklQUyJ9LHRydWVdfV0sInR5cGUiOiJ0cmVlIiwicnVs
84
- ZXMiOlt7ImNvbmRpdGlvbnMiOlt7ImZuIjoiYm9vbGVhbkVxdWFscyIsImFy
85
- Z3YiOlt0cnVlLHsiZm4iOiJnZXRBdHRyIiwiYXJndiI6W3sicmVmIjoiUGFy
86
- dGl0aW9uUmVzdWx0In0sInN1cHBvcnRzRklQUyJdfV19XSwidHlwZSI6InRy
87
- ZWUiLCJydWxlcyI6W3siY29uZGl0aW9ucyI6W10sInR5cGUiOiJ0cmVlIiwi
88
- cnVsZXMiOlt7ImNvbmRpdGlvbnMiOltdLCJlbmRwb2ludCI6eyJ1cmwiOiJo
89
- dHRwczovL2FwcGxpY2F0aW9uLWF1dG9zY2FsaW5nLWZpcHMue1JlZ2lvbn0u
90
- e1BhcnRpdGlvblJlc3VsdCNkbnNTdWZmaXh9IiwicHJvcGVydGllcyI6e30s
91
- ImhlYWRlcnMiOnt9fSwidHlwZSI6ImVuZHBvaW50In1dfV19LHsiY29uZGl0
92
- aW9ucyI6W10sImVycm9yIjoiRklQUyBpcyBlbmFibGVkIGJ1dCB0aGlzIHBh
93
- cnRpdGlvbiBkb2VzIG5vdCBzdXBwb3J0IEZJUFMiLCJ0eXBlIjoiZXJyb3Ii
94
- fV19LHsiY29uZGl0aW9ucyI6W3siZm4iOiJib29sZWFuRXF1YWxzIiwiYXJn
95
- diI6W3sicmVmIjoiVXNlRHVhbFN0YWNrIn0sdHJ1ZV19XSwidHlwZSI6InRy
96
- ZWUiLCJydWxlcyI6W3siY29uZGl0aW9ucyI6W3siZm4iOiJib29sZWFuRXF1
97
- YWxzIiwiYXJndiI6W3RydWUseyJmbiI6ImdldEF0dHIiLCJhcmd2IjpbeyJy
98
- ZWYiOiJQYXJ0aXRpb25SZXN1bHQifSwic3VwcG9ydHNEdWFsU3RhY2siXX1d
99
- fV0sInR5cGUiOiJ0cmVlIiwicnVsZXMiOlt7ImNvbmRpdGlvbnMiOltdLCJl
100
- bmRwb2ludCI6eyJ1cmwiOiJodHRwczovL2FwcGxpY2F0aW9uLWF1dG9zY2Fs
101
- aW5nLntSZWdpb259LntQYXJ0aXRpb25SZXN1bHQjZHVhbFN0YWNrRG5zU3Vm
102
- Zml4fSIsInByb3BlcnRpZXMiOnt9LCJoZWFkZXJzIjp7fX0sInR5cGUiOiJl
103
- bmRwb2ludCJ9XX0seyJjb25kaXRpb25zIjpbXSwiZXJyb3IiOiJEdWFsU3Rh
104
- Y2sgaXMgZW5hYmxlZCBidXQgdGhpcyBwYXJ0aXRpb24gZG9lcyBub3Qgc3Vw
105
- cG9ydCBEdWFsU3RhY2siLCJ0eXBlIjoiZXJyb3IifV19LHsiY29uZGl0aW9u
106
- cyI6W10sImVuZHBvaW50Ijp7InVybCI6Imh0dHBzOi8vYXBwbGljYXRpb24t
107
- YXV0b3NjYWxpbmcue1JlZ2lvbn0ue1BhcnRpdGlvblJlc3VsdCNkbnNTdWZm
108
- aXh9IiwicHJvcGVydGllcyI6e30sImhlYWRlcnMiOnt9fSwidHlwZSI6ImVu
109
- ZHBvaW50In1dfV19
103
+ ZHBvaW50In1dfSx7ImNvbmRpdGlvbnMiOltdLCJlcnJvciI6IkR1YWxTdGFj
104
+ ayBpcyBlbmFibGVkIGJ1dCB0aGlzIHBhcnRpdGlvbiBkb2VzIG5vdCBzdXBw
105
+ b3J0IER1YWxTdGFjayIsInR5cGUiOiJlcnJvciJ9XX0seyJjb25kaXRpb25z
106
+ IjpbXSwiZW5kcG9pbnQiOnsidXJsIjoiaHR0cHM6Ly9hcHBsaWNhdGlvbi1h
107
+ dXRvc2NhbGluZy57UmVnaW9ufS57UGFydGl0aW9uUmVzdWx0I2Ruc1N1ZmZp
108
+ eH0iLCJwcm9wZXJ0aWVzIjp7fSwiaGVhZGVycyI6e319LCJ0eXBlIjoiZW5k
109
+ cG9pbnQifV19XX0=
110
110
 
111
111
  JSON
112
112
  end