aws-sdk-costandusagereportservice 1.87.0 → 1.88.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-costandusagereportservice/client.rb +1 -1
- data/lib/aws-sdk-costandusagereportservice.rb +1 -1
- data/sig/client.rbs +4 -38
- data/sig/params.rbs +32 -0
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0e7ba1a9c9455a5b2396afc7462244125f732735e26b2315e6d9a6c6ee458c5e
|
|
4
|
+
data.tar.gz: 4d2c3996e8a63a1d544eadb5f44dbd046e78618c5c0619306728d7afa9f29248
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 89118954e40c2b5bbc74bb0967426c4a79b34ef95d7292ac8d5c9812d5919ecf70d90aa817fe2ea73d60076006c813e36b7d719aca213e8d88c386003cf0a52d
|
|
7
|
+
data.tar.gz: ec0df6323a210cb3ff8d5d3c7cf1cb0fd7c6722dcfb93efa9b28c7302432fa9bea0de76af8a4a1078504ee5f42f9d86cc38510ff3840c0f6deb9a84470dbfc0f
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.88.0
|
|
@@ -849,7 +849,7 @@ module Aws::CostandUsageReportService
|
|
|
849
849
|
tracer: tracer
|
|
850
850
|
)
|
|
851
851
|
context[:gem_name] = 'aws-sdk-costandusagereportservice'
|
|
852
|
-
context[:gem_version] = '1.
|
|
852
|
+
context[:gem_version] = '1.88.0'
|
|
853
853
|
Seahorse::Client::Request.new(handlers, context)
|
|
854
854
|
end
|
|
855
855
|
|
|
@@ -54,7 +54,7 @@ module Aws::CostandUsageReportService
|
|
|
54
54
|
autoload :EndpointProvider, 'aws-sdk-costandusagereportservice/endpoint_provider'
|
|
55
55
|
autoload :Endpoints, 'aws-sdk-costandusagereportservice/endpoints'
|
|
56
56
|
|
|
57
|
-
GEM_VERSION = '1.
|
|
57
|
+
GEM_VERSION = '1.88.0'
|
|
58
58
|
|
|
59
59
|
end
|
|
60
60
|
|
data/sig/client.rbs
CHANGED
|
@@ -117,24 +117,7 @@ module Aws
|
|
|
117
117
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CostandUsageReportService/Client.html#modify_report_definition-instance_method
|
|
118
118
|
def modify_report_definition: (
|
|
119
119
|
report_name: ::String,
|
|
120
|
-
report_definition:
|
|
121
|
-
report_name: ::String,
|
|
122
|
-
time_unit: ("HOURLY" | "DAILY" | "MONTHLY"),
|
|
123
|
-
format: ("textORcsv" | "Parquet"),
|
|
124
|
-
compression: ("ZIP" | "GZIP" | "Parquet"),
|
|
125
|
-
additional_schema_elements: Array[("RESOURCES" | "SPLIT_COST_ALLOCATION_DATA" | "MANUAL_DISCOUNT_COMPATIBILITY")],
|
|
126
|
-
s3_bucket: ::String,
|
|
127
|
-
s3_prefix: ::String,
|
|
128
|
-
s3_region: ("af-south-1" | "ap-east-1" | "ap-south-1" | "ap-south-2" | "ap-southeast-1" | "ap-southeast-2" | "ap-southeast-3" | "ap-northeast-1" | "ap-northeast-2" | "ap-northeast-3" | "ca-central-1" | "eu-central-1" | "eu-central-2" | "eu-west-1" | "eu-west-2" | "eu-west-3" | "eu-north-1" | "eu-south-1" | "eu-south-2" | "me-central-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"),
|
|
129
|
-
additional_artifacts: Array[("REDSHIFT" | "QUICKSIGHT" | "ATHENA")]?,
|
|
130
|
-
refresh_closed_reports: bool?,
|
|
131
|
-
report_versioning: ("CREATE_NEW_REPORT" | "OVERWRITE_REPORT")?,
|
|
132
|
-
billing_view_arn: ::String?,
|
|
133
|
-
report_status: {
|
|
134
|
-
last_delivery: ::String?,
|
|
135
|
-
last_status: ("SUCCESS" | "ERROR_PERMISSIONS" | "ERROR_NO_BUCKET")?
|
|
136
|
-
}?
|
|
137
|
-
}
|
|
120
|
+
report_definition: Params::report_definition
|
|
138
121
|
) -> _ModifyReportDefinitionResponseSuccess
|
|
139
122
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ModifyReportDefinitionResponseSuccess
|
|
140
123
|
|
|
@@ -143,29 +126,12 @@ module Aws
|
|
|
143
126
|
end
|
|
144
127
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CostandUsageReportService/Client.html#put_report_definition-instance_method
|
|
145
128
|
def put_report_definition: (
|
|
146
|
-
report_definition:
|
|
147
|
-
report_name: ::String,
|
|
148
|
-
time_unit: ("HOURLY" | "DAILY" | "MONTHLY"),
|
|
149
|
-
format: ("textORcsv" | "Parquet"),
|
|
150
|
-
compression: ("ZIP" | "GZIP" | "Parquet"),
|
|
151
|
-
additional_schema_elements: Array[("RESOURCES" | "SPLIT_COST_ALLOCATION_DATA" | "MANUAL_DISCOUNT_COMPATIBILITY")],
|
|
152
|
-
s3_bucket: ::String,
|
|
153
|
-
s3_prefix: ::String,
|
|
154
|
-
s3_region: ("af-south-1" | "ap-east-1" | "ap-south-1" | "ap-south-2" | "ap-southeast-1" | "ap-southeast-2" | "ap-southeast-3" | "ap-northeast-1" | "ap-northeast-2" | "ap-northeast-3" | "ca-central-1" | "eu-central-1" | "eu-central-2" | "eu-west-1" | "eu-west-2" | "eu-west-3" | "eu-north-1" | "eu-south-1" | "eu-south-2" | "me-central-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"),
|
|
155
|
-
additional_artifacts: Array[("REDSHIFT" | "QUICKSIGHT" | "ATHENA")]?,
|
|
156
|
-
refresh_closed_reports: bool?,
|
|
157
|
-
report_versioning: ("CREATE_NEW_REPORT" | "OVERWRITE_REPORT")?,
|
|
158
|
-
billing_view_arn: ::String?,
|
|
159
|
-
report_status: {
|
|
160
|
-
last_delivery: ::String?,
|
|
161
|
-
last_status: ("SUCCESS" | "ERROR_PERMISSIONS" | "ERROR_NO_BUCKET")?
|
|
162
|
-
}?
|
|
163
|
-
},
|
|
129
|
+
report_definition: Params::report_definition,
|
|
164
130
|
?tags: Array[
|
|
165
131
|
{
|
|
166
132
|
key: ::String,
|
|
167
133
|
value: ::String
|
|
168
|
-
}
|
|
134
|
+
}
|
|
169
135
|
]
|
|
170
136
|
) -> _PutReportDefinitionResponseSuccess
|
|
171
137
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutReportDefinitionResponseSuccess
|
|
@@ -180,7 +146,7 @@ module Aws
|
|
|
180
146
|
{
|
|
181
147
|
key: ::String,
|
|
182
148
|
value: ::String
|
|
183
|
-
}
|
|
149
|
+
}
|
|
184
150
|
]
|
|
185
151
|
) -> _TagResourceResponseSuccess
|
|
186
152
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
|
data/sig/params.rbs
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
# WARNING ABOUT GENERATED CODE
|
|
2
|
+
#
|
|
3
|
+
# This file is generated. See the contributing guide for more information:
|
|
4
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
|
5
|
+
#
|
|
6
|
+
# WARNING ABOUT GENERATED CODE
|
|
7
|
+
|
|
8
|
+
module Aws
|
|
9
|
+
module CostandUsageReportService
|
|
10
|
+
module Params
|
|
11
|
+
type report_definition = {
|
|
12
|
+
report_name: ::String,
|
|
13
|
+
time_unit: ("HOURLY" | "DAILY" | "MONTHLY"),
|
|
14
|
+
format: ("textORcsv" | "Parquet"),
|
|
15
|
+
compression: ("ZIP" | "GZIP" | "Parquet"),
|
|
16
|
+
additional_schema_elements: Array[("RESOURCES" | "SPLIT_COST_ALLOCATION_DATA" | "MANUAL_DISCOUNT_COMPATIBILITY")],
|
|
17
|
+
s3_bucket: ::String,
|
|
18
|
+
s3_prefix: ::String,
|
|
19
|
+
s3_region: ("af-south-1" | "ap-east-1" | "ap-south-1" | "ap-south-2" | "ap-southeast-1" | "ap-southeast-2" | "ap-southeast-3" | "ap-northeast-1" | "ap-northeast-2" | "ap-northeast-3" | "ca-central-1" | "eu-central-1" | "eu-central-2" | "eu-west-1" | "eu-west-2" | "eu-west-3" | "eu-north-1" | "eu-south-1" | "eu-south-2" | "me-central-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"),
|
|
20
|
+
additional_artifacts: Array[("REDSHIFT" | "QUICKSIGHT" | "ATHENA")]?,
|
|
21
|
+
refresh_closed_reports: bool?,
|
|
22
|
+
report_versioning: ("CREATE_NEW_REPORT" | "OVERWRITE_REPORT")?,
|
|
23
|
+
billing_view_arn: ::String?,
|
|
24
|
+
report_status: {
|
|
25
|
+
last_delivery: ::String?,
|
|
26
|
+
last_status: ("SUCCESS" | "ERROR_PERMISSIONS" | "ERROR_NO_BUCKET")?
|
|
27
|
+
}?
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
end
|
|
31
|
+
end
|
|
32
|
+
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.88.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
@@ -67,6 +67,7 @@ files:
|
|
|
67
67
|
- lib/aws-sdk-costandusagereportservice/types.rb
|
|
68
68
|
- sig/client.rbs
|
|
69
69
|
- sig/errors.rbs
|
|
70
|
+
- sig/params.rbs
|
|
70
71
|
- sig/resource.rbs
|
|
71
72
|
- sig/types.rbs
|
|
72
73
|
- sig/waiters.rbs
|