aws-sdk-ecr 1.3.0 → 1.69.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.
data/sig/waiters.rbs ADDED
@@ -0,0 +1,52 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws
9
+ module ECR
10
+ module Waiters
11
+
12
+ class ImageScanComplete
13
+ def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
14
+ | (?Hash[Symbol, untyped]) -> void
15
+
16
+ def wait: (
17
+ ?registry_id: ::String,
18
+ repository_name: ::String,
19
+ image_id: {
20
+ image_digest: ::String?,
21
+ image_tag: ::String?
22
+ },
23
+ ?next_token: ::String,
24
+ ?max_results: ::Integer
25
+ ) -> Client::_DescribeImageScanFindingsResponseSuccess
26
+ | (Hash[Symbol, untyped]) -> Client::_DescribeImageScanFindingsResponseSuccess
27
+ end
28
+
29
+ class LifecyclePolicyPreviewComplete
30
+ def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
31
+ | (?Hash[Symbol, untyped]) -> void
32
+
33
+ def wait: (
34
+ ?registry_id: ::String,
35
+ repository_name: ::String,
36
+ ?image_ids: Array[
37
+ {
38
+ image_digest: ::String?,
39
+ image_tag: ::String?
40
+ },
41
+ ],
42
+ ?next_token: ::String,
43
+ ?max_results: ::Integer,
44
+ ?filter: {
45
+ tag_status: ("TAGGED" | "UNTAGGED" | "ANY")?
46
+ }
47
+ ) -> Client::_GetLifecyclePolicyPreviewResponseSuccess
48
+ | (Hash[Symbol, untyped]) -> Client::_GetLifecyclePolicyPreviewResponseSuccess
49
+ end
50
+ end
51
+ end
52
+ end
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.3.0
4
+ version: 1.69.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-02-27 00:00:00.000000000 Z
11
+ date: 2024-01-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -17,6 +17,9 @@ dependencies:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
19
  version: '3'
20
+ - - ">="
21
+ - !ruby/object:Gem::Version
22
+ version: 3.191.0
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -24,42 +27,58 @@ dependencies:
24
27
  - - "~>"
25
28
  - !ruby/object:Gem::Version
26
29
  version: '3'
30
+ - - ">="
31
+ - !ruby/object:Gem::Version
32
+ version: 3.191.0
27
33
  - !ruby/object:Gem::Dependency
28
34
  name: aws-sigv4
29
35
  requirement: !ruby/object:Gem::Requirement
30
36
  requirements:
31
37
  - - "~>"
32
38
  - !ruby/object:Gem::Version
33
- version: '1.0'
39
+ version: '1.1'
34
40
  type: :runtime
35
41
  prerelease: false
36
42
  version_requirements: !ruby/object:Gem::Requirement
37
43
  requirements:
38
44
  - - "~>"
39
45
  - !ruby/object:Gem::Version
40
- version: '1.0'
46
+ version: '1.1'
41
47
  description: Official AWS Ruby gem for Amazon EC2 Container Registry (Amazon ECR).
42
48
  This gem is part of the AWS SDK for Ruby.
43
49
  email:
44
- - trevrowe@amazon.com
50
+ - aws-dr-rubygems@amazon.com
45
51
  executables: []
46
52
  extensions: []
47
53
  extra_rdoc_files: []
48
54
  files:
55
+ - CHANGELOG.md
56
+ - LICENSE.txt
57
+ - VERSION
49
58
  - lib/aws-sdk-ecr.rb
50
59
  - lib/aws-sdk-ecr/client.rb
51
60
  - lib/aws-sdk-ecr/client_api.rb
52
61
  - lib/aws-sdk-ecr/customizations.rb
62
+ - lib/aws-sdk-ecr/endpoint_parameters.rb
63
+ - lib/aws-sdk-ecr/endpoint_provider.rb
64
+ - lib/aws-sdk-ecr/endpoints.rb
53
65
  - lib/aws-sdk-ecr/errors.rb
66
+ - lib/aws-sdk-ecr/plugins/endpoints.rb
54
67
  - lib/aws-sdk-ecr/resource.rb
55
68
  - lib/aws-sdk-ecr/types.rb
56
- homepage: http://github.com/aws/aws-sdk-ruby
69
+ - lib/aws-sdk-ecr/waiters.rb
70
+ - sig/client.rbs
71
+ - sig/errors.rbs
72
+ - sig/resource.rbs
73
+ - sig/types.rbs
74
+ - sig/waiters.rbs
75
+ homepage: https://github.com/aws/aws-sdk-ruby
57
76
  licenses:
58
77
  - Apache-2.0
59
78
  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
62
- post_install_message:
79
+ source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-ecr
80
+ changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-ecr/CHANGELOG.md
81
+ post_install_message:
63
82
  rdoc_options: []
64
83
  require_paths:
65
84
  - lib
@@ -67,16 +86,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
67
86
  requirements:
68
87
  - - ">="
69
88
  - !ruby/object:Gem::Version
70
- version: '0'
89
+ version: '2.5'
71
90
  required_rubygems_version: !ruby/object:Gem::Requirement
72
91
  requirements:
73
92
  - - ">="
74
93
  - !ruby/object:Gem::Version
75
94
  version: '0'
76
95
  requirements: []
77
- rubyforge_project:
78
- rubygems_version: 2.5.1
79
- signing_key:
96
+ rubygems_version: 3.4.10
97
+ signing_key:
80
98
  specification_version: 4
81
99
  summary: AWS SDK for Ruby - Amazon ECR
82
100
  test_files: []