aws-sdk-cloudformation 1.127.0 → 1.128.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-cloudformation/client.rb +1 -1
- data/lib/aws-sdk-cloudformation/errors.rb +31 -0
- data/lib/aws-sdk-cloudformation.rb +1 -1
- 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: 609762ae192ff9ca01c0fdf5e4c70cdc45e03df4c487b3d5f7653dd9599b8591
         | 
| 4 | 
            +
              data.tar.gz: d138019f1726f4e6438416b0f7d0e763dd915cc5e422b441a368c3d1be8bf11e
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: 569a6909f9ecdc3cc6d6d25ab34631091f9628f87eca415c7b5242e4fb9dd1f4205683c2c582f9dd56d623d1129a1c2f62754cfbbfa31e95e60fc6cf13219686
         | 
| 7 | 
            +
              data.tar.gz: ae491314b7e4237b53827d6c655851618cfeeeb9ca8f9032d1b7596db05123379b3876a7cebff07d201184fabdfa82de6f02773360afd5c0ede87792bb00ed55
         | 
    
        data/CHANGELOG.md
    CHANGED
    
    
    
        data/VERSION
    CHANGED
    
    | @@ -1 +1 @@ | |
| 1 | 
            -
            1. | 
| 1 | 
            +
            1.128.0
         | 
| @@ -8682,7 +8682,7 @@ module Aws::CloudFormation | |
| 8682 8682 | 
             
                    tracer: tracer
         | 
| 8683 8683 | 
             
                  )
         | 
| 8684 8684 | 
             
                  context[:gem_name] = 'aws-sdk-cloudformation'
         | 
| 8685 | 
            -
                  context[:gem_version] = '1. | 
| 8685 | 
            +
                  context[:gem_version] = '1.128.0'
         | 
| 8686 8686 | 
             
                  Seahorse::Client::Request.new(handlers, context)
         | 
| 8687 8687 | 
             
                end
         | 
| 8688 8688 |  | 
| @@ -30,23 +30,33 @@ module Aws::CloudFormation | |
| 30 30 | 
             
              # * {AlreadyExistsException}
         | 
| 31 31 | 
             
              # * {CFNRegistryException}
         | 
| 32 32 | 
             
              # * {ChangeSetNotFoundException}
         | 
| 33 | 
            +
              #    * This error class is not used. `ChangeSetNotFound` is used during parsing instead.
         | 
| 33 34 | 
             
              # * {ConcurrentResourcesLimitExceededException}
         | 
| 35 | 
            +
              #    * This error class is not used. `ConcurrentResourcesLimitExceeded` is used during parsing instead.
         | 
| 34 36 | 
             
              # * {CreatedButModifiedException}
         | 
| 35 37 | 
             
              # * {GeneratedTemplateNotFoundException}
         | 
| 38 | 
            +
              #    * This error class is not used. `GeneratedTemplateNotFound` is used during parsing instead.
         | 
| 36 39 | 
             
              # * {HookResultNotFoundException}
         | 
| 40 | 
            +
              #    * This error class is not used. `HookResultNotFound` is used during parsing instead.
         | 
| 37 41 | 
             
              # * {InsufficientCapabilitiesException}
         | 
| 38 42 | 
             
              # * {InvalidChangeSetStatusException}
         | 
| 43 | 
            +
              #    * This error class is not used. `InvalidChangeSetStatus` is used during parsing instead.
         | 
| 39 44 | 
             
              # * {InvalidOperationException}
         | 
| 40 45 | 
             
              # * {InvalidStateTransitionException}
         | 
| 46 | 
            +
              #    * This error class is not used. `InvalidStateTransition` is used during parsing instead.
         | 
| 41 47 | 
             
              # * {LimitExceededException}
         | 
| 42 48 | 
             
              # * {NameAlreadyExistsException}
         | 
| 43 49 | 
             
              # * {OperationIdAlreadyExistsException}
         | 
| 44 50 | 
             
              # * {OperationInProgressException}
         | 
| 45 51 | 
             
              # * {OperationNotFoundException}
         | 
