aws-sdk-imagebuilder 1.15.0 → 1.16.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
  SHA256:
3
- metadata.gz: 8dbb9b81bcf9859798980dccaf7e2ba2604d3fdc262967cabb893208826f4cb5
4
- data.tar.gz: 690d7a9cabcad0207027ad48ae856970ba40a41bc1445eda8d9b1cf22ddfcf89
3
+ metadata.gz: 40bb1acbf6befa67e0d7225524760dba1fff56c3fb59f606d6f619300c8fb097
4
+ data.tar.gz: afdd23a7a840c95738ea81eb5637b9e5e117788c251853649c984492af38df73
5
5
  SHA512:
6
- metadata.gz: afd1f80b0e02cecacccc88256891aff548ca7e7d0c97a7a4fb406eac5e1a3168914da63f53f14f86ef6453c5161529793fac1807479420a314220d3c5893edb2
7
- data.tar.gz: dd4b76266fade562337699610af7bdcf982edb69fc7f0db658fe37534525f1eddc846347d8bb17ad373263546bba1991932bedf004dab2484471b6f1a7f17c27
6
+ metadata.gz: d41a076fefadb8c7488c233ea5f37eb6b0801473b544bb6a782634abe073c4f267c5dffb3f685b07f15748c70168ff66330193ba23822f155b149aff5434c9ea
7
+ data.tar.gz: 402c9af5095c2f42b53a2385acfa9f232757c88db4b2613db65218260f81584e9f659bd08c4d24795fd9efe80dd40f691d96194974f96d62323facbabebb2c37
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-imagebuilder/customizations'
48
48
  # @!group service
49
49
  module Aws::Imagebuilder
50
50
 
51
- GEM_VERSION = '1.15.0'
51
+ GEM_VERSION = '1.16.0'
52
52
 
53
53
  end
@@ -1657,7 +1657,7 @@ module Aws::Imagebuilder
1657
1657
  # resp = client.list_component_build_versions({
1658
1658
  # component_version_arn: "ComponentVersionArn", # required
1659
1659
  # max_results: 1,
1660
- # next_token: "NonEmptyString",
1660
+ # next_token: "PaginationToken",
1661
1661
  # })
1662
1662
  #
1663
1663
  # @example Response structure
@@ -1727,7 +1727,7 @@ module Aws::Imagebuilder
1727
1727
  # },
1728
1728
  # ],
1729
1729
  # max_results: 1,
1730
- # next_token: "NonEmptyString",
1730
+ # next_token: "PaginationToken",
1731
1731
  # })
1732
1732
  #
1733
1733
  # @example Response structure
@@ -1789,7 +1789,7 @@ module Aws::Imagebuilder
1789
1789
  # },
1790
1790
  # ],
1791
1791
  # max_results: 1,
1792
- # next_token: "NonEmptyString",
1792
+ # next_token: "PaginationToken",
1793
1793
  # })
1794
1794
  #
1795
1795
  # @example Response structure
@@ -1849,7 +1849,7 @@ module Aws::Imagebuilder
1849
1849
  # },
1850
1850
  # ],
1851
1851
  # max_results: 1,
1852
- # next_token: "NonEmptyString",
1852
+ # next_token: "PaginationToken",
1853
1853
  # })
1854
1854
  #
1855
1855
  # @example Response structure
@@ -1921,7 +1921,7 @@ module Aws::Imagebuilder
1921
1921
  # },
1922
1922
  # ],
1923
1923
  # max_results: 1,
1924
- # next_token: "NonEmptyString",
1924
+ # next_token: "PaginationToken",
1925
1925
  # })
1926
1926
  #
1927
1927
  # @example Response structure
@@ -1988,7 +1988,7 @@ module Aws::Imagebuilder
1988
1988
  # },
1989
1989
  # ],
1990
1990
  # max_results: 1,
1991
- # next_token: "NonEmptyString",
1991
+ # next_token: "PaginationToken",
1992
1992
  # })
1993
1993
  #
1994
1994
  # @example Response structure
@@ -2063,7 +2063,7 @@ module Aws::Imagebuilder
2063
2063
  # },
2064
2064
  # ],
2065
2065
  # max_results: 1,
2066
- # next_token: "NonEmptyString",
2066
+ # next_token: "PaginationToken",
2067
2067
  # })
2068
2068
  #
2069
2069
  # @example Response structure
@@ -2127,7 +2127,7 @@ module Aws::Imagebuilder
2127
2127
  # },
2128
2128
  # ],
2129
2129
  # max_results: 1,
2130
- # next_token: "NonEmptyString",
2130
+ # next_token: "PaginationToken",
2131
2131
  # })
2132
2132
  #
2133
2133
  # @example Response structure
@@ -2182,7 +2182,7 @@ module Aws::Imagebuilder
2182
2182
  # },
2183
2183
  # ],
2184
2184
  # max_results: 1,
2185
- # next_token: "NonEmptyString",
2185
+ # next_token: "PaginationToken",
2186
2186
  # })
2187
2187
  #
2188
2188
  # @example Response structure
@@ -2729,7 +2729,7 @@ module Aws::Imagebuilder
2729
2729
  params: params,
2730
2730
  config: config)
2731
2731
  context[:gem_name] = 'aws-sdk-imagebuilder'
2732
- context[:gem_version] = '1.15.0'
2732
+ context[:gem_version] = '1.16.0'
2733
2733
  Seahorse::Client::Request.new(handlers, context)
2734
2734
  end
2735
2735
 
@@ -168,6 +168,7 @@ module Aws::Imagebuilder
168
168
  OsVersionList = Shapes::ListShape.new(name: 'OsVersionList')
169
169
  OutputResources = Shapes::StructureShape.new(name: 'OutputResources')
170
170
  Ownership = Shapes::StringShape.new(name: 'Ownership')
171
+ PaginationToken = Shapes::StringShape.new(name: 'PaginationToken')
171
172
  PipelineExecutionStartCondition = Shapes::StringShape.new(name: 'PipelineExecutionStartCondition')
172
173
  PipelineStatus = Shapes::StringShape.new(name: 'PipelineStatus')
173
174
  Platform = Shapes::StringShape.new(name: 'Platform')
@@ -728,97 +729,97 @@ module Aws::Imagebuilder
728
729
 
729
730
  ListComponentBuildVersionsRequest.add_member(:component_version_arn, Shapes::ShapeRef.new(shape: ComponentVersionArn, required: true, location_name: "componentVersionArn"))
730
731
  ListComponentBuildVersionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: RestrictedInteger, location_name: "maxResults", metadata: {"box"=>true}))
731
- ListComponentBuildVersionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "nextToken"))
732
+ ListComponentBuildVersionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
732
733
  ListComponentBuildVersionsRequest.struct_class = Types::ListComponentBuildVersionsRequest
733
734
 
734
735
  ListComponentBuildVersionsResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "requestId"))
735
736
  ListComponentBuildVersionsResponse.add_member(:component_summary_list, Shapes::ShapeRef.new(shape: ComponentSummaryList, location_name: "componentSummaryList"))
736
- ListComponentBuildVersionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "nextToken"))
737
+ ListComponentBuildVersionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
737
738
  ListComponentBuildVersionsResponse.struct_class = Types::ListComponentBuildVersionsResponse
738
739
 
739
740
  ListComponentsRequest.add_member(:owner, Shapes::ShapeRef.new(shape: Ownership, location_name: "owner"))
740
741
  ListComponentsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "filters"))
741
742
  ListComponentsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: RestrictedInteger, location_name: "maxResults", metadata: {"box"=>true}))
