aws-sdk-imagebuilder 1.57.0 → 1.58.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-imagebuilder/client.rb +6 -4
- data/lib/aws-sdk-imagebuilder/client_api.rb +2 -0
- data/lib/aws-sdk-imagebuilder/types.rb +16 -4
- data/lib/aws-sdk-imagebuilder.rb +1 -1
- data/sig/types.rbs +3 -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: c6ff087ecfaf52adea68a0de4827963f1df51ad847c01962f38d0c96560b1529
         | 
| 4 | 
            +
              data.tar.gz: 8702c103ac8d3bf8737256422628fc4df172c89f8448dc04a3bb208b3edc4d05
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: 73cdbd0f54de89cc76ee2cd2d5e4f29670eb8d1191e94ad4d87c3ed0e1cffda2dc45dbfa4df62f61ef25504fc33e020bf33e60e4b0eea82d4fb4cacef02baa3d
         | 
| 7 | 
            +
              data.tar.gz: 9b2d4c096993426ed9141ff28440894935de9ad9727abd22fed1f0643e9d296d15560088b1563150e8fec241e5bc1bf92ada742f5fffc4150643bdac456dcf8d
         | 
    
        data/CHANGELOG.md
    CHANGED
    
    | @@ -1,6 +1,11 @@ | |
| 1 1 | 
             
            Unreleased Changes
         | 
| 2 2 | 
             
            ------------------
         | 
| 3 3 |  | 
| 4 | 
            +
            1.58.0 (2024-03-06)
         | 
| 5 | 
            +
            ------------------
         | 
| 6 | 
            +
             | 
| 7 | 
            +
            * Feature - Add PENDING status to Lifecycle Execution resource status. Add StartTime and EndTime to ListLifecycleExecutionResource API response.
         | 
| 8 | 
            +
             | 
| 4 9 | 
             
            1.57.0 (2024-01-26)
         | 
| 5 10 | 
             
            ------------------
         | 
| 6 11 |  | 
    
        data/VERSION
    CHANGED
    
    | @@ -1 +1 @@ | |
| 1 | 
            -
            1. | 
| 1 | 
            +
            1.58.0
         | 
| @@ -2633,7 +2633,7 @@ module Aws::Imagebuilder | |
| 2633 2633 | 
             
                #   resp.lifecycle_execution.lifecycle_execution_id #=> String
         | 
| 2634 2634 | 
             
                #   resp.lifecycle_execution.lifecycle_policy_arn #=> String
         | 
| 2635 2635 | 
             
                #   resp.lifecycle_execution.resources_impacted_summary.has_impacted_resources #=> Boolean
         | 
| 2636 | 
            -
                #   resp.lifecycle_execution.state.status #=> String, one of "IN_PROGRESS", "CANCELLED", "CANCELLING", "FAILED", "SUCCESS"
         | 
| 2636 | 
            +
                #   resp.lifecycle_execution.state.status #=> String, one of "IN_PROGRESS", "CANCELLED", "CANCELLING", "FAILED", "SUCCESS", "PENDING"
         | 
| 2637 2637 | 
             
                #   resp.lifecycle_execution.state.reason #=> String
         | 
| 2638 2638 | 
             
                #   resp.lifecycle_execution.start_time #=> Time
         | 
| 2639 2639 | 
             
                #   resp.lifecycle_execution.end_time #=> Time
         | 
| @@ -4160,7 +4160,7 @@ module Aws::Imagebuilder | |
| 4160 4160 | 
             
                # @example Response structure
         | 
| 4161 4161 | 
             
                #
         | 
| 4162 4162 | 
             
                #   resp.lifecycle_execution_id #=> String
         | 
| 4163 | 
            -
                #   resp.lifecycle_execution_state.status #=> String, one of "IN_PROGRESS", "CANCELLED", "CANCELLING", "FAILED", "SUCCESS"
         | 
| 4163 | 
            +
                #   resp.lifecycle_execution_state.status #=> String, one of "IN_PROGRESS", "CANCELLED", "CANCELLING", "FAILED", "SUCCESS", "PENDING"
         | 
| 4164 4164 | 
             
                #   resp.lifecycle_execution_state.reason #=> String
         | 
| 4165 4165 | 
             
                #   resp.resources #=> Array
         | 
| 4166 4166 | 
             
                #   resp.resources[0].account_id #=> String
         | 
| @@ -4176,6 +4176,8 @@ module Aws::Imagebuilder | |
| 4176 4176 | 
             
                #   resp.resources[0].snapshots[0].state.reason #=> String
         | 
| 4177 4177 | 
             
                #   resp.resources[0].image_uris #=> Array
         | 
| 4178 4178 | 
             
                #   resp.resources[0].image_uris[0] #=> String
         | 
| 4179 | 
            +
                #   resp.resources[0].start_time #=> Time
         | 
