aws-sdk-proton 1.12.0 → 1.15.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -368,6 +368,7 @@ module Aws::Proton
368
368
  CreateRepositoryInput.add_member(:encryption_key, Shapes::ShapeRef.new(shape: Arn, location_name: "encryptionKey"))
369
369
  CreateRepositoryInput.add_member(:name, Shapes::ShapeRef.new(shape: RepositoryName, required: true, location_name: "name"))
370
370
  CreateRepositoryInput.add_member(:provider, Shapes::ShapeRef.new(shape: RepositoryProvider, required: true, location_name: "provider"))
371
+ CreateRepositoryInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
371
372
  CreateRepositoryInput.struct_class = Types::CreateRepositoryInput
372
373
 
373
374
  CreateRepositoryOutput.add_member(:repository, Shapes::ShapeRef.new(shape: Repository, required: true, location_name: "repository"))