aws-sdk-ssm 1.185.0 → 1.186.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -28,6 +28,8 @@ module Aws::SSM
28
28
  AddTagsToResourceRequest = Shapes::StructureShape.new(name: 'AddTagsToResourceRequest')
29
29
  AddTagsToResourceResult = Shapes::StructureShape.new(name: 'AddTagsToResourceResult')
30
30
  AgentErrorCode = Shapes::StringShape.new(name: 'AgentErrorCode')
31
+ AgentType = Shapes::StringShape.new(name: 'AgentType')
32
+ AgentVersion = Shapes::StringShape.new(name: 'AgentVersion')
31
33
  AggregatorSchemaOnly = Shapes::BooleanShape.new(name: 'AggregatorSchemaOnly')
32
34
  Alarm = Shapes::StructureShape.new(name: 'Alarm')
33
35
  AlarmConfiguration = Shapes::StructureShape.new(name: 'AlarmConfiguration')
@@ -111,10 +113,12 @@ module Aws::SSM
111
113
  AutomationExecutionFilterValue = Shapes::StringShape.new(name: 'AutomationExecutionFilterValue')
112
114
  AutomationExecutionFilterValueList = Shapes::ListShape.new(name: 'AutomationExecutionFilterValueList')
113
115
  AutomationExecutionId = Shapes::StringShape.new(name: 'AutomationExecutionId')
116
+ AutomationExecutionInputs = Shapes::StructureShape.new(name: 'AutomationExecutionInputs')
114
117
  AutomationExecutionLimitExceededException = Shapes::StructureShape.new(name: 'AutomationExecutionLimitExceededException')
115
118
  AutomationExecutionMetadata = Shapes::StructureShape.new(name: 'AutomationExecutionMetadata')
116
119
  AutomationExecutionMetadataList = Shapes::ListShape.new(name: 'AutomationExecutionMetadataList')
117
120
  AutomationExecutionNotFoundException = Shapes::StructureShape.new(name: 'AutomationExecutionNotFoundException')
121
+ AutomationExecutionPreview = Shapes::StructureShape.new(name: 'AutomationExecutionPreview')
118
122
  AutomationExecutionStatus = Shapes::StringShape.new(name: 'AutomationExecutionStatus')
119
123
  AutomationParameterKey = Shapes::StringShape.new(name: 'AutomationParameterKey')
120
124
  AutomationParameterMap = Shapes::MapShape.new(name: 'AutomationParameterMap')
@@ -397,7 +401,11 @@ module Aws::SSM
397
401
  ErrorCount = Shapes::IntegerShape.new(name: 'ErrorCount')
398
402
  ExcludeAccount = Shapes::StringShape.new(name: 'ExcludeAccount')
399
403
  ExcludeAccounts = Shapes::ListShape.new(name: 'ExcludeAccounts')
404
+ ExecutionInputs = Shapes::UnionShape.new(name: 'ExecutionInputs')
400
405
  ExecutionMode = Shapes::StringShape.new(name: 'ExecutionMode')
406
+ ExecutionPreview = Shapes::UnionShape.new(name: 'ExecutionPreview')
407
+ ExecutionPreviewId = Shapes::StringShape.new(name: 'ExecutionPreviewId')
408
+ ExecutionPreviewStatus = Shapes::StringShape.new(name: 'ExecutionPreviewStatus')
401
409
  ExecutionRoleName = Shapes::StringShape.new(name: 'ExecutionRoleName')
402
410
  ExpirationDate = Shapes::TimestampShape.new(name: 'ExpirationDate')
403
411
  ExternalAlarmState = Shapes::StringShape.new(name: 'ExternalAlarmState')
@@ -420,6 +428,8 @@ module Aws::SSM
420
428
  GetDeployablePatchSnapshotForInstanceResult = Shapes::StructureShape.new(name: 'GetDeployablePatchSnapshotForInstanceResult')
421
429
  GetDocumentRequest = Shapes::StructureShape.new(name: 'GetDocumentRequest')
422
430
  GetDocumentResult = Shapes::StructureShape.new(name: 'GetDocumentResult')
431
+ GetExecutionPreviewRequest = Shapes::StructureShape.new(name: 'GetExecutionPreviewRequest')
432
+ GetExecutionPreviewResponse = Shapes::StructureShape.new(name: 'GetExecutionPreviewResponse')
423
433
  GetInventoryRequest = Shapes::StructureShape.new(name: 'GetInventoryRequest')
424
434
  GetInventoryResult = Shapes::StructureShape.new(name: 'GetInventoryResult')
425
435
  GetInventorySchemaMaxResults = Shapes::IntegerShape.new(name: 'GetInventorySchemaMaxResults')
@@ -468,6 +478,7 @@ module Aws::SSM
468
478
  IamRole = Shapes::StringShape.new(name: 'IamRole')
469
479
  IdempotencyToken = Shapes::StringShape.new(name: 'IdempotencyToken')
470
480
  IdempotentParameterMismatch = Shapes::StructureShape.new(name: 'IdempotentParameterMismatch')
481
+ ImpactType = Shapes::StringShape.new(name: 'ImpactType')
471
482
  IncompatiblePolicyException = Shapes::StructureShape.new(name: 'IncompatiblePolicyException')
472
483
  InstallOverrideList = Shapes::StringShape.new(name: 'InstallOverrideList')
473
484
  InstanceAggregatedAssociationOverview = Shapes::StructureShape.new(name: 'InstanceAggregatedAssociationOverview')
@@ -482,6 +493,7 @@ module Aws::SSM
482
493
  InstanceCount = Shapes::IntegerShape.new(name: 'InstanceCount')
