aws-sdk-ssmsap 1.42.0 → 1.43.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.
@@ -26,6 +26,7 @@ module Aws::SsmSap
26
26
  ApplicationSummary = Shapes::StructureShape.new(name: 'ApplicationSummary')
27
27
  ApplicationSummaryList = Shapes::ListShape.new(name: 'ApplicationSummaryList')
28
28
  ApplicationType = Shapes::StringShape.new(name: 'ApplicationType')
29
+ ApplicationTypeList = Shapes::ListShape.new(name: 'ApplicationTypeList')
29
30
  Arn = Shapes::StringShape.new(name: 'Arn')
30
31
  AssociatedHost = Shapes::StructureShape.new(name: 'AssociatedHost')
31
32
  BackintConfig = Shapes::StructureShape.new(name: 'BackintConfig')
@@ -42,6 +43,13 @@ module Aws::SsmSap
42
43
  ComponentSummary = Shapes::StructureShape.new(name: 'ComponentSummary')
43
44
  ComponentSummaryList = Shapes::ListShape.new(name: 'ComponentSummaryList')
44
45
  ComponentType = Shapes::StringShape.new(name: 'ComponentType')
46
+ ConfigurationCheckDefinition = Shapes::StructureShape.new(name: 'ConfigurationCheckDefinition')
47
+ ConfigurationCheckDefinitionList = Shapes::ListShape.new(name: 'ConfigurationCheckDefinitionList')
48
+ ConfigurationCheckOperation = Shapes::StructureShape.new(name: 'ConfigurationCheckOperation')
49
+ ConfigurationCheckOperationList = Shapes::ListShape.new(name: 'ConfigurationCheckOperationList')
50
+ ConfigurationCheckOperationListingMode = Shapes::StringShape.new(name: 'ConfigurationCheckOperationListingMode')
51
+ ConfigurationCheckType = Shapes::StringShape.new(name: 'ConfigurationCheckType')
52
+ ConfigurationCheckTypeList = Shapes::ListShape.new(name: 'ConfigurationCheckTypeList')
45
53
  ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
46
54
  ConnectedEntityType = Shapes::StringShape.new(name: 'ConnectedEntityType')
47
55
  CredentialType = Shapes::StringShape.new(name: 'CredentialType')
@@ -68,6 +76,8 @@ module Aws::SsmSap
68
76
  GetApplicationOutput = Shapes::StructureShape.new(name: 'GetApplicationOutput')
69
77
  GetComponentInput = Shapes::StructureShape.new(name: 'GetComponentInput')
70
78
  GetComponentOutput = Shapes::StructureShape.new(name: 'GetComponentOutput')
79
+ GetConfigurationCheckOperationInput = Shapes::StructureShape.new(name: 'GetConfigurationCheckOperationInput')
80
+ GetConfigurationCheckOperationOutput = Shapes::StructureShape.new(name: 'GetConfigurationCheckOperationOutput')
71
81
  GetDatabaseInput = Shapes::StructureShape.new(name: 'GetDatabaseInput')
72
82
  GetDatabaseOutput = Shapes::StructureShape.new(name: 'GetDatabaseOutput')
73
83
  GetOperationInput = Shapes::StructureShape.new(name: 'GetOperationInput')
@@ -87,12 +97,20 @@ module Aws::SsmSap
87
97
  ListApplicationsOutput = Shapes::StructureShape.new(name: 'ListApplicationsOutput')
88
98
  ListComponentsInput = Shapes::StructureShape.new(name: 'ListComponentsInput')
89
99
  ListComponentsOutput = Shapes::StructureShape.new(name: 'ListComponentsOutput')
100
+ ListConfigurationCheckDefinitionsInput = Shapes::StructureShape.new(name: 'ListConfigurationCheckDefinitionsInput')
101
+ ListConfigurationCheckDefinitionsOutput = Shapes::StructureShape.new(name: 'ListConfigurationCheckDefinitionsOutput')
102
+ ListConfigurationCheckOperationsInput = Shapes::StructureShape.new(name: 'ListConfigurationCheckOperationsInput')
103
+ ListConfigurationCheckOperationsOutput = Shapes::StructureShape.new(name: 'ListConfigurationCheckOperationsOutput')
90
104
  ListDatabasesInput = Shapes::StructureShape.new(name: 'ListDatabasesInput')
