aws-sdk-costandusagereportservice 1.22.1 → 1.23.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 20064e89699dc549ab36576703c500b46e2e786426912e55cf8780a79d290853
4
- data.tar.gz: c9432de7f4d5ab8c0b1471c85bf4ee79dafb82093ec57ad0d9199ef9a717ac02
3
+ metadata.gz: a4dd78c285471daeb303c046c24f81f993eb0852c1745a178fd58752a3cdd2c6
4
+ data.tar.gz: 5cc3fc21df766e38b957d0c89a2944410e384fff7ed8998ad2e04247312d8b83
5
5
  SHA512:
6
- metadata.gz: c5883a00ee47e1aa1f1702aff6d948d10337dee144df86049b42416bab0ff17c2224c4cf879e6f999d517aa2690986e36cf8f149e6bf24a89d3416e20cbeeef3
7
- data.tar.gz: 96bf8786a6aef2097bfe4e9a16bb149400722638ada6f90931160e1510d8049ac93afeff684f3ff4c2eb57d07796dc6f7dfbdd40d5e80f335947271510ccf49a
6
+ metadata.gz: 7c83dd216e628a16f7bbf7794aedfe532381e26bc13d3158f61d76b7d4b0017178d23bee6b465f4fd856e3f0259530a4ec38a54e9edc8826cbf955c8c7f87454
7
+ data.tar.gz: afa0efc117bc17b019d91cb96c0d32d150ca56805ff7458bf02f741b898b319041e32cc4025d5c58a4105e3f0588fdaff10d8937a4399347ac827116031a7e6e
@@ -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-costandusagereportservice/customizations'
45
47
  # @service
46
48
  module Aws::CostandUsageReportService
47
49
 
48
- GEM_VERSION = '1.22.1'
50
+ GEM_VERSION = '1.23.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:
@@ -565,7 +567,7 @@ module Aws::CostandUsageReportService
565
567
  params: params,
566
568
  config: config)
567
569
  context[:gem_name] = 'aws-sdk-costandusagereportservice'
568
- context[:gem_version] = '1.22.1'
570
+ context[:gem_version] = '1.23.0'
569
571
  Seahorse::Client::Request.new(handlers, context)
570
572
  end
571
573
 
@@ -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:
@@ -26,6 +28,7 @@ module Aws::CostandUsageReportService
26
28
  #
27
29
  class DeleteReportDefinitionRequest < Struct.new(
28
30
  :report_name)
31
+ SENSITIVE = []
29
32
  include Aws::Structure
30
33
  end
31
34
 
@@ -40,6 +43,7 @@ module Aws::CostandUsageReportService
40
43
  #
41
44
  class DeleteReportDefinitionResponse < Struct.new(
42
45
  :response_message)
46
+ SENSITIVE = []
43
47
  include Aws::Structure
44
48
  end
45
49
 
@@ -66,6 +70,7 @@ module Aws::CostandUsageReportService
66
70
  class DescribeReportDefinitionsRequest < Struct.new(
67
71
  :max_results,
68
72
  :next_token)
73
+ SENSITIVE = []
69
74
  include Aws::Structure
70
75
  end
71
76
 
@@ -85,6 +90,7 @@ module Aws::CostandUsageReportService
85
90
  class DescribeReportDefinitionsResponse < Struct.new(
86
91
  :report_definitions,
87
92
  :next_token)
93
+ SENSITIVE = []
88
94
  include Aws::Structure
89
95
  end
90
96
 
@@ -99,6 +105,7 @@ module Aws::CostandUsageReportService
99
105
  #
100
106
  class DuplicateReportNameException < Struct.new(
101
107
  :message)
108
+ SENSITIVE = []
102
109
  include Aws::Structure
103
110
  end
104
111
 
@@ -113,6 +120,7 @@ module Aws::CostandUsageReportService
113
120
  #
114
121
  class InternalErrorException < Struct.new(
115
122
  :message)
123
+ SENSITIVE = []
116
124
  include Aws::Structure
117
125
  end
118
126
 
@@ -152,6 +160,7 @@ module Aws::CostandUsageReportService
152
160
  class ModifyReportDefinitionRequest < Struct.new(
153
161
  :report_name,
154
162
  :report_definition)
163
+ SENSITIVE = []
155
164
  include Aws::Structure
156
165
  end
157
166
 
@@ -189,6 +198,7 @@ module Aws::CostandUsageReportService
189
198
  #
190
199
  class PutReportDefinitionRequest < Struct.new(
191
200
  :report_definition)
201
+ SENSITIVE = []
192
202
  include Aws::Structure
193
203
  end
194
204
 
@@ -287,6 +297,7 @@ module Aws::CostandUsageReportService
287
297
  :additional_artifacts,
288
298
  :refresh_closed_reports,
289
299
  :report_versioning)
300
+ SENSITIVE = []
290
301
  include Aws::Structure
291
302
  end
292
303
 
@@ -301,6 +312,7 @@ module Aws::CostandUsageReportService
301
312
  #
302
313
  class ReportLimitReachedException < Struct.new(
303
314
  :message)
315
+ SENSITIVE = []
304
316
  include Aws::Structure
305
317
  end
306
318
 
@@ -315,6 +327,7 @@ module Aws::CostandUsageReportService
315
327
  #
316
328
  class ValidationException < Struct.new(
317
329
  :message)
330
+ SENSITIVE = []
318
331
  include Aws::Structure
319
332
  end
320
333
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-costandusagereportservice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.22.1
4
+ version: 1.23.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