aws-sdk-imagebuilder 1.1.0 → 1.2.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
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 41a1fc2aa46971238ead5b558fa459518af4ecf7
|
4
|
+
data.tar.gz: 26d8458826fa3d99cf32f797dc85d331f8b16c6e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 66c27296434ccee7697ea3d8576969151ae311edc7327a1bac85b43ef1b47ee61b6761741908db4ba2ede29d8fd4eb8ef94b4b531c096a61d5d84eaa73d42a2a
|
7
|
+
data.tar.gz: eb7cbdc62efe244c24fa4f316b05d002374736de427847dffe9ac4b619027b17dcecf7188b27a8b62cfb629250e4772bda3c7485dd476ae0114dfe5c19d64048
|
data/lib/aws-sdk-imagebuilder.rb
CHANGED
@@ -2094,7 +2094,7 @@ module Aws::Imagebuilder
|
|
2094
2094
|
#
|
2095
2095
|
# resp = client.put_component_policy({
|
2096
2096
|
# component_arn: "ComponentBuildVersionArn", # required
|
2097
|
-
# policy: "
|
2097
|
+
# policy: "ResourcePolicyDocument", # required
|
2098
2098
|
# })
|
2099
2099
|
#
|
2100
2100
|
# @example Response structure
|
@@ -2129,7 +2129,7 @@ module Aws::Imagebuilder
|
|
2129
2129
|
#
|
2130
2130
|
# resp = client.put_image_policy({
|
2131
2131
|
# image_arn: "ImageBuildVersionArn", # required
|
2132
|
-
# policy: "
|
2132
|
+
# policy: "ResourcePolicyDocument", # required
|
2133
2133
|
# })
|
2134
2134
|
#
|
2135
2135
|
# @example Response structure
|
@@ -2164,7 +2164,7 @@ module Aws::Imagebuilder
|
|
2164
2164
|
#
|
2165
2165
|
# resp = client.put_image_recipe_policy({
|
2166
2166
|
# image_recipe_arn: "ImageRecipeArn", # required
|
2167
|
-
# policy: "
|
2167
|
+
# policy: "ResourcePolicyDocument", # required
|
2168
2168
|
# })
|
2169
2169
|
#
|
2170
2170
|
# @example Response structure
|
@@ -2523,7 +2523,7 @@ module Aws::Imagebuilder
|
|
2523
2523
|
params: params,
|
2524
2524
|
config: config)
|
2525
2525
|
context[:gem_name] = 'aws-sdk-imagebuilder'
|
2526
|
-
context[:gem_version] = '1.
|
2526
|
+
context[:gem_version] = '1.2.0'
|
2527
2527
|
Seahorse::Client::Request.new(handlers, context)
|
2528
2528
|
end
|
2529
2529
|
|
@@ -175,6 +175,7 @@ module Aws::Imagebuilder
|
|
175
175
|
ResourceInUseException = Shapes::StructureShape.new(name: 'ResourceInUseException')
|
176
176
|
ResourceName = Shapes::StringShape.new(name: 'ResourceName')
|
177
177
|
ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
|
178
|
+
ResourcePolicyDocument = Shapes::StringShape.new(name: 'ResourcePolicyDocument')
|
178
179
|
RestrictedInteger = Shapes::IntegerShape.new(name: 'RestrictedInteger')
|
179
180
|
S3Logs = Shapes::StructureShape.new(name: 'S3Logs')
|
180
181
|
Schedule = Shapes::StructureShape.new(name: 'Schedule')
|
@@ -468,7 +469,7 @@ module Aws::Imagebuilder
|
|
468
469
|
GetComponentPolicyRequest.struct_class = Types::GetComponentPolicyRequest
|
469
470
|
|
470
471
|
GetComponentPolicyResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "requestId"))
|
471
|
-
GetComponentPolicyResponse.add_member(:policy, Shapes::ShapeRef.new(shape:
|
472
|
+
GetComponentPolicyResponse.add_member(:policy, Shapes::ShapeRef.new(shape: ResourcePolicyDocument, location_name: "policy"))
|
472
473
|
GetComponentPolicyResponse.struct_class = Types::GetComponentPolicyResponse
|
473
474
|
|
474
475
|
GetComponentRequest.add_member(:component_build_version_arn, Shapes::ShapeRef.new(shape: ComponentBuildVersionArn, required: true, location: "querystring", location_name: "componentBuildVersionArn"))
|
@@ -496,14 +497,14 @@ module Aws::Imagebuilder
|
|
496
497
|
GetImagePolicyRequest.struct_class = Types::GetImagePolicyRequest
|
497
498
|
|
498
499
|
GetImagePolicyResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "requestId"))
|
499
|
-
GetImagePolicyResponse.add_member(:policy, Shapes::ShapeRef.new(shape:
|
500
|
+
GetImagePolicyResponse.add_member(:policy, Shapes::ShapeRef.new(shape: ResourcePolicyDocument, location_name: "policy"))
|
500
501
|
GetImagePolicyResponse.struct_class = Types::GetImagePolicyResponse
|
501
502
|
|
502
503
|
GetImageRecipePolicyRequest.add_member(:image_recipe_arn, Shapes::ShapeRef.new(shape: ImageRecipeArn, required: true, location: "querystring", location_name: "imageRecipeArn"))
|
503
504
|
GetImageRecipePolicyRequest.struct_class = Types::GetImageRecipePolicyRequest
|
504
505
|
|
505
506
|
GetImageRecipePolicyResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "requestId"))
|
506
|
-
GetImageRecipePolicyResponse.add_member(:policy, Shapes::ShapeRef.new(shape:
|
507
|
+
GetImageRecipePolicyResponse.add_member(:policy, Shapes::ShapeRef.new(shape: ResourcePolicyDocument, location_name: "policy"))
|
507
508
|
GetImageRecipePolicyResponse.struct_class = Types::GetImageRecipePolicyResponse
|
508
509
|
|
509
510
|
GetImageRecipeRequest.add_member(:image_recipe_arn, Shapes::ShapeRef.new(shape: ImageRecipeArn, required: true, location: "querystring", location_name: "imageRecipeArn"))
|
@@ -805,7 +806,7 @@ module Aws::Imagebuilder
|
|
805
806
|
OutputResources.struct_class = Types::OutputResources
|
806
807
|
|
807
808
|
PutComponentPolicyRequest.add_member(:component_arn, Shapes::ShapeRef.new(shape: ComponentBuildVersionArn, required: true, location_name: "componentArn"))
|
808
|
-
PutComponentPolicyRequest.add_member(:policy, Shapes::ShapeRef.new(shape:
|
809
|
+
PutComponentPolicyRequest.add_member(:policy, Shapes::ShapeRef.new(shape: ResourcePolicyDocument, required: true, location_name: "policy"))
|
809
810
|
PutComponentPolicyRequest.struct_class = Types::PutComponentPolicyRequest
|
810
811
|
|
811
812
|
PutComponentPolicyResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "requestId"))
|
@@ -813,7 +814,7 @@ module Aws::Imagebuilder
|
|
813
814
|
PutComponentPolicyResponse.struct_class = Types::PutComponentPolicyResponse
|
814
815
|
|
815
816
|
PutImagePolicyRequest.add_member(:image_arn, Shapes::ShapeRef.new(shape: ImageBuildVersionArn, required: true, location_name: "imageArn"))
|
816
|
-
PutImagePolicyRequest.add_member(:policy, Shapes::ShapeRef.new(shape:
|
817
|
+
PutImagePolicyRequest.add_member(:policy, Shapes::ShapeRef.new(shape: ResourcePolicyDocument, required: true, location_name: "policy"))
|
817
818
|
PutImagePolicyRequest.struct_class = Types::PutImagePolicyRequest
|
818
819
|
|
819
820
|
PutImagePolicyResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "requestId"))
|
@@ -821,7 +822,7 @@ module Aws::Imagebuilder
|
|
821
822
|
PutImagePolicyResponse.struct_class = Types::PutImagePolicyResponse
|
822
823
|
|
823
824
|
PutImageRecipePolicyRequest.add_member(:image_recipe_arn, Shapes::ShapeRef.new(shape: ImageRecipeArn, required: true, location_name: "imageRecipeArn"))
|
824
|
-
PutImageRecipePolicyRequest.add_member(:policy, Shapes::ShapeRef.new(shape:
|
825
|
+
PutImageRecipePolicyRequest.add_member(:policy, Shapes::ShapeRef.new(shape: ResourcePolicyDocument, required: true, location_name: "policy"))
|
825
826
|
PutImageRecipePolicyRequest.struct_class = Types::PutImageRecipePolicyRequest
|
826
827
|
|
827
828
|
PutImageRecipePolicyResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "requestId"))
|
@@ -3205,7 +3205,7 @@ module Aws::Imagebuilder
|
|
3205
3205
|
#
|
3206
3206
|
# {
|
3207
3207
|
# component_arn: "ComponentBuildVersionArn", # required
|
3208
|
-
# policy: "
|
3208
|
+
# policy: "ResourcePolicyDocument", # required
|
3209
3209
|
# }
|
3210
3210
|
#
|
3211
3211
|
# @!attribute [rw] component_arn
|
@@ -3247,7 +3247,7 @@ module Aws::Imagebuilder
|
|
3247
3247
|
#
|
3248
3248
|
# {
|
3249
3249
|
# image_arn: "ImageBuildVersionArn", # required
|
3250
|
-
# policy: "
|
3250
|
+
# policy: "ResourcePolicyDocument", # required
|
3251
3251
|
# }
|
3252
3252
|
#
|
3253
3253
|
# @!attribute [rw] image_arn
|
@@ -3289,7 +3289,7 @@ module Aws::Imagebuilder
|
|
3289
3289
|
#
|
3290
3290
|
# {
|
3291
3291
|
# image_recipe_arn: "ImageRecipeArn", # required
|
3292
|
-
# policy: "
|
3292
|
+
# policy: "ResourcePolicyDocument", # required
|
3293
3293
|
# }
|
3294
3294
|
#
|
3295
3295
|
# @!attribute [rw] image_recipe_arn
|
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.2.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-02-
|
11
|
+
date: 2020-02-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|