aws-sdk-ecr 1.0.0.rc2 → 1.0.0.rc3

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
  SHA1:
3
- metadata.gz: 2eb89277ae0faa7bc76cde901a29e94901d99455
4
- data.tar.gz: 75ccd4f50b56459417ecad9560af29054a164b27
3
+ metadata.gz: f53b42bbc4cc18a15a8708c3aaa9563dbf51edae
4
+ data.tar.gz: 943072b3ee9d1f2f1a0891fb4525f0e68e80adb2
5
5
  SHA512:
6
- metadata.gz: 4deafaa10ca8f4ffab4298b69e9bd66a00b397cf7e419935886e6ad1632f10b7277e638ccb2cb440952cc352ba54ef9ce7aab7ecd1df69a459a70f02e8e1f3c3
7
- data.tar.gz: c7578d7e15a89bce9ffbdfd5586ff67c580a2f21dcc995cde374e539c05e72d3e16adc885db9e30e8a28ad425ee1d2f06d0452f825e22bb06650d277d697cdb2
6
+ metadata.gz: 12da71b1b2501ec8031bbad01abd4937006e2017d0d346ea7bb67ed02fe8450baf7f3a0eca419a61cae6dc1bcc7abba412a3bf9f479baac573be7ed66b0e068c
7
+ data.tar.gz: 8f79ad39f8b148e724e6ffd68e63da2da84ad0fd5be3de4c5de4c02cf7a7aa7aeae99bc70c9cf27f3166f6bed5feabfd17a9670829c913cee7d7fb4c9d4e82a0
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-ecr/customizations'
42
42
  # @service
43
43
  module Aws::ECR
44
44
 
45
- GEM_VERSION = '1.0.0.rc1'
45
+ GEM_VERSION = '1.0.0.rc3'
46
46
 
47
47
  end
@@ -18,6 +18,7 @@ require 'aws-sdk-core/plugins/regional_endpoint.rb'
18
18
  require 'aws-sdk-core/plugins/response_paging.rb'
19
19
  require 'aws-sdk-core/plugins/stub_responses.rb'
20
20
  require 'aws-sdk-core/plugins/idempotency_token.rb'
21
+ require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
21
22
  require 'aws-sdk-core/plugins/signature_v4.rb'
22
23
  require 'aws-sdk-core/plugins/protocols/json_rpc.rb'
23
24
 
@@ -45,6 +46,7 @@ module Aws::ECR
45
46
  add_plugin(Aws::Plugins::ResponsePaging)
46
47
  add_plugin(Aws::Plugins::StubResponses)
47
48
  add_plugin(Aws::Plugins::IdempotencyToken)
49
+ add_plugin(Aws::Plugins::JsonvalueConverter)
48
50
  add_plugin(Aws::Plugins::SignatureV4)
49
51
  add_plugin(Aws::Plugins::Protocols::JsonRpc)
50
52
 
@@ -199,6 +201,8 @@ module Aws::ECR
199
201
  # resp.failures[0].failure_code #=> String, one of "InvalidLayerDigest", "MissingLayerDigest"
200
202
  # resp.failures[0].failure_reason #=> String
201
203
  #
204
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/BatchCheckLayerAvailability AWS API Documentation
205
+ #
202
206
  # @overload batch_check_layer_availability(params = {})
203
207
  # @param [Hash] params ({})
204
208
  def batch_check_layer_availability(params = {}, options = {})
@@ -258,6 +262,8 @@ module Aws::ECR
258
262
  # resp.failures[0].failure_code #=> String, one of "InvalidImageDigest", "InvalidImageTag", "ImageTagDoesNotMatchDigest", "ImageNotFound", "MissingDigestAndTag"
259
263
  # resp.failures[0].failure_reason #=> String
260
264
  #
265
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/BatchDeleteImage AWS API Documentation
266
+ #
261
267
  # @overload batch_delete_image(params = {})
262
268
  # @param [Hash] params ({})