483
494
  InstanceId = Shapes::StringShape.new(name: 'InstanceId')
484
495
  InstanceIdList = Shapes::ListShape.new(name: 'InstanceIdList')
496
+ InstanceInfo = Shapes::StructureShape.new(name: 'InstanceInfo')
485
497
  InstanceInformation = Shapes::StructureShape.new(name: 'InstanceInformation')
486
498
  InstanceInformationFilter = Shapes::StructureShape.new(name: 'InstanceInformationFilter')
487
499
  InstanceInformationFilterKey = Shapes::StringShape.new(name: 'InstanceInformationFilterKey')
@@ -515,6 +527,7 @@ module Aws::SSM
515
527
  InstancePropertyStringFilterList = Shapes::ListShape.new(name: 'InstancePropertyStringFilterList')
516
528
  InstanceRole = Shapes::StringShape.new(name: 'InstanceRole')
517
529
  InstanceState = Shapes::StringShape.new(name: 'InstanceState')
530
+ InstanceStatus = Shapes::StringShape.new(name: 'InstanceStatus')
518
531
  InstanceTagName = Shapes::StringShape.new(name: 'InstanceTagName')
519
532
  InstanceType = Shapes::StringShape.new(name: 'InstanceType')
520
533
  InstancesCount = Shapes::IntegerShape.new(name: 'InstancesCount')
@@ -617,6 +630,7 @@ module Aws::SSM
617
630
  InventoryTypeDisplayName = Shapes::StringShape.new(name: 'InventoryTypeDisplayName')
618
631
  InvocationDoesNotExist = Shapes::StructureShape.new(name: 'InvocationDoesNotExist')
619
632
  InvocationTraceOutput = Shapes::StringShape.new(name: 'InvocationTraceOutput')
633
+ IpAddress = Shapes::StringShape.new(name: 'IpAddress')
620
634
  IsSubTypeSchema = Shapes::BooleanShape.new(name: 'IsSubTypeSchema')
621
635
  ItemContentMismatchException = Shapes::StructureShape.new(name: 'ItemContentMismatchException')
622
636
  ItemSizeLimitExceededException = Shapes::StructureShape.new(name: 'ItemSizeLimitExceededException')
@@ -648,6 +662,10 @@ module Aws::SSM
648
662
  ListDocumentsResult = Shapes::StructureShape.new(name: 'ListDocumentsResult')
649
663
  ListInventoryEntriesRequest = Shapes::StructureShape.new(name: 'ListInventoryEntriesRequest')
650
664
  ListInventoryEntriesResult = Shapes::StructureShape.new(name: 'ListInventoryEntriesResult')
665
+ ListNodesRequest = Shapes::StructureShape.new(name: 'ListNodesRequest')
666
+ ListNodesResult = Shapes::StructureShape.new(name: 'ListNodesResult')
667
+ ListNodesSummaryRequest = Shapes::StructureShape.new(name: 'ListNodesSummaryRequest')
668
+ ListNodesSummaryResult = Shapes::StructureShape.new(name: 'ListNodesSummaryResult')
651
669
  ListOpsItemEventsRequest = Shapes::StructureShape.new(name: 'ListOpsItemEventsRequest')
652
670
  ListOpsItemEventsResponse = Shapes::StructureShape.new(name: 'ListOpsItemEventsResponse')
653
671
  ListOpsItemRelatedItemsRequest = Shapes::StructureShape.new(name: 'ListOpsItemRelatedItemsRequest')
@@ -729,6 +747,7 @@ module Aws::SSM
729
747
  MaintenanceWindowsForTargetList = Shapes::ListShape.new(name: 'MaintenanceWindowsForTargetList')
730
748
  MalformedResourcePolicyDocumentException = Shapes::StructureShape.new(name: 'MalformedResourcePolicyDocumentException')
731
749
  ManagedInstanceId = Shapes::StringShape.new(name: 'ManagedInstanceId')
750
+ ManagedStatus = Shapes::StringShape.new(name: 'ManagedStatus')
732
751
  MaxConcurrency = Shapes::StringShape.new(name: 'MaxConcurrency')
733
752
  MaxDocumentSizeExceeded = Shapes::StructureShape.new(name: 'MaxDocumentSizeExceeded')
734
753
  MaxErrors = Shapes::StringShape.new(name: 'MaxErrors')
@@ -743,6 +762,29 @@ module Aws::SSM
743
762
  ModifyDocumentPermissionRequest = Shapes::StructureShape.new(name: 'ModifyDocumentPermissionRequest')
744
763
  ModifyDocumentPermissionResponse = Shapes::StructureShape.new(name: 'ModifyDocumentPermissionResponse')
745
764
  NextToken = Shapes::StringShape.new(name: 'NextToken')