742
- ListComponentsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "nextToken"))
743
+ ListComponentsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
743
744
  ListComponentsRequest.struct_class = Types::ListComponentsRequest
744
745
 
745
746
  ListComponentsResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "requestId"))
746
747
  ListComponentsResponse.add_member(:component_version_list, Shapes::ShapeRef.new(shape: ComponentVersionList, location_name: "componentVersionList"))
747
- ListComponentsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "nextToken"))
748
+ ListComponentsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
748
749
  ListComponentsResponse.struct_class = Types::ListComponentsResponse
749
750
 
750
751
  ListDistributionConfigurationsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "filters"))
751
752
  ListDistributionConfigurationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: RestrictedInteger, location_name: "maxResults", metadata: {"box"=>true}))
752
- ListDistributionConfigurationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "nextToken"))
753
+ ListDistributionConfigurationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
753
754
  ListDistributionConfigurationsRequest.struct_class = Types::ListDistributionConfigurationsRequest
754
755
 
755
756
  ListDistributionConfigurationsResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "requestId"))
756
757
  ListDistributionConfigurationsResponse.add_member(:distribution_configuration_summary_list, Shapes::ShapeRef.new(shape: DistributionConfigurationSummaryList, location_name: "distributionConfigurationSummaryList"))
757
- ListDistributionConfigurationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "nextToken"))
758
+ ListDistributionConfigurationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
758
759
  ListDistributionConfigurationsResponse.struct_class = Types::ListDistributionConfigurationsResponse
759
760
 
760
761
  ListImageBuildVersionsRequest.add_member(:image_version_arn, Shapes::ShapeRef.new(shape: ImageVersionArn, required: true, location_name: "imageVersionArn"))
761
762
  ListImageBuildVersionsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "filters"))
762
763
  ListImageBuildVersionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: RestrictedInteger, location_name: "maxResults", metadata: {"box"=>true}))
763
- ListImageBuildVersionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "nextToken"))
764
+ ListImageBuildVersionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
764
765
  ListImageBuildVersionsRequest.struct_class = Types::ListImageBuildVersionsRequest
765
766
 
766
767
  ListImageBuildVersionsResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "requestId"))
767
768
  ListImageBuildVersionsResponse.add_member(:image_summary_list, Shapes::ShapeRef.new(shape: ImageSummaryList, location_name: "imageSummaryList"))
768
- ListImageBuildVersionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "nextToken"))
769
+ ListImageBuildVersionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
769
770
  ListImageBuildVersionsResponse.struct_class = Types::ListImageBuildVersionsResponse
770
771
 
771
772
  ListImagePipelineImagesRequest.add_member(:image_pipeline_arn, Shapes::ShapeRef.new(shape: ImagePipelineArn, required: true, location_name: "imagePipelineArn"))
772
773
  ListImagePipelineImagesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "filters"))
773
774
  ListImagePipelineImagesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: RestrictedInteger, location_name: "maxResults", metadata: {"box"=>true}))
774
- ListImagePipelineImagesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "nextToken"))
775
+ ListImagePipelineImagesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
775
776
  ListImagePipelineImagesRequest.struct_class = Types::ListImagePipelineImagesRequest
776
777
 
777
778
  ListImagePipelineImagesResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "requestId"))
778
779
  ListImagePipelineImagesResponse.add_member(:image_summary_list, Shapes::ShapeRef.new(shape: ImageSummaryList, location_name: "imageSummaryList"))
779
- ListImagePipelineImagesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "nextToken"))
780
+ ListImagePipelineImagesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
780
781
  ListImagePipelineImagesResponse.struct_class = Types::ListImagePipelineImagesResponse
781
782
 
782
783
  ListImagePipelinesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "filters"))
783
784
  ListImagePipelinesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: RestrictedInteger, location_name: "maxResults", metadata: {"box"=>true}))
784
- ListImagePipelinesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "nextToken"))
785
+ ListImagePipelinesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
785
786
  ListImagePipelinesRequest.struct_class = Types::ListImagePipelinesRequest
