aws-sdk-computeoptimizer 1.4.1 → 1.5.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6e43b2cedaba77f16b6a9805ca8fc4aec36924218cd1e920718e971c8f59bde8
4
- data.tar.gz: 85e7db04b65e542b5fd6dfd6aa797077d636cff7755a01238eacd2f91adff4e1
3
+ metadata.gz: ee197b282d0fd73c3170b8d200344661e34cbda4221fd47832975f86cd72e182
4
+ data.tar.gz: 9a340d589d0726c77c3c7b3bdd8c326db9caae1fe3b6fb512027df55ce0173e6
5
5
  SHA512:
6
- metadata.gz: f01ba69a7f767448057d5a21dc9850dc8eb10dccedf46ed8fd2e4ff48d410e1e7e2399a68892a47f463573a1d5e4ad8d7d3441797c8ab231e1210ad31ee3b86f
7
- data.tar.gz: 14802e60ddd2dccd858ae435d39b811b6d6a2a4317998fa4374c00eff8582537e9bf2cade7f7ab8c9617f6320060412c0beac369365056da3ce768eca6c1adde
6
+ metadata.gz: d9867b22bd192b10973679b58fd3834bd790ee4aaee59898f02475a154da78a7ed26b65dbc6c3b1874e19ba99049ca9484995125d872ada9a1b72d96ffc3f365
7
+ data.tar.gz: c6dd53f46727ccd67be54fccf12227987bd161620e9d66046bb3661b11f34637df57dbdab1d8098bbdb5cdb1c3880e5dc3f699605100db2e68084857c76903bf
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -45,6 +47,6 @@ require_relative 'aws-sdk-computeoptimizer/customizations'
45
47
  # @service
46
48
  module Aws::ComputeOptimizer
47
49
 
48
- GEM_VERSION = '1.4.1'
50
+ GEM_VERSION = '1.5.0'
49
51
 
50
52
  end
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1027,7 +1029,7 @@ module Aws::ComputeOptimizer
1027
1029
  params: params,
1028
1030
  config: config)
1029
1031
  context[:gem_name] = 'aws-sdk-computeoptimizer'
1030
- context[:gem_version] = '1.4.1'
1032
+ context[:gem_version] = '1.5.0'
1031
1033
  Seahorse::Client::Request.new(handlers, context)
1032
1034
  end
1033
1035
 
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -17,6 +19,7 @@ module Aws::ComputeOptimizer
17
19
  #
18
20
  class AccessDeniedException < Struct.new(
19
21
  :message)
22
+ SENSITIVE = []
20
23
  include Aws::Structure
21
24
  end
22
25
 
@@ -48,6 +51,7 @@ module Aws::ComputeOptimizer
48
51
  :min_size,
49
52
  :max_size,
50
53
  :instance_type)
54
+ SENSITIVE = []
51
55
  include Aws::Structure
52
56
  end
53
57
 
@@ -124,6 +128,7 @@ module Aws::ComputeOptimizer
124
128
  :current_configuration,
125
129
  :recommendation_options,
126
130
  :last_refresh_timestamp)
131
+ SENSITIVE = []
127
132
  include Aws::Structure
128
133
  end
129
134
 
@@ -163,6 +168,7 @@ module Aws::ComputeOptimizer
163
168
  :projected_utilization_metrics,
164
169
  :performance_risk,
165
170
  :rank)
171
+ SENSITIVE = []
166
172
  include Aws::Structure
167
173
  end
168
174
 
@@ -215,6 +221,7 @@ module Aws::ComputeOptimizer
215
221
  :filters,
216
222
  :next_token,
217
223
  :max_results)
224
+ SENSITIVE = []
218
225
  include Aws::Structure
219
226
  end
220
227
 
@@ -234,6 +241,7 @@ module Aws::ComputeOptimizer
234
241
  class DescribeRecommendationExportJobsResponse < Struct.new(
235
242
  :recommendation_export_jobs,
236
243
  :next_token)