765
+ Node = Shapes::StructureShape.new(name: 'Node')
766
+ NodeAccountId = Shapes::StringShape.new(name: 'NodeAccountId')
767
+ NodeAggregator = Shapes::StructureShape.new(name: 'NodeAggregator')
768
+ NodeAggregatorList = Shapes::ListShape.new(name: 'NodeAggregatorList')
769
+ NodeAggregatorType = Shapes::StringShape.new(name: 'NodeAggregatorType')
770
+ NodeAttributeName = Shapes::StringShape.new(name: 'NodeAttributeName')
771
+ NodeCaptureTime = Shapes::TimestampShape.new(name: 'NodeCaptureTime')
772
+ NodeFilter = Shapes::StructureShape.new(name: 'NodeFilter')
773
+ NodeFilterKey = Shapes::StringShape.new(name: 'NodeFilterKey')
774
+ NodeFilterList = Shapes::ListShape.new(name: 'NodeFilterList')
775
+ NodeFilterOperatorType = Shapes::StringShape.new(name: 'NodeFilterOperatorType')
776
+ NodeFilterValue = Shapes::StringShape.new(name: 'NodeFilterValue')
777
+ NodeFilterValueList = Shapes::ListShape.new(name: 'NodeFilterValueList')
778
+ NodeId = Shapes::StringShape.new(name: 'NodeId')
779
+ NodeList = Shapes::ListShape.new(name: 'NodeList')
780
+ NodeOrganizationalUnitId = Shapes::StringShape.new(name: 'NodeOrganizationalUnitId')
781
+ NodeOrganizationalUnitPath = Shapes::StringShape.new(name: 'NodeOrganizationalUnitPath')
782
+ NodeOwnerInfo = Shapes::StructureShape.new(name: 'NodeOwnerInfo')
783
+ NodeRegion = Shapes::StringShape.new(name: 'NodeRegion')
784
+ NodeSummary = Shapes::MapShape.new(name: 'NodeSummary')
785
+ NodeSummaryList = Shapes::ListShape.new(name: 'NodeSummaryList')
786
+ NodeType = Shapes::UnionShape.new(name: 'NodeType')
787
+ NodeTypeName = Shapes::StringShape.new(name: 'NodeTypeName')
746
788
  NonCompliantSummary = Shapes::StructureShape.new(name: 'NonCompliantSummary')
747
789
  NormalStringMap = Shapes::MapShape.new(name: 'NormalStringMap')
748
790
  NotificationArn = Shapes::StringShape.new(name: 'NotificationArn')
@@ -1003,6 +1045,7 @@ module Aws::SSM
1003
1045
  PutResourcePolicyResponse = Shapes::StructureShape.new(name: 'PutResourcePolicyResponse')
1004
1046
  RebootOption = Shapes::StringShape.new(name: 'RebootOption')
1005
1047
  Region = Shapes::StringShape.new(name: 'Region')
1048
+ RegionList = Shapes::ListShape.new(name: 'RegionList')
1006
1049
  Regions = Shapes::ListShape.new(name: 'Regions')
1007
1050
  RegisterDefaultPatchBaselineRequest = Shapes::StructureShape.new(name: 'RegisterDefaultPatchBaselineRequest')
1008
1051
  RegisterDefaultPatchBaselineResult = Shapes::StructureShape.new(name: 'RegisterDefaultPatchBaselineResult')
@@ -1141,6 +1184,8 @@ module Aws::SSM
1141
1184
  StartAutomationExecutionResult = Shapes::StructureShape.new(name: 'StartAutomationExecutionResult')
1142
1185
  StartChangeRequestExecutionRequest = Shapes::StructureShape.new(name: 'StartChangeRequestExecutionRequest')
1143
1186
  StartChangeRequestExecutionResult = Shapes::StructureShape.new(name: 'StartChangeRequestExecutionResult')
1187
+ StartExecutionPreviewRequest = Shapes::StructureShape.new(name: 'StartExecutionPreviewRequest')
1188
+ StartExecutionPreviewResponse = Shapes::StructureShape.new(name: 'StartExecutionPreviewResponse')
1144
1189
  StartSessionRequest = Shapes::StructureShape.new(name: 'StartSessionRequest')
1145
1190
  StartSessionResponse = Shapes::StructureShape.new(name: 'StartSessionResponse')
1146
1191
  StatusAdditionalInfo = Shapes::StringShape.new(name: 'StatusAdditionalInfo')
@@ -1155,6 +1200,7 @@ module Aws::SSM
1155
1200
  StepExecutionFilterValue = Shapes::StringShape.new(name: 'StepExecutionFilterValue')
1156
1201
  StepExecutionFilterValueList = Shapes::ListShape.new(name: 'StepExecutionFilterValueList')
1157
1202
  StepExecutionList = Shapes::ListShape.new(name: 'StepExecutionList')
1203
+ StepPreviewMap = Shapes::MapShape.new(name: 'StepPreviewMap')
1158
1204
  StopAutomationExecutionRequest = Shapes::StructureShape.new(name: 'StopAutomationExecutionRequest')
1159
1205
  StopAutomationExecutionResult = Shapes::StructureShape.new(name: 'StopAutomationExecutionResult')
1160
1206
  StopType = Shapes::StringShape.new(name: 'StopType')
@@ -1181,6 +1227,8 @@ module Aws::SSM
1181
1227
  TargetMaps = Shapes::ListShape.new(name: 'TargetMaps')
1182
1228
  TargetNotConnected = Shapes::StructureShape.new(name: 'TargetNotConnected')
1183
1229
  TargetParameterList = Shapes::ListShape.new(name: 'TargetParameterList')
1230
+ TargetPreview = Shapes::StructureShape.new(name: 'TargetPreview')
1231
+ TargetPreviewList = Shapes::ListShape.new(name: 'TargetPreviewList')
1184
1232
  TargetType = Shapes::StringShape.new(name: 'TargetType')
1185
1233
  TargetValue = Shapes::StringShape.new(name: 'TargetValue')
1186
1234
  TargetValues = Shapes::ListShape.new(name: 'TargetValues')
@@ -1201,6 +1249,7 @@ module Aws::SSM
1201
1249
  UnsupportedInventoryItemContextException = Shapes::StructureShape.new(name: 'UnsupportedInventoryItemContextException')
1202
1250
  UnsupportedInventorySchemaVersionException = Shapes::StructureShape.new(name: 'UnsupportedInventorySchemaVersionException')
1203
1251
  UnsupportedOperatingSystem = Shapes::StructureShape.new(name: 'UnsupportedOperatingSystem')
