aws-sdk-configservice 1.0.0.rc3 → 1.0.0.rc4
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
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3e067ea2d3e30a3bdfd1b5d2a9de77e2224f717a
|
4
|
+
data.tar.gz: 02f3b1ebe87f27aedb8af01dc5180552b3a275be
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7af93c761dc67a54fc4832c9882a7f26293a0baedb1cda8fe1fea0902e9b05b988b97a1ba69334aac29f12c099618a325c7067208fc4f9788dab67b23ea65f1c
|
7
|
+
data.tar.gz: 3678baef61641c9a6f6f5135dc54414999c86be9bb5675612815f7453acd5de67afd173b74a4bb210b528cde25d6eed77bc2835cdf02e6b21b4ed519d06cd063
|
@@ -175,6 +175,8 @@ module Aws::ConfigService
|
|
175
175
|
# config_rule_name: "StringWithCharLimit64", # required
|
176
176
|
# })
|
177
177
|
#
|
178
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DeleteConfigRule AWS API Documentation
|
179
|
+
#
|
178
180
|
# @overload delete_config_rule(params = {})
|
179
181
|
# @param [Hash] params ({})
|
180
182
|
def delete_config_rule(params = {}, options = {})
|
@@ -207,6 +209,8 @@ module Aws::ConfigService
|
|
207
209
|
# configuration_recorder_name: "RecorderName", # required
|
208
210
|
# })
|
209
211
|
#
|
212
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DeleteConfigurationRecorder AWS API Documentation
|
213
|
+
#
|
210
214
|
# @overload delete_configuration_recorder(params = {})
|
211
215
|
# @param [Hash] params ({})
|
212
216
|
def delete_configuration_recorder(params = {}, options = {})
|
@@ -230,6 +234,8 @@ module Aws::ConfigService
|
|
230
234
|
# delivery_channel_name: "ChannelName", # required
|
231
235
|
# })
|
232
236
|
#
|
237
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DeleteDeliveryChannel AWS API Documentation
|
238
|
+
#
|
233
239
|
# @overload delete_delivery_channel(params = {})
|
234
240
|
# @param [Hash] params ({})
|
235
241
|
def delete_delivery_channel(params = {}, options = {})
|
@@ -254,6 +260,8 @@ module Aws::ConfigService
|
|
254
260
|
# config_rule_name: "StringWithCharLimit64", # required
|
255
261
|
# })
|
256
262
|
#
|
263
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DeleteEvaluationResults AWS API Documentation
|
264
|
+
#
|
257
265
|
# @overload delete_evaluation_results(params = {})
|
258
266
|
# @param [Hash] params ({})
|
259
267
|
def delete_evaluation_results(params = {}, options = {})
|
@@ -292,6 +300,8 @@ module Aws::ConfigService
|
|
292
300
|
#
|
293
301
|
# resp.config_snapshot_id #=> String
|
294
302
|
#
|
303
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DeliverConfigSnapshot AWS API Documentation
|
304
|
+
#
|
295
305
|
# @overload deliver_config_snapshot(params = {})
|
296
306
|
# @param [Hash] params ({})
|
297
307
|
def deliver_config_snapshot(params = {}, options = {})
|
@@ -361,6 +371,8 @@ module Aws::ConfigService
|
|
361
371
|
# resp.compliance_by_config_rules[0].compliance.compliance_contributor_count.cap_exceeded #=> Boolean
|
362
372
|
# resp.next_token #=> String
|
363
373
|
#
|
374
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeComplianceByConfigRule AWS API Documentation
|
375
|
+
#
|
364
376
|
# @overload describe_compliance_by_config_rule(params = {})
|
365
377
|
# @param [Hash] params ({})
|
366
378
|
def describe_compliance_by_config_rule(params = {}, options = {})
|
@@ -446,6 +458,8 @@ module Aws::ConfigService
|
|
446
458
|
# resp.compliance_by_resources[0].compliance.compliance_contributor_count.cap_exceeded #=> Boolean
|
447
459
|
# resp.next_token #=> String
|
448
460
|
#
|
461
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeComplianceByResource AWS API Documentation
|
462
|
+
#
|
449
463
|
# @overload describe_compliance_by_resource(params = {})
|
450
464
|
# @param [Hash] params ({})
|
451
465
|
def describe_compliance_by_resource(params = {}, options = {})
|
@@ -509,6 +523,8 @@ module Aws::ConfigService
|
|
509
523
|
# resp.config_rules_evaluation_status[0].first_evaluation_started #=> Boolean
|
510
524
|
# resp.next_token #=> String
|
511
525
|
#
|
526
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeConfigRuleEvaluationStatus AWS API Documentation
|
527
|
+
#
|
512
528
|
# @overload describe_config_rule_evaluation_status(params = {})
|
513
529
|
# @param [Hash] params ({})
|
514
530
|
def describe_config_rule_evaluation_status(params = {}, options = {})
|
@@ -562,6 +578,8 @@ module Aws::ConfigService
|
|
562
578
|
# resp.config_rules[0].config_rule_state #=> String, one of "ACTIVE", "DELETING", "DELETING_RESULTS", "EVALUATING"
|
563
579
|
# resp.next_token #=> String
|
564
580
|
#
|
581
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeConfigRules AWS API Documentation
|
582
|
+
#
|
565
583
|
# @overload describe_config_rules(params = {})
|
566
584
|
# @param [Hash] params ({})
|
567
585
|
def describe_config_rules(params = {}, options = {})
|
@@ -605,6 +623,8 @@ module Aws::ConfigService
|
|
605
623
|
# resp.configuration_recorders_status[0].last_error_message #=> String
|
606
624
|
# resp.configuration_recorders_status[0].last_status_change_time #=> Time
|
607
625
|
#
|
626
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeConfigurationRecorderStatus AWS API Documentation
|
627
|
+
#
|
608
628
|
# @overload describe_configuration_recorder_status(params = {})
|
609
629
|
# @param [Hash] params ({})
|
610
630
|
def describe_configuration_recorder_status(params = {}, options = {})
|
@@ -644,6 +664,8 @@ module Aws::ConfigService
|
|
644
664
|
# resp.configuration_recorders[0].recording_group.resource_types #=> Array
|
645
665
|
# resp.configuration_recorders[0].recording_group.resource_types[0] #=> String, one of "AWS::EC2::CustomerGateway", "AWS::EC2::EIP", "AWS::EC2::Host", "AWS::EC2::Instance", "AWS::EC2::InternetGateway", "AWS::EC2::NetworkAcl", "AWS::EC2::NetworkInterface", "AWS::EC2::RouteTable", "AWS::EC2::SecurityGroup", "AWS::EC2::Subnet", "AWS::CloudTrail::Trail", "AWS::EC2::Volume", "AWS::EC2::VPC", "AWS::EC2::VPNConnection", "AWS::EC2::VPNGateway", "AWS::IAM::Group", "AWS::IAM::Policy", "AWS::IAM::Role", "AWS::IAM::User", "AWS::ACM::Certificate", "AWS::RDS::DBInstance", "AWS::RDS::DBSubnetGroup", "AWS::RDS::DBSecurityGroup", "AWS::RDS::DBSnapshot", "AWS::RDS::EventSubscription", "AWS::ElasticLoadBalancingV2::LoadBalancer", "AWS::S3::Bucket", "AWS::SSM::ManagedInstanceInventory", "AWS::Redshift::Cluster", "AWS::Redshift::ClusterSnapshot", "AWS::Redshift::ClusterParameterGroup", "AWS::Redshift::ClusterSecurityGroup", "AWS::Redshift::ClusterSubnetGroup", "AWS::Redshift::EventSubscription"
|
646
666
|
#
|
667
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeConfigurationRecorders AWS API Documentation
|
668
|
+
#
|
647
669
|
# @overload describe_configuration_recorders(params = {})
|
648
670
|
# @param [Hash] params ({})
|
649
671
|
def describe_configuration_recorders(params = {}, options = {})
|
@@ -694,6 +716,8 @@ module Aws::ConfigService
|
|
694
716
|
# resp.delivery_channels_status[0].config_stream_delivery_info.last_error_message #=> String
|
695
717
|
# resp.delivery_channels_status[0].config_stream_delivery_info.last_status_change_time #=> Time
|
696
718
|
#
|
719
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeDeliveryChannelStatus AWS API Documentation
|
720
|
+
#
|
697
721
|
# @overload describe_delivery_channel_status(params = {})
|
698
722
|
# @param [Hash] params ({})
|
699
723
|
def describe_delivery_channel_status(params = {}, options = {})
|
@@ -732,6 +756,8 @@ module Aws::ConfigService
|
|
732
756
|
# resp.delivery_channels[0].sns_topic_arn #=> String
|
733
757
|
# resp.delivery_channels[0].config_snapshot_delivery_properties.delivery_frequency #=> String, one of "One_Hour", "Three_Hours", "Six_Hours", "Twelve_Hours", "TwentyFour_Hours"
|
734
758
|
#
|
759
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeDeliveryChannels AWS API Documentation
|
760
|
+
#
|
735
761
|
# @overload describe_delivery_channels(params = {})
|
736
762
|
# @param [Hash] params ({})
|
737
763
|
def describe_delivery_channels(params = {}, options = {})
|
@@ -791,6 +817,8 @@ module Aws::ConfigService
|
|
791
817
|
# resp.evaluation_results[0].result_token #=> String
|
792
818
|
# resp.next_token #=> String
|
793
819
|
#
|
820
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/GetComplianceDetailsByConfigRule AWS API Documentation
|
821
|
+
#
|
794
822
|
# @overload get_compliance_details_by_config_rule(params = {})
|
795
823
|
# @param [Hash] params ({})
|
796
824
|
def get_compliance_details_by_config_rule(params = {}, options = {})
|
@@ -848,6 +876,8 @@ module Aws::ConfigService
|
|
848
876
|
# resp.evaluation_results[0].result_token #=> String
|
849
877
|
# resp.next_token #=> String
|
850
878
|
#
|
879
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/GetComplianceDetailsByResource AWS API Documentation
|
880
|
+
#
|
851
881
|
# @overload get_compliance_details_by_resource(params = {})
|
852
882
|
# @param [Hash] params ({})
|
853
883
|
def get_compliance_details_by_resource(params = {}, options = {})
|
@@ -870,6 +900,8 @@ module Aws::ConfigService
|
|
870
900
|
# resp.compliance_summary.non_compliant_resource_count.cap_exceeded #=> Boolean
|
871
901
|
# resp.compliance_summary.compliance_summary_timestamp #=> Time
|
872
902
|
#
|
903
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/GetComplianceSummaryByConfigRule AWS API Documentation
|
904
|
+
#
|
873
905
|
# @overload get_compliance_summary_by_config_rule(params = {})
|
874
906
|
# @param [Hash] params ({})
|
875
907
|
def get_compliance_summary_by_config_rule(params = {}, options = {})
|
@@ -911,6 +943,8 @@ module Aws::ConfigService
|
|
911
943
|
# resp.compliance_summaries_by_resource_type[0].compliance_summary.non_compliant_resource_count.cap_exceeded #=> Boolean
|
912
944
|
# resp.compliance_summaries_by_resource_type[0].compliance_summary.compliance_summary_timestamp #=> Time
|
913
945
|
#
|
946
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/GetComplianceSummaryByResourceType AWS API Documentation
|
947
|
+
#
|
914
948
|
# @overload get_compliance_summary_by_resource_type(params = {})
|
915
949
|
# @param [Hash] params ({})
|
916
950
|
def get_compliance_summary_by_resource_type(params = {}, options = {})
|
@@ -1010,6 +1044,8 @@ module Aws::ConfigService
|
|
1010
1044
|
# resp.configuration_items[0].supplementary_configuration["SupplementaryConfigurationName"] #=> String
|
1011
1045
|
# resp.next_token #=> String
|
1012
1046
|
#
|
1047
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/GetResourceConfigHistory AWS API Documentation
|
1048
|
+
#
|
1013
1049
|
# @overload get_resource_config_history(params = {})
|
1014
1050
|
# @param [Hash] params ({})
|
1015
1051
|
def get_resource_config_history(params = {}, options = {})
|
@@ -1088,6 +1124,8 @@ module Aws::ConfigService
|
|
1088
1124
|
# resp.resource_identifiers[0].resource_deletion_time #=> Time
|
1089
1125
|
# resp.next_token #=> String
|
1090
1126
|
#
|
1127
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/ListDiscoveredResources AWS API Documentation
|
1128
|
+
#
|
1091
1129
|
# @overload list_discovered_resources(params = {})
|
1092
1130
|
# @param [Hash] params ({})
|
1093
1131
|
def list_discovered_resources(params = {}, options = {})
|
@@ -1196,6 +1234,8 @@ module Aws::ConfigService
|
|
1196
1234
|
# },
|
1197
1235
|
# })
|
1198
1236
|
#
|
1237
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/PutConfigRule AWS API Documentation
|
1238
|
+
#
|
1199
1239
|
# @overload put_config_rule(params = {})
|
1200
1240
|
# @param [Hash] params ({})
|
1201
1241
|
def put_config_rule(params = {}, options = {})
|
@@ -1239,6 +1279,8 @@ module Aws::ConfigService
|
|
1239
1279
|
# },
|
1240
1280
|
# })
|
1241
1281
|
#
|
1282
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/PutConfigurationRecorder AWS API Documentation
|
1283
|
+
#
|
1242
1284
|
# @overload put_configuration_recorder(params = {})
|
1243
1285
|
# @param [Hash] params ({})
|
1244
1286
|
def put_configuration_recorder(params = {}, options = {})
|
@@ -1284,6 +1326,8 @@ module Aws::ConfigService
|
|
1284
1326
|
# },
|
1285
1327
|
# })
|
1286
1328
|
#
|
1329
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/PutDeliveryChannel AWS API Documentation
|
1330
|
+
#
|
1287
1331
|
# @overload put_delivery_channel(params = {})
|
1288
1332
|
# @param [Hash] params ({})
|
1289
1333
|
def put_delivery_channel(params = {}, options = {})
|
@@ -1304,6 +1348,17 @@ module Aws::ConfigService
|
|
1304
1348
|
# An encrypted token that associates an evaluation with an AWS Config
|
1305
1349
|
# rule. Identifies the rule and the event that triggered the evaluation
|
1306
1350
|
#
|
1351
|
+
# @option params [Boolean] :test_mode
|
1352
|
+
# Use this parameter to specify a test run for `PutEvaluations`. You can
|
1353
|
+
# verify whether your AWS Lambda function will deliver evaluation
|
1354
|
+
# results to AWS Config. No updates occur to your existing evaluations,
|
1355
|
+
# and evaluation results are not sent to AWS Config.
|
1356
|
+
#
|
1357
|
+
# <note markdown="1"> When `TestMode` is `true`, `PutEvaluations` doesn't require a valid
|
1358
|
+
# value for the `ResultToken` parameter, but the value cannot be null.
|
1359
|
+
#
|
1360
|
+
# </note>
|
1361
|
+
#
|
1307
1362
|
# @return [Types::PutEvaluationsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1308
1363
|
#
|
1309
1364
|
# * {Types::PutEvaluationsResponse#failed_evaluations #failed_evaluations} => Array<Types::Evaluation>
|
@@ -1321,6 +1376,7 @@ module Aws::ConfigService
|
|
1321
1376
|
# },
|
1322
1377
|
# ],
|
1323
1378
|
# result_token: "String", # required
|
1379
|
+
# test_mode: false,
|
1324
1380
|
# })
|
1325
1381
|
#
|
1326
1382
|
# @example Response structure
|
@@ -1332,6 +1388,8 @@ module Aws::ConfigService
|
|
1332
1388
|
# resp.failed_evaluations[0].annotation #=> String
|
1333
1389
|
# resp.failed_evaluations[0].ordering_timestamp #=> Time
|
1334
1390
|
#
|
1391
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/PutEvaluations AWS API Documentation
|
1392
|
+
#
|
1335
1393
|
# @overload put_evaluations(params = {})
|
1336
1394
|
# @param [Hash] params ({})
|
1337
1395
|
def put_evaluations(params = {}, options = {})
|
@@ -1389,6 +1447,8 @@ module Aws::ConfigService
|
|
1389
1447
|
# config_rule_names: ["StringWithCharLimit64"],
|
1390
1448
|
# })
|
1391
1449
|
#
|
1450
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/StartConfigRulesEvaluation AWS API Documentation
|
1451
|
+
#
|
1392
1452
|
# @overload start_config_rules_evaluation(params = {})
|
1393
1453
|
# @param [Hash] params ({})
|
1394
1454
|
def start_config_rules_evaluation(params = {}, options = {})
|
@@ -1414,6 +1474,8 @@ module Aws::ConfigService
|
|
1414
1474
|
# configuration_recorder_name: "RecorderName", # required
|
1415
1475
|
# })
|
1416
1476
|
#
|
1477
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/StartConfigurationRecorder AWS API Documentation
|
1478
|
+
#
|
1417
1479
|
# @overload start_configuration_recorder(params = {})
|
1418
1480
|
# @param [Hash] params ({})
|
1419
1481
|
def start_configuration_recorder(params = {}, options = {})
|
@@ -1436,6 +1498,8 @@ module Aws::ConfigService
|
|
1436
1498
|
# configuration_recorder_name: "RecorderName", # required
|
1437
1499
|
# })
|
1438
1500
|
#
|
1501
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/StopConfigurationRecorder AWS API Documentation
|
1502
|
+
#
|
1439
1503
|
# @overload stop_configuration_recorder(params = {})
|
1440
1504
|
# @param [Hash] params ({})
|
1441
1505
|
def stop_configuration_recorder(params = {}, options = {})
|
@@ -1456,7 +1520,7 @@ module Aws::ConfigService
|
|
1456
1520
|
params: params,
|
1457
1521
|
config: config)
|
1458
1522
|
context[:gem_name] = 'aws-sdk-configservice'
|
1459
|
-
context[:gem_version] = '1.0.0.
|
1523
|
+
context[:gem_version] = '1.0.0.rc4'
|
1460
1524
|
Seahorse::Client::Request.new(handlers, context)
|
1461
1525
|
end
|
1462
1526
|
|
@@ -504,6 +504,7 @@ module Aws::ConfigService
|
|
504
504
|
|
505
505
|
PutEvaluationsRequest.add_member(:evaluations, Shapes::ShapeRef.new(shape: Evaluations, location_name: "Evaluations"))
|
506
506
|
PutEvaluationsRequest.add_member(:result_token, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ResultToken"))
|
507
|
+
PutEvaluationsRequest.add_member(:test_mode, Shapes::ShapeRef.new(shape: Boolean, location_name: "TestMode"))
|
507
508
|
PutEvaluationsRequest.struct_class = Types::PutEvaluationsRequest
|
508
509
|
|
509
510
|
PutEvaluationsResponse.add_member(:failed_evaluations, Shapes::ShapeRef.new(shape: Evaluations, location_name: "FailedEvaluations"))
|
@@ -36,6 +36,8 @@ module Aws::ConfigService
|
|
36
36
|
# of `NON_COMPLIANT`, up to a maximum number.
|
37
37
|
# @return [Types::ComplianceContributorCount]
|
38
38
|
#
|
39
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/Compliance AWS API Documentation
|
40
|
+
#
|
39
41
|
class Compliance < Struct.new(
|
40
42
|
:compliance_type,
|
41
43
|
:compliance_contributor_count)
|
@@ -54,6 +56,8 @@ module Aws::ConfigService
|
|
54
56
|
# Indicates whether the AWS Config rule is compliant.
|
55
57
|
# @return [Types::Compliance]
|
56
58
|
#
|
59
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/ComplianceByConfigRule AWS API Documentation
|
60
|
+
#
|
57
61
|
class ComplianceByConfigRule < Struct.new(
|
58
62
|
:config_rule_name,
|
59
63
|
:compliance)
|
@@ -78,6 +82,8 @@ module Aws::ConfigService
|
|
78
82
|
# Config rules that evaluated it.
|
79
83
|
# @return [Types::Compliance]
|
80
84
|
#
|
85
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/ComplianceByResource AWS API Documentation
|
86
|
+
#
|
81
87
|
class ComplianceByResource < Struct.new(
|
82
88
|
:resource_type,
|
83
89
|
:resource_id,
|
@@ -97,6 +103,8 @@ module Aws::ConfigService
|
|
97
103
|
# Indicates whether the maximum count is reached.
|
98
104
|
# @return [Boolean]
|
99
105
|
#
|
106
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/ComplianceContributorCount AWS API Documentation
|
107
|
+
#
|
100
108
|
class ComplianceContributorCount < Struct.new(
|
101
109
|
:capped_count,
|
102
110
|
:cap_exceeded)
|
@@ -120,6 +128,8 @@ module Aws::ConfigService
|
|
120
128
|
# The time that AWS Config created the compliance summary.
|
121
129
|
# @return [Time]
|
122
130
|
#
|
131
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/ComplianceSummary AWS API Documentation
|
132
|
+
#
|
123
133
|
class ComplianceSummary < Struct.new(
|
124
134
|
:compliant_resource_count,
|
125
135
|
:non_compliant_resource_count,
|
@@ -139,6 +149,8 @@ module Aws::ConfigService
|
|
139
149
|
# to a maximum of 100 for each compliance.
|
140
150
|
# @return [Types::ComplianceSummary]
|
141
151
|
#
|
152
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/ComplianceSummaryByResourceType AWS API Documentation
|
153
|
+
#
|
142
154
|
class ComplianceSummaryByResourceType < Struct.new(
|
143
155
|
:resource_type,
|
144
156
|
:compliance_summary)
|
@@ -172,6 +184,8 @@ module Aws::ConfigService
|
|
172
184
|
# The time that the next delivery occurs.
|
173
185
|
# @return [Time]
|
174
186
|
#
|
187
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/ConfigExportDeliveryInfo AWS API Documentation
|
188
|
+
#
|
175
189
|
class ConfigExportDeliveryInfo < Struct.new(
|
176
190
|
:last_status,
|
177
191
|
:last_error_code,
|
@@ -305,6 +319,8 @@ module Aws::ConfigService
|
|
305
319
|
# erased and are no longer available.
|
306
320
|
# @return [String]
|
307
321
|
#
|
322
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/ConfigRule AWS API Documentation
|
323
|
+
#
|
308
324
|
class ConfigRule < Struct.new(
|
309
325
|
:config_rule_name,
|
310
326
|
:config_rule_arn,
|
@@ -381,6 +397,8 @@ module Aws::ConfigService
|
|
381
397
|
# resources against the rule.
|
382
398
|
# @return [Boolean]
|
383
399
|
#
|
400
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/ConfigRuleEvaluationStatus AWS API Documentation
|
401
|
+
#
|
384
402
|
class ConfigRuleEvaluationStatus < Struct.new(
|
385
403
|
:config_rule_name,
|
386
404
|
:config_rule_arn,
|
@@ -454,6 +472,8 @@ module Aws::ConfigService
|
|
454
472
|
# snapshots.
|
455
473
|
# @return [String]
|
456
474
|
#
|
475
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/ConfigSnapshotDeliveryProperties AWS API Documentation
|
476
|
+
#
|
457
477
|
class ConfigSnapshotDeliveryProperties < Struct.new(
|
458
478
|
:delivery_frequency)
|
459
479
|
include Aws::Structure
|
@@ -486,6 +506,8 @@ module Aws::ConfigService
|
|
486
506
|
# The time from the last status change.
|
487
507
|
# @return [Time]
|
488
508
|
#
|
509
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/ConfigStreamDeliveryInfo AWS API Documentation
|
510
|
+
#
|
489
511
|
class ConfigStreamDeliveryInfo < Struct.new(
|
490
512
|
:last_status,
|
491
513
|
:last_error_code,
|
@@ -585,6 +607,8 @@ module Aws::ConfigService
|
|
585
607
|
# `configuration` parameter.
|
586
608
|
# @return [Hash<String,String>]
|
587
609
|
#
|
610
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/ConfigurationItem AWS API Documentation
|
611
|
+
#
|
588
612
|
class ConfigurationItem < Struct.new(
|
589
613
|
:version,
|
590
614
|
:account_id,
|
@@ -639,6 +663,8 @@ module Aws::ConfigService
|
|
639
663
|
# configuration changes.
|
640
664
|
# @return [Types::RecordingGroup]
|
641
665
|
#
|
666
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/ConfigurationRecorder AWS API Documentation
|
667
|
+
#
|
642
668
|
class ConfigurationRecorder < Struct.new(
|
643
669
|
:name,
|
644
670
|
:role_arn,
|
@@ -680,6 +706,8 @@ module Aws::ConfigService
|
|
680
706
|
# The time when the status was last changed.
|
681
707
|
# @return [Time]
|
682
708
|
#
|
709
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/ConfigurationRecorderStatus AWS API Documentation
|
710
|
+
#
|
683
711
|
class ConfigurationRecorderStatus < Struct.new(
|
684
712
|
:name,
|
685
713
|
:last_start_time,
|
@@ -703,6 +731,8 @@ module Aws::ConfigService
|
|
703
731
|
# The name of the AWS Config rule that you want to delete.
|
704
732
|
# @return [String]
|
705
733
|
#
|
734
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DeleteConfigRuleRequest AWS API Documentation
|
735
|
+
#
|
706
736
|
class DeleteConfigRuleRequest < Struct.new(
|
707
737
|
:config_rule_name)
|
708
738
|
include Aws::Structure
|
@@ -723,6 +753,8 @@ module Aws::ConfigService
|
|
723
753
|
# `DescribeConfigurationRecorders` action.
|
724
754
|
# @return [String]
|
725
755
|
#
|
756
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DeleteConfigurationRecorderRequest AWS API Documentation
|
757
|
+
#
|
726
758
|
class DeleteConfigurationRecorderRequest < Struct.new(
|
727
759
|
:configuration_recorder_name)
|
728
760
|
include Aws::Structure
|
@@ -742,6 +774,8 @@ module Aws::ConfigService
|
|
742
774
|
# The name of the delivery channel to delete.
|
743
775
|
# @return [String]
|
744
776
|
#
|
777
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DeleteDeliveryChannelRequest AWS API Documentation
|
778
|
+
#
|
745
779
|
class DeleteDeliveryChannelRequest < Struct.new(
|
746
780
|
:delivery_channel_name)
|
747
781
|
include Aws::Structure
|
@@ -759,6 +793,8 @@ module Aws::ConfigService
|
|
759
793
|
# evaluation results.
|
760
794
|
# @return [String]
|
761
795
|
#
|
796
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DeleteEvaluationResultsRequest AWS API Documentation
|
797
|
+
#
|
762
798
|
class DeleteEvaluationResultsRequest < Struct.new(
|
763
799
|
:config_rule_name)
|
764
800
|
include Aws::Structure
|
@@ -767,6 +803,8 @@ module Aws::ConfigService
|
|
767
803
|
# The output when you delete the evaluation results for the specified
|
768
804
|
# Config rule.
|
769
805
|
#
|
806
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DeleteEvaluationResultsResponse AWS API Documentation
|
807
|
+
#
|
770
808
|
class DeleteEvaluationResultsResponse < Aws::EmptyStructure; end
|
771
809
|
|
772
810
|
# The input for the DeliverConfigSnapshot action.
|
@@ -783,6 +821,8 @@ module Aws::ConfigService
|
|
783
821
|
# delivered.
|
784
822
|
# @return [String]
|
785
823
|
#
|
824
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DeliverConfigSnapshotRequest AWS API Documentation
|
825
|
+
#
|
786
826
|
class DeliverConfigSnapshotRequest < Struct.new(
|
787
827
|
:delivery_channel_name)
|
788
828
|
include Aws::Structure
|
@@ -794,6 +834,8 @@ module Aws::ConfigService
|
|
794
834
|
# The ID of the snapshot that is being created.
|
795
835
|
# @return [String]
|
796
836
|
#
|
837
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DeliverConfigSnapshotResponse AWS API Documentation
|
838
|
+
#
|
797
839
|
class DeliverConfigSnapshotResponse < Struct.new(
|
798
840
|
:config_snapshot_id)
|
799
841
|
include Aws::Structure
|
@@ -905,6 +947,8 @@ module Aws::ConfigService
|
|
905
947
|
# your configuration snapshots, use the `PutDeliveryChannel` action.
|
906
948
|
# @return [Types::ConfigSnapshotDeliveryProperties]
|
907
949
|
#
|
950
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DeliveryChannel AWS API Documentation
|
951
|
+
#
|
908
952
|
class DeliveryChannel < Struct.new(
|
909
953
|
:name,
|
910
954
|
:s3_bucket_name,
|
@@ -937,6 +981,8 @@ module Aws::ConfigService
|
|
937
981
|
# stream notification to the specified Amazon SNS topic.
|
938
982
|
# @return [Types::ConfigStreamDeliveryInfo]
|
939
983
|
#
|
984
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DeliveryChannelStatus AWS API Documentation
|
985
|
+
#
|
940
986
|
class DeliveryChannelStatus < Struct.new(
|
941
987
|
:name,
|
942
988
|
:config_snapshot_delivery_info,
|
@@ -971,6 +1017,8 @@ module Aws::ConfigService
|
|
971
1017
|
# get the next page of results in a paginated response.
|
972
1018
|
# @return [String]
|
973
1019
|
#
|
1020
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeComplianceByConfigRuleRequest AWS API Documentation
|
1021
|
+
#
|
974
1022
|
class DescribeComplianceByConfigRuleRequest < Struct.new(
|
975
1023
|
:config_rule_names,
|
976
1024
|
:compliance_types,
|
@@ -988,6 +1036,8 @@ module Aws::ConfigService
|
|
988
1036
|
# of results in a paginated response.
|
989
1037
|
# @return [String]
|
990
1038
|
#
|
1039
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeComplianceByConfigRuleResponse AWS API Documentation
|
1040
|
+
#
|
991
1041
|
class DescribeComplianceByConfigRuleResponse < Struct.new(
|
992
1042
|
:compliance_by_config_rules,
|
993
1043
|
:next_token)
|
@@ -1036,6 +1086,8 @@ module Aws::ConfigService
|
|
1036
1086
|
# get the next page of results in a paginated response.
|
1037
1087
|
# @return [String]
|
1038
1088
|
#
|
1089
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeComplianceByResourceRequest AWS API Documentation
|
1090
|
+
#
|
1039
1091
|
class DescribeComplianceByResourceRequest < Struct.new(
|
1040
1092
|
:resource_type,
|
1041
1093
|
:resource_id,
|
@@ -1055,6 +1107,8 @@ module Aws::ConfigService
|
|
1055
1107
|
# of results in a paginated response.
|
1056
1108
|
# @return [String]
|
1057
1109
|
#
|
1110
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeComplianceByResourceResponse AWS API Documentation
|
1111
|
+
#
|
1058
1112
|
class DescribeComplianceByResourceResponse < Struct.new(
|
1059
1113
|
:compliance_by_resources,
|
1060
1114
|
:next_token)
|
@@ -1095,6 +1149,8 @@ module Aws::ConfigService
|
|
1095
1149
|
# [1]: http://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html#limits_config
|
1096
1150
|
# @return [Integer]
|
1097
1151
|
#
|
1152
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeConfigRuleEvaluationStatusRequest AWS API Documentation
|
1153
|
+
#
|
1098
1154
|
class DescribeConfigRuleEvaluationStatusRequest < Struct.new(
|
1099
1155
|
:config_rule_names,
|
1100
1156
|
:next_token,
|
@@ -1111,6 +1167,8 @@ module Aws::ConfigService
|
|
1111
1167
|
# of results in a paginated response.
|
1112
1168
|
# @return [String]
|
1113
1169
|
#
|
1170
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeConfigRuleEvaluationStatusResponse AWS API Documentation
|
1171
|
+
#
|
1114
1172
|
class DescribeConfigRuleEvaluationStatusResponse < Struct.new(
|
1115
1173
|
:config_rules_evaluation_status,
|
1116
1174
|
:next_token)
|
@@ -1136,6 +1194,8 @@ module Aws::ConfigService
|
|
1136
1194
|
# get the next page of results in a paginated response.
|
1137
1195
|
# @return [String]
|
1138
1196
|
#
|
1197
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeConfigRulesRequest AWS API Documentation
|
1198
|
+
#
|
1139
1199
|
class DescribeConfigRulesRequest < Struct.new(
|
1140
1200
|
:config_rule_names,
|
1141
1201
|
:next_token)
|
@@ -1151,6 +1211,8 @@ module Aws::ConfigService
|
|
1151
1211
|
# of results in a paginated response.
|
1152
1212
|
# @return [String]
|
1153
1213
|
#
|
1214
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeConfigRulesResponse AWS API Documentation
|
1215
|
+
#
|
1154
1216
|
class DescribeConfigRulesResponse < Struct.new(
|
1155
1217
|
:config_rules,
|
1156
1218
|
:next_token)
|
@@ -1172,6 +1234,8 @@ module Aws::ConfigService
|
|
1172
1234
|
# configuration recorders associated with the account.
|
1173
1235
|
# @return [Array<String>]
|
1174
1236
|
#
|
1237
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeConfigurationRecorderStatusRequest AWS API Documentation
|
1238
|
+
#
|
1175
1239
|
class DescribeConfigurationRecorderStatusRequest < Struct.new(
|
1176
1240
|
:configuration_recorder_names)
|
1177
1241
|
include Aws::Structure
|
@@ -1184,6 +1248,8 @@ module Aws::ConfigService
|
|
1184
1248
|
# A list that contains status of the specified recorders.
|
1185
1249
|
# @return [Array<Types::ConfigurationRecorderStatus>]
|
1186
1250
|
#
|
1251
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeConfigurationRecorderStatusResponse AWS API Documentation
|
1252
|
+
#
|
1187
1253
|
class DescribeConfigurationRecorderStatusResponse < Struct.new(
|
1188
1254
|
:configuration_recorders_status)
|
1189
1255
|
include Aws::Structure
|
@@ -1202,6 +1268,8 @@ module Aws::ConfigService
|
|
1202
1268
|
# A list of configuration recorder names.
|
1203
1269
|
# @return [Array<String>]
|
1204
1270
|
#
|
1271
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeConfigurationRecordersRequest AWS API Documentation
|
1272
|
+
#
|
1205
1273
|
class DescribeConfigurationRecordersRequest < Struct.new(
|
1206
1274
|
:configuration_recorder_names)
|
1207
1275
|
include Aws::Structure
|
@@ -1214,6 +1282,8 @@ module Aws::ConfigService
|
|
1214
1282
|
# recorders.
|
1215
1283
|
# @return [Array<Types::ConfigurationRecorder>]
|
1216
1284
|
#
|
1285
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeConfigurationRecordersResponse AWS API Documentation
|
1286
|
+
#
|
1217
1287
|
class DescribeConfigurationRecordersResponse < Struct.new(
|
1218
1288
|
:configuration_recorders)
|
1219
1289
|
include Aws::Structure
|
@@ -1232,6 +1302,8 @@ module Aws::ConfigService
|
|
1232
1302
|
# A list of delivery channel names.
|
1233
1303
|
# @return [Array<String>]
|
1234
1304
|
#
|
1305
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeDeliveryChannelStatusRequest AWS API Documentation
|
1306
|
+
#
|
1235
1307
|
class DescribeDeliveryChannelStatusRequest < Struct.new(
|
1236
1308
|
:delivery_channel_names)
|
1237
1309
|
include Aws::Structure
|
@@ -1243,6 +1315,8 @@ module Aws::ConfigService
|
|
1243
1315
|
# A list that contains the status of a specified delivery channel.
|
1244
1316
|
# @return [Array<Types::DeliveryChannelStatus>]
|
1245
1317
|
#
|
1318
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeDeliveryChannelStatusResponse AWS API Documentation
|
1319
|
+
#
|
1246
1320
|
class DescribeDeliveryChannelStatusResponse < Struct.new(
|
1247
1321
|
:delivery_channels_status)
|
1248
1322
|
include Aws::Structure
|
@@ -1261,6 +1335,8 @@ module Aws::ConfigService
|
|
1261
1335
|
# A list of delivery channel names.
|
1262
1336
|
# @return [Array<String>]
|
1263
1337
|
#
|
1338
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeDeliveryChannelsRequest AWS API Documentation
|
1339
|
+
#
|
1264
1340
|
class DescribeDeliveryChannelsRequest < Struct.new(
|
1265
1341
|
:delivery_channel_names)
|
1266
1342
|
include Aws::Structure
|
@@ -1273,6 +1349,8 @@ module Aws::ConfigService
|
|
1273
1349
|
# channel.
|
1274
1350
|
# @return [Array<Types::DeliveryChannel>]
|
1275
1351
|
#
|
1352
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeDeliveryChannelsResponse AWS API Documentation
|
1353
|
+
#
|
1276
1354
|
class DescribeDeliveryChannelsResponse < Struct.new(
|
1277
1355
|
:delivery_channels)
|
1278
1356
|
include Aws::Structure
|
@@ -1329,6 +1407,8 @@ module Aws::ConfigService
|
|
1329
1407
|
# every 24 hours).
|
1330
1408
|
# @return [Time]
|
1331
1409
|
#
|
1410
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/Evaluation AWS API Documentation
|
1411
|
+
#
|
1332
1412
|
class Evaluation < Struct.new(
|
1333
1413
|
:compliance_resource_type,
|
1334
1414
|
:compliance_resource_id,
|
@@ -1375,6 +1455,8 @@ module Aws::ConfigService
|
|
1375
1455
|
# evaluated, and the event that triggered the evaluation.
|
1376
1456
|
# @return [String]
|
1377
1457
|
#
|
1458
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/EvaluationResult AWS API Documentation
|
1459
|
+
#
|
1378
1460
|
class EvaluationResult < Struct.new(
|
1379
1461
|
:evaluation_result_identifier,
|
1380
1462
|
:compliance_type,
|
@@ -1400,6 +1482,8 @@ module Aws::ConfigService
|
|
1400
1482
|
# event triggered the evaluation.
|
1401
1483
|
# @return [Time]
|
1402
1484
|
#
|
1485
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/EvaluationResultIdentifier AWS API Documentation
|
1486
|
+
#
|
1403
1487
|
class EvaluationResultIdentifier < Struct.new(
|
1404
1488
|
:evaluation_result_qualifier,
|
1405
1489
|
:ordering_timestamp)
|
@@ -1421,6 +1505,8 @@ module Aws::ConfigService
|
|
1421
1505
|
# The ID of the evaluated AWS resource.
|
1422
1506
|
# @return [String]
|
1423
1507
|
#
|
1508
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/EvaluationResultQualifier AWS API Documentation
|
1509
|
+
#
|
1424
1510
|
class EvaluationResultQualifier < Struct.new(
|
1425
1511
|
:config_rule_name,
|
1426
1512
|
:resource_type,
|
@@ -1461,6 +1547,8 @@ module Aws::ConfigService
|
|
1461
1547
|
# get the next page of results in a paginated response.
|
1462
1548
|
# @return [String]
|
1463
1549
|
#
|
1550
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/GetComplianceDetailsByConfigRuleRequest AWS API Documentation
|
1551
|
+
#
|
1464
1552
|
class GetComplianceDetailsByConfigRuleRequest < Struct.new(
|
1465
1553
|
:config_rule_name,
|
1466
1554
|
:compliance_types,
|
@@ -1479,6 +1567,8 @@ module Aws::ConfigService
|
|
1479
1567
|
# of results in a paginated response.
|
1480
1568
|
# @return [String]
|
1481
1569
|
#
|
1570
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/GetComplianceDetailsByConfigRuleResponse AWS API Documentation
|
1571
|
+
#
|
1482
1572
|
class GetComplianceDetailsByConfigRuleResponse < Struct.new(
|
1483
1573
|
:evaluation_results,
|
1484
1574
|
:next_token)
|
@@ -1517,6 +1607,8 @@ module Aws::ConfigService
|
|
1517
1607
|
# get the next page of results in a paginated response.
|
1518
1608
|
# @return [String]
|
1519
1609
|
#
|
1610
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/GetComplianceDetailsByResourceRequest AWS API Documentation
|
1611
|
+
#
|
1520
1612
|
class GetComplianceDetailsByResourceRequest < Struct.new(
|
1521
1613
|
:resource_type,
|
1522
1614
|
:resource_id,
|
@@ -1535,6 +1627,8 @@ module Aws::ConfigService
|
|
1535
1627
|
# of results in a paginated response.
|
1536
1628
|
# @return [String]
|
1537
1629
|
#
|
1630
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/GetComplianceDetailsByResourceResponse AWS API Documentation
|
1631
|
+
#
|
1538
1632
|
class GetComplianceDetailsByResourceResponse < Struct.new(
|
1539
1633
|
:evaluation_results,
|
1540
1634
|
:next_token)
|
@@ -1546,6 +1640,8 @@ module Aws::ConfigService
|
|
1546
1640
|
# that are noncompliant, up to a maximum of 25 for each.
|
1547
1641
|
# @return [Types::ComplianceSummary]
|
1548
1642
|
#
|
1643
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/GetComplianceSummaryByConfigRuleResponse AWS API Documentation
|
1644
|
+
#
|
1549
1645
|
class GetComplianceSummaryByConfigRuleResponse < Struct.new(
|
1550
1646
|
:compliance_summary)
|
1551
1647
|
include Aws::Structure
|
@@ -1568,6 +1664,8 @@ module Aws::ConfigService
|
|
1568
1664
|
# an AWS account by specifying `AWS::::Account`.
|
1569
1665
|
# @return [Array<String>]
|
1570
1666
|
#
|
1667
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/GetComplianceSummaryByResourceTypeRequest AWS API Documentation
|
1668
|
+
#
|
1571
1669
|
class GetComplianceSummaryByResourceTypeRequest < Struct.new(
|
1572
1670
|
:resource_types)
|
1573
1671
|
include Aws::Structure
|
@@ -1580,6 +1678,8 @@ module Aws::ConfigService
|
|
1580
1678
|
# maximum number returned is 100.
|
1581
1679
|
# @return [Array<Types::ComplianceSummaryByResourceType>]
|
1582
1680
|
#
|
1681
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/GetComplianceSummaryByResourceTypeResponse AWS API Documentation
|
1682
|
+
#
|
1583
1683
|
class GetComplianceSummaryByResourceTypeResponse < Struct.new(
|
1584
1684
|
:compliance_summaries_by_resource_type)
|
1585
1685
|
include Aws::Structure
|
@@ -1635,6 +1735,8 @@ module Aws::ConfigService
|
|
1635
1735
|
# get the next page of results in a paginated response.
|
1636
1736
|
# @return [String]
|
1637
1737
|
#
|
1738
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/GetResourceConfigHistoryRequest AWS API Documentation
|
1739
|
+
#
|
1638
1740
|
class GetResourceConfigHistoryRequest < Struct.new(
|
1639
1741
|
:resource_type,
|
1640
1742
|
:resource_id,
|
@@ -1658,6 +1760,8 @@ module Aws::ConfigService
|
|
1658
1760
|
# of results in a paginated response.
|
1659
1761
|
# @return [String]
|
1660
1762
|
#
|
1763
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/GetResourceConfigHistoryResponse AWS API Documentation
|
1764
|
+
#
|
1661
1765
|
class GetResourceConfigHistoryResponse < Struct.new(
|
1662
1766
|
:configuration_items,
|
1663
1767
|
:next_token)
|
@@ -1710,6 +1814,8 @@ module Aws::ConfigService
|
|
1710
1814
|
# get the next page of results in a paginated response.
|
1711
1815
|
# @return [String]
|
1712
1816
|
#
|
1817
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/ListDiscoveredResourcesRequest AWS API Documentation
|
1818
|
+
#
|
1713
1819
|
class ListDiscoveredResourcesRequest < Struct.new(
|
1714
1820
|
:resource_type,
|
1715
1821
|
:resource_ids,
|
@@ -1731,6 +1837,8 @@ module Aws::ConfigService
|
|
1731
1837
|
# of results in a paginated response.
|
1732
1838
|
# @return [String]
|
1733
1839
|
#
|
1840
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/ListDiscoveredResourcesResponse AWS API Documentation
|
1841
|
+
#
|
1734
1842
|
class ListDiscoveredResourcesResponse < Struct.new(
|
1735
1843
|
:resource_identifiers,
|
1736
1844
|
:next_token)
|
@@ -1794,6 +1902,8 @@ module Aws::ConfigService
|
|
1794
1902
|
# [1]: http://docs.aws.amazon.com/config/latest/developerguide/evaluate-config.html
|
1795
1903
|
# @return [Types::ConfigRule]
|
1796
1904
|
#
|
1905
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/PutConfigRuleRequest AWS API Documentation
|
1906
|
+
#
|
1797
1907
|
class PutConfigRuleRequest < Struct.new(
|
1798
1908
|
:config_rule)
|
1799
1909
|
include Aws::Structure
|
@@ -1821,6 +1931,8 @@ module Aws::ConfigService
|
|
1821
1931
|
# change made to the resources.
|
1822
1932
|
# @return [Types::ConfigurationRecorder]
|
1823
1933
|
#
|
1934
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/PutConfigurationRecorderRequest AWS API Documentation
|
1935
|
+
#
|
1824
1936
|
class PutConfigurationRecorderRequest < Struct.new(
|
1825
1937
|
:configuration_recorder)
|
1826
1938
|
include Aws::Structure
|
@@ -1849,6 +1961,8 @@ module Aws::ConfigService
|
|
1849
1961
|
# SNS topic.
|
1850
1962
|
# @return [Types::DeliveryChannel]
|
1851
1963
|
#
|
1964
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/PutDeliveryChannelRequest AWS API Documentation
|
1965
|
+
#
|
1852
1966
|
class PutDeliveryChannelRequest < Struct.new(
|
1853
1967
|
:delivery_channel)
|
1854
1968
|
include Aws::Structure
|
@@ -1868,6 +1982,7 @@ module Aws::ConfigService
|
|
1868
1982
|
# },
|
1869
1983
|
# ],
|
1870
1984
|
# result_token: "String", # required
|
1985
|
+
# test_mode: false,
|
1871
1986
|
# }
|
1872
1987
|
#
|
1873
1988
|
# @!attribute [rw] evaluations
|
@@ -1883,9 +1998,24 @@ module Aws::ConfigService
|
|
1883
1998
|
# evaluation
|
1884
1999
|
# @return [String]
|
1885
2000
|
#
|
2001
|
+
# @!attribute [rw] test_mode
|
2002
|
+
# Use this parameter to specify a test run for `PutEvaluations`. You
|
2003
|
+
# can verify whether your AWS Lambda function will deliver evaluation
|
2004
|
+
# results to AWS Config. No updates occur to your existing
|
2005
|
+
# evaluations, and evaluation results are not sent to AWS Config.
|
2006
|
+
#
|
2007
|
+
# <note markdown="1"> When `TestMode` is `true`, `PutEvaluations` doesn't require a valid
|
2008
|
+
# value for the `ResultToken` parameter, but the value cannot be null.
|
2009
|
+
#
|
2010
|
+
# </note>
|
2011
|
+
# @return [Boolean]
|
2012
|
+
#
|
2013
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/PutEvaluationsRequest AWS API Documentation
|
2014
|
+
#
|
1886
2015
|
class PutEvaluationsRequest < Struct.new(
|
1887
2016
|
:evaluations,
|
1888
|
-
:result_token
|
2017
|
+
:result_token,
|
2018
|
+
:test_mode)
|
1889
2019
|
include Aws::Structure
|
1890
2020
|
end
|
1891
2021
|
|
@@ -1893,6 +2023,8 @@ module Aws::ConfigService
|
|
1893
2023
|
# Requests that failed because of a client or server error.
|
1894
2024
|
# @return [Array<Types::Evaluation>]
|
1895
2025
|
#
|
2026
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/PutEvaluationsResponse AWS API Documentation
|
2027
|
+
#
|
1896
2028
|
class PutEvaluationsResponse < Struct.new(
|
1897
2029
|
:failed_evaluations)
|
1898
2030
|
include Aws::Structure
|
@@ -1998,6 +2130,8 @@ module Aws::ConfigService
|
|
1998
2130
|
# [1]: http://docs.aws.amazon.com/config/latest/developerguide/resource-config-reference.html#supported-resources
|
1999
2131
|
# @return [Array<String>]
|
2000
2132
|
#
|
2133
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/RecordingGroup AWS API Documentation
|
2134
|
+
#
|
2001
2135
|
class RecordingGroup < Struct.new(
|
2002
2136
|
:all_supported,
|
2003
2137
|
:include_global_resource_types,
|
@@ -2023,6 +2157,8 @@ module Aws::ConfigService
|
|
2023
2157
|
# The type of relationship with the related resource.
|
2024
2158
|
# @return [String]
|
2025
2159
|
#
|
2160
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/Relationship AWS API Documentation
|
2161
|
+
#
|
2026
2162
|
class Relationship < Struct.new(
|
2027
2163
|
:resource_type,
|
2028
2164
|
:resource_id,
|
@@ -2051,6 +2187,8 @@ module Aws::ConfigService
|
|
2051
2187
|
# The time that the resource was deleted.
|
2052
2188
|
# @return [Time]
|
2053
2189
|
#
|
2190
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/ResourceIdentifier AWS API Documentation
|
2191
|
+
#
|
2054
2192
|
class ResourceIdentifier < Struct.new(
|
2055
2193
|
:resource_type,
|
2056
2194
|
:resource_id,
|
@@ -2100,6 +2238,8 @@ module Aws::ConfigService
|
|
2100
2238
|
# specify one resource type for `ComplianceResourceTypes`.
|
2101
2239
|
# @return [String]
|
2102
2240
|
#
|
2241
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/Scope AWS API Documentation
|
2242
|
+
#
|
2103
2243
|
class Scope < Struct.new(
|
2104
2244
|
:compliance_resource_types,
|
2105
2245
|
:tag_key,
|
@@ -2151,6 +2291,8 @@ module Aws::ConfigService
|
|
2151
2291
|
# evaluate your AWS resources.
|
2152
2292
|
# @return [Array<Types::SourceDetail>]
|
2153
2293
|
#
|
2294
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/Source AWS API Documentation
|
2295
|
+
#
|
2154
2296
|
class Source < Struct.new(
|
2155
2297
|
:owner,
|
2156
2298
|
:source_identifier,
|
@@ -2211,6 +2353,8 @@ module Aws::ConfigService
|
|
2211
2353
|
# `ScheduledNotification` value.
|
2212
2354
|
# @return [String]
|
2213
2355
|
#
|
2356
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/SourceDetail AWS API Documentation
|
2357
|
+
#
|
2214
2358
|
class SourceDetail < Struct.new(
|
2215
2359
|
:event_source,
|
2216
2360
|
:message_type,
|
@@ -2230,6 +2374,8 @@ module Aws::ConfigService
|
|
2230
2374
|
# for.
|
2231
2375
|
# @return [Array<String>]
|
2232
2376
|
#
|
2377
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/StartConfigRulesEvaluationRequest AWS API Documentation
|
2378
|
+
#
|
2233
2379
|
class StartConfigRulesEvaluationRequest < Struct.new(
|
2234
2380
|
:config_rule_names)
|
2235
2381
|
include Aws::Structure
|
@@ -2238,6 +2384,8 @@ module Aws::ConfigService
|
|
2238
2384
|
# The output when you start the evaluation for the specified Config
|
2239
2385
|
# rule.
|
2240
2386
|
#
|
2387
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/StartConfigRulesEvaluationResponse AWS API Documentation
|
2388
|
+
#
|
2241
2389
|
class StartConfigRulesEvaluationResponse < Aws::EmptyStructure; end
|
2242
2390
|
|
2243
2391
|
# The input for the StartConfigurationRecorder action.
|
@@ -2254,6 +2402,8 @@ module Aws::ConfigService
|
|
2254
2402
|
# change made to the resources.
|
2255
2403
|
# @return [String]
|
2256
2404
|
#
|
2405
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/StartConfigurationRecorderRequest AWS API Documentation
|
2406
|
+
#
|
2257
2407
|
class StartConfigurationRecorderRequest < Struct.new(
|
2258
2408
|
:configuration_recorder_name)
|
2259
2409
|
include Aws::Structure
|
@@ -2273,6 +2423,8 @@ module Aws::ConfigService
|
|
2273
2423
|
# change made to the resources.
|
2274
2424
|
# @return [String]
|
2275
2425
|
#
|
2426
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/StopConfigurationRecorderRequest AWS API Documentation
|
2427
|
+
#
|
2276
2428
|
class StopConfigurationRecorderRequest < Struct.new(
|
2277
2429
|
:configuration_recorder_name)
|
2278
2430
|
include Aws::Structure
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-configservice
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.0.
|
4
|
+
version: 1.0.0.rc4
|
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: 2017-
|
11
|
+
date: 2017-03-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|