aws-sdk-savingsplans 1.6.1 → 1.7.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-savingsplans.rb +3 -1
- data/lib/aws-sdk-savingsplans/client.rb +3 -1
- data/lib/aws-sdk-savingsplans/client_api.rb +2 -0
- data/lib/aws-sdk-savingsplans/errors.rb +2 -0
- data/lib/aws-sdk-savingsplans/resource.rb +2 -0
- data/lib/aws-sdk-savingsplans/types.rb +32 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 637936bc0dee9956c2197bb0946e215dc96a7cfd16f2447d212e1d081299611e
|
4
|
+
data.tar.gz: 326ad5caf826adb212b076cae4880529107eb428f8fb4fb6deca125928263601
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1272c2a1a6765276e293afd70caeca490cf2ffd2027d63b761b1011d69c5430a23adb57dbbc0282432acab1d5abfea0f8f919eecf42295908324e243f25fb66c
|
7
|
+
data.tar.gz: 55de7811a2023da230005d39082fc25edb8cc473f8a9eff87feb69c3be6d1e06d6d79698313c14789b2b297b2c5d0d2d8928a80a0ee480bb46e82ad2a091675e
|
data/lib/aws-sdk-savingsplans.rb
CHANGED
@@ -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-savingsplans/customizations'
|
|
45
47
|
# @service
|
46
48
|
module Aws::SavingsPlans
|
47
49
|
|
48
|
-
GEM_VERSION = '1.
|
50
|
+
GEM_VERSION = '1.7.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:
|
@@ -786,7 +788,7 @@ module Aws::SavingsPlans
|
|
786
788
|
params: params,
|
787
789
|
config: config)
|
788
790
|
context[:gem_name] = 'aws-sdk-savingsplans'
|
789
|
-
context[:gem_version] = '1.
|
791
|
+
context[:gem_version] = '1.7.0'
|
790
792
|
Seahorse::Client::Request.new(handlers, context)
|
791
793
|
end
|
792
794
|
|
@@ -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:
|
@@ -57,6 +59,7 @@ module Aws::SavingsPlans
|
|
57
59
|
:upfront_payment_amount,
|
58
60
|
:client_token,
|
59
61
|
:tags)
|
62
|
+
SENSITIVE = []
|
60
63
|
include Aws::Structure
|
61
64
|
end
|
62
65
|
|
@@ -68,6 +71,7 @@ module Aws::SavingsPlans
|
|
68
71
|
#
|
69
72
|
class CreateSavingsPlanResponse < Struct.new(
|
70
73
|
:savings_plan_id)
|
74
|
+
SENSITIVE = []
|
71
75
|
include Aws::Structure
|
72
76
|
end
|
73
77
|
|
@@ -111,6 +115,7 @@ module Aws::SavingsPlans
|
|
111
115
|
:filters,
|
112
116
|
:next_token,
|
113
117
|
:max_results)
|
118
|
+
SENSITIVE = []
|
114
119
|
include Aws::Structure
|
115
120
|
end
|
116
121
|
|
@@ -133,6 +138,7 @@ module Aws::SavingsPlans
|
|
133
138
|
:savings_plan_id,
|
134
139
|
:search_results,
|
135
140
|
:next_token)
|
141
|
+
SENSITIVE = []
|
136
142
|
include Aws::Structure
|
137
143
|
end
|
138
144
|
|
@@ -212,6 +218,7 @@ module Aws::SavingsPlans
|
|
212
218
|
:filters,
|
213
219
|
:next_token,
|
214
220
|
:max_results)
|
221
|
+
SENSITIVE = []
|
215
222
|
include Aws::Structure
|
216
223
|
end
|
217
224
|
|
@@ -229,6 +236,7 @@ module Aws::SavingsPlans
|
|
229
236
|
class DescribeSavingsPlansOfferingRatesResponse < Struct.new(
|
230
237
|
:search_results,
|
231
238
|
:next_token)
|
239
|
+
SENSITIVE = []
|
232
240
|
include Aws::Structure
|
233
241
|
end
|
234
242
|
|
@@ -326,6 +334,7 @@ module Aws::SavingsPlans
|
|
326
334
|
:filters,
|
327
335
|
:next_token,
|
328
336
|
:max_results)
|
337
|
+
SENSITIVE = []
|
329
338
|
include Aws::Structure
|
330
339
|
end
|
331
340
|
|
@@ -343,6 +352,7 @@ module Aws::SavingsPlans
|
|
343
352
|
class DescribeSavingsPlansOfferingsResponse < Struct.new(
|
344
353
|
:search_results,
|
345
354
|
:next_token)
|
355
|
+
SENSITIVE = []
|
346
356
|
include Aws::Structure
|
347
357
|
end
|
348
358
|
|
@@ -398,6 +408,7 @@ module Aws::SavingsPlans
|
|
398
408
|
:max_results,
|
399
409
|
:states,
|
400
410
|
:filters)
|
411
|
+
SENSITIVE = []
|
401
412
|
include Aws::Structure
|
402
413
|
end
|
403
414
|
|
@@ -415,6 +426,7 @@ module Aws::SavingsPlans
|
|
415
426
|
class DescribeSavingsPlansResponse < Struct.new(
|
416
427
|
:savings_plans,
|
417
428
|
:next_token)
|
429
|
+
SENSITIVE = []
|
418
430
|
include Aws::Structure
|
419
431
|
end
|
420
432
|
|
@@ -427,6 +439,7 @@ module Aws::SavingsPlans
|
|
427
439
|
#
|
428
440
|
class InternalServerException < Struct.new(
|
429
441
|
:message)
|
442
|
+
SENSITIVE = []
|
430
443
|
include Aws::Structure
|
431
444
|
end
|
432
445
|
|
@@ -445,6 +458,7 @@ module Aws::SavingsPlans
|
|
445
458
|
#
|
446
459
|
class ListTagsForResourceRequest < Struct.new(
|
447
460
|
:resource_arn)
|
461
|
+
SENSITIVE = []
|
448
462
|
include Aws::Structure
|
449
463
|
end
|
450
464
|
|
@@ -456,6 +470,7 @@ module Aws::SavingsPlans
|
|
456
470
|
#
|
457
471
|
class ListTagsForResourceResponse < Struct.new(
|
458
472
|
:tags)
|
473
|
+
SENSITIVE = []
|
459
474
|
include Aws::Structure
|
460
475
|
end
|
461
476
|
|
@@ -494,6 +509,7 @@ module Aws::SavingsPlans
|
|
494
509
|
:duration_seconds,
|
495
510
|
:currency,
|
496
511
|
:plan_description)
|
512
|
+
SENSITIVE = []
|
497
513
|
include Aws::Structure
|
498
514
|
end
|
499
515
|
|
@@ -506,6 +522,7 @@ module Aws::SavingsPlans
|
|
506
522
|
#
|
507
523
|
class ResourceNotFoundException < Struct.new(
|
508
524
|
:message)
|
525
|
+
SENSITIVE = []
|
509
526
|
include Aws::Structure
|
510
527
|
end
|
511
528
|
|
@@ -604,6 +621,7 @@ module Aws::SavingsPlans
|
|
604
621
|
:recurring_payment_amount,
|
605
622
|
:term_duration_in_seconds,
|
606
623
|
:tags)
|
624
|
+
SENSITIVE = []
|
607
625
|
include Aws::Structure
|
608
626
|
end
|
609
627
|
|
@@ -630,6 +648,7 @@ module Aws::SavingsPlans
|
|
630
648
|
class SavingsPlanFilter < Struct.new(
|
631
649
|
:name,
|
632
650
|
:values)
|
651
|
+
SENSITIVE = []
|
633
652
|
include Aws::Structure
|
634
653
|
end
|
635
654
|
|
@@ -693,6 +712,7 @@ module Aws::SavingsPlans
|
|
693
712
|
:usage_type,
|
694
713
|
:operation,
|
695
714
|
:properties)
|
715
|
+
SENSITIVE = []
|
696
716
|
include Aws::Structure
|
697
717
|
end
|
698
718
|
|
@@ -719,6 +739,7 @@ module Aws::SavingsPlans
|
|
719
739
|
class SavingsPlanOfferingFilterElement < Struct.new(
|
720
740
|
:name,
|
721
741
|
:values)
|
742
|
+
SENSITIVE = []
|
722
743
|
include Aws::Structure
|
723
744
|
end
|
724
745
|
|
@@ -737,6 +758,7 @@ module Aws::SavingsPlans
|
|
737
758
|
class SavingsPlanOfferingProperty < Struct.new(
|
738
759
|
:name,
|
739
760
|
:value)
|
761
|
+
SENSITIVE = []
|
740
762
|
include Aws::Structure
|
741
763
|
end
|
742
764
|
|
@@ -785,6 +807,7 @@ module Aws::SavingsPlans
|
|
785
807
|
:usage_type,
|
786
808
|
:operation,
|
787
809
|
:properties)
|
810
|
+
SENSITIVE = []
|
788
811
|
include Aws::Structure
|
789
812
|
end
|
790
813
|
|
@@ -811,6 +834,7 @@ module Aws::SavingsPlans
|
|
811
834
|
class SavingsPlanOfferingRateFilterElement < Struct.new(
|
812
835
|
:name,
|
813
836
|
:values)
|
837
|
+
SENSITIVE = []
|
814
838
|
include Aws::Structure
|
815
839
|
end
|
816
840
|
|
@@ -829,6 +853,7 @@ module Aws::SavingsPlans
|
|
829
853
|
class SavingsPlanOfferingRateProperty < Struct.new(
|
830
854
|
:name,
|
831
855
|
:value)
|
856
|
+
SENSITIVE = []
|
832
857
|
include Aws::Structure
|
833
858
|
end
|
834
859
|
|
@@ -877,6 +902,7 @@ module Aws::SavingsPlans
|
|
877
902
|
:usage_type,
|
878
903
|
:operation,
|
879
904
|
:properties)
|
905
|
+
SENSITIVE = []
|
880
906
|
include Aws::Structure
|
881
907
|
end
|
882
908
|
|
@@ -903,6 +929,7 @@ module Aws::SavingsPlans
|
|
903
929
|
class SavingsPlanRateFilter < Struct.new(
|
904
930
|
:name,
|
905
931
|
:values)
|
932
|
+
SENSITIVE = []
|
906
933
|
include Aws::Structure
|
907
934
|
end
|
908
935
|
|
@@ -921,6 +948,7 @@ module Aws::SavingsPlans
|
|
921
948
|
class SavingsPlanRateProperty < Struct.new(
|
922
949
|
:name,
|
923
950
|
:value)
|
951
|
+
SENSITIVE = []
|
924
952
|
include Aws::Structure
|
925
953
|
end
|
926
954
|
|
@@ -933,6 +961,7 @@ module Aws::SavingsPlans
|
|
933
961
|
#
|
934
962
|
class ServiceQuotaExceededException < Struct.new(
|
935
963
|
:message)
|
964
|
+
SENSITIVE = []
|
936
965
|
include Aws::Structure
|
937
966
|
end
|
938
967
|
|
@@ -960,6 +989,7 @@ module Aws::SavingsPlans
|
|
960
989
|
class TagResourceRequest < Struct.new(
|
961
990
|
:resource_arn,
|
962
991
|
:tags)
|
992
|
+
SENSITIVE = []
|
963
993
|
include Aws::Structure
|
964
994
|
end
|
965
995
|
|
@@ -988,6 +1018,7 @@ module Aws::SavingsPlans
|
|
988
1018
|
class UntagResourceRequest < Struct.new(
|
989
1019
|
:resource_arn,
|
990
1020
|
:tag_keys)
|
1021
|
+
SENSITIVE = []
|
991
1022
|
include Aws::Structure
|
992
1023
|
end
|
993
1024
|
|
@@ -1004,6 +1035,7 @@ module Aws::SavingsPlans
|
|
1004
1035
|
#
|
1005
1036
|
class ValidationException < Struct.new(
|
1006
1037
|
:message)
|
1038
|
+
SENSITIVE = []
|
1007
1039
|
include Aws::Structure
|
1008
1040
|
end
|
1009
1041
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-savingsplans
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.7.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
|
+
date: 2020-06-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|