786
787
 
787
788
  ListImagePipelinesResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "requestId"))
788
789
  ListImagePipelinesResponse.add_member(:image_pipeline_list, Shapes::ShapeRef.new(shape: ImagePipelineList, location_name: "imagePipelineList"))
789
- ListImagePipelinesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "nextToken"))
790
+ ListImagePipelinesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
790
791
  ListImagePipelinesResponse.struct_class = Types::ListImagePipelinesResponse
791
792
 
792
793
  ListImageRecipesRequest.add_member(:owner, Shapes::ShapeRef.new(shape: Ownership, location_name: "owner"))
793
794
  ListImageRecipesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "filters"))
794
795
  ListImageRecipesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: RestrictedInteger, location_name: "maxResults", metadata: {"box"=>true}))
795
- ListImageRecipesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "nextToken"))
796
+ ListImageRecipesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
796
797
  ListImageRecipesRequest.struct_class = Types::ListImageRecipesRequest
797
798
 
798
799
  ListImageRecipesResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "requestId"))
799
800
  ListImageRecipesResponse.add_member(:image_recipe_summary_list, Shapes::ShapeRef.new(shape: ImageRecipeSummaryList, location_name: "imageRecipeSummaryList"))
800
- ListImageRecipesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "nextToken"))
801
+ ListImageRecipesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
801
802
  ListImageRecipesResponse.struct_class = Types::ListImageRecipesResponse
802
803
 
803
804
  ListImagesRequest.add_member(:owner, Shapes::ShapeRef.new(shape: Ownership, location_name: "owner"))
804
805
  ListImagesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "filters"))
805
806
  ListImagesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: RestrictedInteger, location_name: "maxResults", metadata: {"box"=>true}))
806
- ListImagesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "nextToken"))
807
+ ListImagesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
807
808
  ListImagesRequest.struct_class = Types::ListImagesRequest
808
809
 
809
810
  ListImagesResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "requestId"))
810
811
  ListImagesResponse.add_member(:image_version_list, Shapes::ShapeRef.new(shape: ImageVersionList, location_name: "imageVersionList"))
811
- ListImagesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "nextToken"))
812
+ ListImagesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
812
813
  ListImagesResponse.struct_class = Types::ListImagesResponse
813
814
 
814
815
  ListInfrastructureConfigurationsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "filters"))
815
816
  ListInfrastructureConfigurationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: RestrictedInteger, location_name: "maxResults", metadata: {"box"=>true}))
816
- ListInfrastructureConfigurationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "nextToken"))
817
+ ListInfrastructureConfigurationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
817
818
  ListInfrastructureConfigurationsRequest.struct_class = Types::ListInfrastructureConfigurationsRequest
818
819
 
819
820
  ListInfrastructureConfigurationsResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "requestId"))
820
821
  ListInfrastructureConfigurationsResponse.add_member(:infrastructure_configuration_summary_list, Shapes::ShapeRef.new(shape: InfrastructureConfigurationSummaryList, location_name: "infrastructureConfigurationSummaryList"))
821
- ListInfrastructureConfigurationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "nextToken"))
822
+ ListInfrastructureConfigurationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
822
823
  ListInfrastructureConfigurationsResponse.struct_class = Types::ListInfrastructureConfigurationsResponse
823
824
 
824
825
  ListTagsForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ImageBuilderArn, required: true, location: "uri", location_name: "resourceArn"))
@@ -25,7 +25,8 @@ module Aws::Imagebuilder
25
25
  # @return [String]
26
26
  #
27
27
  # @!attribute [rw] description
28
- # The description of the EC2 AMI.
28
+ # The description of the EC2 AMI. Minimum and maximum length are in
29
+ # characters.
29
30
  # @return [String]
30
31
  #
31
32
  # @!attribute [rw] state
