aws-sdk-ecr 1.0.0 → 1.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-ecr.rb +1 -1
- data/lib/aws-sdk-ecr/client.rb +11 -6
- metadata +5 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d9e4906782c59ec65e23d90dd7b61d7da7b6193a
|
4
|
+
data.tar.gz: 3d9ff36b7feb0f30cc3f82afe5d71163b3e7c105
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7ff5b49f75c6bb956b8ac46adf7538aceacb0d2b31ee7a67c1fe1becdaf9b7cd84bfbee99151509ba43451dc3a1a9657c2d325f12230be6afd10df8fcc1db23e
|
7
|
+
data.tar.gz: 193ceab848b0a5a9afe123844ca32eab671f2960ffbd179e31f840ba9bcb1a4da509f79f6c3be209a9909c87269b9e336d1d4b732bd9ca66194ba4085ea93b3c
|
data/lib/aws-sdk-ecr.rb
CHANGED
data/lib/aws-sdk-ecr/client.rb
CHANGED
@@ -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
|
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
|
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
|
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
|
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
|
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.
|
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.
|
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-
|
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:
|