91
105
  ListDatabasesOutput = Shapes::StructureShape.new(name: 'ListDatabasesOutput')
92
106
  ListOperationEventsInput = Shapes::StructureShape.new(name: 'ListOperationEventsInput')
93
107
  ListOperationEventsOutput = Shapes::StructureShape.new(name: 'ListOperationEventsOutput')
94
108
  ListOperationsInput = Shapes::StructureShape.new(name: 'ListOperationsInput')
95
109
  ListOperationsOutput = Shapes::StructureShape.new(name: 'ListOperationsOutput')
110
+ ListSubCheckResultsInput = Shapes::StructureShape.new(name: 'ListSubCheckResultsInput')
111
+ ListSubCheckResultsOutput = Shapes::StructureShape.new(name: 'ListSubCheckResultsOutput')
112
+ ListSubCheckRuleResultsInput = Shapes::StructureShape.new(name: 'ListSubCheckRuleResultsInput')
113
+ ListSubCheckRuleResultsOutput = Shapes::StructureShape.new(name: 'ListSubCheckRuleResultsOutput')
96
114
  ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
97
115
  ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
98
116
  MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
@@ -120,6 +138,14 @@ module Aws::SsmSap
120
138
  ResourceId = Shapes::StringShape.new(name: 'ResourceId')
121
139
  ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
122
140
  ResourceType = Shapes::StringShape.new(name: 'ResourceType')
141
+ RuleResult = Shapes::StructureShape.new(name: 'RuleResult')
142
+ RuleResultId = Shapes::StringShape.new(name: 'RuleResultId')
143
+ RuleResultList = Shapes::ListShape.new(name: 'RuleResultList')
144
+ RuleResultMetadata = Shapes::MapShape.new(name: 'RuleResultMetadata')
145
+ RuleResultMetadataKey = Shapes::StringShape.new(name: 'RuleResultMetadataKey')
146
+ RuleResultMetadataValue = Shapes::StringShape.new(name: 'RuleResultMetadataValue')
147
+ RuleResultStatus = Shapes::StringShape.new(name: 'RuleResultStatus')
148
+ RuleStatusCounts = Shapes::StructureShape.new(name: 'RuleStatusCounts')
123
149
  SAPInstanceNumber = Shapes::StringShape.new(name: 'SAPInstanceNumber')
124
150
  SID = Shapes::StringShape.new(name: 'SID')
125
151
  SecretId = Shapes::StringShape.new(name: 'SecretId')
@@ -128,9 +154,15 @@ module Aws::SsmSap
128
154
  StartApplicationOutput = Shapes::StructureShape.new(name: 'StartApplicationOutput')
129
155
  StartApplicationRefreshInput = Shapes::StructureShape.new(name: 'StartApplicationRefreshInput')
130
156
  StartApplicationRefreshOutput = Shapes::StructureShape.new(name: 'StartApplicationRefreshOutput')
157
+ StartConfigurationChecksInput = Shapes::StructureShape.new(name: 'StartConfigurationChecksInput')
158
+ StartConfigurationChecksOutput = Shapes::StructureShape.new(name: 'StartConfigurationChecksOutput')
131
159
  StopApplicationInput = Shapes::StructureShape.new(name: 'StopApplicationInput')
132
160
  StopApplicationOutput = Shapes::StructureShape.new(name: 'StopApplicationOutput')
133
161
  String = Shapes::StringShape.new(name: 'String')
162
+ SubCheckReferencesList = Shapes::ListShape.new(name: 'SubCheckReferencesList')
163
+ SubCheckResult = Shapes::StructureShape.new(name: 'SubCheckResult')
164
+ SubCheckResultId = Shapes::StringShape.new(name: 'SubCheckResultId')
165
+ SubCheckResultList = Shapes::ListShape.new(name: 'SubCheckResultList')
134
166
  TagKey = Shapes::StringShape.new(name: 'TagKey')