263
269
  def batch_delete_image(params = {}, options = {})
@@ -322,6 +328,8 @@ module Aws::ECR
322
328
  # resp.failures[0].failure_code #=> String, one of "InvalidImageDigest", "InvalidImageTag", "ImageTagDoesNotMatchDigest", "ImageNotFound", "MissingDigestAndTag"
323
329
  # resp.failures[0].failure_reason #=> String
324
330
  #
331
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/BatchGetImage AWS API Documentation
332
+ #
325
333
  # @overload batch_get_image(params = {})
326
334
  # @param [Hash] params ({})
327
335
  def batch_get_image(params = {}, options = {})
@@ -378,6 +386,8 @@ module Aws::ECR
378
386
  # resp.upload_id #=> String
379
387
  # resp.layer_digest #=> String
380
388
  #
389
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/CompleteLayerUpload AWS API Documentation
390
+ #
381
391
  # @overload complete_layer_upload(params = {})
382
392
  # @param [Hash] params ({})
383
393
  def complete_layer_upload(params = {}, options = {})
@@ -411,6 +421,8 @@ module Aws::ECR
411
421
  # resp.repository.repository_uri #=> String
412
422
  # resp.repository.created_at #=> Time
413
423
  #
424
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/CreateRepository AWS API Documentation
425
+ #
414
426
  # @overload create_repository(params = {})
415
427
  # @param [Hash] params ({})
416
428
  def create_repository(params = {}, options = {})
@@ -452,6 +464,8 @@ module Aws::ECR
452
464
  # resp.repository.repository_uri #=> String
453
465
  # resp.repository.created_at #=> Time
454
466
  #
467
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/DeleteRepository AWS API Documentation
468
+ #
455
469
  # @overload delete_repository(params = {})
456
470
  # @param [Hash] params ({})
457
471
  def delete_repository(params = {}, options = {})
@@ -489,6 +503,8 @@ module Aws::ECR
489
503
  # resp.repository_name #=> String
490
504
  # resp.policy_text #=> String
491
505
  #
506
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/DeleteRepositoryPolicy AWS API Documentation
507
+ #
492
508
  # @overload delete_repository_policy(params = {})
493
509
  # @param [Hash] params ({})
494
510
  def delete_repository_policy(params = {}, options = {})
@@ -575,6 +591,8 @@ module Aws::ECR
575
591
  # resp.image_details[0].image_pushed_at #=> Time
576
592
  # resp.next_token #=> String
577
593
  #
594
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/DescribeImages AWS API Documentation
595
+ #
578
596
  # @overload describe_images(params = {})
579
597
  # @param [Hash] params ({})
580
598
  def describe_images(params = {}, options = {})
@@ -641,6 +659,8 @@ module Aws::ECR
641
659
  # resp.repositories[0].created_at #=> Time
642
660
  # resp.next_token #=> String
643
661
  #
662
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/DescribeRepositories AWS API Documentation
663
+ #
644
664
  # @overload describe_repositories(params = {})
645
665
  # @param [Hash] params ({})
646
666
  def describe_repositories(params = {}, options = {})
@@ -680,6 +700,8 @@ module Aws::ECR
680
700
  # resp.authorization_data[0].expires_at #=> Time
681
701
  # resp.authorization_data[0].proxy_endpoint #=> String
682
702
  #
703
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/GetAuthorizationToken AWS API Documentation
704
+ #
683
705
  # @overload get_authorization_token(params = {})
684
706
  # @param [Hash] params ({})
685
707
  def get_authorization_token(params = {}, options = {})
@@ -727,6 +749,8 @@ module Aws::ECR
727
749
  # resp.download_url #=> String
728
750
  # resp.layer_digest #=> String
729
751
  #
752
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/GetDownloadUrlForLayer AWS API Documentation
753
+ #
730
754
  # @overload get_download_url_for_layer(params = {})
731
755
  # @param [Hash] params ({})
