aws-sdk 1.13.0 → 1.14.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 +4 -4
- data/.yardopts +3 -3
- data/lib/aws/api_config/OpsWorks-2013-02-18.yml +55 -0
- data/lib/aws/api_config/SNS-2010-03-31.yml +0 -3
- data/lib/aws/api_config/SimpleWorkflow-2012-01-25.yml +30 -0
- data/lib/aws/auto_scaling/client.rb +0 -530
- data/lib/aws/cloud_formation/client.rb +0 -356
- data/lib/aws/cloud_front/client.rb +0 -1567
- data/lib/aws/cloud_search/client.rb +0 -578
- data/lib/aws/cloud_watch/client.rb +0 -445
- data/lib/aws/data_pipeline/client.rb +0 -396
- data/lib/aws/direct_connect/client.rb +0 -248
- data/lib/aws/dynamo_db.rb +0 -1
- data/lib/aws/dynamo_db/client.rb +70 -1
- data/lib/aws/dynamo_db/client_v2.rb +1 -1
- data/lib/aws/ec2/client.rb +0 -3942
- data/lib/aws/ec2/reserved_instances_offering_collection.rb +9 -3
- data/lib/aws/ec2/tag_collection.rb +1 -1
- data/lib/aws/elastic_beanstalk/client.rb +0 -898
- data/lib/aws/elastic_transcoder/client.rb +0 -1755
- data/lib/aws/elasticache/client.rb +0 -947
- data/lib/aws/elb/client.rb +0 -509
- data/lib/aws/emr/client.rb +0 -314
- data/lib/aws/glacier/client.rb +0 -278
- data/lib/aws/iam/client.rb +0 -1155
- data/lib/aws/import_export/client.rb +0 -96
- data/lib/aws/ops_works/client.rb +0 -1255
- data/lib/aws/rds/client.rb +0 -2367
- data/lib/aws/redshift/client.rb +0 -1458
- data/lib/aws/route_53/client.rb +0 -420
- data/lib/aws/simple_db/client.rb +2 -250
- data/lib/aws/simple_email_service/client.rb +0 -282
- data/lib/aws/simple_workflow/client.rb +0 -1248
- data/lib/aws/sns/client.rb +0 -283
- data/lib/aws/sns/message.rb +1 -1
- data/lib/aws/sqs/client.rb +0 -255
- data/lib/aws/storage_gateway/client.rb +0 -582
- data/lib/aws/sts/client.rb +0 -183
- data/lib/aws/support/client.rb +0 -232
- data/lib/aws/version.rb +1 -1
- metadata +2 -3
- data/lib/aws/dynamo_db/client_base.rb +0 -92
data/lib/aws/sts/client.rb
CHANGED
@@ -37,189 +37,6 @@ module AWS
|
|
37
37
|
|
38
38
|
class Client::V20110615 < Client
|
39
39
|
|
40
|
-
# client methods #
|
41
|
-
|
42
|
-
# @!method assume_role(options = {})
|
43
|
-
# Calls the AssumeRole API operation.
|
44
|
-
# @param [Hash] options
|
45
|
-
#
|
46
|
-
# * `:role_arn` - *required* - (String) The Amazon Resource Name (ARN)
|
47
|
-
# of the role that the caller is assuming.
|
48
|
-
# * `:role_session_name` - *required* - (String) An identifier for the
|
49
|
-
# assumed role session. The session name is included as part of the
|
50
|
-
# AssumedRoleUser.
|
51
|
-
# * `:policy` - (String) A supplemental policy that is associated with
|
52
|
-
# the temporary security credentials from the AssumeRole call. The
|
53
|
-
# resulting permissions of the temporary security credentials are an
|
54
|
-
# intersection of this policy and the access policy that is
|
55
|
-
# associated with the role. Use this policy to further restrict the
|
56
|
-
# permissions of the temporary security credentials.
|
57
|
-
# * `:duration_seconds` - (Integer) The duration, in seconds, of the
|
58
|
-
# role session. The value can range from 900 seconds (15 minutes) to
|
59
|
-
# 3600 seconds (1 hour). By default, the value is set to 3600
|
60
|
-
# seconds.
|
61
|
-
# * `:external_id` - (String) A unique identifier that is used by third
|
62
|
-
# parties to assume a role in their customers' accounts. For each
|
63
|
-
# role that the third party can assume, they should instruct their
|
64
|
-
# customers to create a role with the external ID that the third
|
65
|
-
# party generated. Each time the third party assumes the role, they
|
66
|
-
# must pass the customer's external ID. The external ID is useful in
|
67
|
-
# order to help third parties bind a role to the customer who created
|
68
|
-
# it. For more information about the external ID, see About the
|
69
|
-
# External ID in Using Temporary Security Credentials.
|
70
|
-
# @return [Core::Response]
|
71
|
-
# The #data method of the response object returns
|
72
|
-
# a hash with the following structure:
|
73
|
-
#
|
74
|
-
# * `:credentials` - (Hash)
|
75
|
-
# * `:access_key_id` - (String)
|
76
|
-
# * `:secret_access_key` - (String)
|
77
|
-
# * `:session_token` - (String)
|
78
|
-
# * `:expiration` - (Time)
|
79
|
-
# * `:assumed_role_user` - (Hash)
|
80
|
-
# * `:assumed_role_id` - (String)
|
81
|
-
# * `:arn` - (String)
|
82
|
-
# * `:packed_policy_size` - (Integer)
|
83
|
-
|
84
|
-
# @!method assume_role_with_web_identity(options = {})
|
85
|
-
# Calls the AssumeRoleWithWebIdentity API operation.
|
86
|
-
# @param [Hash] options
|
87
|
-
#
|
88
|
-
# * `:role_arn` - *required* - (String) The Amazon Resource Name (ARN)
|
89
|
-
# of the role that the caller is assuming.
|
90
|
-
# * `:role_session_name` - *required* - (String) An identifier for the
|
91
|
-
# assumed role session. Typically, you pass the name or identifier
|
92
|
-
# that is associated with the user who is using your application.
|
93
|
-
# That way, the temporary security credentials that your application
|
94
|
-
# will use are associated with that user. This session name is
|
95
|
-
# included as part of the ARN and assumed role ID in the
|
96
|
-
# AssumedRoleUser response element.
|
97
|
-
# * `:web_identity_token` - *required* - (String) The OAuth 2.0 access
|
98
|
-
# token or OpenID Connect ID token that is provided by the identity
|
99
|
-
# provider. Your application must get this token by authenticating
|
100
|
-
# the user who is using your application with a web identity provider
|
101
|
-
# before the application makes an AssumeRoleWithWebIdentity call.
|
102
|
-
# * `:provider_id` - (String) The fully-qualified host component of the
|
103
|
-
# domain name of the identity provider. Specify this value only for
|
104
|
-
# OAuth access tokens. Do not specify this value for OpenID Connect
|
105
|
-
# ID tokens, such as accounts.google.com. Do not include URL schemes
|
106
|
-
# and port numbers. Currently, www.amazon.com and graph.facebook.com
|
107
|
-
# are supported.
|
108
|
-
# * `:policy` - (String) A supplemental policy that is associated with
|
109
|
-
# the temporary security credentials from the
|
110
|
-
# AssumeRoleWithWebIdentity call. The resulting permissions of the
|
111
|
-
# temporary security credentials are an intersection of this policy
|
112
|
-
# and the access policy that is associated with the role. Use this
|
113
|
-
# policy to further restrict the permissions of the temporary
|
114
|
-
# security credentials.
|
115
|
-
# * `:duration_seconds` - (Integer) The duration, in seconds, of the
|
116
|
-
# role session. The value can range from 900 seconds (15 minutes) to
|
117
|
-
# 3600 seconds (1 hour). By default, the value is set to 3600
|
118
|
-
# seconds.
|
119
|
-
# @return [Core::Response]
|
120
|
-
# The #data method of the response object returns
|
121
|
-
# a hash with the following structure:
|
122
|
-
#
|
123
|
-
# * `:credentials` - (Hash)
|
124
|
-
# * `:access_key_id` - (String)
|
125
|
-
# * `:secret_access_key` - (String)
|
126
|
-
# * `:session_token` - (String)
|
127
|
-
# * `:expiration` - (Time)
|
128
|
-
# * `:subject_from_web_identity_token` - (String)
|
129
|
-
# * `:assumed_role_user` - (Hash)
|
130
|
-
# * `:assumed_role_id` - (String)
|
131
|
-
# * `:arn` - (String)
|
132
|
-
# * `:packed_policy_size` - (Integer)
|
133
|
-
|
134
|
-
# @!method decode_authorization_message(options = {})
|
135
|
-
# Calls the DecodeAuthorizationMessage API operation.
|
136
|
-
# @param [Hash] options
|
137
|
-
#
|
138
|
-
# * `:encoded_message` - *required* - (String) The encoded message that
|
139
|
-
# was returned with the response.
|
140
|
-
# @return [Core::Response]
|
141
|
-
# The #data method of the response object returns
|
142
|
-
# a hash with the following structure:
|
143
|
-
#
|
144
|
-
# * `:decoded_message` - (String)
|
145
|
-
|
146
|
-
# @!method get_federation_token(options = {})
|
147
|
-
# Calls the GetFederationToken API operation.
|
148
|
-
# @param [Hash] options
|
149
|
-
#
|
150
|
-
# * `:name` - *required* - (String) The name of the federated user. The
|
151
|
-
# name is used as an identifier for the temporary security
|
152
|
-
# credentials (such as Bob). For example, you can reference the
|
153
|
-
# federated user name in a resource-based policy, such as in an
|
154
|
-
# Amazon S3 bucket policy.
|
155
|
-
# * `:policy` - (String) A policy that specifies the permissions that
|
156
|
-
# are granted to the federated user. By default, federated users have
|
157
|
-
# no permissions; they do not inherit any from the IAM user. When you
|
158
|
-
# specify a policy, the federated user's permissions are intersection
|
159
|
-
# of the specified policy and the IAM user's policy. If you don't
|
160
|
-
# specify a policy, federated users can only access AWS resources
|
161
|
-
# that explicitly allow those federated users in a resource policy,
|
162
|
-
# such as in an Amazon S3 bucket policy.
|
163
|
-
# * `:duration_seconds` - (Integer) The duration, in seconds, that the
|
164
|
-
# session should last. Acceptable durations for federation sessions
|
165
|
-
# range from 900 seconds (15 minutes) to 129600 seconds (36 hours),
|
166
|
-
# with 43200 seconds (12 hours) as the default. Sessions for AWS
|
167
|
-
# account owners are restricted to a maximum of 3600 seconds (one
|
168
|
-
# hour). If the duration is longer than one hour, the session for AWS
|
169
|
-
# account owners defaults to one hour.
|
170
|
-
# @return [Core::Response]
|
171
|
-
# The #data method of the response object returns
|
172
|
-
# a hash with the following structure:
|
173
|
-
#
|
174
|
-
# * `:credentials` - (Hash)
|
175
|
-
# * `:access_key_id` - (String)
|
176
|
-
# * `:secret_access_key` - (String)
|
177
|
-
# * `:session_token` - (String)
|
178
|
-
# * `:expiration` - (Time)
|
179
|
-
# * `:federated_user` - (Hash)
|
180
|
-
# * `:federated_user_id` - (String)
|
181
|
-
# * `:arn` - (String)
|
182
|
-
# * `:packed_policy_size` - (Integer)
|
183
|
-
|
184
|
-
# @!method get_session_token(options = {})
|
185
|
-
# Calls the GetSessionToken API operation.
|
186
|
-
# @param [Hash] options
|
187
|
-
#
|
188
|
-
# * `:duration_seconds` - (Integer) The duration, in seconds, that the
|
189
|
-
# credentials should remain valid. Acceptable durations for IAM user
|
190
|
-
# sessions range from 900 seconds (15 minutes) to 129600 seconds (36
|
191
|
-
# hours), with 43200 seconds (12 hours) as the default. Sessions for
|
192
|
-
# AWS account owners are restricted to a maximum of 3600 seconds (one
|
193
|
-
# hour). If the duration is longer than one hour, the session for AWS
|
194
|
-
# account owners defaults to one hour.
|
195
|
-
# * `:serial_number` - (String) The identification number of the MFA
|
196
|
-
# device that is associated with the IAM user who is making the
|
197
|
-
# GetSessionToken call. Specify this value if the IAM user has a
|
198
|
-
# policy that requires MFA authentication. The value is either the
|
199
|
-
# serial number for a hardware device (such as GAHT12345678) or an
|
200
|
-
# Amazon Resource Name (ARN) for a virtual device (such as
|
201
|
-
# arn:aws:iam::123456789012:mfa/user). You can find the device for an
|
202
|
-
# IAM user by going to the AWS Management Console and viewing the
|
203
|
-
# user's security credentials.
|
204
|
-
# * `:token_code` - (String) The value provided by the MFA device, if
|
205
|
-
# MFA is required. If any policy requires the IAM user to submit an
|
206
|
-
# MFA code, specify this value. If MFA authentication is required,
|
207
|
-
# and the user does not provide a code when requesting a set of
|
208
|
-
# temporary security credentials, the user will receive an "access
|
209
|
-
# denied" response when requesting resources that require MFA
|
210
|
-
# authentication.
|
211
|
-
# @return [Core::Response]
|
212
|
-
# The #data method of the response object returns
|
213
|
-
# a hash with the following structure:
|
214
|
-
#
|
215
|
-
# * `:credentials` - (Hash)
|
216
|
-
# * `:access_key_id` - (String)
|
217
|
-
# * `:secret_access_key` - (String)
|
218
|
-
# * `:session_token` - (String)
|
219
|
-
# * `:expiration` - (Time)
|
220
|
-
|
221
|
-
# end client methods #
|
222
|
-
|
223
40
|
define_client_methods('2011-06-15')
|
224
41
|
|
225
42
|
end
|
data/lib/aws/support/client.rb
CHANGED
@@ -26,238 +26,6 @@ module AWS
|
|
26
26
|
|
27
27
|
class Client::V20130415 < Client
|
28
28
|
|
29
|
-
# client methods #
|
30
|
-
|
31
|
-
# @!method add_communication_to_case(options = {})
|
32
|
-
# Calls the AddCommunicationToCase API operation.
|
33
|
-
# @param [Hash] options
|
34
|
-
#
|
35
|
-
# * `:case_id` - (String)
|
36
|
-
# * `:communication_body` - *required* - (String)
|
37
|
-
# * `:cc_email_addresses` - (Array<String>)
|
38
|
-
# @return [Core::Response]
|
39
|
-
# The #data method of the response object returns
|
40
|
-
# a hash with the following structure:
|
41
|
-
#
|
42
|
-
# * `:result` - (Boolean)
|
43
|
-
|
44
|
-
# @!method create_case(options = {})
|
45
|
-
# Calls the CreateCase API operation.
|
46
|
-
# @param [Hash] options
|
47
|
-
#
|
48
|
-
# * `:subject` - *required* - (String)
|
49
|
-
# * `:service_code` - *required* - (String)
|
50
|
-
# * `:severity_code` - (String)
|
51
|
-
# * `:category_code` - *required* - (String)
|
52
|
-
# * `:communication_body` - *required* - (String)
|
53
|
-
# * `:cc_email_addresses` - (Array<String>)
|
54
|
-
# * `:language` - (String)
|
55
|
-
# * `:issue_type` - (String)
|
56
|
-
# @return [Core::Response]
|
57
|
-
# The #data method of the response object returns
|
58
|
-
# a hash with the following structure:
|
59
|
-
#
|
60
|
-
# * `:case_id` - (String)
|
61
|
-
|
62
|
-
# @!method describe_cases(options = {})
|
63
|
-
# Calls the DescribeCases API operation.
|
64
|
-
# @param [Hash] options
|
65
|
-
#
|
66
|
-
# * `:case_id_list` - (Array<String>)
|
67
|
-
# * `:display_id` - (String)
|
68
|
-
# * `:after_time` - (String)
|
69
|
-
# * `:before_time` - (String)
|
70
|
-
# * `:include_resolved_cases` - (Boolean)
|
71
|
-
# * `:next_token` - (String)
|
72
|
-
# * `:max_results` - (Integer)
|
73
|
-
# * `:language` - (String)
|
74
|
-
# @return [Core::Response]
|
75
|
-
# The #data method of the response object returns
|
76
|
-
# a hash with the following structure:
|
77
|
-
#
|
78
|
-
# * `:cases` - (Array<Hash>)
|
79
|
-
# * `:case_id` - (String)
|
80
|
-
# * `:display_id` - (String)
|
81
|
-
# * `:subject` - (String)
|
82
|
-
# * `:status` - (String)
|
83
|
-
# * `:service_code` - (String)
|
84
|
-
# * `:category_code` - (String)
|
85
|
-
# * `:severity_code` - (String)
|
86
|
-
# * `:submitted_by` - (String)
|
87
|
-
# * `:time_created` - (String)
|
88
|
-
# * `:recent_communications` - (Hash)
|
89
|
-
# * `:communications` - (Array<Hash>)
|
90
|
-
# * `:case_id` - (String)
|
91
|
-
# * `:body` - (String)
|
92
|
-
# * `:submitted_by` - (String)
|
93
|
-
# * `:time_created` - (String)
|
94
|
-
# * `:next_token` - (String)
|
95
|
-
# * `:cc_email_addresses` - (Array<String>)
|
96
|
-
# * `:language` - (String)
|
97
|
-
# * `:next_token` - (String)
|
98
|
-
|
99
|
-
# @!method describe_communications(options = {})
|
100
|
-
# Calls the DescribeCommunications API operation.
|
101
|
-
# @param [Hash] options
|
102
|
-
#
|
103
|
-
# * `:case_id` - *required* - (String)
|
104
|
-
# * `:before_time` - (String)
|
105
|
-
# * `:after_time` - (String)
|
106
|
-
# * `:next_token` - (String)
|
107
|
-
# * `:max_results` - (Integer)
|
108
|
-
# @return [Core::Response]
|
109
|
-
# The #data method of the response object returns
|
110
|
-
# a hash with the following structure:
|
111
|
-
#
|
112
|
-
# * `:communications` - (Array<Hash>)
|
113
|
-
# * `:case_id` - (String)
|
114
|
-
# * `:body` - (String)
|
115
|
-
# * `:submitted_by` - (String)
|
116
|
-
# * `:time_created` - (String)
|
117
|
-
# * `:next_token` - (String)
|
118
|
-
|
119
|
-
# @!method describe_services(options = {})
|
120
|
-
# Calls the DescribeServices API operation.
|
121
|
-
# @param [Hash] options
|
122
|
-
#
|
123
|
-
# * `:service_code_list` - (Array<String>)
|
124
|
-
# * `:language` - (String)
|
125
|
-
# @return [Core::Response]
|
126
|
-
# The #data method of the response object returns
|
127
|
-
# a hash with the following structure:
|
128
|
-
#
|
129
|
-
# * `:services` - (Array<Hash>)
|
130
|
-
# * `:code` - (String)
|
131
|
-
# * `:name` - (String)
|
132
|
-
# * `:categories` - (Array<Hash>)
|
133
|
-
# * `:code` - (String)
|
134
|
-
# * `:name` - (String)
|
135
|
-
|
136
|
-
# @!method describe_severity_levels(options = {})
|
137
|
-
# Calls the DescribeSeverityLevels API operation.
|
138
|
-
# @param [Hash] options
|
139
|
-
#
|
140
|
-
# * `:language` - (String)
|
141
|
-
# @return [Core::Response]
|
142
|
-
# The #data method of the response object returns
|
143
|
-
# a hash with the following structure:
|
144
|
-
#
|
145
|
-
# * `:severity_levels` - (Array<Hash>)
|
146
|
-
# * `:code` - (String)
|
147
|
-
# * `:name` - (String)
|
148
|
-
|
149
|
-
# @!method describe_trusted_advisor_check_refresh_statuses(options = {})
|
150
|
-
# Calls the DescribeTrustedAdvisorCheckRefreshStatuses API operation.
|
151
|
-
# @param [Hash] options
|
152
|
-
#
|
153
|
-
# * `:check_ids` - *required* - (Array<String>)
|
154
|
-
# @return [Core::Response]
|
155
|
-
# The #data method of the response object returns
|
156
|
-
# a hash with the following structure:
|
157
|
-
#
|
158
|
-
# * `:statuses` - (Array<Hash>)
|
159
|
-
# * `:check_id` - (String)
|
160
|
-
# * `:status` - (String)
|
161
|
-
# * `:millis_until_next_refreshable` - (Integer)
|
162
|
-
|
163
|
-
# @!method describe_trusted_advisor_check_result(options = {})
|
164
|
-
# Calls the DescribeTrustedAdvisorCheckResult API operation.
|
165
|
-
# @param [Hash] options
|
166
|
-
#
|
167
|
-
# * `:check_id` - *required* - (String)
|
168
|
-
# * `:language` - (String)
|
169
|
-
# @return [Core::Response]
|
170
|
-
# The #data method of the response object returns
|
171
|
-
# a hash with the following structure:
|
172
|
-
#
|
173
|
-
# * `:result` - (Hash)
|
174
|
-
# * `:check_id` - (String)
|
175
|
-
# * `:timestamp` - (String)
|
176
|
-
# * `:status` - (String)
|
177
|
-
# * `:resources_summary` - (Hash)
|
178
|
-
# * `:resources_processed` - (Integer)
|
179
|
-
# * `:resources_flagged` - (Integer)
|
180
|
-
# * `:resources_ignored` - (Integer)
|
181
|
-
# * `:resources_suppressed` - (Integer)
|
182
|
-
# * `:category_specific_summary` - (Hash)
|
183
|
-
# * `:cost_optimizing` - (Hash)
|
184
|
-
# * `:estimated_monthly_savings` - (Numeric)
|
185
|
-
# * `:estimated_percent_monthly_savings` - (Numeric)
|
186
|
-
# * `:flagged_resources` - (Array<Hash>)
|
187
|
-
# * `:status` - (String)
|
188
|
-
# * `:region` - (String)
|
189
|
-
# * `:resource_id` - (String)
|
190
|
-
# * `:is_suppressed` - (Boolean)
|
191
|
-
# * `:metadata` - (Array<String>)
|
192
|
-
|
193
|
-
# @!method describe_trusted_advisor_check_summaries(options = {})
|
194
|
-
# Calls the DescribeTrustedAdvisorCheckSummaries API operation.
|
195
|
-
# @param [Hash] options
|
196
|
-
#
|
197
|
-
# * `:check_ids` - *required* - (Array<String>)
|
198
|
-
# @return [Core::Response]
|
199
|
-
# The #data method of the response object returns
|
200
|
-
# a hash with the following structure:
|
201
|
-
#
|
202
|
-
# * `:summaries` - (Array<Hash>)
|
203
|
-
# * `:check_id` - (String)
|
204
|
-
# * `:timestamp` - (String)
|
205
|
-
# * `:status` - (String)
|
206
|
-
# * `:has_flagged_resources` - (Boolean)
|
207
|
-
# * `:resources_summary` - (Hash)
|
208
|
-
# * `:resources_processed` - (Integer)
|
209
|
-
# * `:resources_flagged` - (Integer)
|
210
|
-
# * `:resources_ignored` - (Integer)
|
211
|
-
# * `:resources_suppressed` - (Integer)
|
212
|
-
# * `:category_specific_summary` - (Hash)
|
213
|
-
# * `:cost_optimizing` - (Hash)
|
214
|
-
# * `:estimated_monthly_savings` - (Numeric)
|
215
|
-
# * `:estimated_percent_monthly_savings` - (Numeric)
|
216
|
-
|
217
|
-
# @!method describe_trusted_advisor_checks(options = {})
|
218
|
-
# Calls the DescribeTrustedAdvisorChecks API operation.
|
219
|
-
# @param [Hash] options
|
220
|
-
#
|
221
|
-
# * `:language` - *required* - (String)
|
222
|
-
# @return [Core::Response]
|
223
|
-
# The #data method of the response object returns
|
224
|
-
# a hash with the following structure:
|
225
|
-
#
|
226
|
-
# * `:checks` - (Array<Hash>)
|
227
|
-
# * `:id` - (String)
|
228
|
-
# * `:name` - (String)
|
229
|
-
# * `:description` - (String)
|
230
|
-
# * `:category` - (String)
|
231
|
-
# * `:metadata` - (Array<String>)
|
232
|
-
|
233
|
-
# @!method refresh_trusted_advisor_check(options = {})
|
234
|
-
# Calls the RefreshTrustedAdvisorCheck API operation.
|
235
|
-
# @param [Hash] options
|
236
|
-
#
|
237
|
-
# * `:check_id` - *required* - (String)
|
238
|
-
# @return [Core::Response]
|
239
|
-
# The #data method of the response object returns
|
240
|
-
# a hash with the following structure:
|
241
|
-
#
|
242
|
-
# * `:status` - (Hash)
|
243
|
-
# * `:check_id` - (String)
|
244
|
-
# * `:status` - (String)
|
245
|
-
# * `:millis_until_next_refreshable` - (Integer)
|
246
|
-
|
247
|
-
# @!method resolve_case(options = {})
|
248
|
-
# Calls the ResolveCase API operation.
|
249
|
-
# @param [Hash] options
|
250
|
-
#
|
251
|
-
# * `:case_id` - (String)
|
252
|
-
# @return [Core::Response]
|
253
|
-
# The #data method of the response object returns
|
254
|
-
# a hash with the following structure:
|
255
|
-
#
|
256
|
-
# * `:initial_case_status` - (String)
|
257
|
-
# * `:final_case_status` - (String)
|
258
|
-
|
259
|
-
# end client methods #
|
260
|
-
|
261
29
|
define_client_methods('2013-04-15')
|
262
30
|
|
263
31
|
end
|
data/lib/aws/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.14.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: 2013-07-
|
11
|
+
date: 2013-07-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: uuidtools
|
@@ -211,7 +211,6 @@ files:
|
|
211
211
|
- lib/aws/dynamo_db/client/v20111205.rb
|
212
212
|
- lib/aws/dynamo_db/client/v20120810.rb
|
213
213
|
- lib/aws/dynamo_db/client.rb
|
214
|
-
- lib/aws/dynamo_db/client_base.rb
|
215
214
|
- lib/aws/dynamo_db/client_v2.rb
|
216
215
|
- lib/aws/dynamo_db/config.rb
|
217
216
|
- lib/aws/dynamo_db/errors.rb
|