135
167
  TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
136
168
  TagMap = Shapes::MapShape.new(name: 'TagMap')
@@ -175,6 +207,8 @@ module Aws::SsmSap
175
207
 
176
208
  ApplicationSummaryList.member = Shapes::ShapeRef.new(shape: ApplicationSummary)
177
209
 
210
+ ApplicationTypeList.member = Shapes::ShapeRef.new(shape: ApplicationType)
211
+
178
212
  AssociatedHost.add_member(:hostname, Shapes::ShapeRef.new(shape: String, location_name: "Hostname"))
179
213
  AssociatedHost.add_member(:ec2_instance_id, Shapes::ShapeRef.new(shape: String, location_name: "Ec2InstanceId"))
180
214
  AssociatedHost.add_member(:ip_addresses, Shapes::ShapeRef.new(shape: IpAddressList, location_name: "IpAddresses"))
@@ -227,6 +261,30 @@ module Aws::SsmSap
227
261
 
228
262
  ComponentSummaryList.member = Shapes::ShapeRef.new(shape: ComponentSummary)
229
263
 
264
+ ConfigurationCheckDefinition.add_member(:id, Shapes::ShapeRef.new(shape: ConfigurationCheckType, location_name: "Id"))
265
+ ConfigurationCheckDefinition.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "Name"))
266
+ ConfigurationCheckDefinition.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
267
+ ConfigurationCheckDefinition.add_member(:applicable_application_types, Shapes::ShapeRef.new(shape: ApplicationTypeList, location_name: "ApplicableApplicationTypes"))
268
+ ConfigurationCheckDefinition.struct_class = Types::ConfigurationCheckDefinition
269
+
270
+ ConfigurationCheckDefinitionList.member = Shapes::ShapeRef.new(shape: ConfigurationCheckDefinition)
271
+
272
+ ConfigurationCheckOperation.add_member(:id, Shapes::ShapeRef.new(shape: OperationId, location_name: "Id"))
273
+ ConfigurationCheckOperation.add_member(:application_id, Shapes::ShapeRef.new(shape: ApplicationId, location_name: "ApplicationId"))
274
+ ConfigurationCheckOperation.add_member(:status, Shapes::ShapeRef.new(shape: OperationStatus, location_name: "Status"))
275
+ ConfigurationCheckOperation.add_member(:status_message, Shapes::ShapeRef.new(shape: String, location_name: "StatusMessage"))
276
+ ConfigurationCheckOperation.add_member(:configuration_check_id, Shapes::ShapeRef.new(shape: ConfigurationCheckType, location_name: "ConfigurationCheckId"))
277
+ ConfigurationCheckOperation.add_member(:configuration_check_name, Shapes::ShapeRef.new(shape: String, location_name: "ConfigurationCheckName"))
278
+ ConfigurationCheckOperation.add_member(:configuration_check_description, Shapes::ShapeRef.new(shape: String, location_name: "ConfigurationCheckDescription"))
279
+ ConfigurationCheckOperation.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "StartTime"))
280
+ ConfigurationCheckOperation.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "EndTime"))
281
+ ConfigurationCheckOperation.add_member(:rule_status_counts, Shapes::ShapeRef.new(shape: RuleStatusCounts, location_name: "RuleStatusCounts"))
282
+ ConfigurationCheckOperation.struct_class = Types::ConfigurationCheckOperation
283
+
284
+ ConfigurationCheckOperationList.member = Shapes::ShapeRef.new(shape: ConfigurationCheckOperation)
285
+
286
+ ConfigurationCheckTypeList.member = Shapes::ShapeRef.new(shape: ConfigurationCheckType)
287
+
230
288
  ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
231
289
  ConflictException.struct_class = Types::ConflictException
232
290
 
@@ -298,6 +356,12 @@ module Aws::SsmSap
298
356
  GetComponentOutput.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