732
756
  def get_download_url_for_layer(params = {}, options = {})
@@ -763,6 +787,8 @@ module Aws::ECR
763
787
  # resp.repository_name #=> String
764
788
  # resp.policy_text #=> String
765
789
  #
790
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/GetRepositoryPolicy AWS API Documentation
791
+ #
766
792
  # @overload get_repository_policy(params = {})
767
793
  # @param [Hash] params ({})
768
794
  def get_repository_policy(params = {}, options = {})
@@ -803,6 +829,8 @@ module Aws::ECR
803
829
  # resp.upload_id #=> String
804
830
  # resp.part_size #=> Integer
805
831
  #
832
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/InitiateLayerUpload AWS API Documentation
833
+ #
806
834
  # @overload initiate_layer_upload(params = {})
807
835
  # @param [Hash] params ({})
808
836
  def initiate_layer_upload(params = {}, options = {})
@@ -878,6 +906,8 @@ module Aws::ECR
878
906
  # resp.image_ids[0].image_tag #=> String
879
907
  # resp.next_token #=> String
880
908
  #
909
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/ListImages AWS API Documentation
910
+ #
881
911
  # @overload list_images(params = {})
882
912
  # @param [Hash] params ({})
883
913
  def list_images(params = {}, options = {})
@@ -930,6 +960,8 @@ module Aws::ECR
930
960
  # resp.image.image_id.image_tag #=> String
931
961
  # resp.image.image_manifest #=> String
932
962
  #
963
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/PutImage AWS API Documentation
964
+ #
933
965
  # @overload put_image(params = {})
934
966
  # @param [Hash] params ({})
935
967
  def put_image(params = {}, options = {})
@@ -978,6 +1010,8 @@ module Aws::ECR
978
1010
  # resp.repository_name #=> String
979
1011
  # resp.policy_text #=> String
980
1012
  #
1013
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/SetRepositoryPolicy AWS API Documentation
1014
+ #
981
1015
  # @overload set_repository_policy(params = {})
982
1016
  # @param [Hash] params ({})
983
1017
  def set_repository_policy(params = {}, options = {})
@@ -1039,6 +1073,8 @@ module Aws::ECR
1039
1073
  # resp.upload_id #=> String
1040
1074
  # resp.last_byte_received #=> Integer
1041
1075
  #
1076
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/UploadLayerPart AWS API Documentation
1077
+ #
1042
1078
  # @overload upload_layer_part(params = {})
1043
1079
  # @param [Hash] params ({})
1044
1080
  def upload_layer_part(params = {}, options = {})
@@ -1059,7 +1095,7 @@ module Aws::ECR
1059
1095
  params: params,
1060
1096
  config: config)
1061
1097
  context[:gem_name] = 'aws-sdk-ecr'
1062
- context[:gem_version] = '1.0.0.rc1'
1098
+ context[:gem_version] = '1.0.0.rc3'
1063
1099
  Seahorse::Client::Request.new(handlers, context)
1064
1100
  end
1065
1101
 
@@ -29,6 +29,8 @@ module Aws::ECR
29
29
  # `https://012345678910.dkr.ecr.us-east-1.amazonaws.com`..
30
30
  # @return [String]
31
31
  #