@@ -73,7 +74,8 @@ module Aws::Imagebuilder
73
74
  # @return [String]
74
75
  #
75
76
  # @!attribute [rw] description
76
- # The description of the distribution configuration.
77
+ # The description of the distribution configuration. Minimum and
78
+ # maximum length are in characters.
77
79
  # @return [String]
78
80
  #
79
81
  # @!attribute [rw] target_account_ids
@@ -2781,7 +2783,7 @@ module Aws::Imagebuilder
2781
2783
  # {
2782
2784
  # component_version_arn: "ComponentVersionArn", # required
2783
2785
  # max_results: 1,
2784
- # next_token: "NonEmptyString",
2786
+ # next_token: "PaginationToken",
2785
2787
  # }
2786
2788
  #
2787
2789
  # @!attribute [rw] component_version_arn
@@ -2845,7 +2847,7 @@ module Aws::Imagebuilder
2845
2847
  # },
2846
2848
  # ],
2847
2849
  # max_results: 1,
2848
- # next_token: "NonEmptyString",
2850
+ # next_token: "PaginationToken",
2849
2851
  # }
2850
2852
  #
2851
2853
  # @!attribute [rw] owner
@@ -2916,7 +2918,7 @@ module Aws::Imagebuilder
2916
2918
  # },
2917
2919
  # ],
2918
2920
  # max_results: 1,
2919
- # next_token: "NonEmptyString",
2921
+ # next_token: "PaginationToken",
2920
2922
  # }
2921
2923
  #
2922
2924
  # @!attribute [rw] filters
@@ -2983,7 +2985,7 @@ module Aws::Imagebuilder
2983
2985
  # },
2984
2986
  # ],
2985
2987
  # max_results: 1,
2986
- # next_token: "NonEmptyString",
2988
+ # next_token: "PaginationToken",
2987
2989
  # }
2988
2990
  #
2989
2991
  # @!attribute [rw] image_version_arn
@@ -3052,7 +3054,7 @@ module Aws::Imagebuilder
3052
3054
  # },
3053
3055
  # ],
3054
3056
  # max_results: 1,
3055
- # next_token: "NonEmptyString",
3057
+ # next_token: "PaginationToken",
3056
3058
  # }
3057
3059
  #
3058
3060
  # @!attribute [rw] image_pipeline_arn
@@ -3120,7 +3122,7 @@ module Aws::Imagebuilder
3120
3122
  # },
3121
3123
  # ],
3122
3124
  # max_results: 1,
3123
- # next_token: "NonEmptyString",
3125
+ # next_token: "PaginationToken",
3124
3126
  # }
3125
3127
  #
3126
3128
  # @!attribute [rw] filters
@@ -3183,7 +3185,7 @@ module Aws::Imagebuilder
3183
3185
  # },
3184
3186
  # ],
3185
3187
  # max_results: 1,
3186
- # next_token: "NonEmptyString",
3188
+ # next_token: "PaginationToken",
3187
3189
  # }
3188
3190
  #
3189
3191
  # @!attribute [rw] owner
@@ -3255,7 +3257,7 @@ module Aws::Imagebuilder
3255
3257
  # },
3256
3258
  # ],
3257
3259
  # max_results: 1,
3258
- # next_token: "NonEmptyString",
3260
+ # next_token: "PaginationToken",
3259
3261
  # }
3260
3262
  #
3261
3263
  # @!attribute [rw] owner
@@ -3326,7 +3328,7 @@ module Aws::Imagebuilder
3326
3328
  # },
3327
3329
  # ],
3328
3330
  # max_results: 1,
3329
- # next_token: "NonEmptyString",
3331
+ # next_token: "PaginationToken",
3330
3332
  # }
3331
3333
  #
3332
3334
  # @!attribute [rw] filters
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.15.0
4
+ version: 1.16.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-09-30 00:00:00.000000000 Z
11
+ date: 2020-10-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core