299
357
  GetComponentOutput.struct_class = Types::GetComponentOutput
300
358
 
359
+ GetConfigurationCheckOperationInput.add_member(:operation_id, Shapes::ShapeRef.new(shape: OperationId, required: true, location_name: "OperationId"))
360
+ GetConfigurationCheckOperationInput.struct_class = Types::GetConfigurationCheckOperationInput
361
+
362
+ GetConfigurationCheckOperationOutput.add_member(:configuration_check_operation, Shapes::ShapeRef.new(shape: ConfigurationCheckOperation, location_name: "ConfigurationCheckOperation"))
363
+ GetConfigurationCheckOperationOutput.struct_class = Types::GetConfigurationCheckOperationOutput
364
+
301
365
  GetDatabaseInput.add_member(:application_id, Shapes::ShapeRef.new(shape: ApplicationId, location_name: "ApplicationId"))
302
366
  GetDatabaseInput.add_member(:component_id, Shapes::ShapeRef.new(shape: ComponentId, location_name: "ComponentId"))
303
367
  GetDatabaseInput.add_member(:database_id, Shapes::ShapeRef.new(shape: DatabaseId, location_name: "DatabaseId"))
@@ -361,6 +425,25 @@ module Aws::SsmSap
361
425
  ListComponentsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
362
426
  ListComponentsOutput.struct_class = Types::ListComponentsOutput
363
427
 
428
+ ListConfigurationCheckDefinitionsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
429
+ ListConfigurationCheckDefinitionsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
430
+ ListConfigurationCheckDefinitionsInput.struct_class = Types::ListConfigurationCheckDefinitionsInput
431
+
432
+ ListConfigurationCheckDefinitionsOutput.add_member(:configuration_checks, Shapes::ShapeRef.new(shape: ConfigurationCheckDefinitionList, location_name: "ConfigurationChecks"))
433
+ ListConfigurationCheckDefinitionsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
434
+ ListConfigurationCheckDefinitionsOutput.struct_class = Types::ListConfigurationCheckDefinitionsOutput
435
+
436
+ ListConfigurationCheckOperationsInput.add_member(:application_id, Shapes::ShapeRef.new(shape: ApplicationId, required: true, location_name: "ApplicationId"))
437
+ ListConfigurationCheckOperationsInput.add_member(:list_mode, Shapes::ShapeRef.new(shape: ConfigurationCheckOperationListingMode, location_name: "ListMode"))
438
+ ListConfigurationCheckOperationsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
439
+ ListConfigurationCheckOperationsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
440
+ ListConfigurationCheckOperationsInput.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
441
+ ListConfigurationCheckOperationsInput.struct_class = Types::ListConfigurationCheckOperationsInput
442
+
443
+ ListConfigurationCheckOperationsOutput.add_member(:configuration_check_operations, Shapes::ShapeRef.new(shape: ConfigurationCheckOperationList, location_name: "ConfigurationCheckOperations"))
444
+ ListConfigurationCheckOperationsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
445
+ ListConfigurationCheckOperationsOutput.struct_class = Types::ListConfigurationCheckOperationsOutput
446
+
364
447
  ListDatabasesInput.add_member(:application_id, Shapes::ShapeRef.new(shape: ApplicationId, location_name: "ApplicationId"))
365
448
  ListDatabasesInput.add_member(:component_id, Shapes::ShapeRef.new(shape: ComponentId, location_name: "ComponentId"))
366
449
  ListDatabasesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
@@ -391,6 +474,24 @@ module Aws::SsmSap
391
474
  ListOperationsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
392
475
  ListOperationsOutput.struct_class = Types::ListOperationsOutput
393
476
 