244
+ SENSITIVE = []
237
245
  include Aws::Structure
238
246
  end
239
247
 
@@ -335,6 +343,7 @@ module Aws::ComputeOptimizer
335
343
  :s3_destination_config,
336
344
  :file_format,
337
345
  :include_member_accounts)
346
+ SENSITIVE = []
338
347
  include Aws::Structure
339
348
  end
340
349
 
@@ -355,6 +364,7 @@ module Aws::ComputeOptimizer
355
364
  class ExportAutoScalingGroupRecommendationsResponse < Struct.new(
356
365
  :job_id,
357
366
  :s3_destination)
367
+ SENSITIVE = []
358
368
  include Aws::Structure
359
369
  end
360
370
 
@@ -371,6 +381,7 @@ module Aws::ComputeOptimizer
371
381
  #
372
382
  class ExportDestination < Struct.new(
373
383
  :s3)
384
+ SENSITIVE = []
374
385
  include Aws::Structure
375
386
  end
376
387
 
@@ -469,6 +480,7 @@ module Aws::ComputeOptimizer
469
480
  :s3_destination_config,
470
481
  :file_format,
471
482
  :include_member_accounts)
483
+ SENSITIVE = []
472
484
  include Aws::Structure
473
485
  end
474
486
 
@@ -489,6 +501,7 @@ module Aws::ComputeOptimizer
489
501
  class ExportEC2InstanceRecommendationsResponse < Struct.new(
490
502
  :job_id,
491
503
  :s3_destination)
504
+ SENSITIVE = []
492
505
  include Aws::Structure
493
506
  end
494
507
 
@@ -534,6 +547,7 @@ module Aws::ComputeOptimizer
534
547
  class Filter < Struct.new(
535
548
  :name,
536
549
  :values)
550
+ SENSITIVE = []
537
551
  include Aws::Structure
538
552
  end
539
553
 
@@ -595,6 +609,7 @@ module Aws::ComputeOptimizer
595
609
  :next_token,
596
610
  :max_results,
597
611
  :filters)
612
+ SENSITIVE = []
598
613
  include Aws::Structure
599
614
  end
600
615
 
@@ -624,6 +639,7 @@ module Aws::ComputeOptimizer
624
639
  :next_token,
625
640
  :auto_scaling_group_recommendations,
626
641
  :errors)
642
+ SENSITIVE = []
627
643
  include Aws::Structure
628
644
  end
629
645
 
@@ -684,6 +700,7 @@ module Aws::ComputeOptimizer
684
700
  :max_results,
685
701
  :filters,
686
702
  :account_ids)
703
+ SENSITIVE = []
687
704
  include Aws::Structure
688
705
  end
689
706
 
@@ -712,6 +729,7 @@ module Aws::ComputeOptimizer
712
729
  :next_token,
713
730
  :instance_recommendations,
714
731
  :errors)
732
+ SENSITIVE = []
715
733
  include Aws::Structure
716
734
  end
717
735
 
@@ -755,6 +773,7 @@ module Aws::ComputeOptimizer
755
773
  :period,
756
774
  :start_time,
757
775
  :end_time)
776
+ SENSITIVE = []
758
777
  include Aws::Structure
759
778
  end
760
779
 
@@ -766,6 +785,7 @@ module Aws::ComputeOptimizer
766
785
  #
767
786
  class GetEC2RecommendationProjectedMetricsResponse < Struct.new(
768
787
  :recommended_option_projected_metrics)
788
+ SENSITIVE = []
769
789
  include Aws::Structure
770
790
  end
771
791
 
@@ -798,6 +818,7 @@ module Aws::ComputeOptimizer
798
818
  :status,
799
819
  :status_reason,
800
820
  :member_accounts_enrolled)
821
+ SENSITIVE = []
801
822
  include Aws::Structure
802
823
  end
803
824
 
@@ -825,6 +846,7 @@ module Aws::ComputeOptimizer
825
846
  :identifier,
