aws-sdk-autoscalingplans 1.24.1 → 1.25.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: e7f935877cdec331dcfc2ee2e9f09a024375d43249f7bed0b6683bee4c06a201
4
- data.tar.gz: f05f5d4e62cd1a98830c720d6391d9bf43d345dc860c1011d4aaa85d6cde6bde
3
+ metadata.gz: 2d10ea365165677c9c13f5a6e82712caeb00e45dc5479010274baa1b12cb18e1
4
+ data.tar.gz: c9d3e53eea5f7b7ac09e974f2712696b25c3a97e7542e75ee1c042275d240860
5
5
  SHA512:
6
- metadata.gz: 349f630a8c838bc6c8eaf824e94815a00bb1e87798877341e23f55ac192238b1241e1616ab9d7b15a6fbcfd1dd13153e93dd21cdd4504af0072d97f3165a3bf1
7
- data.tar.gz: 795b419d267f4ccd309c42fe8789c56dc632747c46eba2953d3fae24b7d748a64b8099d269ba101dc0f1d6d38b910ceb7408681f1faee39e78f08de43c266171
6
+ metadata.gz: 786cdd47482fbf3f2417ec57aa4e8fb0ea132f7c3117ec2ab11fd63ee1728f4bac11cf3607b48ff0a9d0de412c3c8fb749b33553e8581be2285288c7e23c73f9
7
+ data.tar.gz: c70cf0247a6586c1ac2fef3256f794aa3270cfecb71883fdc22f8804b53bbaa2611815b24ec9c9ce8045748cbf3d948c0588de3e15c671b21e4c4454e16299f3
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -45,6 +47,6 @@ require_relative 'aws-sdk-autoscalingplans/customizations'
45
47
  # @service
46
48
  module Aws::AutoScalingPlans
47
49
 
48
- GEM_VERSION = '1.24.1'
50
+ GEM_VERSION = '1.25.0'
49
51
 
50
52
  end
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -849,7 +851,7 @@ module Aws::AutoScalingPlans
849
851
  params: params,
850
852
  config: config)
851
853
  context[:gem_name] = 'aws-sdk-autoscalingplans'
852
- context[:gem_version] = '1.24.1'
854
+ context[:gem_version] = '1.25.0'
853
855
  Seahorse::Client::Request.new(handlers, context)
854
856
  end
855
857
 
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -36,6 +38,7 @@ module Aws::AutoScalingPlans
36
38
  class ApplicationSource < Struct.new(
37
39
  :cloud_formation_stack_arn,
38
40
  :tag_filters)
41
+ SENSITIVE = []
39
42
  include Aws::Structure
40
43
  end
41
44
 
@@ -49,6 +52,7 @@ module Aws::AutoScalingPlans
49
52
  #
50
53
  class ConcurrentUpdateException < Struct.new(
51
54
  :message)
55
+ SENSITIVE = []
52
56
  include Aws::Structure
53
57
  end
54
58
 
@@ -144,6 +148,7 @@ module Aws::AutoScalingPlans
144
148
  :scaling_plan_name,
145
149
  :application_source,
146
150
  :scaling_instructions)
151
+ SENSITIVE = []
147
152
  include Aws::Structure
148
153
  end
149
154
 
@@ -157,6 +162,7 @@ module Aws::AutoScalingPlans
157
162
  #
158
163
  class CreateScalingPlanResponse < Struct.new(
159
164
  :scaling_plan_version)
165
+ SENSITIVE = []
160
166
  include Aws::Structure
161
167
  end
162
168
 
@@ -237,6 +243,7 @@ module Aws::AutoScalingPlans
237
243
  :dimensions,
238
244
  :statistic,
239
245
  :unit)
246
+ SENSITIVE = []
240
247
  include Aws::Structure
241
248
  end
242
249
 
@@ -312,6 +319,7 @@ module Aws::AutoScalingPlans
312
319
  :dimensions,
313
320
  :statistic,
314
321
  :unit)
322
+ SENSITIVE = []
315
323
  include Aws::Structure
316
324
  end
317
325
 
@@ -331,6 +339,7 @@ module Aws::AutoScalingPlans
331
339
  class Datapoint < Struct.new(
332
340
  :timestamp,
333
341
  :value)
342
+ SENSITIVE = []
334
343
  include Aws::Structure
335
344
  end
336
345
 
@@ -355,6 +364,7 @@ module Aws::AutoScalingPlans
355
364
  class DeleteScalingPlanRequest < Struct.new(
356
365
  :scaling_plan_name,
357
366
  :scaling_plan_version)
367
+ SENSITIVE = []
358
368
  include Aws::Structure
359
369
  end
360
370
 
@@ -396,6 +406,7 @@ module Aws::AutoScalingPlans
396
406
  :scaling_plan_version,
397
407
  :max_results,
398
408
  :next_token)
409
+ SENSITIVE = []
399
410
  include Aws::Structure
400
411
  end
401
412
 
@@ -413,6 +424,7 @@ module Aws::AutoScalingPlans
413
424
  class DescribeScalingPlanResourcesResponse < Struct.new(
414
425
  :scaling_plan_resources,
415
426
  :next_token)
427
+ SENSITIVE = []
416
428
  include Aws::Structure
417
429
  end
418
430
 
@@ -469,6 +481,7 @@ module Aws::AutoScalingPlans
469
481
  :application_sources,
470
482
  :max_results,
471
483
  :next_token)
484
+ SENSITIVE = []
472
485
  include Aws::Structure
473
486
  end
474
487
 