1252
+ UnsupportedOperationException = Shapes::StructureShape.new(name: 'UnsupportedOperationException')
1204
1253
  UnsupportedParameterType = Shapes::StructureShape.new(name: 'UnsupportedParameterType')
1205
1254
  UnsupportedPlatformType = Shapes::StructureShape.new(name: 'UnsupportedPlatformType')
1206
1255
  UpdateAssociationRequest = Shapes::StructureShape.new(name: 'UpdateAssociationRequest')
@@ -1234,6 +1283,7 @@ module Aws::SSM
1234
1283
  Url = Shapes::StringShape.new(name: 'Url')
1235
1284
  ValidNextStep = Shapes::StringShape.new(name: 'ValidNextStep')
1236
1285
  ValidNextStepList = Shapes::ListShape.new(name: 'ValidNextStepList')
1286
+ ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
1237
1287
  Version = Shapes::StringShape.new(name: 'Version')
1238
1288
 
1239
1289
  AccountIdList.member = Shapes::ShapeRef.new(shape: AccountId)
@@ -1522,6 +1572,14 @@ module Aws::SSM
1522
1572
 
1523
1573
  AutomationExecutionFilterValueList.member = Shapes::ShapeRef.new(shape: AutomationExecutionFilterValue)
1524
1574
 
1575
+ AutomationExecutionInputs.add_member(:parameters, Shapes::ShapeRef.new(shape: AutomationParameterMap, location_name: "Parameters"))
1576
+ AutomationExecutionInputs.add_member(:target_parameter_name, Shapes::ShapeRef.new(shape: AutomationParameterKey, location_name: "TargetParameterName"))
1577
+ AutomationExecutionInputs.add_member(:targets, Shapes::ShapeRef.new(shape: Targets, location_name: "Targets"))
1578
+ AutomationExecutionInputs.add_member(:target_maps, Shapes::ShapeRef.new(shape: TargetMaps, location_name: "TargetMaps"))
1579
+ AutomationExecutionInputs.add_member(:target_locations, Shapes::ShapeRef.new(shape: TargetLocations, location_name: "TargetLocations"))
1580
+ AutomationExecutionInputs.add_member(:target_locations_url, Shapes::ShapeRef.new(shape: TargetLocationsURL, location_name: "TargetLocationsURL"))
1581
+ AutomationExecutionInputs.struct_class = Types::AutomationExecutionInputs
1582
+
1525
1583
  AutomationExecutionLimitExceededException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
1526
1584
  AutomationExecutionLimitExceededException.struct_class = Types::AutomationExecutionLimitExceededException
1527
1585
 
@@ -1563,6 +1621,12 @@ module Aws::SSM
1563
1621
  AutomationExecutionNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
1564
1622
  AutomationExecutionNotFoundException.struct_class = Types::AutomationExecutionNotFoundException
1565
1623
 
1624
+ AutomationExecutionPreview.add_member(:step_previews, Shapes::ShapeRef.new(shape: StepPreviewMap, location_name: "StepPreviews"))
1625
+ AutomationExecutionPreview.add_member(:regions, Shapes::ShapeRef.new(shape: RegionList, location_name: "Regions"))
1626
+ AutomationExecutionPreview.add_member(:target_previews, Shapes::ShapeRef.new(shape: TargetPreviewList, location_name: "TargetPreviews"))
1627
+ AutomationExecutionPreview.add_member(:total_accounts, Shapes::ShapeRef.new(shape: Integer, location_name: "TotalAccounts"))
1628
+ AutomationExecutionPreview.struct_class = Types::AutomationExecutionPreview
1629
+
1566
1630
  AutomationParameterMap.key = Shapes::ShapeRef.new(shape: AutomationParameterKey)
1567
1631
  AutomationParameterMap.value = Shapes::ShapeRef.new(shape: AutomationParameterValueList)
1568
1632
 
@@ -2497,6 +2561,18 @@ module Aws::SSM
2497
2561
 
2498
2562
  ExcludeAccounts.member = Shapes::ShapeRef.new(shape: ExcludeAccount)
2499
2563
 
2564
+ ExecutionInputs.add_member(:automation, Shapes::ShapeRef.new(shape: AutomationExecutionInputs, location_name: "Automation"))
2565
+ ExecutionInputs.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
2566
+ ExecutionInputs.add_member_subclass(:automation, Types::ExecutionInputs::Automation)
2567
+ ExecutionInputs.add_member_subclass(:unknown, Types::ExecutionInputs::Unknown)
2568
+ ExecutionInputs.struct_class = Types::ExecutionInputs
2569
+
2570
+ ExecutionPreview.add_member(:automation, Shapes::ShapeRef.new(shape: AutomationExecutionPreview, location_name: "Automation"))
2571
+ ExecutionPreview.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
2572
+ ExecutionPreview.add_member_subclass(:automation, Types::ExecutionPreview::Automation)
2573
+ ExecutionPreview.add_member_subclass(:unknown, Types::ExecutionPreview::Unknown)
2574
+ ExecutionPreview.struct_class = Types::ExecutionPreview
2575
+
2500
2576
  FailedCreateAssociation.add_member(:entry, Shapes::ShapeRef.new(shape: CreateAssociationBatchRequestEntry, location_name: "Entry"))
2501
2577
  FailedCreateAssociation.add_member(:message, Shapes::ShapeRef.new(shape: BatchErrorMessage, location_name: "Message"))
2502
2578
  FailedCreateAssociation.add_member(:fault, Shapes::ShapeRef.new(shape: Fault, location_name: "Fault"))
@@ -2597,6 +2673,16 @@ module Aws::SSM
2597
2673
  GetDocumentResult.add_member(:review_status, Shapes::ShapeRef.new(shape: ReviewStatus, location_name: "ReviewStatus"))