826
847
  :code,
827
848
  :message)
849
+ SENSITIVE = []
828
850
  include Aws::Structure
829
851
  end
830
852
 
@@ -866,6 +888,7 @@ module Aws::ComputeOptimizer
866
888
  :account_ids,
867
889
  :next_token,
868
890
  :max_results)
891
+ SENSITIVE = []
869
892
  include Aws::Structure
870
893
  end
871
894
 
@@ -886,6 +909,7 @@ module Aws::ComputeOptimizer
886
909
  class GetRecommendationSummariesResponse < Struct.new(
887
910
  :next_token,
888
911
  :recommendation_summaries)
912
+ SENSITIVE = []
889
913
  include Aws::Structure
890
914
  end
891
915
 
@@ -977,6 +1001,7 @@ module Aws::ComputeOptimizer
977
1001
  :recommendation_options,
978
1002
  :recommendation_sources,
979
1003
  :last_refresh_timestamp)
1004
+ SENSITIVE = []
980
1005
  include Aws::Structure
981
1006
  end
982
1007
 
@@ -1014,6 +1039,7 @@ module Aws::ComputeOptimizer
1014
1039
  :projected_utilization_metrics,
1015
1040
  :performance_risk,
1016
1041
  :rank)
1042
+ SENSITIVE = []
1017
1043
  include Aws::Structure
1018
1044
  end
1019
1045
 
@@ -1026,6 +1052,7 @@ module Aws::ComputeOptimizer
1026
1052
  #
1027
1053
  class InternalServerException < Struct.new(
1028
1054
  :message)
1055
+ SENSITIVE = []
1029
1056
  include Aws::Structure
1030
1057
  end
1031
1058
 
@@ -1038,6 +1065,7 @@ module Aws::ComputeOptimizer
1038
1065
  #
1039
1066
  class InvalidParameterValueException < Struct.new(
1040
1067
  :message)
1068
+ SENSITIVE = []
1041
1069
  include Aws::Structure
1042
1070
  end
1043
1071
 
@@ -1080,6 +1108,7 @@ module Aws::ComputeOptimizer
1080
1108
  class JobFilter < Struct.new(
1081
1109
  :name,
1082
1110
  :values)
1111
+ SENSITIVE = []
1083
1112
  include Aws::Structure
1084
1113
  end
1085
1114
 
@@ -1092,6 +1121,7 @@ module Aws::ComputeOptimizer
1092
1121
  #
1093
1122
  class LimitExceededException < Struct.new(
1094
1123
  :message)
1124
+ SENSITIVE = []
1095
1125
  include Aws::Structure
1096
1126
  end
1097
1127
 
@@ -1105,6 +1135,7 @@ module Aws::ComputeOptimizer
1105
1135
  #
1106
1136
  class MissingAuthenticationToken < Struct.new(
1107
1137
  :message)
1138
+ SENSITIVE = []
1108
1139
  include Aws::Structure
1109
1140
  end
1110
1141
 
@@ -1117,6 +1148,7 @@ module Aws::ComputeOptimizer
1117
1148
  #
1118
1149
  class OptInRequiredException < Struct.new(
1119
1150
  :message)
1151
+ SENSITIVE = []
1120
1152
  include Aws::Structure
1121
1153
  end
1122
1154
 
@@ -1151,6 +1183,7 @@ module Aws::ComputeOptimizer
1151
1183
  :name,
1152
1184
  :timestamps,
1153
1185
  :values)
1186
+ SENSITIVE = []
1154
1187
  include Aws::Structure
1155
1188
  end
1156
1189
 
@@ -1201,6 +1234,7 @@ module Aws::ComputeOptimizer
1201
1234
  :creation_timestamp,
1202
1235
  :last_updated_timestamp,
1203
1236
  :failure_reason)
1237
+ SENSITIVE = []
1204
1238
  include Aws::Structure
1205
1239
  end
1206
1240
 
