aws-sdk-costandusagereportservice 1.25.0 → 1.26.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: 84d6b88d22b2e252a29a4f8191cfb2441849940070d2637151d3ec115435e776
4
- data.tar.gz: 152123659696ccbfad86cfe81b30a402646593982b1a23b422685632fc4eac08
3
+ metadata.gz: 236430100b6ce1c501b0bea99b4da0b5c302f8680c4e94407187e3a40ded940c
4
+ data.tar.gz: a073b50b0e6834550e007a9ba9d11b61f45de05b2f0e90961bdc906435129f1f
5
5
  SHA512:
6
- metadata.gz: 39b3cfc655a309494d42b0861efcffe5e5b89d4cc4dcc6024b6bf07b464b53fb0213eef32bd218eef7695b1e54993ebd94ef3bd55da8a7b2477ff10e81a3bab6
7
- data.tar.gz: 7b5c62ca989cac86b46035dc5420bb72f73eb38bb2cc703f1a9586f4dc3250a6ce69fb5d47849a31fac4e1c9080203ec4ff355376f536ac2d840283b00bbf4c2
6
+ metadata.gz: 1ab339e8839558d000b23833cbe87bbb11b74c5b2976ed84409540af3918b194cdfed981708845f314d36fb02899b250cc517d54cba46441ff1d64a18e81e1c5
7
+ data.tar.gz: baa762273c1a66d3ba8008b20220cfb507521a205c5bca01e20521dfbc6f4a8245ddbeac61adb609c8e92123be54fc03a153aa771b22f1f4b5dcadbe6e715fcf
@@ -47,6 +47,6 @@ require_relative 'aws-sdk-costandusagereportservice/customizations'
47
47
  # @!group service
48
48
  module Aws::CostandUsageReportService
49
49
 
50
- GEM_VERSION = '1.25.0'
50
+ GEM_VERSION = '1.26.0'
51
51
 
52
52
  end
@@ -340,7 +340,7 @@ module Aws::CostandUsageReportService
340
340
  # Deletes the specified report.
341
341
  #
342
342
  # @option params [String] :report_name
343
- # The name of the report that you want to create. The name must be
343
+ # The name of the report that you want to delete. The name must be
344
344
  # unique, is case sensitive, and can't include spaces.
345
345
  #
346
346
  # @return [Types::DeleteReportDefinitionResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
@@ -446,14 +446,14 @@ module Aws::CostandUsageReportService
446
446
  #
447
447
  # resp.report_definitions #=> Array
448
448
  # resp.report_definitions[0].report_name #=> String
449
- # resp.report_definitions[0].time_unit #=> String, one of "HOURLY", "DAILY"
449
+ # resp.report_definitions[0].time_unit #=> String, one of "HOURLY", "DAILY", "MONTHLY"
450
450
  # resp.report_definitions[0].format #=> String, one of "textORcsv", "Parquet"
451
451
  # resp.report_definitions[0].compression #=> String, one of "ZIP", "GZIP", "Parquet"
452
452
  # resp.report_definitions[0].additional_schema_elements #=> Array
453
453
  # resp.report_definitions[0].additional_schema_elements[0] #=> String, one of "RESOURCES"
454
454
  # resp.report_definitions[0].s3_bucket #=> String
455
455
  # resp.report_definitions[0].s3_prefix #=> String
456
- # resp.report_definitions[0].s3_region #=> String, one of "us-east-1", "us-west-1", "us-west-2", "eu-central-1", "eu-west-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "eu-north-1", "ap-northeast-3", "ap-east-1"
456
+ # resp.report_definitions[0].s3_region #=> String, one of "af-south-1", "ap-east-1", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2", "ap-northeast-3", "ca-central-1", "eu-central-1", "eu-west-1", "eu-west-2", "eu-west-3", "eu-north-1", "eu-south-1", "me-south-1", "sa-east-1", "us-east-1", "us-east-2", "us-west-1", "us-west-2", "cn-north-1", "cn-northwest-1"
457
457
  # resp.report_definitions[0].additional_artifacts #=> Array
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
@@ -488,13 +488,13 @@ module Aws::CostandUsageReportService
488
488
  # report_name: "ReportName", # required
489
489
  # report_definition: { # required
490
490
  # report_name: "ReportName", # required
491
- # time_unit: "HOURLY", # required, accepts HOURLY, DAILY
491
+ # time_unit: "HOURLY", # required, accepts HOURLY, DAILY, MONTHLY
492
492
  # format: "textORcsv", # required, accepts textORcsv, Parquet
493
493
  # compression: "ZIP", # required, accepts ZIP, GZIP, Parquet