32
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/AuthorizationData AWS API Documentation
33
+ #
32
34
  class AuthorizationData < Struct.new(
33
35
  :authorization_token,
34
36
  :expires_at,
@@ -60,6 +62,8 @@ module Aws::ECR
60
62
  # The digests of the image layers to check.
61
63
  # @return [Array<String>]
62
64
  #
65
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/BatchCheckLayerAvailabilityRequest AWS API Documentation
66
+ #
63
67
  class BatchCheckLayerAvailabilityRequest < Struct.new(
64
68
  :registry_id,
65
69
  :repository_name,
@@ -76,6 +80,8 @@ module Aws::ECR
76
80
  # Any failures associated with the call.
77
81
  # @return [Array<Types::LayerFailure>]
78
82
  #
83
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/BatchCheckLayerAvailabilityResponse AWS API Documentation
84
+ #
79
85
  class BatchCheckLayerAvailabilityResponse < Struct.new(
80
86
  :layers,
81
87
  :failures)
@@ -115,6 +121,8 @@ module Aws::ECR
115
121
  # `imageDigest=digest`.
116
122
  # @return [Array<Types::ImageIdentifier>]
117
123
  #
124
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/BatchDeleteImageRequest AWS API Documentation
125
+ #
118
126
  class BatchDeleteImageRequest < Struct.new(
119
127
  :registry_id,
120
128
  :repository_name,
@@ -130,6 +138,8 @@ module Aws::ECR
130
138
  # Any failures associated with the call.
131
139
  # @return [Array<Types::ImageFailure>]
132
140
  #
141
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/BatchDeleteImageResponse AWS API Documentation
142
+ #
133
143
  class BatchDeleteImageResponse < Struct.new(
134
144
  :image_ids,
135
145
  :failures)
@@ -175,6 +185,8 @@ module Aws::ECR
175
185
  # `application/vnd.oci.image.manifest.v1+json`
176
186
  # @return [Array<String>]
177
187
  #
188
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/BatchGetImageRequest AWS API Documentation
189
+ #
178
190
  class BatchGetImageRequest < Struct.new(
179
191
  :registry_id,
180
192
  :repository_name,
@@ -192,6 +204,8 @@ module Aws::ECR
192
204
  # Any failures associated with the call.
193
205
  # @return [Array<Types::ImageFailure>]
194
206
  #
207
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/BatchGetImageResponse AWS API Documentation
208
+ #
195
209
  class BatchGetImageResponse < Struct.new(
196
210
  :images,
197
211
  :failures)
@@ -227,6 +241,8 @@ module Aws::ECR
227
241
  # The `sha256` digest of the image layer.
228
242
  # @return [Array<String>]
229
243
  #
244
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/CompleteLayerUploadRequest AWS API Documentation
245
+ #
230
246
  class CompleteLayerUploadRequest < Struct.new(
231
247
  :registry_id,
232
248
  :repository_name,
@@ -251,6 +267,8 @@ module Aws::ECR
251
267
  # The `sha256` digest of the image layer.
252
268
  # @return [String]
253
269
  #
270
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/CompleteLayerUploadResponse AWS API Documentation
271
+ #
254
272
  class CompleteLayerUploadResponse < Struct.new(
255
273
  :registry_id,
256
274
  :repository_name,
@@ -273,6 +291,8 @@ module Aws::ECR
273
291
  # (such as `project-a/nginx-web-app`).
274
292
  # @return [String]
275
293
  #
294
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/CreateRepositoryRequest AWS API Documentation
295
+ #
276
296
  class CreateRepositoryRequest < Struct.new(
277
297
  :repository_name)
278
298
  include Aws::Structure
@@ -282,6 +302,8 @@ module Aws::ECR
282
302
  # The repository that was created.
283
303
  # @return [Types::Repository]
284
304
  #
305
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/CreateRepositoryResponse AWS API Documentation
306
+ #
285
307
  class CreateRepositoryResponse < Struct.new(
286
308
  :repository)
287
309
  include Aws::Structure
@@ -306,6 +328,8 @@ module Aws::ECR
306
328
  # policy to delete.
307
329
  # @return [String]
308
330
  #
331
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/DeleteRepositoryPolicyRequest AWS API Documentation
332
+ #
309
333
  class DeleteRepositoryPolicyRequest < Struct.new(
310
334
  :registry_id,
311
335
  :repository_name)
@@ -324,6 +348,8 @@ module Aws::ECR
324
348
  # The JSON repository policy that was deleted from the repository.
325
349
  # @return [String]
326
350
  #
351
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/DeleteRepositoryPolicyResponse AWS API Documentation
352
+ #
327
353
  class DeleteRepositoryPolicyResponse < Struct.new(
328
354
  :registry_id,
329
355
  :repository_name,
@@ -354,6 +380,8 @@ module Aws::ECR
354
380
  # Force the deletion of the repository if it contains images.
355
381
  # @return [Boolean]
356
382
  #
383
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/DeleteRepositoryRequest AWS API Documentation
384
+ #
357
385
  class DeleteRepositoryRequest < Struct.new(
358
386
  :registry_id,
359
387
  :repository_name,
@@ -365,6 +393,8 @@ module Aws::ECR
365
393
  # The repository that was deleted.
366
394
  # @return [Types::Repository]
367
395
  #
396
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/DeleteRepositoryResponse AWS API Documentation
397
+ #
368
398
  class DeleteRepositoryResponse < Struct.new(
369
399
  :repository)
370
400
  include Aws::Structure
@@ -384,6 +414,8 @@ module Aws::ECR
384
414
  # can filter results based on whether they are `TAGGED` or `UNTAGGED`.
385
415
  # @return [String]
386
416
  #
417
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/DescribeImagesFilter AWS API Documentation
418
+ #
387
419
  class DescribeImagesFilter < Struct.new(
388
420
  :tag_status)
389
421
  include Aws::Structure
@@ -448,6 +480,8 @@ module Aws::ECR
448
480
  # results.
449
481
  # @return [Types::DescribeImagesFilter]
450
482
  #
483
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/DescribeImagesRequest AWS API Documentation
484
+ #
451
485
  class DescribeImagesRequest < Struct.new(
452
486
  :registry_id,
453
487
  :repository_name,
@@ -470,6 +504,8 @@ module Aws::ECR
470
504
  # return.
471
505
  # @return [String]
472
506
  #
507
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/DescribeImagesResponse AWS API Documentation
508
+ #
473
509
  class DescribeImagesResponse < Struct.new(
474
510
  :image_details,
475
511
  :next_token)
@@ -524,6 +560,8 @@ module Aws::ECR
524
560
  # `nextToken` value, if applicable.
525
561
  # @return [Integer]
526
562
  #
563
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/DescribeRepositoriesRequest AWS API Documentation
564
+ #
527
565
  class DescribeRepositoriesRequest < Struct.new(
528
566
  :registry_id,
529
567
  :repository_names,
@@ -544,6 +582,8 @@ module Aws::ECR
544
582
  # return.
545
583
  # @return [String]
546
584
  #
585
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/DescribeRepositoriesResponse AWS API Documentation
586
+ #
547
587
  class DescribeRepositoriesResponse < Struct.new(
548
588
  :repositories,
549
589
  :next_token)
@@ -563,6 +603,8 @@ module Aws::ECR
563
603
  # registry, the default registry is assumed.
564
604
  # @return [Array<String>]
565
605
  #
606
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/GetAuthorizationTokenRequest AWS API Documentation
607
+ #
566
608
  class GetAuthorizationTokenRequest < Struct.new(
567
609
  :registry_ids)
568
610
  include Aws::Structure
@@ -573,6 +615,8 @@ module Aws::ECR
573
615
  # `registryIds` values in the request.
574
616
  # @return [Array<Types::AuthorizationData>]
575
617
  #
618
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/GetAuthorizationTokenResponse AWS API Documentation
619
+ #
576
620
  class GetAuthorizationTokenResponse < Struct.new(
577
621
  :authorization_data)
578
622
  include Aws::Structure
@@ -602,6 +646,8 @@ module Aws::ECR
602
646
  # The digest of the image layer to download.
603
647
  # @return [String]
604
648
  #
649
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/GetDownloadUrlForLayerRequest AWS API Documentation
650
+ #
605
651
  class GetDownloadUrlForLayerRequest < Struct.new(
606
652
  :registry_id,
607
653
  :repository_name,
@@ -617,6 +663,8 @@ module Aws::ECR
617
663
  # The digest of the image layer to download.
618
664
  # @return [String]
619
665
  #
666
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/GetDownloadUrlForLayerResponse AWS API Documentation
667
+ #
620
668
  class GetDownloadUrlForLayerResponse < Struct.new(
621
669
  :download_url,
622
670
  :layer_digest)
@@ -641,6 +689,8 @@ module Aws::ECR
641
689
  # The name of the repository whose policy you want to retrieve.
642
690
  # @return [String]
643
691
  #
692
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/GetRepositoryPolicyRequest AWS API Documentation
693
+ #
644
694
  class GetRepositoryPolicyRequest < Struct.new(
645
695
  :registry_id,
646
696
  :repository_name)
@@ -659,6 +709,8 @@ module Aws::ECR
659
709
  # The JSON repository policy text associated with the repository.
660
710
  # @return [String]
661
711
  #
712
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/GetRepositoryPolicyResponse AWS API Documentation
713
+ #
662
714
  class GetRepositoryPolicyResponse < Struct.new(
663
715
  :registry_id,
664
716
  :repository_name,
@@ -686,6 +738,8 @@ module Aws::ECR
686
738
  # The image manifest associated with the image.
687
739
  # @return [String]
688
740
  #
741
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/Image AWS API Documentation
742
+ #
689
743
  class Image < Struct.new(
690
744
  :registry_id,
691
745
  :repository_name,
@@ -731,6 +785,8 @@ module Aws::ECR
731
785
  # which the current image was pushed to the repository.
732
786
  # @return [Time]
733
787
  #
788
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/ImageDetail AWS API Documentation
789
+ #
734
790
  class ImageDetail < Struct.new(
735
791
  :registry_id,
736
792
  :repository_name,
@@ -755,6 +811,8 @@ module Aws::ECR
755
811
  # The reason for the failure.
756
812
  # @return [String]
757
813
  #
814
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/ImageFailure AWS API Documentation
815
+ #
758
816
  class ImageFailure < Struct.new(
759
817
  :image_id,
760
818
  :failure_code,
@@ -780,6 +838,8 @@ module Aws::ECR
780
838
  # The tag used for the image.
781
839
  # @return [String]
782
840
  #
841
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/ImageIdentifier AWS API Documentation
842
+ #
783
843
  class ImageIdentifier < Struct.new(
784
844
  :image_digest,
785
845
  :image_tag)
@@ -804,6 +864,8 @@ module Aws::ECR
804
864
  # The name of the repository that you intend to upload layers to.
805
865
  # @return [String]
806
866
  #
867
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/InitiateLayerUploadRequest AWS API Documentation
868
+ #
807
869
  class InitiateLayerUploadRequest < Struct.new(
808
870
  :registry_id,
809
871
  :repository_name)
@@ -820,6 +882,8 @@ module Aws::ECR
820
882
  # uploads to be.
821
883
  # @return [Integer]
822
884
  #
885
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/InitiateLayerUploadResponse AWS API Documentation
886
+ #
823
887
  class InitiateLayerUploadResponse < Struct.new(
824
888
  :upload_id,
825
889
  :part_size)
@@ -846,6 +910,8 @@ module Aws::ECR
846
910
  # `application/vnd.oci.image.layer.v1.tar+gzip`.
847
911
  # @return [String]
848
912
  #
913
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/Layer AWS API Documentation
914
+ #
849
915
  class Layer < Struct.new(
850
916
  :layer_digest,
851
917
  :layer_availability,
@@ -868,6 +934,8 @@ module Aws::ECR
868
934
  # The reason for the failure.
869
935
  # @return [String]
870
936
  #
937
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/LayerFailure AWS API Documentation
938
+ #
871
939
  class LayerFailure < Struct.new(
872
940
  :layer_digest,
873
941
  :failure_code,
@@ -889,6 +957,8 @@ module Aws::ECR
889
957
  # filter results based on whether they are `TAGGED` or `UNTAGGED`.
890
958
  # @return [String]
891
959
  #
960
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/ListImagesFilter AWS API Documentation
961
+ #
892
962
  class ListImagesFilter < Struct.new(
893
963
  :tag_status)
894
964
  include Aws::Structure
@@ -947,6 +1017,8 @@ module Aws::ECR
947
1017
  # results.
948
1018
  # @return [Types::ListImagesFilter]
949
1019
  #
1020
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/ListImagesRequest AWS API Documentation
1021
+ #
950
1022
  class ListImagesRequest < Struct.new(
951
1023
  :registry_id,
952
1024
  :repository_name,
@@ -967,6 +1039,8 @@ module Aws::ECR
967
1039
  # is `null` when there are no more results to return.
968
1040
  # @return [String]
969
1041
  #
1042
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/ListImagesResponse AWS API Documentation
1043
+ #
970
1044
  class ListImagesResponse < Struct.new(
971
1045
  :image_ids,
972
1046
  :next_token)
@@ -1003,6 +1077,8 @@ module Aws::ECR
1003
1077
  # formats.
1004
1078
  # @return [String]
1005
1079
  #
1080
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/PutImageRequest AWS API Documentation
1081
+ #
1006
1082
  class PutImageRequest < Struct.new(
1007
1083
  :registry_id,
1008
1084
  :repository_name,
@@ -1015,6 +1091,8 @@ module Aws::ECR
1015
1091
  # Details of the image uploaded.
1016
1092
  # @return [Types::Image]
1017
1093
  #
1094
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/PutImageResponse AWS API Documentation
1095
+ #
1018
1096
  class PutImageResponse < Struct.new(
1019
1097
  :image)
1020
1098
  include Aws::Structure
@@ -1049,6 +1127,8 @@ module Aws::ECR
1049
1127
  # repository was created.
1050
1128
  # @return [Time]
1051
1129
  #
1130
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/Repository AWS API Documentation
1131
+ #
1052
1132
  class Repository < Struct.new(
1053
1133
  :repository_arn,
1054
1134
  :registry_id,
@@ -1089,6 +1169,8 @@ module Aws::ECR
1089
1169
  # accidental repository lock outs.
1090
1170
  # @return [Boolean]
1091
1171
  #
1172
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/SetRepositoryPolicyRequest AWS API Documentation
1173
+ #
1092
1174
  class SetRepositoryPolicyRequest < Struct.new(
1093
1175
  :registry_id,
1094
1176
  :repository_name,
@@ -1109,6 +1191,8 @@ module Aws::ECR
1109
1191
  # The JSON repository policy text applied to the repository.
1110
1192
  # @return [String]
1111
1193
  #
1194
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/SetRepositoryPolicyResponse AWS API Documentation
1195
+ #
1112
1196
  class SetRepositoryPolicyResponse < Struct.new(
1113
1197
  :registry_id,
1114
1198
  :repository_name,
@@ -1155,6 +1239,8 @@ module Aws::ECR
1155
1239
  # The base64-encoded layer part payload.
1156
1240
  # @return [String]
1157
1241
  #
1242
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/UploadLayerPartRequest AWS API Documentation
1243
+ #
1158
1244
  class UploadLayerPartRequest < Struct.new(
1159
1245
  :registry_id,
1160
1246
  :repository_name,
@@ -1181,6 +1267,8 @@ module Aws::ECR
1181
1267
  # The integer value of the last byte received in the request.
1182
1268
  # @return [Integer]
1183
1269
  #
1270
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/UploadLayerPartResponse AWS API Documentation
1271
+ #
1184
1272
  class UploadLayerPartResponse < Struct.new(
1185
1273
  :registry_id,
1186
1274
  :repository_name,
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ecr
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0.rc2
4
+ version: 1.0.0.rc3
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: 2017-01-24 00:00:00.000000000 Z
11
+ date: 2017-04-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core