aws-sdk-gamelift 1.34.0 → 1.35.0

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
  SHA256:
3
- metadata.gz: a807057d5f7ff1ad3512d7a5ccee8d65d20e37bd20693a9bf242666052ee6bce
4
- data.tar.gz: b926d3dd625a6e730f702a0123dd5bdc0eb38543795fec12e97777c31b30c53a
3
+ metadata.gz: 7b5afd3aef23c74432162276bdaf7639d3a296d959b59c44d072abb47a0f8d18
4
+ data.tar.gz: bf1a7074b2781ab0ef27aa683fd4139640e056573fa8b585aaef88332276b1cb
5
5
  SHA512:
6
- metadata.gz: ba2227ab8c20255c62b3fd7bd23ae0c2308b5fac59eefd59099432c3a01c0ad12b51f15ca07840dd642f0508055af08156622d39bac49a412ef9cb2c9fbf8dc1
7
- data.tar.gz: 18eea679a4888dfae242b41ac075af13b3619128b4f7d966c3328be861f010ca3b5c012d9ea915495892891e2ba4ad208ed7768732f31f3f4104608749eff4a4
6
+ metadata.gz: 525484315be8aa7cbc7e9a12beeb0644a3b057f8f1ce8d7a27e76abeca016d038e26eb9700796b2c1acfab5ddbf796d7a50f2aff3a15d0ab75ea0b08bfa2404e
7
+ data.tar.gz: d33836610c47399b615723e326d09fe8b426aa456149ed311bd2629f7294f14bfe8576668999fe02cc5cac8288643537941208d98fe6fe6d7224fdefe2baaf3d
@@ -44,9 +44,9 @@ require_relative 'aws-sdk-gamelift/customizations'
44
44
  #
45
45
  # See {Errors} for more information.
46
46
  #
47
- # @service
47
+ # @!group service
48
48
  module Aws::GameLift
49
49
 
50
- GEM_VERSION = '1.34.0'
50
+ GEM_VERSION = '1.35.0'
51
51
 
52
52
  end
@@ -85,13 +85,28 @@ module Aws::GameLift
85
85
  # * `Aws::Credentials` - Used for configuring static, non-refreshing
86
86
  # credentials.
87
87
  #
88
+ # * `Aws::SharedCredentials` - Used for loading static credentials from a
89
+ # shared file, such as `~/.aws/config`.
90
+ #
91
+ # * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
92
+ #
93
+ # * `Aws::AssumeRoleWebIdentityCredentials` - Used when you need to
94
+ # assume a role after providing credentials via the web.
95
+ #
96
+ # * `Aws::SSOCredentials` - Used for loading credentials from AWS SSO using an
97
+ # access token generated from `aws login`.
98
+ #
99
+ # * `Aws::ProcessCredentials` - Used for loading credentials from a
100
+ # process that outputs to stdout.
101
+ #
88
102
  # * `Aws::InstanceProfileCredentials` - Used for loading credentials
89
103
  # from an EC2 IMDS on an EC2 instance.
90
104
  #
91
- # * `Aws::SharedCredentials` - Used for loading credentials from a
92
- # shared file, such as `~/.aws/config`.
105
+ # * `Aws::ECSCredentials` - Used for loading credentials from
106
+ # instances running in ECS.
93
107
  #
94
- # * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
108
+ # * `Aws::CognitoIdentityCredentials` - Used for loading credentials
109
+ # from the Cognito Identity service.
95
110
  #
96
111
  # When `:credentials` are not configured directly, the following
97
112
  # locations will be searched for credentials:
@@ -101,10 +116,10 @@ module Aws::GameLift
101
116
  # * ENV['AWS_ACCESS_KEY_ID'], ENV['AWS_SECRET_ACCESS_KEY']
102
117
  # * `~/.aws/credentials`
103
118
  # * `~/.aws/config`
104
- # * EC2 IMDS instance profile - When used by default, the timeouts are
105
- # very aggressive. Construct and pass an instance of
106
- # `Aws::InstanceProfileCredentails` to enable retries and extended
107
- # timeouts.
119
+ # * EC2/ECS IMDS instance profile - When used by default, the timeouts
120
+ # are very aggressive. Construct and pass an instance of
121
+ # `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
122
+ # enable retries and extended timeouts.
108
123
  #
109
124
  # @option options [required, String] :region
110
125
  # The AWS region to connect to. The configured `:region` is
@@ -2213,7 +2228,7 @@ module Aws::GameLift
2213
2228
  # the zip file; if you have S3 object versioning turned on, you can use
2214
2229
  # the `ObjectVersion` parameter to specify an earlier version.
2215
2230
  #
2216
- # @option params [String, IO] :zip_file
2231
+ # @option params [String, StringIO, File] :zip_file
2217
2232
  # A data object containing your Realtime scripts and dependencies as a
2218
2233
  # zip file. The zip file can have one or multiple files. Maximum size of
2219
2234
  # a zip file is 5 MB.
@@ -8841,7 +8856,7 @@ module Aws::GameLift
8841
8856
  # the zip file; if you have S3 object versioning turned on, you can use
8842
8857
  # the `ObjectVersion` parameter to specify an earlier version.
8843
8858
  #
8844
- # @option params [String, IO] :zip_file
8859
+ # @option params [String, StringIO, File] :zip_file
8845
8860
  # A data object containing your Realtime scripts and dependencies as a
8846
8861
  # zip file. The zip file can have one or multiple files. Maximum size of
8847
8862
  # a zip file is 5 MB.
@@ -8965,7 +8980,7 @@ module Aws::GameLift
8965
8980
  params: params,
8966
8981
  config: config)
8967
8982
  context[:gem_name] = 'aws-sdk-gamelift'
8968
- context[:gem_version] = '1.34.0'
8983
+ context[:gem_version] = '1.35.0'
8969
8984
  Seahorse::Client::Request.new(handlers, context)
8970
8985
  end
8971
8986
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-gamelift
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.34.0
4
+ version: 1.35.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: 2020-07-02 00:00:00.000000000 Z
11
+ date: 2020-08-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core