477
+ ListSubCheckResultsInput.add_member(:operation_id, Shapes::ShapeRef.new(shape: OperationId, required: true, location_name: "OperationId"))
478
+ ListSubCheckResultsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
479
+ ListSubCheckResultsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
480
+ ListSubCheckResultsInput.struct_class = Types::ListSubCheckResultsInput
481
+
482
+ ListSubCheckResultsOutput.add_member(:sub_check_results, Shapes::ShapeRef.new(shape: SubCheckResultList, location_name: "SubCheckResults"))
483
+ ListSubCheckResultsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
484
+ ListSubCheckResultsOutput.struct_class = Types::ListSubCheckResultsOutput
485
+
486
+ ListSubCheckRuleResultsInput.add_member(:sub_check_result_id, Shapes::ShapeRef.new(shape: SubCheckResultId, required: true, location_name: "SubCheckResultId"))
487
+ ListSubCheckRuleResultsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
488
+ ListSubCheckRuleResultsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
489
+ ListSubCheckRuleResultsInput.struct_class = Types::ListSubCheckRuleResultsInput
490
+
491
+ ListSubCheckRuleResultsOutput.add_member(:rule_results, Shapes::ShapeRef.new(shape: RuleResultList, location_name: "RuleResults"))
492
+ ListSubCheckRuleResultsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
493
+ ListSubCheckRuleResultsOutput.struct_class = Types::ListSubCheckRuleResultsOutput
494
+
394
495
  ListTagsForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: SsmSapArn, required: true, location: "uri", location_name: "resourceArn"))
395
496
  ListTagsForResourceRequest.struct_class = Types::ListTagsForResourceRequest
396
497
 
@@ -463,6 +564,25 @@ module Aws::SsmSap
463
564
  ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
464
565
  ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
465
566
 
567
+ RuleResult.add_member(:id, Shapes::ShapeRef.new(shape: RuleResultId, location_name: "Id"))
568
+ RuleResult.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
569
+ RuleResult.add_member(:status, Shapes::ShapeRef.new(shape: RuleResultStatus, location_name: "Status"))
570
+ RuleResult.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
571
+ RuleResult.add_member(:metadata, Shapes::ShapeRef.new(shape: RuleResultMetadata, location_name: "Metadata"))
572
+ RuleResult.struct_class = Types::RuleResult
573
+
574
+ RuleResultList.member = Shapes::ShapeRef.new(shape: RuleResult)
575
+
576
+ RuleResultMetadata.key = Shapes::ShapeRef.new(shape: RuleResultMetadataKey)
577
+ RuleResultMetadata.value = Shapes::ShapeRef.new(shape: RuleResultMetadataValue)
578
+
579
+ RuleStatusCounts.add_member(:failed, Shapes::ShapeRef.new(shape: Integer, location_name: "Failed"))
580
+ RuleStatusCounts.add_member(:warning, Shapes::ShapeRef.new(shape: Integer, location_name: "Warning"))
581
+ RuleStatusCounts.add_member(:info, Shapes::ShapeRef.new(shape: Integer, location_name: "Info"))
582
+ RuleStatusCounts.add_member(:passed, Shapes::ShapeRef.new(shape: Integer, location_name: "Passed"))
583
+ RuleStatusCounts.add_member(:unknown, Shapes::ShapeRef.new(shape: Integer, location_name: "Unknown"))
584
+ RuleStatusCounts.struct_class = Types::RuleStatusCounts
585
+
466
586
  StartApplicationInput.add_member(:application_id, Shapes::ShapeRef.new(shape: ApplicationId, required: true, location_name: "ApplicationId"))
467
587
  StartApplicationInput.struct_class = Types::StartApplicationInput
468
588
 
@@ -475,6 +595,13 @@ module Aws::SsmSap
475
595
  StartApplicationRefreshOutput.add_member(:operation_id, Shapes::ShapeRef.new(shape: OperationId, location_name: "OperationId"))
476
596
  StartApplicationRefreshOutput.struct_class = Types::StartApplicationRefreshOutput
477
597
 
