aws-sdk-ecr 1.0.0 → 1.1.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: d23042b13671c3a00298097450ff8a152c2bbc0d
4
- data.tar.gz: e61d476457d52690c82b886c017ead01f9e5ea09
3
+ metadata.gz: d9e4906782c59ec65e23d90dd7b61d7da7b6193a
4
+ data.tar.gz: 3d9ff36b7feb0f30cc3f82afe5d71163b3e7c105
5
5
  SHA512:
6
- metadata.gz: fd782887b94729c17a0c46d2aacbf547c592b9029521aeb4c6a67e6a3c5dd1224350665ec0d2e989ad52664db0b18200ff77e9d5f6421a354257ad4c36cc2a9e
7
- data.tar.gz: 47ca74adad45c0f2dc997433a11611743c1afdaf2d70a4820d131e374bc0883dddd4a0e28a422e2150b3521d5cdc99a802734ca47dcc3dbcf2624eb9a9d0adbe
6
+ metadata.gz: 7ff5b49f75c6bb956b8ac46adf7538aceacb0d2b31ee7a67c1fe1becdaf9b7cd84bfbee99151509ba43451dc3a1a9657c2d325f12230be6afd10df8fcc1db23e
7
+ data.tar.gz: 193ceab848b0a5a9afe123844ca32eab671f2960ffbd179e31f840ba9bcb1a4da509f79f6c3be209a9909c87269b9e336d1d4b732bd9ca66194ba4085ea93b3c
@@ -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'
45
+ GEM_VERSION = '1.1.0'
46
46
 
47
47
  end
@@ -241,7 +241,8 @@ module Aws::ECR
241
241
  #
242
242
  # @example Example: To delete multiple images
243
243
  #
244
- # # This example deletes images with the tags precise and trusty in a repository called ubuntu in the default registry for an account.
244
+ # # This example deletes images with the tags precise and trusty in a repository called ubuntu in the default registry for
245
+ # # an account.
245
246
  #
246
247
  # resp = client.batch_delete_image({
247
248
  # image_ids: [
@@ -329,7 +330,8 @@ module Aws::ECR
329
330
  #
330
331
  # @example Example: To obtain multiple images in a single request
331
332
  #
332
- # # This example obtains information for an image with a specified image digest ID from the repository named ubuntu in the current account.
333
+ # # This example obtains information for an image with a specified image digest ID from the repository named ubuntu in the
334
+ # # current account.
333
335
  #
334
336
  # resp = client.batch_get_image({
335
337
  # image_ids: [
@@ -467,7 +469,8 @@ module Aws::ECR
467
469
  #
468
470
  # @example Example: To create a new repository
469
471
  #
470
- # # This example creates a repository called nginx-web-app inside the project-a namespace in the default registry for an account.
472
+ # # This example creates a repository called nginx-web-app inside the project-a namespace in the default registry for an
473
+ # # account.
471
474
  #
472
475
  # resp = client.create_repository({
473
476
  # repository_name: "project-a/nginx-web-app",
@@ -526,7 +529,8 @@ module Aws::ECR
526
529
  #
527
530
  # @example Example: To force delete a repository
528
531
  #
529
- # # This example force deletes a repository named ubuntu in the default registry for an account. The force parameter is required if the repository contains images.
532
+ # # This example force deletes a repository named ubuntu in the default registry for an account. The force parameter is
533
+ # # required if the repository contains images.
530
534
  #
531
535
  # resp = client.delete_repository({
532
536
  # force: true,
@@ -753,7 +757,8 @@ module Aws::ECR
753
757
  #
754
758
  # @example Example: To describe all repositories in the current account
755
759
  #
756
- # # The following example obtains a list and description of all repositories in the default registry to which the current user has access.
760
+ # # The following example obtains a list and description of all repositories in the default registry to which the current
761
+ # # user has access.
757
762
  #
758
763
  # resp = client.describe_repositories({
759
764
  # })
@@ -1283,7 +1288,7 @@ module Aws::ECR
1283
1288
  params: params,
1284
1289
  config: config)
1285
1290
  context[:gem_name] = 'aws-sdk-ecr'
1286
- context[:gem_version] = '1.0.0'
1291
+ context[:gem_version] = '1.1.0'
1287
1292
  Seahorse::Client::Request.new(handlers, context)
1288
1293
  end
1289
1294
 
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
4
+ version: 1.1.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: 2017-08-29 00:00:00.000000000 Z
11
+ date: 2017-09-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -56,7 +56,9 @@ files:
56
56
  homepage: http://github.com/aws/aws-sdk-ruby
57
57
  licenses:
58
58
  - Apache-2.0
59
- metadata: {}
59
+ metadata:
60
+ source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-ecr
61
+ changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-ecr/CHANGELOG.md
60
62
  post_install_message:
61
63
  rdoc_options: []
62
64
  require_paths: