aws-sdk-costandusagereportservice 1.30.0 → 1.31.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: 4b73c141264594b0e20623dc7ec8306b15ef7fee85a12122fd4c38aada93d199
4
- data.tar.gz: 725cd001317e0de2ab76a53e06d425c62548f80aa37725beee0624651a2fc53f
3
+ metadata.gz: e1e1d32b75a6e36df3a1bbde02715e5dd8d97e4e3b624648753bc8179aa936b9
4
+ data.tar.gz: '0719cd3f5468c42e50579f428be81708fefa1bb9419ad76d4006bd4c3165969e'
5
5
  SHA512:
6
- metadata.gz: e8d70240146b9491fb0a890e7c4c0e1ac5fc63e2e10fe282f173fdfbe24a18497e527fb511b7ca90a2353b7091ab4381aa3e26ff2cbf2862b32aa6860b513d48
7
- data.tar.gz: 3dc673de62b9dd03c67f0592c2dc88de8b11952465a50eaba283773aaa381da6ad4391c03a52785ed73c8bd69f0689f758b0e94d9a03cd4b71f0a115d6fb7353
6
+ metadata.gz: 4662ed0cbb8972112d02fa779984468a9b6c2e942f7ae265d90dfea316307e5af36dc3f199ab4354fd48f16e8b68636b0dcf66bd10038287e7b95dbffc1160c9
7
+ data.tar.gz: 14530a3901dca20ec2b403f65b1a969dd2f0b4548c920e73cb5be530a708648a9923bf0acc13598004a1210382d1381340a359c78ee667ba08260fa47d5e4cdc
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.31.0 (2021-03-12)
5
+ ------------------
6
+
7
+ * Feature - - Added optional billingViewArn field for OSG.
8
+
4
9
  1.30.0 (2021-03-10)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.30.0
1
+ 1.31.0
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-costandusagereportservice/customizations'
48
48
  # @!group service
49
49
  module Aws::CostandUsageReportService
50
50
 
51
- GEM_VERSION = '1.30.0'
51
+ GEM_VERSION = '1.31.0'
52
52
 
53
53
  end
@@ -458,6 +458,7 @@ module Aws::CostandUsageReportService
458
458
  # resp.report_definitions[0].additional_artifacts[0] #=> String, one of "REDSHIFT", "QUICKSIGHT", "ATHENA"
459
459
  # resp.report_definitions[0].refresh_closed_reports #=> Boolean
460
460
  # resp.report_definitions[0].report_versioning #=> String, one of "CREATE_NEW_REPORT", "OVERWRITE_REPORT"
461
+ # resp.report_definitions[0].billing_view_arn #=> String
461
462
  # resp.next_token #=> String
462
463
  #
463
464
  # @see http://docs.aws.amazon.com/goto/WebAPI/cur-2017-01-06/DescribeReportDefinitions AWS API Documentation
@@ -498,6 +499,7 @@ module Aws::CostandUsageReportService
498
499
  # additional_artifacts: ["REDSHIFT"], # accepts REDSHIFT, QUICKSIGHT, ATHENA
499
500
  # refresh_closed_reports: false,
500
501
  # report_versioning: "CREATE_NEW_REPORT", # accepts CREATE_NEW_REPORT, OVERWRITE_REPORT
502
+ # billing_view_arn: "BillingViewArn",
501
503
  # },
502
504
  # })
503
505
  #
@@ -557,6 +559,7 @@ module Aws::CostandUsageReportService
557
559
  # additional_artifacts: ["REDSHIFT"], # accepts REDSHIFT, QUICKSIGHT, ATHENA
558
560
  # refresh_closed_reports: false,
559
561
  # report_versioning: "CREATE_NEW_REPORT", # accepts CREATE_NEW_REPORT, OVERWRITE_REPORT
562
+ # billing_view_arn: "BillingViewArn",
560
563
  # },
561
564
  # })
562
565
  #
@@ -582,7 +585,7 @@ module Aws::CostandUsageReportService
582
585
  params: params,
583
586
  config: config)
584
587
  context[:gem_name] = 'aws-sdk-costandusagereportservice'
585
- context[:gem_version] = '1.30.0'
588
+ context[:gem_version] = '1.31.0'
586
589
  Seahorse::Client::Request.new(handlers, context)
587
590
  end
588
591
 