@@ -486,6 +499,7 @@ module Aws::AutoScalingPlans
486
499
  class DescribeScalingPlansResponse < Struct.new(
487
500
  :scaling_plans,
488
501
  :next_token)
502
+ SENSITIVE = []
489
503
  include Aws::Structure
490
504
  end
491
505
 
@@ -592,6 +606,7 @@ module Aws::AutoScalingPlans
592
606
  :forecast_data_type,
593
607
  :start_time,
594
608
  :end_time)
609
+ SENSITIVE = []
595
610
  include Aws::Structure
596
611
  end
597
612
 
@@ -603,6 +618,7 @@ module Aws::AutoScalingPlans
603
618
  #
604
619
  class GetScalingPlanResourceForecastDataResponse < Struct.new(
605
620
  :datapoints)
621
+ SENSITIVE = []
606
622
  include Aws::Structure
607
623
  end
608
624
 
@@ -615,6 +631,7 @@ module Aws::AutoScalingPlans
615
631
  #
616
632
  class InternalServiceException < Struct.new(
617
633
  :message)
634
+ SENSITIVE = []
618
635
  include Aws::Structure
619
636
  end
620
637
 
@@ -627,6 +644,7 @@ module Aws::AutoScalingPlans
627
644
  #
628
645
  class InvalidNextTokenException < Struct.new(
629
646
  :message)
647
+ SENSITIVE = []
630
648
  include Aws::Structure
631
649
  end
632
650
 
@@ -640,6 +658,7 @@ module Aws::AutoScalingPlans
640
658
  #
641
659
  class LimitExceededException < Struct.new(
642
660
  :message)
661
+ SENSITIVE = []
643
662
  include Aws::Structure
644
663
  end
645
664
 
@@ -666,6 +685,7 @@ module Aws::AutoScalingPlans
666
685
  class MetricDimension < Struct.new(
667
686
  :name,
668
687
  :value)
688
+ SENSITIVE = []
669
689
  include Aws::Structure
670
690
  end
671
691
 
@@ -678,6 +698,7 @@ module Aws::AutoScalingPlans
678
698
  #
679
699
  class ObjectNotFoundException < Struct.new(
680
700
  :message)
701
+ SENSITIVE = []
681
702
  include Aws::Structure
682
703
  end
683
704
 
@@ -718,6 +739,7 @@ module Aws::AutoScalingPlans
718
739
  class PredefinedLoadMetricSpecification < Struct.new(
719
740
  :predefined_load_metric_type,
720
741
  :resource_label)
742
+ SENSITIVE = []
721
743
  include Aws::Structure
722
744
  end
723
745
 
@@ -760,6 +782,7 @@ module Aws::AutoScalingPlans
760
782
  class PredefinedScalingMetricSpecification < Struct.new(
761
783
  :predefined_scaling_metric_type,
762
784
  :resource_label)
785
+ SENSITIVE = []
763
786
  include Aws::Structure
764
787
  end
765
788
 
@@ -1054,6 +1077,7 @@ module Aws::AutoScalingPlans
1054
1077
  :predictive_scaling_mode,
1055
1078
  :scaling_policy_update_behavior,
1056
1079
  :disable_dynamic_scaling)
1080
+ SENSITIVE = []
1057
1081
  include Aws::Structure
1058
1082
  end
1059
1083
 
@@ -1120,6 +1144,7 @@ module Aws::AutoScalingPlans
1120
1144
  :status_message,
1121
1145
  :status_start_time,
1122
1146
  :creation_time)
1147
+ SENSITIVE = []
1123
1148
  include Aws::Structure
1124
1149
  end
1125
1150
 
@@ -1227,6 +1252,7 @@ module Aws::AutoScalingPlans
1227
1252
  :scaling_policies,
1228
1253
  :scaling_status_code,
1229
1254
  :scaling_status_message)
1255
+ SENSITIVE = []
1230
1256
  include Aws::Structure
1231
1257
  end
1232
1258
 
@@ -1251,6 +1277,7 @@ module Aws::AutoScalingPlans
1251
1277
  :policy_name,
1252
1278
  :policy_type,
1253
1279
  :target_tracking_configuration)
1280
+ SENSITIVE = []
1254
1281
  include Aws::Structure
1255
1282
  end
1256
1283
 
@@ -1277,6 +1304,7 @@ module Aws::AutoScalingPlans
1277
1304
  class TagFilter < Struct.new(
1278
1305
  :key,
1279
1306
  :values)
1307
+ SENSITIVE = []
1280
1308
  include Aws::Structure
1281
1309
  end
1282
1310
 
@@ -1376,6 +1404,7 @@ module Aws::AutoScalingPlans
1376
1404
  :scale_out_cooldown,
1377
1405
  :scale_in_cooldown,
1378
1406
  :estimated_instance_warmup)
1407
+ SENSITIVE = []
1379
1408
  include Aws::Structure
1380
1409
  end
1381
1410
 
@@ -1475,6 +1504,7 @@ module Aws::AutoScalingPlans
1475
1504
  :scaling_plan_version,
1476
1505
  :application_source,
1477
1506
  :scaling_instructions)
1507
+ SENSITIVE = []
1478
1508
  include Aws::Structure
1479
1509
  end
1480
1510
 
@@ -1492,6 +1522,7 @@ module Aws::AutoScalingPlans
1492
1522
  #
1493
1523
  class ValidationException < Struct.new(
1494
1524
  :message)
1525
+ SENSITIVE = []
1495
1526
  include Aws::Structure
1496
1527
  end
1497
1528
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-autoscalingplans
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.24.1
4
+ version: 1.25.0
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: 2020-06-11 00:00:00.000000000 Z
11
+ date: 2020-06-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core