| 4180 | 
            +
                #   resp.resources[0].end_time #=> Time
         | 
| 4179 4181 | 
             
                #   resp.next_token #=> String
         | 
| 4180 4182 | 
             
                #
         | 
| 4181 4183 | 
             
                # @see http://docs.aws.amazon.com/goto/WebAPI/imagebuilder-2019-12-02/ListLifecycleExecutionResources AWS API Documentation
         | 
| @@ -4221,7 +4223,7 @@ module Aws::Imagebuilder | |
| 4221 4223 | 
             
                #   resp.lifecycle_executions[0].lifecycle_execution_id #=> String
         | 
| 4222 4224 | 
             
                #   resp.lifecycle_executions[0].lifecycle_policy_arn #=> String
         | 
| 4223 4225 | 
             
                #   resp.lifecycle_executions[0].resources_impacted_summary.has_impacted_resources #=> Boolean
         | 
| 4224 | 
            -
                #   resp.lifecycle_executions[0].state.status #=> String, one of "IN_PROGRESS", "CANCELLED", "CANCELLING", "FAILED", "SUCCESS"
         | 
| 4226 | 
            +
                #   resp.lifecycle_executions[0].state.status #=> String, one of "IN_PROGRESS", "CANCELLED", "CANCELLING", "FAILED", "SUCCESS", "PENDING"
         | 
| 4225 4227 | 
             
                #   resp.lifecycle_executions[0].state.reason #=> String
         | 
| 4226 4228 | 
             
                #   resp.lifecycle_executions[0].start_time #=> Time
         | 
| 4227 4229 | 
             
                #   resp.lifecycle_executions[0].end_time #=> Time
         | 
| @@ -5537,7 +5539,7 @@ module Aws::Imagebuilder | |
| 5537 5539 | 
             
                    params: params,
         | 
| 5538 5540 | 
             
                    config: config)
         | 
| 5539 5541 | 
             
                  context[:gem_name] = 'aws-sdk-imagebuilder'
         | 
| 5540 | 
            -
                  context[:gem_version] = '1. | 
| 5542 | 
            +
                  context[:gem_version] = '1.58.0'
         | 
| 5541 5543 | 
             
                  Seahorse::Client::Request.new(handlers, context)
         | 
| 5542 5544 | 
             
                end
         | 
| 5543 5545 |  | 
| @@ -1395,6 +1395,8 @@ module Aws::Imagebuilder | |
| 1395 1395 | 
             
                LifecycleExecutionResource.add_member(:region, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "region"))
         | 
| 1396 1396 | 
             
                LifecycleExecutionResource.add_member(:snapshots, Shapes::ShapeRef.new(shape: LifecycleExecutionSnapshotResourceList, location_name: "snapshots"))
         | 
| 1397 1397 | 
             
                LifecycleExecutionResource.add_member(:image_uris, Shapes::ShapeRef.new(shape: StringList, location_name: "imageUris"))
         | 
| 1398 | 
            +
                LifecycleExecutionResource.add_member(:start_time, Shapes::ShapeRef.new(shape: DateTimeTimestamp, location_name: "startTime"))
         | 
| 1399 | 
            +
                LifecycleExecutionResource.add_member(:end_time, Shapes::ShapeRef.new(shape: DateTimeTimestamp, location_name: "endTime"))
         | 
| 1398 1400 | 
             
                LifecycleExecutionResource.struct_class = Types::LifecycleExecutionResource
         | 
| 1399 1401 |  | 
| 1400 1402 | 
             
                LifecycleExecutionResourceAction.add_member(:name, Shapes::ShapeRef.new(shape: LifecycleExecutionResourceActionName, location_name: "name"))
         | 
| @@ -4933,6 +4933,16 @@ module Aws::Imagebuilder | |
| 4933 4933 | 
             
                #   associated container images distributed to ECR repositories.
         | 
| 4934 4934 | 
             
                #   @return [Array<String>]
         | 
| 4935 4935 | 
             
                #
         | 
| 4936 | 
            +
                # @!attribute [rw] start_time
         | 
| 4937 | 
            +
                #   The starting timestamp from the lifecycle action that was applied to
         | 
| 4938 | 
            +
                #   the resource.
         | 
| 4939 | 
            +
                #   @return [Time]
         | 
| 4940 | 
            +
                #
         | 
| 4941 | 
            +
                # @!attribute [rw] end_time
         | 
| 4942 | 
            +
                #   The ending timestamp from the lifecycle action that was applied to
         | 
| 4943 | 
            +
                #   the resource.
         | 
| 4944 | 
            +
                #   @return [Time]
         | 
| 4945 | 
            +
                #
         | 
| 4936 4946 | 
             
                # @see http://docs.aws.amazon.com/goto/WebAPI/imagebuilder-2019-12-02/LifecycleExecutionResource AWS API Documentation
         | 