@@ -16,6 +16,7 @@ module Aws::CostandUsageReportService
16
16
  AWSRegion = Shapes::StringShape.new(name: 'AWSRegion')
17
17
  AdditionalArtifact = Shapes::StringShape.new(name: 'AdditionalArtifact')
18
18
  AdditionalArtifactList = Shapes::ListShape.new(name: 'AdditionalArtifactList')
19
+ BillingViewArn = Shapes::StringShape.new(name: 'BillingViewArn')
19
20
  CompressionFormat = Shapes::StringShape.new(name: 'CompressionFormat')
20
21
  DeleteReportDefinitionRequest = Shapes::StructureShape.new(name: 'DeleteReportDefinitionRequest')
21
22
  DeleteReportDefinitionResponse = Shapes::StructureShape.new(name: 'DeleteReportDefinitionResponse')
@@ -89,6 +90,7 @@ module Aws::CostandUsageReportService
89
90
  ReportDefinition.add_member(:additional_artifacts, Shapes::ShapeRef.new(shape: AdditionalArtifactList, location_name: "AdditionalArtifacts"))
90
91
  ReportDefinition.add_member(:refresh_closed_reports, Shapes::ShapeRef.new(shape: RefreshClosedReports, location_name: "RefreshClosedReports"))
91
92
  ReportDefinition.add_member(:report_versioning, Shapes::ShapeRef.new(shape: ReportVersioning, location_name: "ReportVersioning"))
93
+ ReportDefinition.add_member(:billing_view_arn, Shapes::ShapeRef.new(shape: BillingViewArn, location_name: "BillingViewArn"))
92
94
  ReportDefinition.struct_class = Types::ReportDefinition
93
95
 
94
96
  ReportDefinitionList.member = Shapes::ShapeRef.new(shape: ReportDefinition)
@@ -141,6 +141,7 @@ module Aws::CostandUsageReportService
141
141
  # additional_artifacts: ["REDSHIFT"], # accepts REDSHIFT, QUICKSIGHT, ATHENA
142
142
  # refresh_closed_reports: false,
143
143
  # report_versioning: "CREATE_NEW_REPORT", # accepts CREATE_NEW_REPORT, OVERWRITE_REPORT
144
+ # billing_view_arn: "BillingViewArn",
144
145
  # },
145
146
  # }
146
147
  #
@@ -186,6 +187,7 @@ module Aws::CostandUsageReportService
186
187
  # additional_artifacts: ["REDSHIFT"], # accepts REDSHIFT, QUICKSIGHT, ATHENA
187
188
  # refresh_closed_reports: false,
188
189
  # report_versioning: "CREATE_NEW_REPORT", # accepts CREATE_NEW_REPORT, OVERWRITE_REPORT
190
+ # billing_view_arn: "BillingViewArn",
189
191
  # },
190
192
  # }
191
193
  #
@@ -228,6 +230,7 @@ module Aws::CostandUsageReportService
228
230
  # additional_artifacts: ["REDSHIFT"], # accepts REDSHIFT, QUICKSIGHT, ATHENA
229
231
  # refresh_closed_reports: false,
230
232
  # report_versioning: "CREATE_NEW_REPORT", # accepts CREATE_NEW_REPORT, OVERWRITE_REPORT
233
+ # billing_view_arn: "BillingViewArn",
231
234
  # }
232
235
  #
233
236
  # @!attribute [rw] report_name
@@ -283,6 +286,11 @@ module Aws::CostandUsageReportService
283
286
  # previous versions.
284
287
  # @return [String]
285
288
  #
289
+ # @!attribute [rw] billing_view_arn
290
+ # The Amazon resource name of the billing view. You can get this value
291
+ # by using the billing view service public APIs.
292
+ # @return [String]
293
+ #
286
294
  # @see http://docs.aws.amazon.com/goto/WebAPI/cur-2017-01-06/ReportDefinition AWS API Documentation
287
295
  #
288
296
  class ReportDefinition < Struct.new(
@@ -296,7 +304,8 @@ module Aws::CostandUsageReportService
296
304
  :s3_region,
297
305
  :additional_artifacts,
298
306
  :refresh_closed_reports,
299
- :report_versioning)
307
+ :report_versioning,
308
+ :billing_view_arn)
300
309
  SENSITIVE = []
301
310
  include Aws::Structure
302
311
  end
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.30.0
4
+ version: 1.31.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: 2021-03-10 00:00:00.000000000 Z
11
+ date: 2021-03-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core