2598
2674
  GetDocumentResult.struct_class = Types::GetDocumentResult
2599
2675
 
2676
+ GetExecutionPreviewRequest.add_member(:execution_preview_id, Shapes::ShapeRef.new(shape: ExecutionPreviewId, required: true, location_name: "ExecutionPreviewId"))
2677
+ GetExecutionPreviewRequest.struct_class = Types::GetExecutionPreviewRequest
2678
+
2679
+ GetExecutionPreviewResponse.add_member(:execution_preview_id, Shapes::ShapeRef.new(shape: ExecutionPreviewId, location_name: "ExecutionPreviewId"))
2680
+ GetExecutionPreviewResponse.add_member(:ended_at, Shapes::ShapeRef.new(shape: DateTime, location_name: "EndedAt"))
2681
+ GetExecutionPreviewResponse.add_member(:status, Shapes::ShapeRef.new(shape: ExecutionPreviewStatus, location_name: "Status"))
2682
+ GetExecutionPreviewResponse.add_member(:status_message, Shapes::ShapeRef.new(shape: String, location_name: "StatusMessage"))
2683
+ GetExecutionPreviewResponse.add_member(:execution_preview, Shapes::ShapeRef.new(shape: ExecutionPreview, location_name: "ExecutionPreview"))
2684
+ GetExecutionPreviewResponse.struct_class = Types::GetExecutionPreviewResponse
2685
+
2600
2686
  GetInventoryRequest.add_member(:filters, Shapes::ShapeRef.new(shape: InventoryFilterList, location_name: "Filters"))
2601
2687
  GetInventoryRequest.add_member(:aggregators, Shapes::ShapeRef.new(shape: InventoryAggregatorList, location_name: "Aggregators"))
2602
2688
  GetInventoryRequest.add_member(:result_attributes, Shapes::ShapeRef.new(shape: ResultAttributeList, location_name: "ResultAttributes"))
@@ -2880,6 +2966,18 @@ module Aws::SSM
2880
2966
 
2881
2967
  InstanceIdList.member = Shapes::ShapeRef.new(shape: InstanceId)
2882
2968
 
2969
+ InstanceInfo.add_member(:agent_type, Shapes::ShapeRef.new(shape: AgentType, location_name: "AgentType"))
2970
+ InstanceInfo.add_member(:agent_version, Shapes::ShapeRef.new(shape: AgentVersion, location_name: "AgentVersion"))
2971
+ InstanceInfo.add_member(:computer_name, Shapes::ShapeRef.new(shape: ComputerName, location_name: "ComputerName"))
2972
+ InstanceInfo.add_member(:instance_status, Shapes::ShapeRef.new(shape: InstanceStatus, location_name: "InstanceStatus"))
2973
+ InstanceInfo.add_member(:ip_address, Shapes::ShapeRef.new(shape: IpAddress, location_name: "IpAddress"))
2974
+ InstanceInfo.add_member(:managed_status, Shapes::ShapeRef.new(shape: ManagedStatus, location_name: "ManagedStatus"))
2975
+ InstanceInfo.add_member(:platform_type, Shapes::ShapeRef.new(shape: PlatformType, location_name: "PlatformType"))
2976
+ InstanceInfo.add_member(:platform_name, Shapes::ShapeRef.new(shape: PlatformName, location_name: "PlatformName"))
2977
+ InstanceInfo.add_member(:platform_version, Shapes::ShapeRef.new(shape: PlatformVersion, location_name: "PlatformVersion"))
2978
+ InstanceInfo.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, location_name: "ResourceType"))
2979
+ InstanceInfo.struct_class = Types::InstanceInfo
2980
+
2883
2981
  InstanceInformation.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, location_name: "InstanceId"))
2884
2982
  InstanceInformation.add_member(:ping_status, Shapes::ShapeRef.new(shape: PingStatus, location_name: "PingStatus"))
2885
2983
  InstanceInformation.add_member(:last_ping_date_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "LastPingDateTime", metadata: {"box"=>true}))
@@ -3371,6 +3469,27 @@ module Aws::SSM
3371
3469
  ListInventoryEntriesResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
3372
3470
  ListInventoryEntriesResult.struct_class = Types::ListInventoryEntriesResult
3373
3471
 
3472
+ ListNodesRequest.add_member(:sync_name, Shapes::ShapeRef.new(shape: ResourceDataSyncName, location_name: "SyncName"))
3473
+ ListNodesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: NodeFilterList, location_name: "Filters"))
3474
+ ListNodesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
3475
+ ListNodesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
3476
+ ListNodesRequest.struct_class = Types::ListNodesRequest
3477
+
3478
+ ListNodesResult.add_member(:nodes, Shapes::ShapeRef.new(shape: NodeList, location_name: "Nodes"))
3479
+ ListNodesResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
3480
+ ListNodesResult.struct_class = Types::ListNodesResult
3481
+
3482
+ ListNodesSummaryRequest.add_member(:sync_name, Shapes::ShapeRef.new(shape: ResourceDataSyncName, location_name: "SyncName"))
3483
+ ListNodesSummaryRequest.add_member(:filters, Shapes::ShapeRef.new(shape: NodeFilterList, location_name: "Filters"))
3484
+ ListNodesSummaryRequest.add_member(:aggregators, Shapes::ShapeRef.new(shape: NodeAggregatorList, required: true, location_name: "Aggregators"))
3485
+ ListNodesSummaryRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
3486
+ ListNodesSummaryRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
3487
+ ListNodesSummaryRequest.struct_class = Types::ListNodesSummaryRequest
3488
+
3489
+ ListNodesSummaryResult.add_member(:summary, Shapes::ShapeRef.new(shape: NodeSummaryList, location_name: "Summary"))
3490
+ ListNodesSummaryResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
3491
+ ListNodesSummaryResult.struct_class = Types::ListNodesSummaryResult
3492
+
3374
3493
  ListOpsItemEventsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: OpsItemEventFilters, location_name: "Filters"))
