lib/aws-sdk-ecr/client.rb in aws-sdk-ecr-1.70.0 vs lib/aws-sdk-ecr/client.rb in aws-sdk-ecr-1.73.0
- old
+ new
@@ -299,12 +299,13 @@
# in the future.
#
#
# @option options [String] :sdk_ua_app_id
# A unique and opaque application ID that is appended to the
- # User-Agent header as app/<sdk_ua_app_id>. It should have a
- # maximum length of 50.
+ # User-Agent header as app/sdk_ua_app_id. It should have a
+ # maximum length of 50. This variable is sourced from environment
+ # variable AWS_SDK_UA_APP_ID or the shared config profile attribute sdk_ua_app_id.
#
# @option options [String] :secret_access_key
#
# @option options [String] :session_token
#
@@ -799,10 +800,13 @@
# * GitHub Container Registry (`github-container-registry`) - `ghcr.io`
#
# * Microsoft Azure Container Registry (`azure-container-registry`) -
# `<custom>.azurecr.io`
#
+ # * GitLab Container Registry (`gitlab-container-registry`) -
+ # `registry.gitlab.com`
+ #
# @option params [String] :registry_id
# The Amazon Web Services account ID associated with the registry to
# create the pull through cache rule for. If you do not specify a
# registry, the default registry is assumed.
#
@@ -827,21 +831,21 @@
#
# resp = client.create_pull_through_cache_rule({
# ecr_repository_prefix: "PullThroughCacheRuleRepositoryPrefix", # required
# upstream_registry_url: "Url", # required
# registry_id: "RegistryId",
- # upstream_registry: "ecr-public", # accepts ecr-public, quay, k8s, docker-hub, github-container-registry, azure-container-registry
+ # upstream_registry: "ecr-public", # accepts ecr-public, quay, k8s, docker-hub, github-container-registry, azure-container-registry, gitlab-container-registry
# credential_arn: "CredentialArn",
# })
#
# @example Response structure
#
# resp.ecr_repository_prefix #=> String
# resp.upstream_registry_url #=> String
# resp.created_at #=> Time
# resp.registry_id #=> String
- # resp.upstream_registry #=> String, one of "ecr-public", "quay", "k8s", "docker-hub", "github-container-registry", "azure-container-registry"
+ # resp.upstream_registry #=> String, one of "ecr-public", "quay", "k8s", "docker-hub", "github-container-registry", "azure-container-registry", "gitlab-container-registry"
# resp.credential_arn #=> String
#
# @see http://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/CreatePullThroughCacheRule AWS API Documentation
#
# @overload create_pull_through_cache_rule(params = {})
@@ -1547,11 +1551,11 @@
# resp.pull_through_cache_rules[0].ecr_repository_prefix #=> String
# resp.pull_through_cache_rules[0].upstream_registry_url #=> String
# resp.pull_through_cache_rules[0].created_at #=> Time
# resp.pull_through_cache_rules[0].registry_id #=> String
# resp.pull_through_cache_rules[0].credential_arn #=> String
- # resp.pull_through_cache_rules[0].upstream_registry #=> String, one of "ecr-public", "quay", "k8s", "docker-hub", "github-container-registry", "azure-container-registry"
+ # resp.pull_through_cache_rules[0].upstream_registry #=> String, one of "ecr-public", "quay", "k8s", "docker-hub", "github-container-registry", "azure-container-registry", "gitlab-container-registry"
# resp.pull_through_cache_rules[0].updated_at #=> Time
# resp.next_token #=> String
#
# @see http://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/DescribePullThroughCacheRules AWS API Documentation
#
@@ -3033,10 +3037,10 @@
operation: config.api.operation(operation_name),
client: self,
params: params,
config: config)
context[:gem_name] = 'aws-sdk-ecr'
- context[:gem_version] = '1.70.0'
+ context[:gem_version] = '1.73.0'
Seahorse::Client::Request.new(handlers, context)
end
# Polls an API operation until a resource enters a desired state.
#