aws-sdk-support 1.30.0 → 1.31.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/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-support.rb +1 -1
- data/lib/aws-sdk-support/client.rb +54 -47
- data/lib/aws-sdk-support/types.rb +63 -58
- metadata +5 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a2e97795edbd53635249ff05592a3be72d299fdeaccd2391c10d0de9e51a6caf
|
|
4
|
+
data.tar.gz: f7d6c1827ce35ff0c39cccf389c734b2ee4bfce92076e53994e2797c50119e9d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 34e955639211141f8bead2a8c4b9f2c27ea95ef61114657651d37b22aa261af0b9043c59e1fcaa8d9524b2b63b803ca9df9e0b534bbadffe1b3b88034b956e6a
|
|
7
|
+
data.tar.gz: 8f3eb3eaa7b515ed38007728ea35c76eb6b8c5aace23ab02532d6a031e2b8e06b2dbe3291586d205c5085a868b4ac2e61488a707cfda756cdb5b09e6b49f2fb1
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.31.0
|
data/lib/aws-sdk-support.rb
CHANGED
|
@@ -344,11 +344,11 @@ module Aws::Support
|
|
|
344
344
|
# after it's created. The `expiryTime` returned in the response is when
|
|
345
345
|
# the set expires.
|
|
346
346
|
#
|
|
347
|
-
# <note markdown="1"> * You must have a Business or Enterprise
|
|
347
|
+
# <note markdown="1"> * You must have a Business or Enterprise Support plan to use the AWS
|
|
348
348
|
# Support API.
|
|
349
349
|
#
|
|
350
350
|
# * If you call the AWS Support API from an account that does not have a
|
|
351
|
-
# Business or Enterprise
|
|
351
|
+
# Business or Enterprise Support plan, the
|
|
352
352
|
# `SubscriptionRequiredException` error message appears. For
|
|
353
353
|
# information about changing your support plan, see [AWS Support][1].
|
|
354
354
|
#
|
|
@@ -411,11 +411,11 @@ module Aws::Support
|
|
|
411
411
|
# using the `ccEmailAddresses` parameter. The `communicationBody` value
|
|
412
412
|
# contains the text of the communication.
|
|
413
413
|
#
|
|
414
|
-
# <note markdown="1"> * You must have a Business or Enterprise
|
|
414
|
+
# <note markdown="1"> * You must have a Business or Enterprise Support plan to use the AWS
|
|
415
415
|
# Support API.
|
|
416
416
|
#
|
|
417
417
|
# * If you call the AWS Support API from an account that does not have a
|
|
418
|
-
# Business or Enterprise
|
|
418
|
+
# Business or Enterprise Support plan, the
|
|
419
419
|
# `SubscriptionRequiredException` error message appears. For
|
|
420
420
|
# information about changing your support plan, see [AWS Support][1].
|
|
421
421
|
#
|
|
@@ -426,8 +426,8 @@ module Aws::Support
|
|
|
426
426
|
# [1]: http://aws.amazon.com/premiumsupport/
|
|
427
427
|
#
|
|
428
428
|
# @option params [String] :case_id
|
|
429
|
-
# The
|
|
430
|
-
#
|
|
429
|
+
# The support case ID requested or returned in the call. The case ID is
|
|
430
|
+
# an alphanumeric string formatted as shown in this example:
|
|
431
431
|
# case-*12345678910-2013-c4c1d2bf33c5cf47*
|
|
432
432
|
#
|
|
433
433
|
# @option params [required, String] :communication_body
|
|
@@ -488,11 +488,11 @@ module Aws::Support
|
|
|
488
488
|
# Support Center][3]. Use the DescribeCases operation to get the
|
|
489
489
|
# `displayId`.
|
|
490
490
|
#
|
|
491
|
-
# <note markdown="1"> * You must have a Business or Enterprise
|
|
491
|
+
# <note markdown="1"> * You must have a Business or Enterprise Support plan to use the AWS
|
|
492
492
|
# Support API.
|
|
493
493
|
#
|
|
494
494
|
# * If you call the AWS Support API from an account that does not have a
|
|
495
|
-
# Business or Enterprise
|
|
495
|
+
# Business or Enterprise Support plan, the
|
|
496
496
|
# `SubscriptionRequiredException` error message appears. For
|
|
497
497
|
# information about changing your support plan, see [AWS Support][4].
|
|
498
498
|
#
|
|
@@ -506,8 +506,8 @@ module Aws::Support
|
|
|
506
506
|
# [4]: http://aws.amazon.com/premiumsupport/
|
|
507
507
|
#
|
|
508
508
|
# @option params [required, String] :subject
|
|
509
|
-
# The title of the
|
|
510
|
-
#
|
|
509
|
+
# The title of the support case. The title appears in the **Subject**
|
|
510
|
+
# field on the AWS Support Center [Create Case][1] page.
|
|
511
511
|
#
|
|
512
512
|
#
|
|
513
513
|
#
|
|
@@ -536,7 +536,7 @@ module Aws::Support
|
|
|
536
536
|
# [1]: https://docs.aws.amazon.com/awssupport/latest/user/getting-started.html#choosing-severity
|
|
537
537
|
#
|
|
538
538
|
# @option params [String] :category_code
|
|
539
|
-
# The category of problem for the
|
|
539
|
+
# The category of problem for the support case. You also use the
|
|
540
540
|
# DescribeServices operation to get the category code for a service.
|
|
541
541
|
# Each AWS service defines its own set of category codes.
|
|
542
542
|
#
|
|
@@ -612,11 +612,11 @@ module Aws::Support
|
|
|
612
612
|
# are returned in the AttachmentDetails objects that are returned by the
|
|
613
613
|
# DescribeCommunications operation.
|
|
614
614
|
#
|
|
615
|
-
# <note markdown="1"> * You must have a Business or Enterprise
|
|
615
|
+
# <note markdown="1"> * You must have a Business or Enterprise Support plan to use the AWS
|
|
616
616
|
# Support API.
|
|
617
617
|
#
|
|
618
618
|
# * If you call the AWS Support API from an account that does not have a
|
|
619
|
-
# Business or Enterprise
|
|
619
|
+
# Business or Enterprise Support plan, the
|
|
620
620
|
# `SubscriptionRequiredException` error message appears. For
|
|
621
621
|
# information about changing your support plan, see [AWS Support][1].
|
|
622
622
|
#
|
|
@@ -670,11 +670,11 @@ module Aws::Support
|
|
|
670
670
|
# Case data is available for 12 months after creation. If a case was
|
|
671
671
|
# created more than 12 months ago, a request might return an error.
|
|
672
672
|
#
|
|
673
|
-
# <note markdown="1"> * You must have a Business or Enterprise
|
|
673
|
+
# <note markdown="1"> * You must have a Business or Enterprise Support plan to use the AWS
|
|
674
674
|
# Support API.
|
|
675
675
|
#
|
|
676
676
|
# * If you call the AWS Support API from an account that does not have a
|
|
677
|
-
# Business or Enterprise
|
|
677
|
+
# Business or Enterprise Support plan, the
|
|
678
678
|
# `SubscriptionRequiredException` error message appears. For
|
|
679
679
|
# information about changing your support plan, see [AWS Support][2].
|
|
680
680
|
#
|
|
@@ -720,7 +720,7 @@ module Aws::Support
|
|
|
720
720
|
#
|
|
721
721
|
# @option params [Boolean] :include_communications
|
|
722
722
|
# Specifies whether to include communications in the `DescribeCases`
|
|
723
|
-
# response. By default, communications are
|
|
723
|
+
# response. By default, communications are included.
|
|
724
724
|
#
|
|
725
725
|
# @return [Types::DescribeCasesResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
726
726
|
#
|
|
@@ -792,11 +792,11 @@ module Aws::Support
|
|
|
792
792
|
# that you want to display on each page, and use `nextToken` to specify
|
|
793
793
|
# the resumption of pagination.
|
|
794
794
|
#
|
|
795
|
-
# <note markdown="1"> * You must have a Business or Enterprise
|
|
795
|
+
# <note markdown="1"> * You must have a Business or Enterprise Support plan to use the AWS
|
|
796
796
|
# Support API.
|
|
797
797
|
#
|
|
798
798
|
# * If you call the AWS Support API from an account that does not have a
|
|
799
|
-
# Business or Enterprise
|
|
799
|
+
# Business or Enterprise Support plan, the
|
|
800
800
|
# `SubscriptionRequiredException` error message appears. For
|
|
801
801
|
# information about changing your support plan, see [AWS Support][1].
|
|
802
802
|
#
|
|
@@ -807,8 +807,8 @@ module Aws::Support
|
|
|
807
807
|
# [1]: http://aws.amazon.com/premiumsupport/
|
|
808
808
|
#
|
|
809
809
|
# @option params [required, String] :case_id
|
|
810
|
-
# The
|
|
811
|
-
#
|
|
810
|
+
# The support case ID requested or returned in the call. The case ID is
|
|
811
|
+
# an alphanumeric string formatted as shown in this example:
|
|
812
812
|
# case-*12345678910-2013-c4c1d2bf33c5cf47*
|
|
813
813
|
#
|
|
814
814
|
# @option params [String] :before_time
|
|
@@ -878,11 +878,11 @@ module Aws::Support
|
|
|
878
878
|
# categories that the `DescribeServices` operation returns, so that you
|
|
879
879
|
# have the most recent set of service and category codes.
|
|
880
880
|
#
|
|
881
|
-
# <note markdown="1"> * You must have a Business or Enterprise
|
|
881
|
+
# <note markdown="1"> * You must have a Business or Enterprise Support plan to use the AWS
|
|
882
882
|
# Support API.
|
|
883
883
|
#
|
|
884
884
|
# * If you call the AWS Support API from an account that does not have a
|
|
885
|
-
# Business or Enterprise
|
|
885
|
+
# Business or Enterprise Support plan, the
|
|
886
886
|
# `SubscriptionRequiredException` error message appears. For
|
|
887
887
|
# information about changing your support plan, see [AWS Support][2].
|
|
888
888
|
#
|
|
@@ -931,15 +931,15 @@ module Aws::Support
|
|
|
931
931
|
req.send_request(options)
|
|
932
932
|
end
|
|
933
933
|
|
|
934
|
-
# Returns the list of severity levels that you can assign to
|
|
935
|
-
#
|
|
936
|
-
#
|
|
934
|
+
# Returns the list of severity levels that you can assign to a support
|
|
935
|
+
# case. The severity level for a case is also a field in the CaseDetails
|
|
936
|
+
# data type that you include for a CreateCase request.
|
|
937
937
|
#
|
|
938
|
-
# <note markdown="1"> * You must have a Business or Enterprise
|
|
938
|
+
# <note markdown="1"> * You must have a Business or Enterprise Support plan to use the AWS
|
|
939
939
|
# Support API.
|
|
940
940
|
#
|
|
941
941
|
# * If you call the AWS Support API from an account that does not have a
|
|
942
|
-
# Business or Enterprise
|
|
942
|
+
# Business or Enterprise Support plan, the
|
|
943
943
|
# `SubscriptionRequiredException` error message appears. For
|
|
944
944
|
# information about changing your support plan, see [AWS Support][1].
|
|
945
945
|
#
|
|
@@ -990,11 +990,11 @@ module Aws::Support
|
|
|
990
990
|
# this operation for these checks, you might see an
|
|
991
991
|
# `InvalidParameterValue` error.
|
|
992
992
|
#
|
|
993
|
-
# <note markdown="1"> * You must have a Business or Enterprise
|
|
993
|
+
# <note markdown="1"> * You must have a Business or Enterprise Support plan to use the AWS
|
|
994
994
|
# Support API.
|
|
995
995
|
#
|
|
996
996
|
# * If you call the AWS Support API from an account that does not have a
|
|
997
|
-
# Business or Enterprise
|
|
997
|
+
# Business or Enterprise Support plan, the
|
|
998
998
|
# `SubscriptionRequiredException` error message appears. For
|
|
999
999
|
# information about changing your support plan, see [AWS Support][1].
|
|
1000
1000
|
#
|
|
@@ -1005,7 +1005,7 @@ module Aws::Support
|
|
|
1005
1005
|
# [1]: http://aws.amazon.com/premiumsupport/
|
|
1006
1006
|
#
|
|
1007
1007
|
# @option params [required, Array<String>] :check_ids
|
|
1008
|
-
# The IDs of the Trusted Advisor checks to get the status
|
|
1008
|
+
# The IDs of the Trusted Advisor checks to get the status.
|
|
1009
1009
|
#
|
|
1010
1010
|
# <note markdown="1"> If you specify the check ID of a check that is automatically
|
|
1011
1011
|
# refreshed, you might see an `InvalidParameterValue` error.
|
|
@@ -1053,18 +1053,18 @@ module Aws::Support
|
|
|
1053
1053
|
#
|
|
1054
1054
|
# In addition, the response contains these fields:
|
|
1055
1055
|
#
|
|
1056
|
-
# * **status** - The alert status of the check
|
|
1057
|
-
#
|
|
1056
|
+
# * **status** - The alert status of the check can be `ok` (green),
|
|
1057
|
+
# `warning` (yellow), `error` (red), or `not_available`.
|
|
1058
1058
|
#
|
|
1059
1059
|
# * **timestamp** - The time of the last refresh of the check.
|
|
1060
1060
|
#
|
|
1061
1061
|
# * **checkId** - The unique identifier for the check.
|
|
1062
1062
|
#
|
|
1063
|
-
# <note markdown="1"> * You must have a Business or Enterprise
|
|
1063
|
+
# <note markdown="1"> * You must have a Business or Enterprise Support plan to use the AWS
|
|
1064
1064
|
# Support API.
|
|
1065
1065
|
#
|
|
1066
1066
|
# * If you call the AWS Support API from an account that does not have a
|
|
1067
|
-
# Business or Enterprise
|
|
1067
|
+
# Business or Enterprise Support plan, the
|
|
1068
1068
|
# `SubscriptionRequiredException` error message appears. For
|
|
1069
1069
|
# information about changing your support plan, see [AWS Support][1].
|
|
1070
1070
|
#
|
|
@@ -1128,11 +1128,11 @@ module Aws::Support
|
|
|
1128
1128
|
#
|
|
1129
1129
|
# The response contains an array of TrustedAdvisorCheckSummary objects.
|
|
1130
1130
|
#
|
|
1131
|
-
# <note markdown="1"> * You must have a Business or Enterprise
|
|
1131
|
+
# <note markdown="1"> * You must have a Business or Enterprise Support plan to use the AWS
|
|
1132
1132
|
# Support API.
|
|
1133
1133
|
#
|
|
1134
1134
|
# * If you call the AWS Support API from an account that does not have a
|
|
1135
|
-
# Business or Enterprise
|
|
1135
|
+
# Business or Enterprise Support plan, the
|
|
1136
1136
|
# `SubscriptionRequiredException` error message appears. For
|
|
1137
1137
|
# information about changing your support plan, see [AWS Support][1].
|
|
1138
1138
|
#
|
|
@@ -1185,14 +1185,18 @@ module Aws::Support
|
|
|
1185
1185
|
# TrustedAdvisorCheckDescription object for each check. You must set the
|
|
1186
1186
|
# AWS Region to us-east-1.
|
|
1187
1187
|
#
|
|
1188
|
-
# <note markdown="1"> * You must have a Business or Enterprise
|
|
1188
|
+
# <note markdown="1"> * You must have a Business or Enterprise Support plan to use the AWS
|
|
1189
1189
|
# Support API.
|
|
1190
1190
|
#
|
|
1191
1191
|
# * If you call the AWS Support API from an account that does not have a
|
|
1192
|
-
# Business or Enterprise
|
|
1192
|
+
# Business or Enterprise Support plan, the
|
|
1193
1193
|
# `SubscriptionRequiredException` error message appears. For
|
|
1194
1194
|
# information about changing your support plan, see [AWS Support][1].
|
|
1195
1195
|
#
|
|
1196
|
+
# * The names and descriptions for Trusted Advisor checks are subject to
|
|
1197
|
+
# change. We recommend that you specify the check ID in your code to
|
|
1198
|
+
# uniquely identify a check.
|
|
1199
|
+
#
|
|
1196
1200
|
# </note>
|
|
1197
1201
|
#
|
|
1198
1202
|
#
|
|
@@ -1246,11 +1250,11 @@ module Aws::Support
|
|
|
1246
1250
|
#
|
|
1247
1251
|
# The response contains a TrustedAdvisorCheckRefreshStatus object.
|
|
1248
1252
|
#
|
|
1249
|
-
# <note markdown="1"> * You must have a Business or Enterprise
|
|
1253
|
+
# <note markdown="1"> * You must have a Business or Enterprise Support plan to use the AWS
|
|
1250
1254
|
# Support API.
|
|
1251
1255
|
#
|
|
1252
1256
|
# * If you call the AWS Support API from an account that does not have a
|
|
1253
|
-
# Business or Enterprise
|
|
1257
|
+
# Business or Enterprise Support plan, the
|
|
1254
1258
|
# `SubscriptionRequiredException` error message appears. For
|
|
1255
1259
|
# information about changing your support plan, see [AWS Support][1].
|
|
1256
1260
|
#
|
|
@@ -1262,8 +1266,11 @@ module Aws::Support
|
|
|
1262
1266
|
#
|
|
1263
1267
|
# @option params [required, String] :check_id
|
|
1264
1268
|
# The unique identifier for the Trusted Advisor check to refresh.
|
|
1265
|
-
#
|
|
1266
|
-
#
|
|
1269
|
+
#
|
|
1270
|
+
# <note markdown="1"> Specifying the check ID of a check that is automatically refreshed
|
|
1271
|
+
# causes an `InvalidParameterValue` error.
|
|
1272
|
+
#
|
|
1273
|
+
# </note>
|
|
1267
1274
|
#
|
|
1268
1275
|
# @return [Types::RefreshTrustedAdvisorCheckResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
1269
1276
|
#
|
|
@@ -1293,11 +1300,11 @@ module Aws::Support
|
|
|
1293
1300
|
# Resolves a support case. This operation takes a `caseId` and returns
|
|
1294
1301
|
# the initial and final state of the case.
|
|
1295
1302
|
#
|
|
1296
|
-
# <note markdown="1"> * You must have a Business or Enterprise
|
|
1303
|
+
# <note markdown="1"> * You must have a Business or Enterprise Support plan to use the AWS
|
|
1297
1304
|
# Support API.
|
|
1298
1305
|
#
|
|
1299
1306
|
# * If you call the AWS Support API from an account that does not have a
|
|
1300
|
-
# Business or Enterprise
|
|
1307
|
+
# Business or Enterprise Support plan, the
|
|
1301
1308
|
# `SubscriptionRequiredException` error message appears. For
|
|
1302
1309
|
# information about changing your support plan, see [AWS Support][1].
|
|
1303
1310
|
#
|
|
@@ -1308,8 +1315,8 @@ module Aws::Support
|
|
|
1308
1315
|
# [1]: http://aws.amazon.com/premiumsupport/
|
|
1309
1316
|
#
|
|
1310
1317
|
# @option params [String] :case_id
|
|
1311
|
-
# The
|
|
1312
|
-
#
|
|
1318
|
+
# The support case ID requested or returned in the call. The case ID is
|
|
1319
|
+
# an alphanumeric string formatted as shown in this example:
|
|
1313
1320
|
# case-*12345678910-2013-c4c1d2bf33c5cf47*
|
|
1314
1321
|
#
|
|
1315
1322
|
# @return [Types::ResolveCaseResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
@@ -1350,7 +1357,7 @@ module Aws::Support
|
|
|
1350
1357
|
params: params,
|
|
1351
1358
|
config: config)
|
|
1352
1359
|
context[:gem_name] = 'aws-sdk-support'
|
|
1353
|
-
context[:gem_version] = '1.
|
|
1360
|
+
context[:gem_version] = '1.31.0'
|
|
1354
1361
|
Seahorse::Client::Request.new(handlers, context)
|
|
1355
1362
|
end
|
|
1356
1363
|
|
|
@@ -84,8 +84,8 @@ module Aws::Support
|
|
|
84
84
|
# }
|
|
85
85
|
#
|
|
86
86
|
# @!attribute [rw] case_id
|
|
87
|
-
# The
|
|
88
|
-
#
|
|
87
|
+
# The support case ID requested or returned in the call. The case ID
|
|
88
|
+
# is an alphanumeric string formatted as shown in this example:
|
|
89
89
|
# case-*12345678910-2013-c4c1d2bf33c5cf47*
|
|
90
90
|
# @return [String]
|
|
91
91
|
#
|
|
@@ -273,37 +273,38 @@ module Aws::Support
|
|
|
273
273
|
# It is contained in the response from a DescribeCases request.
|
|
274
274
|
# **CaseDetails** contains the following fields:
|
|
275
275
|
#
|
|
276
|
-
# * **caseId
|
|
277
|
-
#
|
|
278
|
-
#
|
|
276
|
+
# * **caseId** - The support case ID requested or returned in the call.
|
|
277
|
+
# The case ID is an alphanumeric string formatted as shown in this
|
|
278
|
+
# example: case-*12345678910-2013-c4c1d2bf33c5cf47*.
|
|
279
279
|
#
|
|
280
|
-
# * **categoryCode
|
|
281
|
-
# Corresponds to the CategoryCode values returned by a call to
|
|
280
|
+
# * **categoryCode** - The category of problem for the support case.
|
|
281
|
+
# Corresponds to the `CategoryCode` values returned by a call to
|
|
282
282
|
# DescribeServices.
|
|
283
283
|
#
|
|
284
|
-
# * **displayId
|
|
284
|
+
# * **displayId** - The identifier for the case on pages in the AWS
|
|
285
285
|
# Support Center.
|
|
286
286
|
#
|
|
287
|
-
# * **language
|
|
287
|
+
# * **language** - The ISO 639-1 code for the language in which AWS
|
|
288
288
|
# provides support. AWS Support currently supports English ("en")
|
|
289
289
|
# and Japanese ("ja"). Language parameters must be passed explicitly
|
|
290
290
|
# for operations that take them.
|
|
291
291
|
#
|
|
292
|
-
# * **nextToken
|
|
292
|
+
# * **nextToken** - A resumption point for pagination.
|
|
293
293
|
#
|
|
294
|
-
# * **recentCommunications
|
|
294
|
+
# * **recentCommunications** - One or more Communication objects. Fields
|
|
295
295
|
# of these objects are `attachments`, `body`, `caseId`, `submittedBy`,
|
|
296
296
|
# and `timeCreated`.
|
|
297
297
|
#
|
|
298
|
-
# * **serviceCode
|
|
299
|
-
# to the service code defined in the call to
|
|
298
|
+
# * **serviceCode** - The identifier for the AWS service that
|
|
299
|
+
# corresponds to the service code defined in the call to
|
|
300
|
+
# DescribeServices.
|
|
300
301
|
#
|
|
301
|
-
# * **severityCode
|
|
302
|
+
# * **severityCode** - The severity code assigned to the case. Contains
|
|
302
303
|
# one of the values returned by the call to DescribeSeverityLevels.
|
|
303
304
|
# The possible values are: `low`, `normal`, `high`, `urgent`, and
|
|
304
305
|
# `critical`.
|
|
305
306
|
#
|
|
306
|
-
# * **status
|
|
307
|
+
# * **status** - The status of the case in the AWS Support Center. Valid
|
|
307
308
|
# values:
|
|
308
309
|
#
|
|
309
310
|
# * `opened`
|
|
@@ -318,16 +319,16 @@ module Aws::Support
|
|
|
318
319
|
#
|
|
319
320
|
# * `work-in-progress`
|
|
320
321
|
#
|
|
321
|
-
# * **subject
|
|
322
|
+
# * **subject** - The subject line of the case.
|
|
322
323
|
#
|
|
323
|
-
# * **submittedBy
|
|
324
|
-
# case.
|
|
324
|
+
# * **submittedBy** - The email address of the account that submitted
|
|
325
|
+
# the case.
|
|
325
326
|
#
|
|
326
|
-
# * **timeCreated
|
|
327
|
+
# * **timeCreated** - The time the case was created, in ISO-8601 format.
|
|
327
328
|
#
|
|
328
329
|
# @!attribute [rw] case_id
|
|
329
|
-
# The
|
|
330
|
-
#
|
|
330
|
+
# The support case ID requested or returned in the call. The case ID
|
|
331
|
+
# is an alphanumeric string formatted as shown in this example:
|
|
331
332
|
# case-*12345678910-2013-c4c1d2bf33c5cf47*
|
|
332
333
|
# @return [String]
|
|
333
334
|
#
|
|
@@ -364,7 +365,7 @@ module Aws::Support
|
|
|
364
365
|
# @return [String]
|
|
365
366
|
#
|
|
366
367
|
# @!attribute [rw] category_code
|
|
367
|
-
# The category of problem for the
|
|
368
|
+
# The category of problem for the support case.
|
|
368
369
|
# @return [String]
|
|
369
370
|
#
|
|
370
371
|
# @!attribute [rw] severity_code
|
|
@@ -418,7 +419,7 @@ module Aws::Support
|
|
|
418
419
|
include Aws::Structure
|
|
419
420
|
end
|
|
420
421
|
|
|
421
|
-
# The requested `caseId`
|
|
422
|
+
# The requested `caseId` couldn't be located.
|
|
422
423
|
#
|
|
423
424
|
# @!attribute [rw] message
|
|
424
425
|
# The requested `CaseId` could not be located.
|
|
@@ -453,14 +454,14 @@ module Aws::Support
|
|
|
453
454
|
include Aws::Structure
|
|
454
455
|
end
|
|
455
456
|
|
|
456
|
-
# A communication associated with
|
|
457
|
+
# A communication associated with a support case. The communication
|
|
457
458
|
# consists of the case ID, the message body, attachment information, the
|
|
458
459
|
# submitter of the communication, and the date and time of the
|
|
459
460
|
# communication.
|
|
460
461
|
#
|
|
461
462
|
# @!attribute [rw] case_id
|
|
462
|
-
# The
|
|
463
|
-
#
|
|
463
|
+
# The support case ID requested or returned in the call. The case ID
|
|
464
|
+
# is an alphanumeric string formatted as shown in this example:
|
|
464
465
|
# case-*12345678910-2013-c4c1d2bf33c5cf47*
|
|
465
466
|
# @return [String]
|
|
466
467
|
#
|
|
@@ -472,8 +473,8 @@ module Aws::Support
|
|
|
472
473
|
# The identity of the account that submitted, or responded to, the
|
|
473
474
|
# support case. Customer entries include the role or IAM user as well
|
|
474
475
|
# as the email address. For example, "AdminRole (Role)
|
|
475
|
-
# <
|
|
476
|
-
# display "Amazon Web Services," and
|
|
476
|
+
# <janedoe@example.com>. Entries from the AWS Support team
|
|
477
|
+
# display "Amazon Web Services," and don't show an email address.
|
|
477
478
|
# @return [String]
|
|
478
479
|
#
|
|
479
480
|
# @!attribute [rw] time_created
|
|
@@ -512,8 +513,8 @@ module Aws::Support
|
|
|
512
513
|
# }
|
|
513
514
|
#
|
|
514
515
|
# @!attribute [rw] subject
|
|
515
|
-
# The title of the
|
|
516
|
-
#
|
|
516
|
+
# The title of the support case. The title appears in the **Subject**
|
|
517
|
+
# field on the AWS Support Center [Create Case][1] page.
|
|
517
518
|
#
|
|
518
519
|
#
|
|
519
520
|
#
|
|
@@ -545,7 +546,7 @@ module Aws::Support
|
|
|
545
546
|
# @return [String]
|
|
546
547
|
#
|
|
547
548
|
# @!attribute [rw] category_code
|
|
548
|
-
# The category of problem for the
|
|
549
|
+
# The category of problem for the support case. You also use the
|
|
549
550
|
# DescribeServices operation to get the category code for a service.
|
|
550
551
|
# Each AWS service defines its own set of category codes.
|
|
551
552
|
# @return [String]
|
|
@@ -605,12 +606,12 @@ module Aws::Support
|
|
|
605
606
|
include Aws::Structure
|
|
606
607
|
end
|
|
607
608
|
|
|
608
|
-
# The
|
|
609
|
+
# The support case ID returned by a successful completion of the
|
|
609
610
|
# CreateCase operation.
|
|
610
611
|
#
|
|
611
612
|
# @!attribute [rw] case_id
|
|
612
|
-
# The
|
|
613
|
-
#
|
|
613
|
+
# The support case ID requested or returned in the call. The case ID
|
|
614
|
+
# is an alphanumeric string in the following format:
|
|
614
615
|
# case-*12345678910-2013-c4c1d2bf33c5cf47*
|
|
615
616
|
# @return [String]
|
|
616
617
|
#
|
|
@@ -738,7 +739,7 @@ module Aws::Support
|
|
|
738
739
|
#
|
|
739
740
|
# @!attribute [rw] include_communications
|
|
740
741
|
# Specifies whether to include communications in the `DescribeCases`
|
|
741
|
-
# response. By default, communications are
|
|
742
|
+
# response. By default, communications are included.
|
|
742
743
|
# @return [Boolean]
|
|
743
744
|
#
|
|
744
745
|
# @see http://docs.aws.amazon.com/goto/WebAPI/support-2013-04-15/DescribeCasesRequest AWS API Documentation
|
|
@@ -793,8 +794,8 @@ module Aws::Support
|
|
|
793
794
|
# }
|
|
794
795
|
#
|
|
795
796
|
# @!attribute [rw] case_id
|
|
796
|
-
# The
|
|
797
|
-
#
|
|
797
|
+
# The support case ID requested or returned in the call. The case ID
|
|
798
|
+
# is an alphanumeric string formatted as shown in this example:
|
|
798
799
|
# case-*12345678910-2013-c4c1d2bf33c5cf47*
|
|
799
800
|
# @return [String]
|
|
800
801
|
#
|
|
@@ -938,7 +939,7 @@ module Aws::Support
|
|
|
938
939
|
# }
|
|
939
940
|
#
|
|
940
941
|
# @!attribute [rw] check_ids
|
|
941
|
-
# The IDs of the Trusted Advisor checks to get the status
|
|
942
|
+
# The IDs of the Trusted Advisor checks to get the status.
|
|
942
943
|
#
|
|
943
944
|
# <note markdown="1"> If you specify the check ID of a check that is automatically
|
|
944
945
|
# refreshed, you might see an `InvalidParameterValue` error.
|
|
@@ -1125,8 +1126,11 @@ module Aws::Support
|
|
|
1125
1126
|
#
|
|
1126
1127
|
# @!attribute [rw] check_id
|
|
1127
1128
|
# The unique identifier for the Trusted Advisor check to refresh.
|
|
1128
|
-
#
|
|
1129
|
-
#
|
|
1129
|
+
#
|
|
1130
|
+
# <note markdown="1"> Specifying the check ID of a check that is automatically refreshed
|
|
1131
|
+
# causes an `InvalidParameterValue` error.
|
|
1132
|
+
#
|
|
1133
|
+
# </note>
|
|
1130
1134
|
# @return [String]
|
|
1131
1135
|
#
|
|
1132
1136
|
# @see http://docs.aws.amazon.com/goto/WebAPI/support-2013-04-15/RefreshTrustedAdvisorCheckRequest AWS API Documentation
|
|
@@ -1160,8 +1164,8 @@ module Aws::Support
|
|
|
1160
1164
|
# }
|
|
1161
1165
|
#
|
|
1162
1166
|
# @!attribute [rw] case_id
|
|
1163
|
-
# The
|
|
1164
|
-
#
|
|
1167
|
+
# The support case ID requested or returned in the call. The case ID
|
|
1168
|
+
# is an alphanumeric string formatted as shown in this example:
|
|
1165
1169
|
# case-*12345678910-2013-c4c1d2bf33c5cf47*
|
|
1166
1170
|
# @return [String]
|
|
1167
1171
|
#
|
|
@@ -1242,21 +1246,22 @@ module Aws::Support
|
|
|
1242
1246
|
# The name of the severity level that corresponds to the severity
|
|
1243
1247
|
# level code.
|
|
1244
1248
|
#
|
|
1245
|
-
# <note markdown="1"> The values returned by the API
|
|
1246
|
-
#
|
|
1247
|
-
#
|
|
1248
|
-
#
|
|
1249
|
-
#
|
|
1249
|
+
# <note markdown="1"> The values returned by the API are different from the values that
|
|
1250
|
+
# appear in the AWS Support Center. For example, the API uses the code
|
|
1251
|
+
# `low`, but the name appears as General guidance in Support Center.
|
|
1252
|
+
#
|
|
1253
|
+
# The following are the API code names and how they appear in the
|
|
1254
|
+
# console:
|
|
1250
1255
|
#
|
|
1251
|
-
# * `low
|
|
1256
|
+
# * `low` - General guidance
|
|
1252
1257
|
#
|
|
1253
|
-
# * `normal
|
|
1258
|
+
# * `normal` - System impaired
|
|
1254
1259
|
#
|
|
1255
|
-
# * `high
|
|
1260
|
+
# * `high` - Production system impaired
|
|
1256
1261
|
#
|
|
1257
|
-
# * `urgent
|
|
1262
|
+
# * `urgent` - Production system down
|
|
1258
1263
|
#
|
|
1259
|
-
# * `critical
|
|
1264
|
+
# * `critical` - Business-critical system down
|
|
1260
1265
|
#
|
|
1261
1266
|
# </note>
|
|
1262
1267
|
#
|
|
@@ -1343,18 +1348,18 @@ module Aws::Support
|
|
|
1343
1348
|
# The status of the Trusted Advisor check for which a refresh has been
|
|
1344
1349
|
# requested:
|
|
1345
1350
|
#
|
|
1346
|
-
# * `none
|
|
1351
|
+
# * `none` - The check is not refreshed or the non-success status
|
|
1347
1352
|
# exceeds the timeout
|
|
1348
1353
|
#
|
|
1349
|
-
# * `enqueued
|
|
1354
|
+
# * `enqueued` - The check refresh requests has entered the refresh
|
|
1350
1355
|
# queue
|
|
1351
1356
|
#
|
|
1352
|
-
# * `processing
|
|
1357
|
+
# * `processing` - The check refresh request is picked up by the rule
|
|
1353
1358
|
# processing engine
|
|
1354
1359
|
#
|
|
1355
|
-
# * `success
|
|
1360
|
+
# * `success` - The check is successfully refreshed
|
|
1356
1361
|
#
|
|
1357
|
-
# * `abandoned
|
|
1362
|
+
# * `abandoned` - The check refresh has failed
|
|
1358
1363
|
# @return [String]
|
|
1359
1364
|
#
|
|
1360
1365
|
# @!attribute [rw] millis_until_next_refreshable
|
|
@@ -1489,7 +1494,7 @@ module Aws::Support
|
|
|
1489
1494
|
# @return [String]
|
|
1490
1495
|
#
|
|
1491
1496
|
# @!attribute [rw] region
|
|
1492
|
-
# The AWS
|
|
1497
|
+
# The AWS Region in which the identified resource is located.
|
|
1493
1498
|
# @return [String]
|
|
1494
1499
|
#
|
|
1495
1500
|
# @!attribute [rw] resource_id
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-support
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.31.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: 2021-
|
|
11
|
+
date: 2021-05-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|
|
@@ -66,8 +66,8 @@ homepage: https://github.com/aws/aws-sdk-ruby
|
|
|
66
66
|
licenses:
|
|
67
67
|
- Apache-2.0
|
|
68
68
|
metadata:
|
|
69
|
-
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/
|
|
70
|
-
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/
|
|
69
|
+
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-support
|
|
70
|
+
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-support/CHANGELOG.md
|
|
71
71
|
post_install_message:
|
|
72
72
|
rdoc_options: []
|
|
73
73
|
require_paths:
|
|
@@ -83,8 +83,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
83
83
|
- !ruby/object:Gem::Version
|
|
84
84
|
version: '0'
|
|
85
85
|
requirements: []
|
|
86
|
-
|
|
87
|
-
rubygems_version: 2.7.6.2
|
|
86
|
+
rubygems_version: 3.1.6
|
|
88
87
|
signing_key:
|
|
89
88
|
specification_version: 4
|
|
90
89
|
summary: AWS SDK for Ruby - AWS Support
|