aws-sdk-costandusagereportservice 1.22.1 → 1.23.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/lib/aws-sdk-costandusagereportservice.rb +3 -1
- data/lib/aws-sdk-costandusagereportservice/client.rb +3 -1
- data/lib/aws-sdk-costandusagereportservice/client_api.rb +2 -0
- data/lib/aws-sdk-costandusagereportservice/errors.rb +2 -0
- data/lib/aws-sdk-costandusagereportservice/resource.rb +2 -0
- data/lib/aws-sdk-costandusagereportservice/types.rb +13 -0
- metadata +2 -2
    
        checksums.yaml
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            ---
         | 
| 2 2 | 
             
            SHA256:
         | 
| 3 | 
            -
              metadata.gz:  | 
| 4 | 
            -
              data.tar.gz:  | 
| 3 | 
            +
              metadata.gz: a4dd78c285471daeb303c046c24f81f993eb0852c1745a178fd58752a3cdd2c6
         | 
| 4 | 
            +
              data.tar.gz: 5cc3fc21df766e38b957d0c89a2944410e384fff7ed8998ad2e04247312d8b83
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: 7c83dd216e628a16f7bbf7794aedfe532381e26bc13d3158f61d76b7d4b0017178d23bee6b465f4fd856e3f0259530a4ec38a54e9edc8826cbf955c8c7f87454
         | 
| 7 | 
            +
              data.tar.gz: afa0efc117bc17b019d91cb96c0d32d150ca56805ff7458bf02f741b898b319041e32cc4025d5c58a4105e3f0588fdaff10d8937a4399347ac827116031a7e6e
         | 
| @@ -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. | 
| 50 | 
            +
              GEM_VERSION = '1.23.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:
         | 
| @@ -565,7 +567,7 @@ module Aws::CostandUsageReportService | |
| 565 567 | 
             
                    params: params,
         | 
| 566 568 | 
             
                    config: config)
         | 
| 567 569 | 
             
                  context[:gem_name] = 'aws-sdk-costandusagereportservice'
         | 
| 568 | 
            -
                  context[:gem_version] = '1. | 
| 570 | 
            +
                  context[:gem_version] = '1.23.0'
         | 
| 569 571 | 
             
                  Seahorse::Client::Request.new(handlers, context)
         | 
| 570 572 | 
             
                end
         | 
| 571 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:
         | 
| @@ -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. | 
| 4 | 
            +
              version: 1.23.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-06- | 
| 11 | 
            +
            date: 2020-06-23 00:00:00.000000000 Z
         | 
| 12 12 | 
             
            dependencies:
         | 
| 13 13 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 14 14 | 
             
              name: aws-sdk-core
         |