3375
3494
  ListOpsItemEventsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: OpsItemEventMaxResults, location_name: "MaxResults"))
3376
3495
  ListOpsItemEventsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
@@ -3596,6 +3715,48 @@ module Aws::SSM
3596
3715
 
3597
3716
  ModifyDocumentPermissionResponse.struct_class = Types::ModifyDocumentPermissionResponse
3598
3717
 
3718
+ Node.add_member(:capture_time, Shapes::ShapeRef.new(shape: NodeCaptureTime, location_name: "CaptureTime"))
3719
+ Node.add_member(:id, Shapes::ShapeRef.new(shape: NodeId, location_name: "Id"))
3720
+ Node.add_member(:owner, Shapes::ShapeRef.new(shape: NodeOwnerInfo, location_name: "Owner"))
3721
+ Node.add_member(:region, Shapes::ShapeRef.new(shape: NodeRegion, location_name: "Region"))
3722
+ Node.add_member(:node_type, Shapes::ShapeRef.new(shape: NodeType, location_name: "NodeType"))
3723
+ Node.struct_class = Types::Node
3724
+
3725
+ NodeAggregator.add_member(:aggregator_type, Shapes::ShapeRef.new(shape: NodeAggregatorType, required: true, location_name: "AggregatorType"))
3726
+ NodeAggregator.add_member(:type_name, Shapes::ShapeRef.new(shape: NodeTypeName, required: true, location_name: "TypeName"))
3727
+ NodeAggregator.add_member(:attribute_name, Shapes::ShapeRef.new(shape: NodeAttributeName, required: true, location_name: "AttributeName"))
3728
+ NodeAggregator.add_member(:aggregators, Shapes::ShapeRef.new(shape: NodeAggregatorList, location_name: "Aggregators"))
3729
+ NodeAggregator.struct_class = Types::NodeAggregator
3730
+
3731
+ NodeAggregatorList.member = Shapes::ShapeRef.new(shape: NodeAggregator)
3732
+
3733
+ NodeFilter.add_member(:key, Shapes::ShapeRef.new(shape: NodeFilterKey, required: true, location_name: "Key"))
3734
+ NodeFilter.add_member(:values, Shapes::ShapeRef.new(shape: NodeFilterValueList, required: true, location_name: "Values"))
3735
+ NodeFilter.add_member(:type, Shapes::ShapeRef.new(shape: NodeFilterOperatorType, location_name: "Type"))
3736
+ NodeFilter.struct_class = Types::NodeFilter
3737
+
3738
+ NodeFilterList.member = Shapes::ShapeRef.new(shape: NodeFilter)
3739
+
3740
+ NodeFilterValueList.member = Shapes::ShapeRef.new(shape: NodeFilterValue)
3741
+
3742
+ NodeList.member = Shapes::ShapeRef.new(shape: Node)
3743
+
3744
+ NodeOwnerInfo.add_member(:account_id, Shapes::ShapeRef.new(shape: NodeAccountId, location_name: "AccountId"))
3745
+ NodeOwnerInfo.add_member(:organizational_unit_id, Shapes::ShapeRef.new(shape: NodeOrganizationalUnitId, location_name: "OrganizationalUnitId"))
3746
+ NodeOwnerInfo.add_member(:organizational_unit_path, Shapes::ShapeRef.new(shape: NodeOrganizationalUnitPath, location_name: "OrganizationalUnitPath"))
3747
+ NodeOwnerInfo.struct_class = Types::NodeOwnerInfo
3748
+
3749
+ NodeSummary.key = Shapes::ShapeRef.new(shape: AttributeName)
3750
+ NodeSummary.value = Shapes::ShapeRef.new(shape: AttributeValue)
3751
+
3752
+ NodeSummaryList.member = Shapes::ShapeRef.new(shape: NodeSummary)
3753
+
3754
+ NodeType.add_member(:instance, Shapes::ShapeRef.new(shape: InstanceInfo, location_name: "Instance"))
3755
+ NodeType.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
3756
+ NodeType.add_member_subclass(:instance, Types::NodeType::Instance)
3757
+ NodeType.add_member_subclass(:unknown, Types::NodeType::Unknown)
3758
+ NodeType.struct_class = Types::NodeType
3759
+
3599
3760
  NonCompliantSummary.add_member(:non_compliant_count, Shapes::ShapeRef.new(shape: ComplianceSummaryCount, location_name: "NonCompliantCount"))
3600
3761
  NonCompliantSummary.add_member(:severity_summary, Shapes::ShapeRef.new(shape: SeveritySummary, location_name: "SeveritySummary"))
3601
3762
  NonCompliantSummary.struct_class = Types::NonCompliantSummary
@@ -4117,6 +4278,8 @@ module Aws::SSM
4117
4278
  PutResourcePolicyResponse.add_member(:policy_hash, Shapes::ShapeRef.new(shape: PolicyHash, location_name: "PolicyHash"))
4118
4279
  PutResourcePolicyResponse.struct_class = Types::PutResourcePolicyResponse
4119
4280
 
4281
+ RegionList.member = Shapes::ShapeRef.new(shape: Region)
4282
+
4120
4283
  Regions.member = Shapes::ShapeRef.new(shape: Region)
4121
4284
 