| 46 52 | 
             
              # * {OperationStatusCheckFailedException}
         | 
| 53 | 
            +
              #    * This error class is not used. `ConditionalCheckFailed` is used during parsing instead.
         | 
| 47 54 | 
             
              # * {ResourceScanInProgressException}
         | 
| 55 | 
            +
              #    * This error class is not used. `ResourceScanInProgress` is used during parsing instead.
         | 
| 48 56 | 
             
              # * {ResourceScanLimitExceededException}
         | 
| 57 | 
            +
              #    * This error class is not used. `ResourceScanLimitExceeded` is used during parsing instead.
         | 
| 49 58 | 
             
              # * {ResourceScanNotFoundException}
         | 
| 59 | 
            +
              #    * This error class is not used. `ResourceScanNotFound` is used during parsing instead.
         | 
| 50 60 | 
             
              # * {StackInstanceNotFoundException}
         | 
| 51 61 | 
             
              # * {StackNotFoundException}
         | 
| 52 62 | 
             
              # * {StackRefactorNotFoundException}
         | 
| @@ -59,6 +69,7 @@ module Aws::CloudFormation | |
| 59 69 | 
             
              #
         | 
| 60 70 | 
             
              # Additionally, error classes are dynamically generated for service errors based on the error code
         | 
| 61 71 | 
             
              # if they are not defined above.
         | 
| 72 | 
            +
              # Some existing error classes may use a different class name than the one documented.
         | 
| 62 73 | 
             
              module Errors
         | 
| 63 74 |  | 
| 64 75 | 
             
                extend Aws::Errors::DynamicErrors
         | 
| @@ -88,6 +99,8 @@ module Aws::CloudFormation | |
| 88 99 | 
             
                  end
         | 
| 89 100 | 
             
                end
         | 
| 90 101 |  | 
| 102 | 
            +
                # @deprecated This error class is not used during parsing.
         | 
| 103 | 
            +
                #   Please use `ChangeSetNotFound` instead.
         | 
| 91 104 | 
             
                class ChangeSetNotFoundException < ServiceError
         | 
| 92 105 |  | 
| 93 106 | 
             
                  # @param [Seahorse::Client::RequestContext] context
         | 
| @@ -98,6 +111,8 @@ module Aws::CloudFormation | |
| 98 111 | 
             
                  end
         | 
| 99 112 | 
             
                end
         | 
| 100 113 |  | 
| 114 | 
            +
                # @deprecated This error class is not used during parsing.
         | 
| 115 | 
            +
                #   Please use `ConcurrentResourcesLimitExceeded` instead.
         | 
| 101 116 | 
             
                class ConcurrentResourcesLimitExceededException < ServiceError
         | 
| 102 117 |  | 
| 103 118 | 
             
                  # @param [Seahorse::Client::RequestContext] context
         | 
| @@ -118,6 +133,8 @@ module Aws::CloudFormation | |
| 118 133 | 
             
                  end
         | 
| 119 134 | 
             
                end
         | 
| 120 135 |  | 
| 136 | 
            +
                # @deprecated This error class is not used during parsing.
         | 
| 137 | 
            +
                #   Please use `GeneratedTemplateNotFound` instead.
         | 
| 121 138 | 
             
                class GeneratedTemplateNotFoundException < ServiceError
         | 
| 122 139 |  | 
| 123 140 | 
             
                  # @param [Seahorse::Client::RequestContext] context
         | 
| @@ -128,6 +145,8 @@ module Aws::CloudFormation | |
| 128 145 | 
             
                  end
         | 
| 129 146 | 
             
                end
         | 
| 130 147 |  | 
| 148 | 
            +
                # @deprecated This error class is not used during parsing.
         | 
| 149 | 
            +
                #   Please use `HookResultNotFound` instead.
         | 
| 131 150 | 
             
                class HookResultNotFoundException < ServiceError
         | 
| 132 151 |  | 
| 133 152 | 
             
                  # @param [Seahorse::Client::RequestContext] context
         | 