494
494
  # additional_schema_elements: ["RESOURCES"], # required, accepts RESOURCES
495
495
  # s3_bucket: "S3Bucket", # required
496
496
  # s3_prefix: "S3Prefix", # required
497
- # s3_region: "us-east-1", # required, accepts us-east-1, us-west-1, us-west-2, eu-central-1, eu-west-1, ap-southeast-1, ap-southeast-2, ap-northeast-1, eu-north-1, ap-northeast-3, ap-east-1
497
+ # s3_region: "af-south-1", # required, accepts af-south-1, ap-east-1, ap-south-1, ap-southeast-1, ap-southeast-2, ap-northeast-1, ap-northeast-2, ap-northeast-3, ca-central-1, eu-central-1, eu-west-1, eu-west-2, eu-west-3, eu-north-1, eu-south-1, me-south-1, sa-east-1, us-east-1, us-east-2, us-west-1, us-west-2, cn-north-1, cn-northwest-1
498
498
  # additional_artifacts: ["REDSHIFT"], # accepts REDSHIFT, QUICKSIGHT, ATHENA
499
499
  # refresh_closed_reports: false,
500
500
  # report_versioning: "CREATE_NEW_REPORT", # accepts CREATE_NEW_REPORT, OVERWRITE_REPORT
@@ -547,13 +547,13 @@ module Aws::CostandUsageReportService
547
547
  # resp = client.put_report_definition({
548
548
  # report_definition: { # required
549
549
  # report_name: "ReportName", # required
550
- # time_unit: "HOURLY", # required, accepts HOURLY, DAILY
550
+ # time_unit: "HOURLY", # required, accepts HOURLY, DAILY, MONTHLY
551
551
  # format: "textORcsv", # required, accepts textORcsv, Parquet
552
552
  # compression: "ZIP", # required, accepts ZIP, GZIP, Parquet
553
553
  # additional_schema_elements: ["RESOURCES"], # required, accepts RESOURCES
554
554
  # s3_bucket: "S3Bucket", # required
555
555
  # s3_prefix: "S3Prefix", # required
556
- # s3_region: "us-east-1", # required, accepts us-east-1, us-west-1, us-west-2, eu-central-1, eu-west-1, ap-southeast-1, ap-southeast-2, ap-northeast-1, eu-north-1, ap-northeast-3, ap-east-1
556
+ # s3_region: "af-south-1", # required, accepts af-south-1, ap-east-1, ap-south-1, ap-southeast-1, ap-southeast-2, ap-northeast-1, ap-northeast-2, ap-northeast-3, ca-central-1, eu-central-1, eu-west-1, eu-west-2, eu-west-3, eu-north-1, eu-south-1, me-south-1, sa-east-1, us-east-1, us-east-2, us-west-1, us-west-2, cn-north-1, cn-northwest-1
557
557
  # additional_artifacts: ["REDSHIFT"], # accepts REDSHIFT, QUICKSIGHT, ATHENA
558
558
  # refresh_closed_reports: false,
559
559
  # report_versioning: "CREATE_NEW_REPORT", # accepts CREATE_NEW_REPORT, OVERWRITE_REPORT
@@ -582,7 +582,7 @@ module Aws::CostandUsageReportService
582
582
  params: params,
583
583
  config: config)
584
584
  context[:gem_name] = 'aws-sdk-costandusagereportservice'
585
- context[:gem_version] = '1.25.0'
585
+ context[:gem_version] = '1.26.0'
586
586
  Seahorse::Client::Request.new(handlers, context)
587
587
  end
588
588
 
@@ -20,7 +20,7 @@ module Aws::CostandUsageReportService
20
20
  # }
21
21
  #
22
22
  # @!attribute [rw] report_name
23
- # The name of the report that you want to create. The name must be
23
+ # The name of the report that you want to delete. The name must be
24
24
  # unique, is case sensitive, and can't include spaces.
25
25
  # @return [String]
26
26
  #
@@ -131,13 +131,13 @@ module Aws::CostandUsageReportService
131
131
  # report_name: "ReportName", # required
132
132
  # report_definition: { # required
133
133
  # report_name: "ReportName", # required
134
- # time_unit: "HOURLY", # required, accepts HOURLY, DAILY
134
+ # time_unit: "HOURLY", # required, accepts HOURLY, DAILY, MONTHLY
135
135
  # format: "textORcsv", # required, accepts textORcsv, Parquet
136
136
  # compression: "ZIP", # required, accepts ZIP, GZIP, Parquet
137
137
  # additional_schema_elements: ["RESOURCES"], # required, accepts RESOURCES