4122
4285
  RegisterDefaultPatchBaselineRequest.add_member(:baseline_id, Shapes::ShapeRef.new(shape: BaselineId, required: true, location_name: "BaselineId"))
@@ -4467,6 +4630,14 @@ module Aws::SSM
4467
4630
  StartChangeRequestExecutionResult.add_member(:automation_execution_id, Shapes::ShapeRef.new(shape: AutomationExecutionId, location_name: "AutomationExecutionId"))
4468
4631
  StartChangeRequestExecutionResult.struct_class = Types::StartChangeRequestExecutionResult
4469
4632
 
4633
+ StartExecutionPreviewRequest.add_member(:document_name, Shapes::ShapeRef.new(shape: DocumentName, required: true, location_name: "DocumentName"))
4634
+ StartExecutionPreviewRequest.add_member(:document_version, Shapes::ShapeRef.new(shape: DocumentVersion, location_name: "DocumentVersion"))
4635
+ StartExecutionPreviewRequest.add_member(:execution_inputs, Shapes::ShapeRef.new(shape: ExecutionInputs, location_name: "ExecutionInputs"))
4636
+ StartExecutionPreviewRequest.struct_class = Types::StartExecutionPreviewRequest
4637
+
4638
+ StartExecutionPreviewResponse.add_member(:execution_preview_id, Shapes::ShapeRef.new(shape: ExecutionPreviewId, location_name: "ExecutionPreviewId"))
4639
+ StartExecutionPreviewResponse.struct_class = Types::StartExecutionPreviewResponse
4640
+
4470
4641
  StartSessionRequest.add_member(:target, Shapes::ShapeRef.new(shape: SessionTarget, required: true, location_name: "Target"))
4471
4642
  StartSessionRequest.add_member(:document_name, Shapes::ShapeRef.new(shape: DocumentARN, location_name: "DocumentName"))
4472
4643
  StartSessionRequest.add_member(:reason, Shapes::ShapeRef.new(shape: SessionReason, location_name: "Reason"))
@@ -4516,6 +4687,9 @@ module Aws::SSM
4516
4687
 
4517
4688
  StepExecutionList.member = Shapes::ShapeRef.new(shape: StepExecution)
4518
4689
 
4690
+ StepPreviewMap.key = Shapes::ShapeRef.new(shape: ImpactType)
4691
+ StepPreviewMap.value = Shapes::ShapeRef.new(shape: Integer)
4692
+
4519
4693
  StopAutomationExecutionRequest.add_member(:automation_execution_id, Shapes::ShapeRef.new(shape: AutomationExecutionId, required: true, location_name: "AutomationExecutionId"))
4520
4694
  StopAutomationExecutionRequest.add_member(:type, Shapes::ShapeRef.new(shape: StopType, location_name: "Type"))
4521
4695
  StopAutomationExecutionRequest.struct_class = Types::StopAutomationExecutionRequest
@@ -4567,6 +4741,12 @@ module Aws::SSM
4567
4741
 
4568
4742
  TargetParameterList.member = Shapes::ShapeRef.new(shape: ParameterValue)
4569
4743
 
4744
+ TargetPreview.add_member(:count, Shapes::ShapeRef.new(shape: Integer, location_name: "Count"))
4745
+ TargetPreview.add_member(:target_type, Shapes::ShapeRef.new(shape: String, location_name: "TargetType"))
4746
+ TargetPreview.struct_class = Types::TargetPreview
4747
+
4748
+ TargetPreviewList.member = Shapes::ShapeRef.new(shape: TargetPreview)
4749
+
4570
4750
  TargetValues.member = Shapes::ShapeRef.new(shape: TargetValue)
4571
4751
 
4572
4752
  Targets.member = Shapes::ShapeRef.new(shape: Target)
@@ -4610,6 +4790,9 @@ module Aws::SSM
4610
4790
  UnsupportedOperatingSystem.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
4611
4791
  UnsupportedOperatingSystem.struct_class = Types::UnsupportedOperatingSystem
4612
4792
 
4793
+ UnsupportedOperationException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
4794
+ UnsupportedOperationException.struct_class = Types::UnsupportedOperationException
4795
+
4613
4796
  UnsupportedParameterType.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
4614
4797
  UnsupportedParameterType.struct_class = Types::UnsupportedParameterType
4615
4798
 
@@ -4837,6 +5020,10 @@ module Aws::SSM
4837
5020
 
4838
5021
  ValidNextStepList.member = Shapes::ShapeRef.new(shape: ValidNextStep)
4839
5022
 
5023
+ ValidationException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
5024
+ ValidationException.add_member(:reason_code, Shapes::ShapeRef.new(shape: String, location_name: "ReasonCode"))
5025
+ ValidationException.struct_class = Types::ValidationException
5026
+
4840
5027
 
4841
5028
  # @api private
4842
5029
  API = Seahorse::Model::Api.new.tap do |api|
@@ -5827,6 +6014,16 @@ module Aws::SSM
5827
6014
  o.errors << Shapes::ShapeRef.new(shape: InvalidDocumentVersion)
5828
6015
  end)
5829
6016
 
6017
+ api.add_operation(:get_execution_preview, Seahorse::Model::Operation.new.tap do |o|
6018
+ o.name = "GetExecutionPreview"
6019
+ o.http_method = "POST"
6020
+ o.http_request_uri = "/"
6021
+ o.input = Shapes::ShapeRef.new(shape: GetExecutionPreviewRequest)
6022
+ o.output = Shapes::ShapeRef.new(shape: GetExecutionPreviewResponse)
6023
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
6024
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
6025
+ end)
6026
+
5830
6027
  api.add_operation(:get_inventory, Seahorse::Model::Operation.new.tap do |o|
5831
6028
  o.name = "GetInventory"
5832
6029
  o.http_method = "POST"
@@ -6243,6 +6440,45 @@ module Aws::SSM
6243
6440
  o.errors << Shapes::ShapeRef.new(shape: InvalidNextToken)
6244
6441
  end)
