aws-sdk-imagebuilder 1.56.0 → 1.58.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d85956eb1781673c801a2c6ac944d0e62c0201016705afd39484636cfdbe366a
4
- data.tar.gz: 7612542f017c4089481dc4593e0f65d2c1945415d67fa51c03b53d5cbd3c1320
3
+ metadata.gz: c6ff087ecfaf52adea68a0de4827963f1df51ad847c01962f38d0c96560b1529
4
+ data.tar.gz: 8702c103ac8d3bf8737256422628fc4df172c89f8448dc04a3bb208b3edc4d05
5
5
  SHA512:
6
- metadata.gz: 83b2f76814f41a44b45e0cd17d2c9e67e85ad5f034f7b327353d38a9d61e4408f9cc7fa0c46b20ef0d6242d6a65f4a84fc9a1d3f1e9c2308e43dd55d70f7a0c0
7
- data.tar.gz: b82cdbb99075aa96f2a9f1c0dab6da2b03da884f66d40b3a76cd7cbbee3a0d4a685d54feef9d07effc3ffffaed958d9760765b1dca96ed4fa06726d7a45aec91
6
+ metadata.gz: 73cdbd0f54de89cc76ee2cd2d5e4f29670eb8d1191e94ad4d87c3ed0e1cffda2dc45dbfa4df62f61ef25504fc33e020bf33e60e4b0eea82d4fb4cacef02baa3d
7
+ data.tar.gz: 9b2d4c096993426ed9141ff28440894935de9ad9727abd22fed1f0643e9d296d15560088b1563150e8fec241e5bc1bf92ada742f5fffc4150643bdac456dcf8d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
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
+
9
+ 1.57.0 (2024-01-26)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.56.0 (2023-12-12)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.56.0
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.56.0'
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"))
@@ -14,6 +14,7 @@ module Aws::Imagebuilder
14
14
  option(
15
15
  :endpoint_provider,
16
16
  doc_type: 'Aws::Imagebuilder::EndpointProvider',
17
+ rbs_type: 'untyped',
17
18
  docstring: 'The endpoint provider used to resolve endpoints. Any '\
18
19
  'object that responds to `#resolve_endpoint(parameters)` '\
19
20
  'where `parameters` is a Struct similar to '\
@@ -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 resources
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
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-imagebuilder/customizations'
52
52
  # @!group service
53
53
  module Aws::Imagebuilder
54
54
 
55
- GEM_VERSION = '1.56.0'
55
+ GEM_VERSION = '1.58.0'
56
56
 
57
57
  end