598
+ StartConfigurationChecksInput.add_member(:application_id, Shapes::ShapeRef.new(shape: ApplicationId, required: true, location_name: "ApplicationId"))
599
+ StartConfigurationChecksInput.add_member(:configuration_check_ids, Shapes::ShapeRef.new(shape: ConfigurationCheckTypeList, location_name: "ConfigurationCheckIds"))
600
+ StartConfigurationChecksInput.struct_class = Types::StartConfigurationChecksInput
601
+
602
+ StartConfigurationChecksOutput.add_member(:configuration_check_operations, Shapes::ShapeRef.new(shape: ConfigurationCheckOperationList, location_name: "ConfigurationCheckOperations"))
603
+ StartConfigurationChecksOutput.struct_class = Types::StartConfigurationChecksOutput
604
+
478
605
  StopApplicationInput.add_member(:application_id, Shapes::ShapeRef.new(shape: ApplicationId, required: true, location_name: "ApplicationId"))
479
606
  StopApplicationInput.add_member(:stop_connected_entity, Shapes::ShapeRef.new(shape: ConnectedEntityType, location_name: "StopConnectedEntity"))
480
607
  StopApplicationInput.add_member(:include_ec2_instance_shutdown, Shapes::ShapeRef.new(shape: Boolean, location_name: "IncludeEc2InstanceShutdown"))
@@ -483,6 +610,16 @@ module Aws::SsmSap
483
610
  StopApplicationOutput.add_member(:operation_id, Shapes::ShapeRef.new(shape: OperationId, location_name: "OperationId"))
484
611
  StopApplicationOutput.struct_class = Types::StopApplicationOutput
485
612
 
613
+ SubCheckReferencesList.member = Shapes::ShapeRef.new(shape: String)
614
+
615
+ SubCheckResult.add_member(:id, Shapes::ShapeRef.new(shape: SubCheckResultId, location_name: "Id"))
616
+ SubCheckResult.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "Name"))
617
+ SubCheckResult.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
618
+ SubCheckResult.add_member(:references, Shapes::ShapeRef.new(shape: SubCheckReferencesList, location_name: "References"))
619
+ SubCheckResult.struct_class = Types::SubCheckResult
620
+
621
+ SubCheckResultList.member = Shapes::ShapeRef.new(shape: SubCheckResult)
622
+
486
623
  TagKeyList.member = Shapes::ShapeRef.new(shape: TagKey)
487
624
 
488
625
  TagMap.key = Shapes::ShapeRef.new(shape: TagKey)
@@ -580,6 +717,16 @@ module Aws::SsmSap
580
717
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
581
718
  end)
582
719
 
720
+ api.add_operation(:get_configuration_check_operation, Seahorse::Model::Operation.new.tap do |o|
721
+ o.name = "GetConfigurationCheckOperation"
722
+ o.http_method = "POST"
723
+ o.http_request_uri = "/get-configuration-check-operation"
724
+ o.input = Shapes::ShapeRef.new(shape: GetConfigurationCheckOperationInput)
725
+ o.output = Shapes::ShapeRef.new(shape: GetConfigurationCheckOperationOutput)
726
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
727
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
728
+ end)
729
+
583
730
  api.add_operation(:get_database, Seahorse::Model::Operation.new.tap do |o|
584
731
  o.name = "GetDatabase"
585
732
  o.http_method = "POST"
@@ -646,6 +793,39 @@ module Aws::SsmSap
646
793
  )
647
794
  end)
648
795
 
796
+ api.add_operation(:list_configuration_check_definitions, Seahorse::Model::Operation.new.tap do |o|
797
+ o.name = "ListConfigurationCheckDefinitions"
798
+ o.http_method = "POST"
799
+ o.http_request_uri = "/list-configuration-check-definitions"
800
+ o.input = Shapes::ShapeRef.new(shape: ListConfigurationCheckDefinitionsInput)
801
+ o.output = Shapes::ShapeRef.new(shape: ListConfigurationCheckDefinitionsOutput)
802
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
803
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
804
+ o[:pager] = Aws::Pager.new(
805
+ limit_key: "max_results",
806
+ tokens: {
807
+ "next_token" => "next_token"
808
+ }
809
+ )
810
+ end)
811
+
812
+ api.add_operation(:list_configuration_check_operations, Seahorse::Model::Operation.new.tap do |o|
813
+ o.name = "ListConfigurationCheckOperations"
814
+ o.http_method = "POST"
815
+ o.http_request_uri = "/list-configuration-check-operations"
816
+ o.input = Shapes::ShapeRef.new(shape: ListConfigurationCheckOperationsInput)
817
+ o.output = Shapes::ShapeRef.new(shape: ListConfigurationCheckOperationsOutput)
818
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
819
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
820
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
821
+ o[:pager] = Aws::Pager.new(
822
+ limit_key: "max_results",
823
+ tokens: {
824
+ "next_token" => "next_token"
825
+ }
826
+ )
827
+ end)
828
+
649
829
  api.add_operation(:list_databases, Seahorse::Model::Operation.new.tap do |o|
650
830
  o.name = "ListDatabases"
651
831
  o.http_method = "POST"
@@ -695,6 +875,38 @@ module Aws::SsmSap
695
875
  )
