aws-sdk-costandusagereportservice 1.19.0 → 1.24.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: baa301166a0e119bf21648a513467217227738a8b7e82fe24e7dd2a94b03dcda
4
- data.tar.gz: 954122f7ff0c1dc0467e1ad8f60b3a442e6026918004c23636cd45615a8ddfad
3
+ metadata.gz: a81a83b1664dd4988444a6066e940661dfac8afa9a65299607cb4db97febb13d
4
+ data.tar.gz: eb702e4542e718f9e0d65daba878825c07a386da38b32efdf20ad18e95b9c5c2
5
5
  SHA512:
6
- metadata.gz: adcadcf21496358e457afd1ca758ca2f5a4fe2f3307e233766d3ed5e8c4f05966ddc5ba0025cbc43c1d1be01197f5db672e28d2c866fe98057759994603dfbdf
7
- data.tar.gz: f563ea49c8f792885c85e7f499a1fe913d936a64646e6253b31c1ceb76043bc10c0ecdb6aac4e1aa1207f58614c3b62ea00b7d51a11a753deba3b6bb60fe2a30
6
+ metadata.gz: a1a963bb4dbfecbe2fad871fea9095104904811ff7c8542e777bddd463569d46073fe244c21161a9b34f4ffd81a74b52d3254d139b8276c7469c8c66fdad05f6
7
+ data.tar.gz: 2f0331a085304510a724fe3a54928c9c1b3af9346f34105efc0b006740f3ae2caff6176b125e6ea8adb0f41569e6421b8635ed48188f888c74a156ad1633bcbc
@@ -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.19.0'
50
+ GEM_VERSION = '1.24.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:
@@ -24,6 +26,7 @@ require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
24
26
  require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
25
27
  require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
26
28
  require 'aws-sdk-core/plugins/transfer_encoding.rb'
29
+ require 'aws-sdk-core/plugins/http_checksum.rb'
27
30
  require 'aws-sdk-core/plugins/signature_v4.rb'
28
31
  require 'aws-sdk-core/plugins/protocols/json_rpc.rb'
29
32
 
@@ -69,6 +72,7 @@ module Aws::CostandUsageReportService
69
72
  add_plugin(Aws::Plugins::ClientMetricsPlugin)
70
73
  add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
71
74
  add_plugin(Aws::Plugins::TransferEncoding)
75
+ add_plugin(Aws::Plugins::HttpChecksum)
72
76
  add_plugin(Aws::Plugins::SignatureV4)
73
77
  add_plugin(Aws::Plugins::Protocols::JsonRpc)
74
78
 
@@ -105,7 +109,7 @@ module Aws::CostandUsageReportService
105
109
  # @option options [required, String] :region
106
110
  # The AWS region to connect to. The configured `:region` is
107
111
  # used to determine the service `:endpoint`. When not passed,
108
- # a default `:region` is search for in the following locations:
112
+ # a default `:region` is searched for in the following locations:
109
113
  #
110
114
  # * `Aws.config[:region]`
111
115
  # * `ENV['AWS_REGION']`
@@ -161,7 +165,7 @@ module Aws::CostandUsageReportService
161
165
  # @option options [String] :endpoint
162
166
  # The client endpoint is normally constructed from the `:region`
163
167
  # option. You should only configure an `:endpoint` when connecting
164
- # to test endpoints. This should be avalid HTTP(S) URI.
168
+ # to test or custom endpoints. This should be a valid HTTP(S) URI.
165
169
  #
166
170
  # @option options [Integer] :endpoint_cache_max_entries (1000)
167
171
  # Used for the maximum size limit of the LRU cache storing endpoints data
@@ -176,7 +180,7 @@ module Aws::CostandUsageReportService
176
180
  # requests fetching endpoints information. Defaults to 60 sec.
177
181
  #
178
182
  # @option options [Boolean] :endpoint_discovery (false)
179
- # When set to `true`, endpoint discovery will be enabled for operations when available. Defaults to `false`.
183
+ # When set to `true`, endpoint discovery will be enabled for operations when available.
180
184
  #
181
185
  # @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
182
186
  # The log formatter.
@@ -279,8 +283,7 @@ module Aws::CostandUsageReportService
279
283
  #
280
284
  # @option options [Integer] :http_read_timeout (60) The default
281
285
  # number of seconds to wait for response data. This value can
282
- # safely be set
283
- # per-request on the session yielded by {#session_for}.
286
+ # safely be set per-request on the session.
284
287
  #
285
288
  # @option options [Float] :http_idle_timeout (5) The number of
286
289
  # seconds a connection is allowed to sit idle before it is
@@ -292,7 +295,7 @@ module Aws::CostandUsageReportService
292
295
  # request body. This option has no effect unless the request has
293
296
  # "Expect" header set to "100-continue". Defaults to `nil` which
294
297
  # disables this behaviour. This value can safely be set per
295
- # request on the session yielded by {#session_for}.
298
+ # request on the session.
296
299
  #
297
300
  # @option options [Boolean] :http_wire_trace (false) When `true`,
298
301
  # HTTP debug output will be sent to the `:logger`.
@@ -370,6 +373,8 @@ module Aws::CostandUsageReportService
370
373
  # * {Types::DescribeReportDefinitionsResponse#report_definitions #report_definitions} => Array<Types::ReportDefinition>
371
374
  # * {Types::DescribeReportDefinitionsResponse#next_token #next_token} => String
372
375
  #
376
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
377
+ #
373
378
  #
374
379
  # @example Example: To list the AWS Cost and Usage reports for the account.
375
380
  #
@@ -562,7 +567,7 @@ module Aws::CostandUsageReportService
562
567
  params: params,
563
568
  config: config)
564
569
  context[:gem_name] = 'aws-sdk-costandusagereportservice'
565
- context[:gem_version] = '1.19.0'
570
+ context[:gem_version] = '1.24.0'
566
571
  Seahorse::Client::Request.new(handlers, context)
567
572
  end
568
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:
@@ -6,13 +8,7 @@
6
8
  # WARNING ABOUT GENERATED CODE
7
9
 
8
10
  module Aws::CostandUsageReportService
9
- # This class provides a resource oriented interface for CostandUsageReportService.
10
- # To create a resource object:
11
- # resource = Aws::CostandUsageReportService::Resource.new(region: 'us-west-2')
12
- # You can supply a client object with custom configuration that will be used for all resource operations.
13
- # If you do not pass +:client+, a default client will be constructed.
14
- # client = Aws::CostandUsageReportService::Client.new(region: 'us-west-2')
15
- # resource = Aws::CostandUsageReportService::Resource.new(client: client)
11
+
16
12
  class Resource
17
13
 
18
14
  # @param options ({})
@@ -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.19.0
4
+ version: 1.24.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-03-16 00:00:00.000000000 Z
11
+ date: 2020-07-02 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.71.0
22
+ version: 3.99.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.71.0
32
+ version: 3.99.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -80,7 +80,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
80
80
  - !ruby/object:Gem::Version
81
81
  version: '0'
82
82
  requirements: []
83
- rubygems_version: 3.0.3
83
+ rubyforge_project:
84
+ rubygems_version: 2.7.6.2
84
85
  signing_key:
85
86
  specification_version: 4
86
87
  summary: AWS SDK for Ruby - AWS Cost and Usage Report Service