aws-sdk-support 1.23.0 → 1.24.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/lib/aws-sdk-support.rb +1 -1
- data/lib/aws-sdk-support/client.rb +1 -1
- data/lib/aws-sdk-support/types.rb +53 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 558422db8d24dd4c00c63a6f147aa832820b35745e07728031a3ef4401c9436c
|
|
4
|
+
data.tar.gz: 5654d51301c5bb2a6f44fb93977404ecfa507ad36e45b4e5f0cd6ce897973b2b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0c41f7484e852fd09995906ef845231f580f6eb9c79bb32abbc8f083cbc2b14b4dbc5cd5e5a3de8ce05a5053905349ec1de9c6668386998cf7d5c6ed9e61cd73
|
|
7
|
+
data.tar.gz: 275a73ad72ff2dde73c41e1a47a027b8ef42e3c211421b0ee1e073aebb2596b58f6e037d00e4fedd6bd99598c6f0bfdc62d84ab9e205c6256905dc34b31ac7b1
|
data/lib/aws-sdk-support.rb
CHANGED
|
@@ -1335,7 +1335,7 @@ module Aws::Support
|
|
|
1335
1335
|
params: params,
|
|
1336
1336
|
config: config)
|
|
1337
1337
|
context[:gem_name] = 'aws-sdk-support'
|
|
1338
|
-
context[:gem_version] = '1.
|
|
1338
|
+
context[:gem_version] = '1.24.0'
|
|
1339
1339
|
Seahorse::Client::Request.new(handlers, context)
|
|
1340
1340
|
end
|
|
1341
1341
|
|
|
@@ -46,6 +46,7 @@ module Aws::Support
|
|
|
46
46
|
class AddAttachmentsToSetRequest < Struct.new(
|
|
47
47
|
:attachment_set_id,
|
|
48
48
|
:attachments)
|
|
49
|
+
SENSITIVE = []
|
|
49
50
|
include Aws::Structure
|
|
50
51
|
end
|
|
51
52
|
|
|
@@ -68,6 +69,7 @@ module Aws::Support
|
|
|
68
69
|
class AddAttachmentsToSetResponse < Struct.new(
|
|
69
70
|
:attachment_set_id,
|
|
70
71
|
:expiry_time)
|
|
72
|
+
SENSITIVE = []
|
|
71
73
|
include Aws::Structure
|
|
72
74
|
end
|
|
73
75
|
|
|
@@ -108,6 +110,7 @@ module Aws::Support
|
|
|
108
110
|
:communication_body,
|
|
109
111
|
:cc_email_addresses,
|
|
110
112
|
:attachment_set_id)
|
|
113
|
+
SENSITIVE = []
|
|
111
114
|
include Aws::Structure
|
|
112
115
|
end
|
|
113
116
|
|
|
@@ -122,6 +125,7 @@ module Aws::Support
|
|
|
122
125
|
#
|
|
123
126
|
class AddCommunicationToCaseResponse < Struct.new(
|
|
124
127
|
:result)
|
|
128
|
+
SENSITIVE = []
|
|
125
129
|
include Aws::Structure
|
|
126
130
|
end
|
|
127
131
|
|
|
@@ -149,6 +153,7 @@ module Aws::Support
|
|
|
149
153
|
class Attachment < Struct.new(
|
|
150
154
|
:file_name,
|
|
151
155
|
:data)
|
|
156
|
+
SENSITIVE = []
|
|
152
157
|
include Aws::Structure
|
|
153
158
|
end
|
|
154
159
|
|
|
@@ -169,6 +174,7 @@ module Aws::Support
|
|
|
169
174
|
class AttachmentDetails < Struct.new(
|
|
170
175
|
:attachment_id,
|
|
171
176
|
:file_name)
|
|
177
|
+
SENSITIVE = []
|
|
172
178
|
include Aws::Structure
|
|
173
179
|
end
|
|
174
180
|
|
|
@@ -182,6 +188,7 @@ module Aws::Support
|
|
|
182
188
|
#
|
|
183
189
|
class AttachmentIdNotFound < Struct.new(
|
|
184
190
|
:message)
|
|
191
|
+
SENSITIVE = []
|
|
185
192
|
include Aws::Structure
|
|
186
193
|
end
|
|
187
194
|
|
|
@@ -197,6 +204,7 @@ module Aws::Support
|
|
|
197
204
|
#
|
|
198
205
|
class AttachmentLimitExceeded < Struct.new(
|
|
199
206
|
:message)
|
|
207
|
+
SENSITIVE = []
|
|
200
208
|
include Aws::Structure
|
|
201
209
|
end
|
|
202
210
|
|
|
@@ -212,6 +220,7 @@ module Aws::Support
|
|
|
212
220
|
#
|
|
213
221
|
class AttachmentSetExpired < Struct.new(
|
|
214
222
|
:message)
|
|
223
|
+
SENSITIVE = []
|
|
215
224
|
include Aws::Structure
|
|
216
225
|
end
|
|
217
226
|
|
|
@@ -225,6 +234,7 @@ module Aws::Support
|
|
|
225
234
|
#
|
|
226
235
|
class AttachmentSetIdNotFound < Struct.new(
|
|
227
236
|
:message)
|
|
237
|
+
SENSITIVE = []
|
|
228
238
|
include Aws::Structure
|
|
229
239
|
end
|
|
230
240
|
|
|
@@ -240,6 +250,7 @@ module Aws::Support
|
|
|
240
250
|
#
|
|
241
251
|
class AttachmentSetSizeLimitExceeded < Struct.new(
|
|
242
252
|
:message)
|
|
253
|
+
SENSITIVE = []
|
|
243
254
|
include Aws::Structure
|
|
244
255
|
end
|
|
245
256
|
|
|
@@ -254,6 +265,7 @@ module Aws::Support
|
|
|
254
265
|
#
|
|
255
266
|
class CaseCreationLimitExceeded < Struct.new(
|
|
256
267
|
:message)
|
|
268
|
+
SENSITIVE = []
|
|
257
269
|
include Aws::Structure
|
|
258
270
|
end
|
|
259
271
|
|
|
@@ -402,6 +414,7 @@ module Aws::Support
|
|
|
402
414
|
:recent_communications,
|
|
403
415
|
:cc_email_addresses,
|
|
404
416
|
:language)
|
|
417
|
+
SENSITIVE = []
|
|
405
418
|
include Aws::Structure
|
|
406
419
|
end
|
|
407
420
|
|
|
@@ -415,6 +428,7 @@ module Aws::Support
|
|
|
415
428
|
#
|
|
416
429
|
class CaseIdNotFound < Struct.new(
|
|
417
430
|
:message)
|
|
431
|
+
SENSITIVE = []
|
|
418
432
|
include Aws::Structure
|
|
419
433
|
end
|
|
420
434
|
|
|
@@ -435,6 +449,7 @@ module Aws::Support
|
|
|
435
449
|
class Category < Struct.new(
|
|
436
450
|
:code,
|
|
437
451
|
:name)
|
|
452
|
+
SENSITIVE = []
|
|
438
453
|
include Aws::Structure
|
|
439
454
|
end
|
|
440
455
|
|
|
@@ -477,6 +492,7 @@ module Aws::Support
|
|
|
477
492
|
:submitted_by,
|
|
478
493
|
:time_created,
|
|
479
494
|
:attachment_set)
|
|
495
|
+
SENSITIVE = []
|
|
480
496
|
include Aws::Structure
|
|
481
497
|
end
|
|
482
498
|
|
|
@@ -585,6 +601,7 @@ module Aws::Support
|
|
|
585
601
|
:language,
|
|
586
602
|
:issue_type,
|
|
587
603
|
:attachment_set_id)
|
|
604
|
+
SENSITIVE = []
|
|
588
605
|
include Aws::Structure
|
|
589
606
|
end
|
|
590
607
|
|
|
@@ -601,6 +618,7 @@ module Aws::Support
|
|
|
601
618
|
#
|
|
602
619
|
class CreateCaseResponse < Struct.new(
|
|
603
620
|
:case_id)
|
|
621
|
+
SENSITIVE = []
|
|
604
622
|
include Aws::Structure
|
|
605
623
|
end
|
|
606
624
|
|
|
@@ -616,6 +634,7 @@ module Aws::Support
|
|
|
616
634
|
#
|
|
617
635
|
class DescribeAttachmentLimitExceeded < Struct.new(
|
|
618
636
|
:message)
|
|
637
|
+
SENSITIVE = []
|
|
619
638
|
include Aws::Structure
|
|
620
639
|
end
|
|
621
640
|
|
|
@@ -635,6 +654,7 @@ module Aws::Support
|
|
|
635
654
|
#
|
|
636
655
|
class DescribeAttachmentRequest < Struct.new(
|
|
637
656
|
:attachment_id)
|
|
657
|
+
SENSITIVE = []
|
|
638
658
|
include Aws::Structure
|
|
639
659
|
end
|
|
640
660
|
|
|
@@ -654,6 +674,7 @@ module Aws::Support
|
|
|
654
674
|
#
|
|
655
675
|
class DescribeAttachmentResponse < Struct.new(
|
|
656
676
|
:attachment)
|
|
677
|
+
SENSITIVE = []
|
|
657
678
|
include Aws::Structure
|
|
658
679
|
end
|
|
659
680
|
|
|
@@ -732,6 +753,7 @@ module Aws::Support
|
|
|
732
753
|
:max_results,
|
|
733
754
|
:language,
|
|
734
755
|
:include_communications)
|
|
756
|
+
SENSITIVE = []
|
|
735
757
|
include Aws::Structure
|
|
736
758
|
end
|
|
737
759
|
|
|
@@ -755,6 +777,7 @@ module Aws::Support
|
|
|
755
777
|
class DescribeCasesResponse < Struct.new(
|
|
756
778
|
:cases,
|
|
757
779
|
:next_token)
|
|
780
|
+
SENSITIVE = []
|
|
758
781
|
include Aws::Structure
|
|
759
782
|
end
|
|
760
783
|
|
|
@@ -803,6 +826,7 @@ module Aws::Support
|
|
|
803
826
|
:after_time,
|
|
804
827
|
:next_token,
|
|
805
828
|
:max_results)
|
|
829
|
+
SENSITIVE = []
|
|
806
830
|
include Aws::Structure
|
|
807
831
|
end
|
|
808
832
|
|
|
@@ -821,6 +845,7 @@ module Aws::Support
|
|
|
821
845
|
class DescribeCommunicationsResponse < Struct.new(
|
|
822
846
|
:communications,
|
|
823
847
|
:next_token)
|
|
848
|
+
SENSITIVE = []
|
|
824
849
|
include Aws::Structure
|
|
825
850
|
end
|
|
826
851
|
|
|
@@ -848,6 +873,7 @@ module Aws::Support
|
|
|
848
873
|
class DescribeServicesRequest < Struct.new(
|
|
849
874
|
:service_code_list,
|
|
850
875
|
:language)
|
|
876
|
+
SENSITIVE = []
|
|
851
877
|
include Aws::Structure
|
|
852
878
|
end
|
|
853
879
|
|
|
@@ -861,6 +887,7 @@ module Aws::Support
|
|
|
861
887
|
#
|
|
862
888
|
class DescribeServicesResponse < Struct.new(
|
|
863
889
|
:services)
|
|
890
|
+
SENSITIVE = []
|
|
864
891
|
include Aws::Structure
|
|
865
892
|
end
|
|
866
893
|
|
|
@@ -882,6 +909,7 @@ module Aws::Support
|
|
|
882
909
|
#
|
|
883
910
|
class DescribeSeverityLevelsRequest < Struct.new(
|
|
884
911
|
:language)
|
|
912
|
+
SENSITIVE = []
|
|
885
913
|
include Aws::Structure
|
|
886
914
|
end
|
|
887
915
|
|
|
@@ -898,6 +926,7 @@ module Aws::Support
|
|
|
898
926
|
#
|
|
899
927
|
class DescribeSeverityLevelsResponse < Struct.new(
|
|
900
928
|
:severity_levels)
|
|
929
|
+
SENSITIVE = []
|
|
901
930
|
include Aws::Structure
|
|
902
931
|
end
|
|
903
932
|
|
|
@@ -921,6 +950,7 @@ module Aws::Support
|
|
|
921
950
|
#
|
|
922
951
|
class DescribeTrustedAdvisorCheckRefreshStatusesRequest < Struct.new(
|
|
923
952
|
:check_ids)
|
|
953
|
+
SENSITIVE = []
|
|
924
954
|
include Aws::Structure
|
|
925
955
|
end
|
|
926
956
|
|
|
@@ -935,6 +965,7 @@ module Aws::Support
|
|
|
935
965
|
#
|
|
936
966
|
class DescribeTrustedAdvisorCheckRefreshStatusesResponse < Struct.new(
|
|
937
967
|
:statuses)
|
|
968
|
+
SENSITIVE = []
|
|
938
969
|
include Aws::Structure
|
|
939
970
|
end
|
|
940
971
|
|
|
@@ -962,6 +993,7 @@ module Aws::Support
|
|
|
962
993
|
class DescribeTrustedAdvisorCheckResultRequest < Struct.new(
|
|
963
994
|
:check_id,
|
|
964
995
|
:language)
|
|
996
|
+
SENSITIVE = []
|
|
965
997
|
include Aws::Structure
|
|
966
998
|
end
|
|
967
999
|
|
|
@@ -976,6 +1008,7 @@ module Aws::Support
|
|
|
976
1008
|
#
|
|
977
1009
|
class DescribeTrustedAdvisorCheckResultResponse < Struct.new(
|
|
978
1010
|
:result)
|
|
1011
|
+
SENSITIVE = []
|
|
979
1012
|
include Aws::Structure
|
|
980
1013
|
end
|
|
981
1014
|
|
|
@@ -994,6 +1027,7 @@ module Aws::Support
|
|
|
994
1027
|
#
|
|
995
1028
|
class DescribeTrustedAdvisorCheckSummariesRequest < Struct.new(
|
|
996
1029
|
:check_ids)
|
|
1030
|
+
SENSITIVE = []
|
|
997
1031
|
include Aws::Structure
|
|
998
1032
|
end
|
|
999
1033
|
|
|
@@ -1008,6 +1042,7 @@ module Aws::Support
|
|
|
1008
1042
|
#
|
|
1009
1043
|
class DescribeTrustedAdvisorCheckSummariesResponse < Struct.new(
|
|
1010
1044
|
:summaries)
|
|
1045
|
+
SENSITIVE = []
|
|
1011
1046
|
include Aws::Structure
|
|
1012
1047
|
end
|
|
1013
1048
|
|
|
@@ -1029,6 +1064,7 @@ module Aws::Support
|
|
|
1029
1064
|
#
|
|
1030
1065
|
class DescribeTrustedAdvisorChecksRequest < Struct.new(
|
|
1031
1066
|
:language)
|
|
1067
|
+
SENSITIVE = []
|
|
1032
1068
|
include Aws::Structure
|
|
1033
1069
|
end
|
|
1034
1070
|
|
|
@@ -1043,6 +1079,7 @@ module Aws::Support
|
|
|
1043
1079
|
#
|
|
1044
1080
|
class DescribeTrustedAdvisorChecksResponse < Struct.new(
|
|
1045
1081
|
:checks)
|
|
1082
|
+
SENSITIVE = []
|
|
1046
1083
|
include Aws::Structure
|
|
1047
1084
|
end
|
|
1048
1085
|
|
|
@@ -1056,6 +1093,7 @@ module Aws::Support
|
|
|
1056
1093
|
#
|
|
1057
1094
|
class InternalServerError < Struct.new(
|
|
1058
1095
|
:message)
|
|
1096
|
+
SENSITIVE = []
|
|
1059
1097
|
include Aws::Structure
|
|
1060
1098
|
end
|
|
1061
1099
|
|
|
@@ -1074,6 +1112,7 @@ module Aws::Support
|
|
|
1074
1112
|
class RecentCaseCommunications < Struct.new(
|
|
1075
1113
|
:communications,
|
|
1076
1114
|
:next_token)
|
|
1115
|
+
SENSITIVE = []
|
|
1077
1116
|
include Aws::Structure
|
|
1078
1117
|
end
|
|
1079
1118
|
|
|
@@ -1094,6 +1133,7 @@ module Aws::Support
|
|
|
1094
1133
|
#
|
|
1095
1134
|
class RefreshTrustedAdvisorCheckRequest < Struct.new(
|
|
1096
1135
|
:check_id)
|
|
1136
|
+
SENSITIVE = []
|
|
1097
1137
|
include Aws::Structure
|
|
1098
1138
|
end
|
|
1099
1139
|
|
|
@@ -1108,6 +1148,7 @@ module Aws::Support
|
|
|
1108
1148
|
#
|
|
1109
1149
|
class RefreshTrustedAdvisorCheckResponse < Struct.new(
|
|
1110
1150
|
:status)
|
|
1151
|
+
SENSITIVE = []
|
|
1111
1152
|
include Aws::Structure
|
|
1112
1153
|
end
|
|
1113
1154
|
|
|
@@ -1128,6 +1169,7 @@ module Aws::Support
|
|
|
1128
1169
|
#
|
|
1129
1170
|
class ResolveCaseRequest < Struct.new(
|
|
1130
1171
|
:case_id)
|
|
1172
|
+
SENSITIVE = []
|
|
1131
1173
|
include Aws::Structure
|
|
1132
1174
|
end
|
|
1133
1175
|
|
|
@@ -1146,6 +1188,7 @@ module Aws::Support
|
|
|
1146
1188
|
class ResolveCaseResponse < Struct.new(
|
|
1147
1189
|
:initial_case_status,
|
|
1148
1190
|
:final_case_status)
|
|
1191
|
+
SENSITIVE = []
|
|
1149
1192
|
include Aws::Structure
|
|
1150
1193
|
end
|
|
1151
1194
|
|
|
@@ -1176,6 +1219,7 @@ module Aws::Support
|
|
|
1176
1219
|
:code,
|
|
1177
1220
|
:name,
|
|
1178
1221
|
:categories)
|
|
1222
|
+
SENSITIVE = []
|
|
1179
1223
|
include Aws::Structure
|
|
1180
1224
|
end
|
|
1181
1225
|
|
|
@@ -1229,6 +1273,7 @@ module Aws::Support
|
|
|
1229
1273
|
class SeverityLevel < Struct.new(
|
|
1230
1274
|
:code,
|
|
1231
1275
|
:name)
|
|
1276
|
+
SENSITIVE = []
|
|
1232
1277
|
include Aws::Structure
|
|
1233
1278
|
end
|
|
1234
1279
|
|
|
@@ -1244,6 +1289,7 @@ module Aws::Support
|
|
|
1244
1289
|
#
|
|
1245
1290
|
class TrustedAdvisorCategorySpecificSummary < Struct.new(
|
|
1246
1291
|
:cost_optimizing)
|
|
1292
|
+
SENSITIVE = []
|
|
1247
1293
|
include Aws::Structure
|
|
1248
1294
|
end
|
|
1249
1295
|
|
|
@@ -1283,6 +1329,7 @@ module Aws::Support
|
|
|
1283
1329
|
:description,
|
|
1284
1330
|
:category,
|
|
1285
1331
|
:metadata)
|
|
1332
|
+
SENSITIVE = []
|
|
1286
1333
|
include Aws::Structure
|
|
1287
1334
|
end
|
|
1288
1335
|
|
|
@@ -1321,6 +1368,7 @@ module Aws::Support
|
|
|
1321
1368
|
:check_id,
|
|
1322
1369
|
:status,
|
|
1323
1370
|
:millis_until_next_refreshable)
|
|
1371
|
+
SENSITIVE = []
|
|
1324
1372
|
include Aws::Structure
|
|
1325
1373
|
end
|
|
1326
1374
|
|
|
@@ -1363,6 +1411,7 @@ module Aws::Support
|
|
|
1363
1411
|
:resources_summary,
|
|
1364
1412
|
:category_specific_summary,
|
|
1365
1413
|
:flagged_resources)
|
|
1414
|
+
SENSITIVE = []
|
|
1366
1415
|
include Aws::Structure
|
|
1367
1416
|
end
|
|
1368
1417
|
|
|
@@ -1405,6 +1454,7 @@ module Aws::Support
|
|
|
1405
1454
|
:has_flagged_resources,
|
|
1406
1455
|
:resources_summary,
|
|
1407
1456
|
:category_specific_summary)
|
|
1457
|
+
SENSITIVE = []
|
|
1408
1458
|
include Aws::Structure
|
|
1409
1459
|
end
|
|
1410
1460
|
|
|
@@ -1426,6 +1476,7 @@ module Aws::Support
|
|
|
1426
1476
|
class TrustedAdvisorCostOptimizingSummary < Struct.new(
|
|
1427
1477
|
:estimated_monthly_savings,
|
|
1428
1478
|
:estimated_percent_monthly_savings)
|
|
1479
|
+
SENSITIVE = []
|
|
1429
1480
|
include Aws::Structure
|
|
1430
1481
|
end
|
|
1431
1482
|
|
|
@@ -1467,6 +1518,7 @@ module Aws::Support
|
|
|
1467
1518
|
:resource_id,
|
|
1468
1519
|
:is_suppressed,
|
|
1469
1520
|
:metadata)
|
|
1521
|
+
SENSITIVE = []
|
|
1470
1522
|
include Aws::Structure
|
|
1471
1523
|
end
|
|
1472
1524
|
|
|
@@ -1500,6 +1552,7 @@ module Aws::Support
|
|
|
1500
1552
|
:resources_flagged,
|
|
1501
1553
|
:resources_ignored,
|
|
1502
1554
|
:resources_suppressed)
|
|
1555
|
+
SENSITIVE = []
|
|
1503
1556
|
include Aws::Structure
|
|
1504
1557
|
end
|
|
1505
1558
|
|
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.24.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-06-
|
|
11
|
+
date: 2020-06-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|