696
876
  end)
697
877
 
878
+ api.add_operation(:list_sub_check_results, Seahorse::Model::Operation.new.tap do |o|
879
+ o.name = "ListSubCheckResults"
880
+ o.http_method = "POST"
881
+ o.http_request_uri = "/list-sub-check-results"
882
+ o.input = Shapes::ShapeRef.new(shape: ListSubCheckResultsInput)
883
+ o.output = Shapes::ShapeRef.new(shape: ListSubCheckResultsOutput)
884
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
885
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
886
+ o[:pager] = Aws::Pager.new(
887
+ limit_key: "max_results",
888
+ tokens: {
889
+ "next_token" => "next_token"
890
+ }
891
+ )
892
+ end)
893
+
894
+ api.add_operation(:list_sub_check_rule_results, Seahorse::Model::Operation.new.tap do |o|
895
+ o.name = "ListSubCheckRuleResults"
896
+ o.http_method = "POST"
897
+ o.http_request_uri = "/list-sub-check-rule-results"
898
+ o.input = Shapes::ShapeRef.new(shape: ListSubCheckRuleResultsInput)
899
+ o.output = Shapes::ShapeRef.new(shape: ListSubCheckRuleResultsOutput)
900
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
901
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
902
+ o[:pager] = Aws::Pager.new(
903
+ limit_key: "max_results",
904
+ tokens: {
905
+ "next_token" => "next_token"
906
+ }
907
+ )
908
+ end)
909
+
698
910
  api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
699
911
  o.name = "ListTagsForResource"
700
912
  o.http_method = "GET"
@@ -736,8 +948,8 @@ module Aws::SsmSap
736
948
  o.input = Shapes::ShapeRef.new(shape: StartApplicationInput)
737
949
  o.output = Shapes::ShapeRef.new(shape: StartApplicationOutput)
738
950
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
739
- o.errors << Shapes::ShapeRef.new(shape: ValidationException)
740
951
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
952
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
741
953
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
742
954
  end)
743
955
 
@@ -754,6 +966,18 @@ module Aws::SsmSap
754
966
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
755
967
  end)
756
968
 
969
+ api.add_operation(:start_configuration_checks, Seahorse::Model::Operation.new.tap do |o|
970
+ o.name = "StartConfigurationChecks"
971
+ o.http_method = "POST"
972
+ o.http_request_uri = "/start-configuration-checks"
973
+ o.input = Shapes::ShapeRef.new(shape: StartConfigurationChecksInput)
974
+ o.output = Shapes::ShapeRef.new(shape: StartConfigurationChecksOutput)
975
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
976
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
977
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
978
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
979
+ end)
980
+
757
981
  api.add_operation(:stop_application, Seahorse::Model::Operation.new.tap do |o|
758
982
  o.name = "StopApplication"
759
983
  o.http_method = "POST"
@@ -761,8 +985,8 @@ module Aws::SsmSap
761
985
  o.input = Shapes::ShapeRef.new(shape: StopApplicationInput)
762
986
  o.output = Shapes::ShapeRef.new(shape: StopApplicationOutput)
763
987
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
764
- o.errors << Shapes::ShapeRef.new(shape: ValidationException)
765
988
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
989
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
766
990
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
767
991
  end)
768
992