aws-sdk-costandusagereportservice 1.23.0 → 1.28.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 28bb1b098429ce3f90a6d80cd15d769e640503e28d5f0fce6cc0403d732fa168
|
4
|
+
data.tar.gz: 2dd4ab68e53a0fad0e67433978b277864e4eaa16080a3675791c199f4b7c9ab5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3f00d538a1d0a11aa98d1b2aada4d2ea717b77013b52c8b7bd533c9b66fa45e0da2d9f68de7ad0b24c89165f4a04b2fae0a59d7ca24c0e7761ddafb3bd553187
|
7
|
+
data.tar.gz: 39fedb3b06ca9d34e391dbf607f5e082abcddeb7067c9cc654efda764934de0495a2719915acd69246b6da4f5930165272ed63e9325dbe6864478202f52bf227
|
@@ -7,6 +7,7 @@
|
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
10
|
+
|
10
11
|
require 'aws-sdk-core'
|
11
12
|
require 'aws-sigv4'
|
12
13
|
|
@@ -44,9 +45,9 @@ require_relative 'aws-sdk-costandusagereportservice/customizations'
|
|
44
45
|
#
|
45
46
|
# See {Errors} for more information.
|
46
47
|
#
|
47
|
-
#
|
48
|
+
# @!group service
|
48
49
|
module Aws::CostandUsageReportService
|
49
50
|
|
50
|
-
GEM_VERSION = '1.
|
51
|
+
GEM_VERSION = '1.28.0'
|
51
52
|
|
52
53
|
end
|
@@ -85,13 +85,28 @@ module Aws::CostandUsageReportService
|
|
85
85
|
# * `Aws::Credentials` - Used for configuring static, non-refreshing
|
86
86
|
# credentials.
|
87
87
|
#
|
88
|
+
# * `Aws::SharedCredentials` - Used for loading static credentials from a
|
89
|
+
# shared file, such as `~/.aws/config`.
|
90
|
+
#
|
91
|
+
# * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
|
92
|
+
#
|
93
|
+
# * `Aws::AssumeRoleWebIdentityCredentials` - Used when you need to
|
94
|
+
# assume a role after providing credentials via the web.
|
95
|
+
#
|
96
|
+
# * `Aws::SSOCredentials` - Used for loading credentials from AWS SSO using an
|
97
|
+
# access token generated from `aws login`.
|
98
|
+
#
|
99
|
+
# * `Aws::ProcessCredentials` - Used for loading credentials from a
|
100
|
+
# process that outputs to stdout.
|
101
|
+
#
|
88
102
|
# * `Aws::InstanceProfileCredentials` - Used for loading credentials
|
89
103
|
# from an EC2 IMDS on an EC2 instance.
|
90
104
|
#
|
91
|
-
# * `Aws::
|
92
|
-
#
|
105
|
+
# * `Aws::ECSCredentials` - Used for loading credentials from
|
106
|
+
# instances running in ECS.
|
93
107
|
#
|
94
|
-
# * `Aws::
|
108
|
+
# * `Aws::CognitoIdentityCredentials` - Used for loading credentials
|
109
|
+
# from the Cognito Identity service.
|
95
110
|
#
|
96
111
|
# When `:credentials` are not configured directly, the following
|
97
112
|
# locations will be searched for credentials:
|
@@ -101,10 +116,10 @@ module Aws::CostandUsageReportService
|
|
101
116
|
# * ENV['AWS_ACCESS_KEY_ID'], ENV['AWS_SECRET_ACCESS_KEY']
|
102
117
|
# * `~/.aws/credentials`
|
103
118
|
# * `~/.aws/config`
|
104
|
-
# * EC2 IMDS instance profile - When used by default, the timeouts
|
105
|
-
# very aggressive. Construct and pass an instance of
|
106
|
-
# `Aws::InstanceProfileCredentails`
|
107
|
-
# timeouts.
|
119
|
+
# * EC2/ECS IMDS instance profile - When used by default, the timeouts
|
120
|
+
# are very aggressive. Construct and pass an instance of
|
121
|
+
# `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
|
122
|
+
# enable retries and extended timeouts.
|
108
123
|
#
|
109
124
|
# @option options [required, String] :region
|
110
125
|
# The AWS region to connect to. The configured `:region` is
|
@@ -325,7 +340,7 @@ module Aws::CostandUsageReportService
|
|
325
340
|
# Deletes the specified report.
|
326
341
|
#
|
327
342
|
# @option params [String] :report_name
|
328
|
-
# The name of the report that you want to
|
343
|
+
# The name of the report that you want to delete. The name must be
|
329
344
|
# unique, is case sensitive, and can't include spaces.
|
330
345
|
#
|
331
346
|
# @return [Types::DeleteReportDefinitionResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
@@ -431,14 +446,14 @@ module Aws::CostandUsageReportService
|
|
431
446
|
#
|
432
447
|
# resp.report_definitions #=> Array
|
433
448
|
# resp.report_definitions[0].report_name #=> String
|
434
|
-
# resp.report_definitions[0].time_unit #=> String, one of "HOURLY", "DAILY"
|
449
|
+
# resp.report_definitions[0].time_unit #=> String, one of "HOURLY", "DAILY", "MONTHLY"
|
435
450
|
# resp.report_definitions[0].format #=> String, one of "textORcsv", "Parquet"
|
436
451
|
# resp.report_definitions[0].compression #=> String, one of "ZIP", "GZIP", "Parquet"
|
437
452
|
# resp.report_definitions[0].additional_schema_elements #=> Array
|
438
453
|
# resp.report_definitions[0].additional_schema_elements[0] #=> String, one of "RESOURCES"
|
439
454
|
# resp.report_definitions[0].s3_bucket #=> String
|
440
455
|
# resp.report_definitions[0].s3_prefix #=> String
|
441
|
-
# resp.report_definitions[0].s3_region #=> String, one of "
|
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"
|
442
457
|
# resp.report_definitions[0].additional_artifacts #=> Array
|
443
458
|
# resp.report_definitions[0].additional_artifacts[0] #=> String, one of "REDSHIFT", "QUICKSIGHT", "ATHENA"
|
444
459
|
# resp.report_definitions[0].refresh_closed_reports #=> Boolean
|
@@ -473,13 +488,13 @@ module Aws::CostandUsageReportService
|
|
473
488
|
# report_name: "ReportName", # required
|
474
489
|
# report_definition: { # required
|
475
490
|
# report_name: "ReportName", # required
|
476
|
-
# time_unit: "HOURLY", # required, accepts HOURLY, DAILY
|
491
|
+
# time_unit: "HOURLY", # required, accepts HOURLY, DAILY, MONTHLY
|
477
492
|
# format: "textORcsv", # required, accepts textORcsv, Parquet
|
478
493
|
# compression: "ZIP", # required, accepts ZIP, GZIP, Parquet
|
479
494
|
# additional_schema_elements: ["RESOURCES"], # required, accepts RESOURCES
|
480
495
|
# s3_bucket: "S3Bucket", # required
|
481
496
|
# s3_prefix: "S3Prefix", # required
|
482
|
-
# s3_region: "
|
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
|
483
498
|
# additional_artifacts: ["REDSHIFT"], # accepts REDSHIFT, QUICKSIGHT, ATHENA
|
484
499
|
# refresh_closed_reports: false,
|
485
500
|
# report_versioning: "CREATE_NEW_REPORT", # accepts CREATE_NEW_REPORT, OVERWRITE_REPORT
|
@@ -532,13 +547,13 @@ module Aws::CostandUsageReportService
|
|
532
547
|
# resp = client.put_report_definition({
|
533
548
|
# report_definition: { # required
|
534
549
|
# report_name: "ReportName", # required
|
535
|
-
# time_unit: "HOURLY", # required, accepts HOURLY, DAILY
|
550
|
+
# time_unit: "HOURLY", # required, accepts HOURLY, DAILY, MONTHLY
|
536
551
|
# format: "textORcsv", # required, accepts textORcsv, Parquet
|
537
552
|
# compression: "ZIP", # required, accepts ZIP, GZIP, Parquet
|
538
553
|
# additional_schema_elements: ["RESOURCES"], # required, accepts RESOURCES
|
539
554
|
# s3_bucket: "S3Bucket", # required
|
540
555
|
# s3_prefix: "S3Prefix", # required
|
541
|
-
# s3_region: "
|
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
|
542
557
|
# additional_artifacts: ["REDSHIFT"], # accepts REDSHIFT, QUICKSIGHT, ATHENA
|
543
558
|
# refresh_closed_reports: false,
|
544
559
|
# report_versioning: "CREATE_NEW_REPORT", # accepts CREATE_NEW_REPORT, OVERWRITE_REPORT
|
@@ -567,7 +582,7 @@ module Aws::CostandUsageReportService
|
|
567
582
|
params: params,
|
568
583
|
config: config)
|
569
584
|
context[:gem_name] = 'aws-sdk-costandusagereportservice'
|
570
|
-
context[:gem_version] = '1.
|
585
|
+
context[:gem_version] = '1.28.0'
|
571
586
|
Seahorse::Client::Request.new(handlers, context)
|
572
587
|
end
|
573
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
|
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: "
|
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: "
|
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: "
|
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.
|
4
|
+
version: 1.28.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-
|
11
|
+
date: 2020-09-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.109.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.109.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|