| @@ -148,6 +167,8 @@ module Aws::CloudFormation | |
| 148 167 | 
             
                  end
         | 
| 149 168 | 
             
                end
         | 
| 150 169 |  | 
| 170 | 
            +
                # @deprecated This error class is not used during parsing.
         | 
| 171 | 
            +
                #   Please use `InvalidChangeSetStatus` instead.
         | 
| 151 172 | 
             
                class InvalidChangeSetStatusException < ServiceError
         | 
| 152 173 |  | 
| 153 174 | 
             
                  # @param [Seahorse::Client::RequestContext] context
         | 
| @@ -168,6 +189,8 @@ module Aws::CloudFormation | |
| 168 189 | 
             
                  end
         | 
| 169 190 | 
             
                end
         | 
| 170 191 |  | 
| 192 | 
            +
                # @deprecated This error class is not used during parsing.
         | 
| 193 | 
            +
                #   Please use `InvalidStateTransition` instead.
         | 
| 171 194 | 
             
                class InvalidStateTransitionException < ServiceError
         | 
| 172 195 |  | 
| 173 196 | 
             
                  # @param [Seahorse::Client::RequestContext] context
         | 
| @@ -228,6 +251,8 @@ module Aws::CloudFormation | |
| 228 251 | 
             
                  end
         | 
| 229 252 | 
             
                end
         | 
| 230 253 |  | 
| 254 | 
            +
                # @deprecated This error class is not used during parsing.
         | 
| 255 | 
            +
                #   Please use `ConditionalCheckFailed` instead.
         | 
| 231 256 | 
             
                class OperationStatusCheckFailedException < ServiceError
         | 
| 232 257 |  | 
| 233 258 | 
             
                  # @param [Seahorse::Client::RequestContext] context
         | 
| @@ -238,6 +263,8 @@ module Aws::CloudFormation | |
| 238 263 | 
             
                  end
         | 
| 239 264 | 
             
                end
         | 
| 240 265 |  | 
| 266 | 
            +
                # @deprecated This error class is not used during parsing.
         | 
| 267 | 
            +
                #   Please use `ResourceScanInProgress` instead.
         | 
| 241 268 | 
             
                class ResourceScanInProgressException < ServiceError
         | 
| 242 269 |  | 
| 243 270 | 
             
                  # @param [Seahorse::Client::RequestContext] context
         | 
| @@ -248,6 +275,8 @@ module Aws::CloudFormation | |
| 248 275 | 
             
                  end
         | 
| 249 276 | 
             
                end
         | 
| 250 277 |  | 
| 278 | 
            +
                # @deprecated This error class is not used during parsing.
         | 
| 279 | 
            +
                #   Please use `ResourceScanLimitExceeded` instead.
         | 
| 251 280 | 
             
                class ResourceScanLimitExceededException < ServiceError
         | 
| 252 281 |  | 
| 253 282 | 
             
                  # @param [Seahorse::Client::RequestContext] context
         | 
| @@ -258,6 +287,8 @@ module Aws::CloudFormation | |
| 258 287 | 
             
                  end
         | 
| 259 288 | 
             
                end
         | 
| 260 289 |  | 
| 290 | 
            +
                # @deprecated This error class is not used during parsing.
         | 
| 291 | 
            +
                #   Please use `ResourceScanNotFound` instead.
         | 
| 261 292 | 
             
                class ResourceScanNotFoundException < ServiceError
         | 
| 262 293 |  | 
| 263 294 | 
             
                  # @param [Seahorse::Client::RequestContext] context
         | 
    
        metadata
    CHANGED
    
    | @@ -1,14 +1,14 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification
         | 
| 2 2 | 
             
            name: aws-sdk-cloudformation
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version
         | 
| 4 | 
            -
              version: 1. | 
| 4 | 
            +
              version: 1.128.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: 2025- | 
| 11 | 
            +
            date: 2025-03-04 00:00:00.000000000 Z
         | 
| 12 12 | 
             
            dependencies:
         | 
| 13 13 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 14 14 | 
             
              name: aws-sdk-core
         |