aws-sdk-imagebuilder 1.99.0 → 1.100.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 +2 -2
- data/lib/aws-sdk-imagebuilder/client_api.rb +1 -1
- data/lib/aws-sdk-imagebuilder.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bc009e4216621bf19505143e7ded2b707af7ad98ebfcbf40cd0239023356d62d
|
|
4
|
+
data.tar.gz: 4fc1d8020d72da7f9473f6ab3c8cd93b2ea06989e2711169801f64fffdd2ad31
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 34838cafd2ec47e52e25e00227ebe1c1b1a074139ba8443bc435eefd3c5d40b8c2fb407950ca76fd692370f5f8d0acb36e7ead0e3f31747540636c37021e6819
|
|
7
|
+
data.tar.gz: a1ccdafc0e947b688b59876a725982730e67b1c674bc2b1b24de9935810cd534ecd04579a3ca401801c8fd3a376e2215841c5fb47fbe0378a9343af7c264fe9d
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.100.0
|
|
@@ -3769,7 +3769,7 @@ module Aws::Imagebuilder
|
|
|
3769
3769
|
# },
|
|
3770
3770
|
# ],
|
|
3771
3771
|
# max_results: 1,
|
|
3772
|
-
# next_token: "
|
|
3772
|
+
# next_token: "PaginationToken",
|
|
3773
3773
|
# })
|
|
3774
3774
|
#
|
|
3775
3775
|
# @example Response structure
|
|
@@ -6096,7 +6096,7 @@ module Aws::Imagebuilder
|
|
|
6096
6096
|
tracer: tracer
|
|
6097
6097
|
)
|
|
6098
6098
|
context[:gem_name] = 'aws-sdk-imagebuilder'
|
|
6099
|
-
context[:gem_version] = '1.
|
|
6099
|
+
context[:gem_version] = '1.100.0'
|
|
6100
6100
|
Seahorse::Client::Request.new(handlers, context)
|
|
6101
6101
|
end
|
|
6102
6102
|
|
|
@@ -1643,7 +1643,7 @@ module Aws::Imagebuilder
|
|
|
1643
1643
|
ListContainerRecipesRequest.add_member(:owner, Shapes::ShapeRef.new(shape: Ownership, location_name: "owner"))
|
|
1644
1644
|
ListContainerRecipesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "filters"))
|
|
1645
1645
|
ListContainerRecipesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: RestrictedInteger, location_name: "maxResults", metadata: {"box" => true}))
|
|
1646
|
-
ListContainerRecipesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape:
|
|
1646
|
+
ListContainerRecipesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
|
1647
1647
|
ListContainerRecipesRequest.struct_class = Types::ListContainerRecipesRequest
|
|
1648
1648
|
|
|
1649
1649
|
ListContainerRecipesResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "requestId"))
|
data/lib/aws-sdk-imagebuilder.rb
CHANGED