138
138
  # s3_bucket: "S3Bucket", # required
139
139
  # s3_prefix: "S3Prefix", # required
140
- # s3_region: "us-east-1", # required, accepts us-east-1, us-west-1, us-west-2, eu-central-1, eu-west-1, ap-southeast-1, ap-southeast-2, ap-northeast-1, eu-north-1, ap-northeast-3, ap-east-1
140
+ # s3_region: "af-south-1", # required, accepts af-south-1, ap-east-1, ap-south-1, ap-southeast-1, ap-southeast-2, ap-northeast-1, ap-northeast-2, ap-northeast-3, ca-central-1, eu-central-1, eu-west-1, eu-west-2, eu-west-3, eu-north-1, eu-south-1, me-south-1, sa-east-1, us-east-1, us-east-2, us-west-1, us-west-2, cn-north-1, cn-northwest-1
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
@@ -176,13 +176,13 @@ module Aws::CostandUsageReportService
176
176
  # {
177
177
  # report_definition: { # required
178
178
  # report_name: "ReportName", # required
179
- # time_unit: "HOURLY", # required, accepts HOURLY, DAILY
179
+ # time_unit: "HOURLY", # required, accepts HOURLY, DAILY, MONTHLY
180
180
  # format: "textORcsv", # required, accepts textORcsv, Parquet
181
181
  # compression: "ZIP", # required, accepts ZIP, GZIP, Parquet
182
182
  # additional_schema_elements: ["RESOURCES"], # required, accepts RESOURCES
183
183
  # s3_bucket: "S3Bucket", # required
184
184
  # s3_prefix: "S3Prefix", # required
185
- # s3_region: "us-east-1", # required, accepts us-east-1, us-west-1, us-west-2, eu-central-1, eu-west-1, ap-southeast-1, ap-southeast-2, ap-northeast-1, eu-north-1, ap-northeast-3, ap-east-1
185
+ # s3_region: "af-south-1", # required, accepts af-south-1, ap-east-1, ap-south-1, ap-southeast-1, ap-southeast-2, ap-northeast-1, ap-northeast-2, ap-northeast-3, ca-central-1, eu-central-1, eu-west-1, eu-west-2, eu-west-3, eu-north-1, eu-south-1, me-south-1, sa-east-1, us-east-1, us-east-2, us-west-1, us-west-2, cn-north-1, cn-northwest-1
186
186
  # additional_artifacts: ["REDSHIFT"], # accepts REDSHIFT, QUICKSIGHT, ATHENA
187
187
  # refresh_closed_reports: false,
188
188
  # report_versioning: "CREATE_NEW_REPORT", # accepts CREATE_NEW_REPORT, OVERWRITE_REPORT
@@ -218,13 +218,13 @@ module Aws::CostandUsageReportService
218
218
  #
219
219
  # {
220
220
  # report_name: "ReportName", # required
221
- # time_unit: "HOURLY", # required, accepts HOURLY, DAILY
221
+ # time_unit: "HOURLY", # required, accepts HOURLY, DAILY, MONTHLY
222
222
  # format: "textORcsv", # required, accepts textORcsv, Parquet
223
223
  # compression: "ZIP", # required, accepts ZIP, GZIP, Parquet
224
224
  # additional_schema_elements: ["RESOURCES"], # required, accepts RESOURCES
225
225
  # s3_bucket: "S3Bucket", # required
226
226
  # s3_prefix: "S3Prefix", # required
227
- # s3_region: "us-east-1", # required, accepts us-east-1, us-west-1, us-west-2, eu-central-1, eu-west-1, ap-southeast-1, ap-southeast-2, ap-northeast-1, eu-north-1, ap-northeast-3, ap-east-1
227
+ # s3_region: "af-south-1", # required, accepts af-south-1, ap-east-1, ap-south-1, ap-southeast-1, ap-southeast-2, ap-northeast-1, ap-northeast-2, ap-northeast-3, ca-central-1, eu-central-1, eu-west-1, eu-west-2, eu-west-3, eu-north-1, eu-south-1, me-south-1, sa-east-1, us-east-1, us-east-2, us-west-1, us-west-2, cn-north-1, cn-northwest-1
228
228
  # additional_artifacts: ["REDSHIFT"], # accepts REDSHIFT, QUICKSIGHT, ATHENA
229
229
  # refresh_closed_reports: false,
230
230
  # report_versioning: "CREATE_NEW_REPORT", # accepts CREATE_NEW_REPORT, OVERWRITE_REPORT
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.25.0
4
+ version: 1.26.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-08-25 00:00:00.000000000 Z
11
+ date: 2020-08-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core