| 4937 4947 | 
             
                #
         | 
| 4938 4948 | 
             
                class LifecycleExecutionResource < Struct.new(
         | 
| @@ -4942,7 +4952,9 @@ module Aws::Imagebuilder | |
| 4942 4952 | 
             
                  :action,
         | 
| 4943 4953 | 
             
                  :region,
         | 
| 4944 4954 | 
             
                  :snapshots,
         | 
| 4945 | 
            -
                  :image_uris | 
| 4955 | 
            +
                  :image_uris,
         | 
| 4956 | 
            +
                  :start_time,
         | 
| 4957 | 
            +
                  :end_time)
         | 
| 4946 4958 | 
             
                  SENSITIVE = []
         | 
| 4947 4959 | 
             
                  include Aws::Structure
         | 
| 4948 4960 | 
             
                end
         | 
| @@ -5196,7 +5208,7 @@ module Aws::Imagebuilder | |
| 5196 5208 | 
             
                #
         | 
| 5197 5209 | 
             
                # @!attribute [rw] tag_map
         | 
| 5198 5210 | 
             
                #   Contains a list of tags that Image Builder uses to skip lifecycle
         | 
| 5199 | 
            -
                #   actions for resources that have them.
         | 
| 5211 | 
            +
                #   actions for Image Builder image resources that have them.
         | 
| 5200 5212 | 
             
                #   @return [Hash<String,String>]
         | 
| 5201 5213 | 
             
                #
         | 
| 5202 5214 | 
             
                # @!attribute [rw] amis
         | 
| @@ -5325,8 +5337,8 @@ module Aws::Imagebuilder | |
| 5325 5337 | 
             
                #   @return [Array<Types::LifecyclePolicyResourceSelectionRecipe>]
         | 
| 5326 5338 | 
             
                #
         | 
| 5327 5339 | 
             
                # @!attribute [rw] tag_map
         | 
| 5328 | 
            -
                #   A list of tags that are used as selection criteria for the  | 
| 5329 | 
            -
                #   that the lifecycle policy applies to.
         | 
| 5340 | 
            +
                #   A list of tags that are used as selection criteria for the Image
         | 
| 5341 | 
            +
                #   Builder image resources that the lifecycle policy applies to.
         | 
| 5330 5342 | 
             
                #   @return [Hash<String,String>]
         | 
| 5331 5343 | 
             
                #
         | 
| 5332 5344 | 
             
                # @see http://docs.aws.amazon.com/goto/WebAPI/imagebuilder-2019-12-02/LifecyclePolicyResourceSelection AWS API Documentation
         | 
    
        data/lib/aws-sdk-imagebuilder.rb
    CHANGED
    
    
    
        data/sig/types.rbs
    CHANGED
    
    | @@ -1160,6 +1160,8 @@ module Aws::Imagebuilder | |
| 1160 1160 | 
             
                  attr_accessor region: ::String
         | 
| 1161 1161 | 
             
                  attr_accessor snapshots: ::Array[Types::LifecycleExecutionSnapshotResource]
         | 
| 1162 1162 | 
             
                  attr_accessor image_uris: ::Array[::String]
         | 
| 1163 | 
            +
                  attr_accessor start_time: ::Time
         | 
| 1164 | 
            +
                  attr_accessor end_time: ::Time
         | 
| 1163 1165 | 
             
                  SENSITIVE: []
         | 
| 1164 1166 | 
             
                end
         | 
| 1165 1167 |  | 
| @@ -1187,7 +1189,7 @@ module Aws::Imagebuilder | |
| 1187 1189 | 
             
                end
         | 
| 1188 1190 |  | 
| 1189 1191 | 
             
                class LifecycleExecutionState
         | 
| 1190 | 
            -
                  attr_accessor status: ("IN_PROGRESS" | "CANCELLED" | "CANCELLING" | "FAILED" | "SUCCESS")
         | 
| 1192 | 
            +
                  attr_accessor status: ("IN_PROGRESS" | "CANCELLED" | "CANCELLING" | "FAILED" | "SUCCESS" | "PENDING")
         | 
| 1191 1193 | 
             
                  attr_accessor reason: ::String
         | 
| 1192 1194 | 
             
                  SENSITIVE: []
         | 
| 1193 1195 | 
             
                end
         | 
    
        metadata
    CHANGED
    
    | @@ -1,14 +1,14 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification
         | 
| 2 2 | 
             
            name: aws-sdk-imagebuilder
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version
         | 
| 4 | 
            -
              version: 1. | 
| 4 | 
            +
              version: 1.58.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: 2024- | 
| 11 | 
            +
            date: 2024-03-06 00:00:00.000000000 Z
         | 
| 12 12 | 
             
            dependencies:
         | 
| 13 13 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 14 14 | 
             
              name: aws-sdk-core
         |