@@ -1220,6 +1254,7 @@ module Aws::ComputeOptimizer
1220
1254
  class RecommendationSource < Struct.new(
1221
1255
  :recommendation_source_arn,
1222
1256
  :recommendation_source_type)
1257
+ SENSITIVE = []
1223
1258
  include Aws::Structure
1224
1259
  end
1225
1260
 
@@ -1243,6 +1278,7 @@ module Aws::ComputeOptimizer
1243
1278
  :summaries,
1244
1279
  :recommendation_resource_type,
1245
1280
  :account_id)
1281
+ SENSITIVE = []
1246
1282
  include Aws::Structure
1247
1283
  end
1248
1284
 
@@ -1273,6 +1309,7 @@ module Aws::ComputeOptimizer
1273
1309
  :recommended_instance_type,
1274
1310
  :rank,
1275
1311
  :projected_metrics)
1312
+ SENSITIVE = []
1276
1313
  include Aws::Structure
1277
1314
  end
1278
1315
 
@@ -1285,6 +1322,7 @@ module Aws::ComputeOptimizer
1285
1322
  #
1286
1323
  class ResourceNotFoundException < Struct.new(
1287
1324
  :message)
1325
+ SENSITIVE = []
1288
1326
  include Aws::Structure
1289
1327
  end
1290
1328
 
@@ -1317,6 +1355,7 @@ module Aws::ComputeOptimizer
1317
1355
  :bucket,
1318
1356
  :key,
1319
1357
  :metadata_key)
1358
+ SENSITIVE = []
1320
1359
  include Aws::Structure
1321
1360
  end
1322
1361
 
@@ -1359,6 +1398,7 @@ module Aws::ComputeOptimizer
1359
1398
  class S3DestinationConfig < Struct.new(
1360
1399
  :bucket,
1361
1400
  :key_prefix)
1401
+ SENSITIVE = []
1362
1402
  include Aws::Structure
1363
1403
  end
1364
1404
 
@@ -1371,6 +1411,7 @@ module Aws::ComputeOptimizer
1371
1411
  #
1372
1412
  class ServiceUnavailableException < Struct.new(
1373
1413
  :message)
1414
+ SENSITIVE = []
1374
1415
  include Aws::Structure
1375
1416
  end
1376
1417
 
@@ -1389,6 +1430,7 @@ module Aws::ComputeOptimizer
1389
1430
  class Summary < Struct.new(
1390
1431
  :name,
1391
1432
  :value)
1433
+ SENSITIVE = []
1392
1434
  include Aws::Structure
1393
1435
  end
1394
1436
 
@@ -1401,6 +1443,7 @@ module Aws::ComputeOptimizer
1401
1443
  #
1402
1444
  class ThrottlingException < Struct.new(
1403
1445
  :message)
1446
+ SENSITIVE = []
1404
1447
  include Aws::Structure
1405
1448
  end
1406
1449
 
@@ -1429,6 +1472,7 @@ module Aws::ComputeOptimizer
1429
1472
  class UpdateEnrollmentStatusRequest < Struct.new(
1430
1473
  :status,
1431
1474
  :include_member_accounts)
1475
+ SENSITIVE = []
1432
1476
  include Aws::Structure
1433
1477
  end
1434
1478
 
@@ -1447,6 +1491,7 @@ module Aws::ComputeOptimizer
1447
1491
  class UpdateEnrollmentStatusResponse < Struct.new(
1448
1492
  :status,
1449
1493
  :status_reason)
1494
+ SENSITIVE = []
1450
1495
  include Aws::Structure
1451
1496
  end
1452
1497
 
@@ -1481,6 +1526,7 @@ module Aws::ComputeOptimizer
1481
1526
  :name,
1482
1527
  :statistic,
1483
1528
  :value)
1529
+ SENSITIVE = []
1484
1530
  include Aws::Structure
1485
1531
  end
1486
1532
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-computeoptimizer
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.1
4
+ version: 1.5.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 00:00:00.000000000 Z
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