6245
6442
 
6443
+ api.add_operation(:list_nodes, Seahorse::Model::Operation.new.tap do |o|
6444
+ o.name = "ListNodes"
6445
+ o.http_method = "POST"
6446
+ o.http_request_uri = "/"
6447
+ o.input = Shapes::ShapeRef.new(shape: ListNodesRequest)
6448
+ o.output = Shapes::ShapeRef.new(shape: ListNodesResult)
6449
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
6450
+ o.errors << Shapes::ShapeRef.new(shape: InvalidFilter)
6451
+ o.errors << Shapes::ShapeRef.new(shape: InvalidNextToken)
6452
+ o.errors << Shapes::ShapeRef.new(shape: ResourceDataSyncNotFoundException)
6453
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
6454
+ o[:pager] = Aws::Pager.new(
6455
+ limit_key: "max_results",
6456
+ tokens: {
6457
+ "next_token" => "next_token"
6458
+ }
6459
+ )
6460
+ end)
6461
+
6462
+ api.add_operation(:list_nodes_summary, Seahorse::Model::Operation.new.tap do |o|
6463
+ o.name = "ListNodesSummary"
6464
+ o.http_method = "POST"
6465
+ o.http_request_uri = "/"
6466
+ o.input = Shapes::ShapeRef.new(shape: ListNodesSummaryRequest)
6467
+ o.output = Shapes::ShapeRef.new(shape: ListNodesSummaryResult)
6468
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
6469
+ o.errors << Shapes::ShapeRef.new(shape: InvalidAggregatorException)
6470
+ o.errors << Shapes::ShapeRef.new(shape: InvalidFilter)
6471
+ o.errors << Shapes::ShapeRef.new(shape: InvalidNextToken)
6472
+ o.errors << Shapes::ShapeRef.new(shape: ResourceDataSyncNotFoundException)
6473
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
6474
+ o[:pager] = Aws::Pager.new(
6475
+ limit_key: "max_results",
6476
+ tokens: {
6477
+ "next_token" => "next_token"
6478
+ }
6479
+ )
6480
+ end)
6481
+
6246
6482
  api.add_operation(:list_ops_item_events, Seahorse::Model::Operation.new.tap do |o|
6247
6483
  o.name = "ListOpsItemEvents"
6248
6484
  o.http_method = "POST"
@@ -6577,6 +6813,16 @@ module Aws::SSM
6577
6813
  o.errors << Shapes::ShapeRef.new(shape: AutomationDefinitionNotApprovedException)
6578
6814
  end)
6579
6815
 
6816
+ api.add_operation(:start_execution_preview, Seahorse::Model::Operation.new.tap do |o|
6817
+ o.name = "StartExecutionPreview"
6818
+ o.http_method = "POST"
6819
+ o.http_request_uri = "/"
6820
+ o.input = Shapes::ShapeRef.new(shape: StartExecutionPreviewRequest)
6821
+ o.output = Shapes::ShapeRef.new(shape: StartExecutionPreviewResponse)
6822
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
6823
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
6824
+ end)
6825
+
6580
6826
  api.add_operation(:start_session, Seahorse::Model::Operation.new.tap do |o|
6581
6827
  o.name = "StartSession"
6582
6828
  o.http_method = "POST"
@@ -158,8 +158,10 @@ module Aws::SSM
158
158
  # * {UnsupportedInventoryItemContextException}
159
159
  # * {UnsupportedInventorySchemaVersionException}
160
160
  # * {UnsupportedOperatingSystem}
161
+ # * {UnsupportedOperationException}
161
162
  # * {UnsupportedParameterType}
162
163
  # * {UnsupportedPlatformType}
164
+ # * {ValidationException}
163
165
  #
164
166
  # Additionally, error classes are dynamically generated for service errors based on the error code
165
167
  # if they are not defined above.
@@ -2142,6 +2144,21 @@ module Aws::SSM
2142
2144
  end
2143
2145
  end
2144
2146
 
2147
+ class UnsupportedOperationException < ServiceError
2148
+
2149
+ # @param [Seahorse::Client::RequestContext] context
2150
+ # @param [String] message
2151
+ # @param [Aws::SSM::Types::UnsupportedOperationException] data
2152
+ def initialize(context, message, data = Aws::EmptyStructure.new)
2153
+ super(context, message, data)
2154
+ end
2155
+
2156
+ # @return [String]
2157
+ def message
2158
+ @message || @data[:message]
2159
+ end
2160
+ end
2161
+
2145
2162
  class UnsupportedParameterType < ServiceError
2146
2163
 
2147
2164
  # @param [Seahorse::Client::RequestContext] context
@@ -2172,5 +2189,25 @@ module Aws::SSM
2172
2189
  end
2173
2190
  end
2174
2191
 
2192
+ class ValidationException < ServiceError
2193
+
2194
+ # @param [Seahorse::Client::RequestContext] context
2195
+ # @param [String] message
2196
+ # @param [Aws::SSM::Types::ValidationException] data
2197
+ def initialize(context, message, data = Aws::EmptyStructure.new)
2198
+ super(context, message, data)
2199
+ end
2200
+
2201
+ # @return [String]
2202
+ def message
2203
+ @message || @data[:message]
2204
+ end
2205
+
2206
+ # @return [String]
2207
+ def reason_code
2208
+ @data[:reason_code]
2209
+ end
2210
+ end
2211
+
2175
2212
  end
2176
2213
  end