aws-sdk-ssm 1.0.0.rc13 → 1.0.0.rc14
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-ssm.rb +1 -1
- data/lib/aws-sdk-ssm/client.rb +842 -9
- data/lib/aws-sdk-ssm/client_api.rb +418 -0
- data/lib/aws-sdk-ssm/types.rb +1616 -57
- metadata +4 -4
@@ -89,6 +89,35 @@ module Aws::SSM
|
|
89
89
|
CommandStatus = Shapes::StringShape.new(name: 'CommandStatus')
|
90
90
|
Comment = Shapes::StringShape.new(name: 'Comment')
|
91
91
|
CompletedCount = Shapes::IntegerShape.new(name: 'CompletedCount')
|
92
|
+
ComplianceExecutionId = Shapes::StringShape.new(name: 'ComplianceExecutionId')
|
93
|
+
ComplianceExecutionSummary = Shapes::StructureShape.new(name: 'ComplianceExecutionSummary')
|
94
|
+
ComplianceExecutionType = Shapes::StringShape.new(name: 'ComplianceExecutionType')
|
95
|
+
ComplianceFilterValue = Shapes::StringShape.new(name: 'ComplianceFilterValue')
|
96
|
+
ComplianceItem = Shapes::StructureShape.new(name: 'ComplianceItem')
|
97
|
+
ComplianceItemContentHash = Shapes::StringShape.new(name: 'ComplianceItemContentHash')
|
98
|
+
ComplianceItemDetails = Shapes::MapShape.new(name: 'ComplianceItemDetails')
|
99
|
+
ComplianceItemEntry = Shapes::StructureShape.new(name: 'ComplianceItemEntry')
|
100
|
+
ComplianceItemEntryList = Shapes::ListShape.new(name: 'ComplianceItemEntryList')
|
101
|
+
ComplianceItemId = Shapes::StringShape.new(name: 'ComplianceItemId')
|
102
|
+
ComplianceItemList = Shapes::ListShape.new(name: 'ComplianceItemList')
|
103
|
+
ComplianceItemTitle = Shapes::StringShape.new(name: 'ComplianceItemTitle')
|
104
|
+
ComplianceQueryOperatorType = Shapes::StringShape.new(name: 'ComplianceQueryOperatorType')
|
105
|
+
ComplianceResourceId = Shapes::StringShape.new(name: 'ComplianceResourceId')
|
106
|
+
ComplianceResourceIdList = Shapes::ListShape.new(name: 'ComplianceResourceIdList')
|
107
|
+
ComplianceResourceType = Shapes::StringShape.new(name: 'ComplianceResourceType')
|
108
|
+
ComplianceResourceTypeList = Shapes::ListShape.new(name: 'ComplianceResourceTypeList')
|
109
|
+
ComplianceSeverity = Shapes::StringShape.new(name: 'ComplianceSeverity')
|
110
|
+
ComplianceStatus = Shapes::StringShape.new(name: 'ComplianceStatus')
|
111
|
+
ComplianceStringFilter = Shapes::StructureShape.new(name: 'ComplianceStringFilter')
|
112
|
+
ComplianceStringFilterKey = Shapes::StringShape.new(name: 'ComplianceStringFilterKey')
|
113
|
+
ComplianceStringFilterList = Shapes::ListShape.new(name: 'ComplianceStringFilterList')
|
114
|
+
ComplianceStringFilterValueList = Shapes::ListShape.new(name: 'ComplianceStringFilterValueList')
|
115
|
+
ComplianceSummaryCount = Shapes::IntegerShape.new(name: 'ComplianceSummaryCount')
|
116
|
+
ComplianceSummaryItem = Shapes::StructureShape.new(name: 'ComplianceSummaryItem')
|
117
|
+
ComplianceSummaryItemList = Shapes::ListShape.new(name: 'ComplianceSummaryItemList')
|
118
|
+
ComplianceTypeCountLimitExceededException = Shapes::StructureShape.new(name: 'ComplianceTypeCountLimitExceededException')
|
119
|
+
ComplianceTypeName = Shapes::StringShape.new(name: 'ComplianceTypeName')
|
120
|
+
CompliantSummary = Shapes::StructureShape.new(name: 'CompliantSummary')
|
92
121
|
ComputerName = Shapes::StringShape.new(name: 'ComputerName')
|
93
122
|
CreateActivationRequest = Shapes::StructureShape.new(name: 'CreateActivationRequest')
|
94
123
|
CreateActivationResult = Shapes::StructureShape.new(name: 'CreateActivationResult')
|
@@ -230,6 +259,7 @@ module Aws::SSM
|
|
230
259
|
FailedCreateAssociationList = Shapes::ListShape.new(name: 'FailedCreateAssociationList')
|
231
260
|
FailureDetails = Shapes::StructureShape.new(name: 'FailureDetails')
|
232
261
|
Fault = Shapes::StringShape.new(name: 'Fault')
|
262
|
+
FeatureNotAvailableException = Shapes::StructureShape.new(name: 'FeatureNotAvailableException')
|
233
263
|
GetAutomationExecutionRequest = Shapes::StructureShape.new(name: 'GetAutomationExecutionRequest')
|
234
264
|
GetAutomationExecutionResult = Shapes::StructureShape.new(name: 'GetAutomationExecutionResult')
|
235
265
|
GetCommandInvocationRequest = Shapes::StructureShape.new(name: 'GetCommandInvocationRequest')
|
@@ -247,10 +277,14 @@ module Aws::SSM
|
|
247
277
|
GetInventorySchemaResult = Shapes::StructureShape.new(name: 'GetInventorySchemaResult')
|
248
278
|
GetMaintenanceWindowExecutionRequest = Shapes::StructureShape.new(name: 'GetMaintenanceWindowExecutionRequest')
|
249
279
|
GetMaintenanceWindowExecutionResult = Shapes::StructureShape.new(name: 'GetMaintenanceWindowExecutionResult')
|
280
|
+
GetMaintenanceWindowExecutionTaskInvocationRequest = Shapes::StructureShape.new(name: 'GetMaintenanceWindowExecutionTaskInvocationRequest')
|
281
|
+
GetMaintenanceWindowExecutionTaskInvocationResult = Shapes::StructureShape.new(name: 'GetMaintenanceWindowExecutionTaskInvocationResult')
|
250
282
|
GetMaintenanceWindowExecutionTaskRequest = Shapes::StructureShape.new(name: 'GetMaintenanceWindowExecutionTaskRequest')
|
251
283
|
GetMaintenanceWindowExecutionTaskResult = Shapes::StructureShape.new(name: 'GetMaintenanceWindowExecutionTaskResult')
|
252
284
|
GetMaintenanceWindowRequest = Shapes::StructureShape.new(name: 'GetMaintenanceWindowRequest')
|
253
285
|
GetMaintenanceWindowResult = Shapes::StructureShape.new(name: 'GetMaintenanceWindowResult')
|
286
|
+
GetMaintenanceWindowTaskRequest = Shapes::StructureShape.new(name: 'GetMaintenanceWindowTaskRequest')
|
287
|
+
GetMaintenanceWindowTaskResult = Shapes::StructureShape.new(name: 'GetMaintenanceWindowTaskResult')
|
254
288
|
GetParameterHistoryRequest = Shapes::StructureShape.new(name: 'GetParameterHistoryRequest')
|
255
289
|
GetParameterHistoryResult = Shapes::StructureShape.new(name: 'GetParameterHistoryResult')
|
256
290
|
GetParameterRequest = Shapes::StructureShape.new(name: 'GetParameterRequest')
|
@@ -320,6 +354,7 @@ module Aws::SSM
|
|
320
354
|
InvalidFilterValue = Shapes::StructureShape.new(name: 'InvalidFilterValue')
|
321
355
|
InvalidInstanceId = Shapes::StructureShape.new(name: 'InvalidInstanceId')
|
322
356
|
InvalidInstanceInformationFilterValue = Shapes::StructureShape.new(name: 'InvalidInstanceInformationFilterValue')
|
357
|
+
InvalidInventoryItemContextException = Shapes::StructureShape.new(name: 'InvalidInventoryItemContextException')
|
323
358
|
InvalidItemContentException = Shapes::StructureShape.new(name: 'InvalidItemContentException')
|
324
359
|
InvalidKeyId = Shapes::StructureShape.new(name: 'InvalidKeyId')
|
325
360
|
InvalidNextToken = Shapes::StructureShape.new(name: 'InvalidNextToken')
|
@@ -348,6 +383,7 @@ module Aws::SSM
|
|
348
383
|
InventoryItemAttributeList = Shapes::ListShape.new(name: 'InventoryItemAttributeList')
|
349
384
|
InventoryItemAttributeName = Shapes::StringShape.new(name: 'InventoryItemAttributeName')
|
350
385
|
InventoryItemCaptureTime = Shapes::StringShape.new(name: 'InventoryItemCaptureTime')
|
386
|
+
InventoryItemContentContext = Shapes::MapShape.new(name: 'InventoryItemContentContext')
|
351
387
|
InventoryItemContentHash = Shapes::StringShape.new(name: 'InventoryItemContentHash')
|
352
388
|
InventoryItemEntry = Shapes::MapShape.new(name: 'InventoryItemEntry')
|
353
389
|
InventoryItemEntryList = Shapes::ListShape.new(name: 'InventoryItemEntryList')
|
@@ -366,6 +402,7 @@ module Aws::SSM
|
|
366
402
|
InventoryResultItemMap = Shapes::MapShape.new(name: 'InventoryResultItemMap')
|
367
403
|
InvocationDoesNotExist = Shapes::StructureShape.new(name: 'InvocationDoesNotExist')
|
368
404
|
InvocationTraceOutput = Shapes::StringShape.new(name: 'InvocationTraceOutput')
|
405
|
+
IsSubTypeSchema = Shapes::BooleanShape.new(name: 'IsSubTypeSchema')
|
369
406
|
ItemContentMismatchException = Shapes::StructureShape.new(name: 'ItemContentMismatchException')
|
370
407
|
ItemSizeLimitExceededException = Shapes::StructureShape.new(name: 'ItemSizeLimitExceededException')
|
371
408
|
KeyList = Shapes::ListShape.new(name: 'KeyList')
|
@@ -378,19 +415,27 @@ module Aws::SSM
|
|
378
415
|
ListCommandInvocationsResult = Shapes::StructureShape.new(name: 'ListCommandInvocationsResult')
|
379
416
|
ListCommandsRequest = Shapes::StructureShape.new(name: 'ListCommandsRequest')
|
380
417
|
ListCommandsResult = Shapes::StructureShape.new(name: 'ListCommandsResult')
|
418
|
+
ListComplianceItemsRequest = Shapes::StructureShape.new(name: 'ListComplianceItemsRequest')
|
419
|
+
ListComplianceItemsResult = Shapes::StructureShape.new(name: 'ListComplianceItemsResult')
|
420
|
+
ListComplianceSummariesRequest = Shapes::StructureShape.new(name: 'ListComplianceSummariesRequest')
|
421
|
+
ListComplianceSummariesResult = Shapes::StructureShape.new(name: 'ListComplianceSummariesResult')
|
381
422
|
ListDocumentVersionsRequest = Shapes::StructureShape.new(name: 'ListDocumentVersionsRequest')
|
382
423
|
ListDocumentVersionsResult = Shapes::StructureShape.new(name: 'ListDocumentVersionsResult')
|
383
424
|
ListDocumentsRequest = Shapes::StructureShape.new(name: 'ListDocumentsRequest')
|
384
425
|
ListDocumentsResult = Shapes::StructureShape.new(name: 'ListDocumentsResult')
|
385
426
|
ListInventoryEntriesRequest = Shapes::StructureShape.new(name: 'ListInventoryEntriesRequest')
|
386
427
|
ListInventoryEntriesResult = Shapes::StructureShape.new(name: 'ListInventoryEntriesResult')
|
428
|
+
ListResourceComplianceSummariesRequest = Shapes::StructureShape.new(name: 'ListResourceComplianceSummariesRequest')
|
429
|
+
ListResourceComplianceSummariesResult = Shapes::StructureShape.new(name: 'ListResourceComplianceSummariesResult')
|
387
430
|
ListResourceDataSyncRequest = Shapes::StructureShape.new(name: 'ListResourceDataSyncRequest')
|
388
431
|
ListResourceDataSyncResult = Shapes::StructureShape.new(name: 'ListResourceDataSyncResult')
|
389
432
|
ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
|
390
433
|
ListTagsForResourceResult = Shapes::StructureShape.new(name: 'ListTagsForResourceResult')
|
391
434
|
LoggingInfo = Shapes::StructureShape.new(name: 'LoggingInfo')
|
392
435
|
MaintenanceWindowAllowUnassociatedTargets = Shapes::BooleanShape.new(name: 'MaintenanceWindowAllowUnassociatedTargets')
|
436
|
+
MaintenanceWindowAutomationParameters = Shapes::StructureShape.new(name: 'MaintenanceWindowAutomationParameters')
|
393
437
|
MaintenanceWindowCutoff = Shapes::IntegerShape.new(name: 'MaintenanceWindowCutoff')
|
438
|
+
MaintenanceWindowDescription = Shapes::StringShape.new(name: 'MaintenanceWindowDescription')
|
394
439
|
MaintenanceWindowDurationHours = Shapes::IntegerShape.new(name: 'MaintenanceWindowDurationHours')
|
395
440
|
MaintenanceWindowEnabled = Shapes::BooleanShape.new(name: 'MaintenanceWindowEnabled')
|
396
441
|
MaintenanceWindowExecution = Shapes::StructureShape.new(name: 'MaintenanceWindowExecution')
|
@@ -415,16 +460,25 @@ module Aws::SSM
|
|
415
460
|
MaintenanceWindowId = Shapes::StringShape.new(name: 'MaintenanceWindowId')
|
416
461
|
MaintenanceWindowIdentity = Shapes::StructureShape.new(name: 'MaintenanceWindowIdentity')
|
417
462
|
MaintenanceWindowIdentityList = Shapes::ListShape.new(name: 'MaintenanceWindowIdentityList')
|
463
|
+
MaintenanceWindowLambdaClientContext = Shapes::StringShape.new(name: 'MaintenanceWindowLambdaClientContext')
|
464
|
+
MaintenanceWindowLambdaParameters = Shapes::StructureShape.new(name: 'MaintenanceWindowLambdaParameters')
|
465
|
+
MaintenanceWindowLambdaPayload = Shapes::BlobShape.new(name: 'MaintenanceWindowLambdaPayload')
|
466
|
+
MaintenanceWindowLambdaQualifier = Shapes::StringShape.new(name: 'MaintenanceWindowLambdaQualifier')
|
418
467
|
MaintenanceWindowMaxResults = Shapes::IntegerShape.new(name: 'MaintenanceWindowMaxResults')
|
419
468
|
MaintenanceWindowName = Shapes::StringShape.new(name: 'MaintenanceWindowName')
|
420
469
|
MaintenanceWindowResourceType = Shapes::StringShape.new(name: 'MaintenanceWindowResourceType')
|
470
|
+
MaintenanceWindowRunCommandParameters = Shapes::StructureShape.new(name: 'MaintenanceWindowRunCommandParameters')
|
421
471
|
MaintenanceWindowSchedule = Shapes::StringShape.new(name: 'MaintenanceWindowSchedule')
|
472
|
+
MaintenanceWindowStepFunctionsInput = Shapes::StringShape.new(name: 'MaintenanceWindowStepFunctionsInput')
|
473
|
+
MaintenanceWindowStepFunctionsName = Shapes::StringShape.new(name: 'MaintenanceWindowStepFunctionsName')
|
474
|
+
MaintenanceWindowStepFunctionsParameters = Shapes::StructureShape.new(name: 'MaintenanceWindowStepFunctionsParameters')
|
422
475
|
MaintenanceWindowTarget = Shapes::StructureShape.new(name: 'MaintenanceWindowTarget')
|
423
476
|
MaintenanceWindowTargetId = Shapes::StringShape.new(name: 'MaintenanceWindowTargetId')
|
424
477
|
MaintenanceWindowTargetList = Shapes::ListShape.new(name: 'MaintenanceWindowTargetList')
|
425
478
|
MaintenanceWindowTask = Shapes::StructureShape.new(name: 'MaintenanceWindowTask')
|
426
479
|
MaintenanceWindowTaskArn = Shapes::StringShape.new(name: 'MaintenanceWindowTaskArn')
|
427
480
|
MaintenanceWindowTaskId = Shapes::StringShape.new(name: 'MaintenanceWindowTaskId')
|
481
|
+
MaintenanceWindowTaskInvocationParameters = Shapes::StructureShape.new(name: 'MaintenanceWindowTaskInvocationParameters')
|
428
482
|
MaintenanceWindowTaskList = Shapes::ListShape.new(name: 'MaintenanceWindowTaskList')
|
429
483
|
MaintenanceWindowTaskParameterName = Shapes::StringShape.new(name: 'MaintenanceWindowTaskParameterName')
|
430
484
|
MaintenanceWindowTaskParameterValue = Shapes::StringShape.new(name: 'MaintenanceWindowTaskParameterValue')
|
@@ -444,6 +498,7 @@ module Aws::SSM
|
|
444
498
|
ModifyDocumentPermissionRequest = Shapes::StructureShape.new(name: 'ModifyDocumentPermissionRequest')
|
445
499
|
ModifyDocumentPermissionResponse = Shapes::StructureShape.new(name: 'ModifyDocumentPermissionResponse')
|
446
500
|
NextToken = Shapes::StringShape.new(name: 'NextToken')
|
501
|
+
NonCompliantSummary = Shapes::StructureShape.new(name: 'NonCompliantSummary')
|
447
502
|
NormalStringMap = Shapes::MapShape.new(name: 'NormalStringMap')
|
448
503
|
NotificationArn = Shapes::StringShape.new(name: 'NotificationArn')
|
449
504
|
NotificationConfig = Shapes::StructureShape.new(name: 'NotificationConfig')
|
@@ -537,6 +592,8 @@ module Aws::SSM
|
|
537
592
|
PlatformType = Shapes::StringShape.new(name: 'PlatformType')
|
538
593
|
PlatformTypeList = Shapes::ListShape.new(name: 'PlatformTypeList')
|
539
594
|
Product = Shapes::StringShape.new(name: 'Product')
|
595
|
+
PutComplianceItemsRequest = Shapes::StructureShape.new(name: 'PutComplianceItemsRequest')
|
596
|
+
PutComplianceItemsResult = Shapes::StructureShape.new(name: 'PutComplianceItemsResult')
|
540
597
|
PutInventoryRequest = Shapes::StructureShape.new(name: 'PutInventoryRequest')
|
541
598
|
PutInventoryResult = Shapes::StructureShape.new(name: 'PutInventoryResult')
|
542
599
|
PutParameterRequest = Shapes::StructureShape.new(name: 'PutParameterRequest')
|
@@ -553,6 +610,8 @@ module Aws::SSM
|
|
553
610
|
RegistrationsCount = Shapes::IntegerShape.new(name: 'RegistrationsCount')
|
554
611
|
RemoveTagsFromResourceRequest = Shapes::StructureShape.new(name: 'RemoveTagsFromResourceRequest')
|
555
612
|
RemoveTagsFromResourceResult = Shapes::StructureShape.new(name: 'RemoveTagsFromResourceResult')
|
613
|
+
ResourceComplianceSummaryItem = Shapes::StructureShape.new(name: 'ResourceComplianceSummaryItem')
|
614
|
+
ResourceComplianceSummaryItemList = Shapes::ListShape.new(name: 'ResourceComplianceSummaryItemList')
|
556
615
|
ResourceDataSyncAlreadyExistsException = Shapes::StructureShape.new(name: 'ResourceDataSyncAlreadyExistsException')
|
557
616
|
ResourceDataSyncCountExceededException = Shapes::StructureShape.new(name: 'ResourceDataSyncCountExceededException')
|
558
617
|
ResourceDataSyncCreatedTime = Shapes::TimestampShape.new(name: 'ResourceDataSyncCreatedTime')
|
@@ -585,6 +644,7 @@ module Aws::SSM
|
|
585
644
|
SendCommandRequest = Shapes::StructureShape.new(name: 'SendCommandRequest')
|
586
645
|
SendCommandResult = Shapes::StructureShape.new(name: 'SendCommandResult')
|
587
646
|
ServiceRole = Shapes::StringShape.new(name: 'ServiceRole')
|
647
|
+
SeveritySummary = Shapes::StructureShape.new(name: 'SeveritySummary')
|
588
648
|
SignalType = Shapes::StringShape.new(name: 'SignalType')
|
589
649
|
SnapshotDownloadUrl = Shapes::StringShape.new(name: 'SnapshotDownloadUrl')
|
590
650
|
SnapshotId = Shapes::StringShape.new(name: 'SnapshotId')
|
@@ -604,12 +664,14 @@ module Aws::SSM
|
|
604
664
|
String = Shapes::StringShape.new(name: 'String')
|
605
665
|
StringDateTime = Shapes::StringShape.new(name: 'StringDateTime')
|
606
666
|
StringList = Shapes::ListShape.new(name: 'StringList')
|
667
|
+
SubTypeCountLimitExceededException = Shapes::StructureShape.new(name: 'SubTypeCountLimitExceededException')
|
607
668
|
Tag = Shapes::StructureShape.new(name: 'Tag')
|
608
669
|
TagKey = Shapes::StringShape.new(name: 'TagKey')
|
609
670
|
TagList = Shapes::ListShape.new(name: 'TagList')
|
610
671
|
TagValue = Shapes::StringShape.new(name: 'TagValue')
|
611
672
|
Target = Shapes::StructureShape.new(name: 'Target')
|
612
673
|
TargetCount = Shapes::IntegerShape.new(name: 'TargetCount')
|
674
|
+
TargetInUseException = Shapes::StructureShape.new(name: 'TargetInUseException')
|
613
675
|
TargetKey = Shapes::StringShape.new(name: 'TargetKey')
|
614
676
|
TargetValue = Shapes::StringShape.new(name: 'TargetValue')
|
615
677
|
TargetValues = Shapes::ListShape.new(name: 'TargetValues')
|
@@ -618,6 +680,7 @@ module Aws::SSM
|
|
618
680
|
TooManyTagsError = Shapes::StructureShape.new(name: 'TooManyTagsError')
|
619
681
|
TooManyUpdates = Shapes::StructureShape.new(name: 'TooManyUpdates')
|
620
682
|
TotalSizeLimitExceededException = Shapes::StructureShape.new(name: 'TotalSizeLimitExceededException')
|
683
|
+
UnsupportedInventoryItemContextException = Shapes::StructureShape.new(name: 'UnsupportedInventoryItemContextException')
|
621
684
|
UnsupportedInventorySchemaVersionException = Shapes::StructureShape.new(name: 'UnsupportedInventorySchemaVersionException')
|
622
685
|
UnsupportedOperatingSystem = Shapes::StructureShape.new(name: 'UnsupportedOperatingSystem')
|
623
686
|
UnsupportedParameterType = Shapes::StructureShape.new(name: 'UnsupportedParameterType')
|
@@ -632,6 +695,10 @@ module Aws::SSM
|
|
632
695
|
UpdateDocumentResult = Shapes::StructureShape.new(name: 'UpdateDocumentResult')
|
633
696
|
UpdateMaintenanceWindowRequest = Shapes::StructureShape.new(name: 'UpdateMaintenanceWindowRequest')
|
634
697
|
UpdateMaintenanceWindowResult = Shapes::StructureShape.new(name: 'UpdateMaintenanceWindowResult')
|
698
|
+
UpdateMaintenanceWindowTargetRequest = Shapes::StructureShape.new(name: 'UpdateMaintenanceWindowTargetRequest')
|
699
|
+
UpdateMaintenanceWindowTargetResult = Shapes::StructureShape.new(name: 'UpdateMaintenanceWindowTargetResult')
|
700
|
+
UpdateMaintenanceWindowTaskRequest = Shapes::StructureShape.new(name: 'UpdateMaintenanceWindowTaskRequest')
|
701
|
+
UpdateMaintenanceWindowTaskResult = Shapes::StructureShape.new(name: 'UpdateMaintenanceWindowTaskResult')
|
635
702
|
UpdateManagedInstanceRoleRequest = Shapes::StructureShape.new(name: 'UpdateManagedInstanceRoleRequest')
|
636
703
|
UpdateManagedInstanceRoleResult = Shapes::StructureShape.new(name: 'UpdateManagedInstanceRoleResult')
|
637
704
|
UpdatePatchBaselineRequest = Shapes::StructureShape.new(name: 'UpdatePatchBaselineRequest')
|
@@ -819,6 +886,60 @@ module Aws::SSM
|
|
819
886
|
|
820
887
|
CommandPluginList.member = Shapes::ShapeRef.new(shape: CommandPlugin)
|
821
888
|
|
889
|
+
ComplianceExecutionSummary.add_member(:execution_time, Shapes::ShapeRef.new(shape: DateTime, required: true, location_name: "ExecutionTime"))
|
890
|
+
ComplianceExecutionSummary.add_member(:execution_id, Shapes::ShapeRef.new(shape: ComplianceExecutionId, location_name: "ExecutionId"))
|
891
|
+
ComplianceExecutionSummary.add_member(:execution_type, Shapes::ShapeRef.new(shape: ComplianceExecutionType, location_name: "ExecutionType"))
|
892
|
+
ComplianceExecutionSummary.struct_class = Types::ComplianceExecutionSummary
|
893
|
+
|
894
|
+
ComplianceItem.add_member(:compliance_type, Shapes::ShapeRef.new(shape: ComplianceTypeName, location_name: "ComplianceType"))
|
895
|
+
ComplianceItem.add_member(:resource_type, Shapes::ShapeRef.new(shape: ComplianceResourceType, location_name: "ResourceType"))
|
896
|
+
ComplianceItem.add_member(:resource_id, Shapes::ShapeRef.new(shape: ComplianceResourceId, location_name: "ResourceId"))
|
897
|
+
ComplianceItem.add_member(:id, Shapes::ShapeRef.new(shape: ComplianceItemId, location_name: "Id"))
|
898
|
+
ComplianceItem.add_member(:title, Shapes::ShapeRef.new(shape: ComplianceItemTitle, location_name: "Title"))
|
899
|
+
ComplianceItem.add_member(:status, Shapes::ShapeRef.new(shape: ComplianceStatus, location_name: "Status"))
|
900
|
+
ComplianceItem.add_member(:severity, Shapes::ShapeRef.new(shape: ComplianceSeverity, location_name: "Severity"))
|
901
|
+
ComplianceItem.add_member(:execution_summary, Shapes::ShapeRef.new(shape: ComplianceExecutionSummary, location_name: "ExecutionSummary"))
|
902
|
+
ComplianceItem.add_member(:details, Shapes::ShapeRef.new(shape: ComplianceItemDetails, location_name: "Details"))
|
903
|
+
ComplianceItem.struct_class = Types::ComplianceItem
|
904
|
+
|
905
|
+
ComplianceItemDetails.key = Shapes::ShapeRef.new(shape: AttributeName)
|
906
|
+
ComplianceItemDetails.value = Shapes::ShapeRef.new(shape: AttributeValue)
|
907
|
+
|
908
|
+
ComplianceItemEntry.add_member(:id, Shapes::ShapeRef.new(shape: ComplianceItemId, location_name: "Id"))
|
909
|
+
ComplianceItemEntry.add_member(:title, Shapes::ShapeRef.new(shape: ComplianceItemTitle, location_name: "Title"))
|
910
|
+
ComplianceItemEntry.add_member(:severity, Shapes::ShapeRef.new(shape: ComplianceSeverity, required: true, location_name: "Severity"))
|
911
|
+
ComplianceItemEntry.add_member(:status, Shapes::ShapeRef.new(shape: ComplianceStatus, required: true, location_name: "Status"))
|
912
|
+
ComplianceItemEntry.add_member(:details, Shapes::ShapeRef.new(shape: ComplianceItemDetails, location_name: "Details"))
|
913
|
+
ComplianceItemEntry.struct_class = Types::ComplianceItemEntry
|
914
|
+
|
915
|
+
ComplianceItemEntryList.member = Shapes::ShapeRef.new(shape: ComplianceItemEntry)
|
916
|
+
|
917
|
+
ComplianceItemList.member = Shapes::ShapeRef.new(shape: ComplianceItem, location_name: "Item")
|
918
|
+
|
919
|
+
ComplianceResourceIdList.member = Shapes::ShapeRef.new(shape: ComplianceResourceId)
|
920
|
+
|
921
|
+
ComplianceResourceTypeList.member = Shapes::ShapeRef.new(shape: ComplianceResourceType)
|
922
|
+
|
923
|
+
ComplianceStringFilter.add_member(:key, Shapes::ShapeRef.new(shape: ComplianceStringFilterKey, location_name: "Key"))
|
924
|
+
ComplianceStringFilter.add_member(:values, Shapes::ShapeRef.new(shape: ComplianceStringFilterValueList, location_name: "Values"))
|
925
|
+
ComplianceStringFilter.add_member(:type, Shapes::ShapeRef.new(shape: ComplianceQueryOperatorType, location_name: "Type"))
|
926
|
+
ComplianceStringFilter.struct_class = Types::ComplianceStringFilter
|
927
|
+
|
928
|
+
ComplianceStringFilterList.member = Shapes::ShapeRef.new(shape: ComplianceStringFilter, location_name: "ComplianceFilter")
|
929
|
+
|
930
|
+
ComplianceStringFilterValueList.member = Shapes::ShapeRef.new(shape: ComplianceFilterValue, location_name: "FilterValue")
|
931
|
+
|
932
|
+
ComplianceSummaryItem.add_member(:compliance_type, Shapes::ShapeRef.new(shape: ComplianceTypeName, location_name: "ComplianceType"))
|
933
|
+
ComplianceSummaryItem.add_member(:compliant_summary, Shapes::ShapeRef.new(shape: CompliantSummary, location_name: "CompliantSummary"))
|
934
|
+
ComplianceSummaryItem.add_member(:non_compliant_summary, Shapes::ShapeRef.new(shape: NonCompliantSummary, location_name: "NonCompliantSummary"))
|
935
|
+
ComplianceSummaryItem.struct_class = Types::ComplianceSummaryItem
|
936
|
+
|
937
|
+
ComplianceSummaryItemList.member = Shapes::ShapeRef.new(shape: ComplianceSummaryItem, location_name: "Item")
|
938
|
+
|
939
|
+
CompliantSummary.add_member(:compliant_count, Shapes::ShapeRef.new(shape: ComplianceSummaryCount, location_name: "CompliantCount"))
|
940
|
+
CompliantSummary.add_member(:severity_summary, Shapes::ShapeRef.new(shape: SeveritySummary, location_name: "SeveritySummary"))
|
941
|
+
CompliantSummary.struct_class = Types::CompliantSummary
|
942
|
+
|
822
943
|
CreateActivationRequest.add_member(:description, Shapes::ShapeRef.new(shape: ActivationDescription, location_name: "Description"))
|
823
944
|
CreateActivationRequest.add_member(:default_instance_name, Shapes::ShapeRef.new(shape: DefaultInstanceName, location_name: "DefaultInstanceName"))
|
824
945
|
CreateActivationRequest.add_member(:iam_role, Shapes::ShapeRef.new(shape: IamRole, required: true, location_name: "IamRole"))
|
@@ -869,6 +990,7 @@ module Aws::SSM
|
|
869
990
|
CreateDocumentResult.struct_class = Types::CreateDocumentResult
|
870
991
|
|
871
992
|
CreateMaintenanceWindowRequest.add_member(:name, Shapes::ShapeRef.new(shape: MaintenanceWindowName, required: true, location_name: "Name"))
|
993
|
+
CreateMaintenanceWindowRequest.add_member(:description, Shapes::ShapeRef.new(shape: MaintenanceWindowDescription, location_name: "Description"))
|
872
994
|
CreateMaintenanceWindowRequest.add_member(:schedule, Shapes::ShapeRef.new(shape: MaintenanceWindowSchedule, required: true, location_name: "Schedule"))
|
873
995
|
CreateMaintenanceWindowRequest.add_member(:duration, Shapes::ShapeRef.new(shape: MaintenanceWindowDurationHours, required: true, location_name: "Duration"))
|
874
996
|
CreateMaintenanceWindowRequest.add_member(:cutoff, Shapes::ShapeRef.new(shape: MaintenanceWindowCutoff, required: true, location_name: "Cutoff"))
|
@@ -960,6 +1082,7 @@ module Aws::SSM
|
|
960
1082
|
|
961
1083
|
DeregisterTargetFromMaintenanceWindowRequest.add_member(:window_id, Shapes::ShapeRef.new(shape: MaintenanceWindowId, required: true, location_name: "WindowId"))
|
962
1084
|
DeregisterTargetFromMaintenanceWindowRequest.add_member(:window_target_id, Shapes::ShapeRef.new(shape: MaintenanceWindowTargetId, required: true, location_name: "WindowTargetId"))
|
1085
|
+
DeregisterTargetFromMaintenanceWindowRequest.add_member(:safe, Shapes::ShapeRef.new(shape: Boolean, location_name: "Safe", metadata: {"box"=>true}))
|
963
1086
|
DeregisterTargetFromMaintenanceWindowRequest.struct_class = Types::DeregisterTargetFromMaintenanceWindowRequest
|
964
1087
|
|
965
1088
|
DeregisterTargetFromMaintenanceWindowResult.add_member(:window_id, Shapes::ShapeRef.new(shape: MaintenanceWindowId, location_name: "WindowId"))
|
@@ -1333,6 +1456,7 @@ module Aws::SSM
|
|
1333
1456
|
GetInventorySchemaRequest.add_member(:type_name, Shapes::ShapeRef.new(shape: InventoryItemTypeNameFilter, location_name: "TypeName"))
|
1334
1457
|
GetInventorySchemaRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
1335
1458
|
GetInventorySchemaRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: GetInventorySchemaMaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
|
1459
|
+
GetInventorySchemaRequest.add_member(:sub_type, Shapes::ShapeRef.new(shape: IsSubTypeSchema, location_name: "SubType", metadata: {"box"=>true}))
|
1336
1460
|
GetInventorySchemaRequest.struct_class = Types::GetInventorySchemaRequest
|
1337
1461
|
|
1338
1462
|
GetInventorySchemaResult.add_member(:schemas, Shapes::ShapeRef.new(shape: InventoryItemSchemaResultList, location_name: "Schemas"))
|
@@ -1350,6 +1474,25 @@ module Aws::SSM
|
|
1350
1474
|
GetMaintenanceWindowExecutionResult.add_member(:end_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "EndTime"))
|
1351
1475
|
GetMaintenanceWindowExecutionResult.struct_class = Types::GetMaintenanceWindowExecutionResult
|
1352
1476
|
|
1477
|
+
GetMaintenanceWindowExecutionTaskInvocationRequest.add_member(:window_execution_id, Shapes::ShapeRef.new(shape: MaintenanceWindowExecutionId, required: true, location_name: "WindowExecutionId"))
|
1478
|
+
GetMaintenanceWindowExecutionTaskInvocationRequest.add_member(:task_id, Shapes::ShapeRef.new(shape: MaintenanceWindowExecutionTaskId, required: true, location_name: "TaskId"))
|
1479
|
+
GetMaintenanceWindowExecutionTaskInvocationRequest.add_member(:invocation_id, Shapes::ShapeRef.new(shape: MaintenanceWindowExecutionTaskInvocationId, required: true, location_name: "InvocationId"))
|
1480
|
+
GetMaintenanceWindowExecutionTaskInvocationRequest.struct_class = Types::GetMaintenanceWindowExecutionTaskInvocationRequest
|
1481
|
+
|
1482
|
+
GetMaintenanceWindowExecutionTaskInvocationResult.add_member(:window_execution_id, Shapes::ShapeRef.new(shape: MaintenanceWindowExecutionId, location_name: "WindowExecutionId"))
|
1483
|
+
GetMaintenanceWindowExecutionTaskInvocationResult.add_member(:task_execution_id, Shapes::ShapeRef.new(shape: MaintenanceWindowExecutionTaskId, location_name: "TaskExecutionId"))
|
1484
|
+
GetMaintenanceWindowExecutionTaskInvocationResult.add_member(:invocation_id, Shapes::ShapeRef.new(shape: MaintenanceWindowExecutionTaskInvocationId, location_name: "InvocationId"))
|
1485
|
+
GetMaintenanceWindowExecutionTaskInvocationResult.add_member(:execution_id, Shapes::ShapeRef.new(shape: MaintenanceWindowExecutionTaskExecutionId, location_name: "ExecutionId"))
|
1486
|
+
GetMaintenanceWindowExecutionTaskInvocationResult.add_member(:task_type, Shapes::ShapeRef.new(shape: MaintenanceWindowTaskType, location_name: "TaskType"))
|
1487
|
+
GetMaintenanceWindowExecutionTaskInvocationResult.add_member(:parameters, Shapes::ShapeRef.new(shape: MaintenanceWindowExecutionTaskInvocationParameters, location_name: "Parameters"))
|
1488
|
+
GetMaintenanceWindowExecutionTaskInvocationResult.add_member(:status, Shapes::ShapeRef.new(shape: MaintenanceWindowExecutionStatus, location_name: "Status"))
|
1489
|
+
GetMaintenanceWindowExecutionTaskInvocationResult.add_member(:status_details, Shapes::ShapeRef.new(shape: MaintenanceWindowExecutionStatusDetails, location_name: "StatusDetails"))
|
1490
|
+
GetMaintenanceWindowExecutionTaskInvocationResult.add_member(:start_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "StartTime"))
|
1491
|
+
GetMaintenanceWindowExecutionTaskInvocationResult.add_member(:end_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "EndTime"))
|
1492
|
+
GetMaintenanceWindowExecutionTaskInvocationResult.add_member(:owner_information, Shapes::ShapeRef.new(shape: OwnerInformation, location_name: "OwnerInformation"))
|
1493
|
+
GetMaintenanceWindowExecutionTaskInvocationResult.add_member(:window_target_id, Shapes::ShapeRef.new(shape: MaintenanceWindowTaskTargetId, location_name: "WindowTargetId"))
|
1494
|
+
GetMaintenanceWindowExecutionTaskInvocationResult.struct_class = Types::GetMaintenanceWindowExecutionTaskInvocationResult
|
1495
|
+
|
1353
1496
|
GetMaintenanceWindowExecutionTaskRequest.add_member(:window_execution_id, Shapes::ShapeRef.new(shape: MaintenanceWindowExecutionId, required: true, location_name: "WindowExecutionId"))
|
1354
1497
|
GetMaintenanceWindowExecutionTaskRequest.add_member(:task_id, Shapes::ShapeRef.new(shape: MaintenanceWindowExecutionTaskId, required: true, location_name: "TaskId"))
|
1355
1498
|
GetMaintenanceWindowExecutionTaskRequest.struct_class = Types::GetMaintenanceWindowExecutionTaskRequest
|
@@ -1374,6 +1517,7 @@ module Aws::SSM
|
|
1374
1517
|
|
1375
1518
|
GetMaintenanceWindowResult.add_member(:window_id, Shapes::ShapeRef.new(shape: MaintenanceWindowId, location_name: "WindowId"))
|
1376
1519
|
GetMaintenanceWindowResult.add_member(:name, Shapes::ShapeRef.new(shape: MaintenanceWindowName, location_name: "Name"))
|
1520
|
+
GetMaintenanceWindowResult.add_member(:description, Shapes::ShapeRef.new(shape: MaintenanceWindowDescription, location_name: "Description"))
|
1377
1521
|
GetMaintenanceWindowResult.add_member(:schedule, Shapes::ShapeRef.new(shape: MaintenanceWindowSchedule, location_name: "Schedule"))
|
1378
1522
|
GetMaintenanceWindowResult.add_member(:duration, Shapes::ShapeRef.new(shape: MaintenanceWindowDurationHours, location_name: "Duration"))
|
1379
1523
|
GetMaintenanceWindowResult.add_member(:cutoff, Shapes::ShapeRef.new(shape: MaintenanceWindowCutoff, location_name: "Cutoff"))
|
@@ -1383,6 +1527,26 @@ module Aws::SSM
|
|
1383
1527
|
GetMaintenanceWindowResult.add_member(:modified_date, Shapes::ShapeRef.new(shape: DateTime, location_name: "ModifiedDate"))
|
1384
1528
|
GetMaintenanceWindowResult.struct_class = Types::GetMaintenanceWindowResult
|
1385
1529
|
|
1530
|
+
GetMaintenanceWindowTaskRequest.add_member(:window_id, Shapes::ShapeRef.new(shape: MaintenanceWindowId, required: true, location_name: "WindowId"))
|
1531
|
+
GetMaintenanceWindowTaskRequest.add_member(:window_task_id, Shapes::ShapeRef.new(shape: MaintenanceWindowTaskId, required: true, location_name: "WindowTaskId"))
|
1532
|
+
GetMaintenanceWindowTaskRequest.struct_class = Types::GetMaintenanceWindowTaskRequest
|
1533
|
+
|
1534
|
+
GetMaintenanceWindowTaskResult.add_member(:window_id, Shapes::ShapeRef.new(shape: MaintenanceWindowId, location_name: "WindowId"))
|
1535
|
+
GetMaintenanceWindowTaskResult.add_member(:window_task_id, Shapes::ShapeRef.new(shape: MaintenanceWindowTaskId, location_name: "WindowTaskId"))
|
1536
|
+
GetMaintenanceWindowTaskResult.add_member(:targets, Shapes::ShapeRef.new(shape: Targets, location_name: "Targets"))
|
1537
|
+
GetMaintenanceWindowTaskResult.add_member(:task_arn, Shapes::ShapeRef.new(shape: MaintenanceWindowTaskArn, location_name: "TaskArn"))
|
1538
|
+
GetMaintenanceWindowTaskResult.add_member(:service_role_arn, Shapes::ShapeRef.new(shape: ServiceRole, location_name: "ServiceRoleArn"))
|
1539
|
+
GetMaintenanceWindowTaskResult.add_member(:task_type, Shapes::ShapeRef.new(shape: MaintenanceWindowTaskType, location_name: "TaskType"))
|
1540
|
+
GetMaintenanceWindowTaskResult.add_member(:task_parameters, Shapes::ShapeRef.new(shape: MaintenanceWindowTaskParameters, location_name: "TaskParameters"))
|
1541
|
+
GetMaintenanceWindowTaskResult.add_member(:task_invocation_parameters, Shapes::ShapeRef.new(shape: MaintenanceWindowTaskInvocationParameters, location_name: "TaskInvocationParameters"))
|
1542
|
+
GetMaintenanceWindowTaskResult.add_member(:priority, Shapes::ShapeRef.new(shape: MaintenanceWindowTaskPriority, location_name: "Priority"))
|
1543
|
+
GetMaintenanceWindowTaskResult.add_member(:max_concurrency, Shapes::ShapeRef.new(shape: MaxConcurrency, location_name: "MaxConcurrency"))
|
1544
|
+
GetMaintenanceWindowTaskResult.add_member(:max_errors, Shapes::ShapeRef.new(shape: MaxErrors, location_name: "MaxErrors"))
|
1545
|
+
GetMaintenanceWindowTaskResult.add_member(:logging_info, Shapes::ShapeRef.new(shape: LoggingInfo, location_name: "LoggingInfo"))
|
1546
|
+
GetMaintenanceWindowTaskResult.add_member(:name, Shapes::ShapeRef.new(shape: MaintenanceWindowName, location_name: "Name"))
|
1547
|
+
GetMaintenanceWindowTaskResult.add_member(:description, Shapes::ShapeRef.new(shape: MaintenanceWindowDescription, location_name: "Description"))
|
1548
|
+
GetMaintenanceWindowTaskResult.struct_class = Types::GetMaintenanceWindowTaskResult
|
1549
|
+
|
1386
1550
|
GetParameterHistoryRequest.add_member(:name, Shapes::ShapeRef.new(shape: PSParameterName, required: true, location_name: "Name"))
|
1387
1551
|
GetParameterHistoryRequest.add_member(:with_decryption, Shapes::ShapeRef.new(shape: Boolean, location_name: "WithDecryption", metadata: {"box"=>true}))
|
1388
1552
|
GetParameterHistoryRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
|
@@ -1561,6 +1725,7 @@ module Aws::SSM
|
|
1561
1725
|
InventoryItem.add_member(:capture_time, Shapes::ShapeRef.new(shape: InventoryItemCaptureTime, required: true, location_name: "CaptureTime"))
|
1562
1726
|
InventoryItem.add_member(:content_hash, Shapes::ShapeRef.new(shape: InventoryItemContentHash, location_name: "ContentHash"))
|
1563
1727
|
InventoryItem.add_member(:content, Shapes::ShapeRef.new(shape: InventoryItemEntryList, location_name: "Content"))
|
1728
|
+
InventoryItem.add_member(:context, Shapes::ShapeRef.new(shape: InventoryItemContentContext, location_name: "Context"))
|
1564
1729
|
InventoryItem.struct_class = Types::InventoryItem
|
1565
1730
|
|
1566
1731
|
InventoryItemAttribute.add_member(:name, Shapes::ShapeRef.new(shape: InventoryItemAttributeName, required: true, location_name: "Name"))
|
@@ -1569,6 +1734,9 @@ module Aws::SSM
|
|
1569
1734
|
|
1570
1735
|
InventoryItemAttributeList.member = Shapes::ShapeRef.new(shape: InventoryItemAttribute, location_name: "Attribute")
|
1571
1736
|
|
1737
|
+
InventoryItemContentContext.key = Shapes::ShapeRef.new(shape: AttributeName)
|
1738
|
+
InventoryItemContentContext.value = Shapes::ShapeRef.new(shape: AttributeValue)
|
1739
|
+
|
1572
1740
|
InventoryItemEntry.key = Shapes::ShapeRef.new(shape: AttributeName)
|
1573
1741
|
InventoryItemEntry.value = Shapes::ShapeRef.new(shape: AttributeValue)
|
1574
1742
|
|
@@ -1633,6 +1801,26 @@ module Aws::SSM
|
|
1633
1801
|
ListCommandsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
1634
1802
|
ListCommandsResult.struct_class = Types::ListCommandsResult
|
1635
1803
|
|
1804
|
+
ListComplianceItemsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: ComplianceStringFilterList, location_name: "Filters"))
|
1805
|
+
ListComplianceItemsRequest.add_member(:resource_ids, Shapes::ShapeRef.new(shape: ComplianceResourceIdList, location_name: "ResourceIds"))
|
1806
|
+
ListComplianceItemsRequest.add_member(:resource_types, Shapes::ShapeRef.new(shape: ComplianceResourceTypeList, location_name: "ResourceTypes"))
|
1807
|
+
ListComplianceItemsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
1808
|
+
ListComplianceItemsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
|
1809
|
+
ListComplianceItemsRequest.struct_class = Types::ListComplianceItemsRequest
|
1810
|
+
|
1811
|
+
ListComplianceItemsResult.add_member(:compliance_items, Shapes::ShapeRef.new(shape: ComplianceItemList, location_name: "ComplianceItems"))
|
1812
|
+
ListComplianceItemsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
1813
|
+
ListComplianceItemsResult.struct_class = Types::ListComplianceItemsResult
|
1814
|
+
|
1815
|
+
ListComplianceSummariesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: ComplianceStringFilterList, location_name: "Filters"))
|
1816
|
+
ListComplianceSummariesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
1817
|
+
ListComplianceSummariesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
|
1818
|
+
ListComplianceSummariesRequest.struct_class = Types::ListComplianceSummariesRequest
|
1819
|
+
|
1820
|
+
ListComplianceSummariesResult.add_member(:compliance_summary_items, Shapes::ShapeRef.new(shape: ComplianceSummaryItemList, location_name: "ComplianceSummaryItems"))
|
1821
|
+
ListComplianceSummariesResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
1822
|
+
ListComplianceSummariesResult.struct_class = Types::ListComplianceSummariesResult
|
1823
|
+
|
1636
1824
|
ListDocumentVersionsRequest.add_member(:name, Shapes::ShapeRef.new(shape: DocumentName, required: true, location_name: "Name"))
|
1637
1825
|
ListDocumentVersionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
|
1638
1826
|
ListDocumentVersionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
@@ -1666,6 +1854,15 @@ module Aws::SSM
|
|
1666
1854
|
ListInventoryEntriesResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
1667
1855
|
ListInventoryEntriesResult.struct_class = Types::ListInventoryEntriesResult
|
1668
1856
|
|
1857
|
+
ListResourceComplianceSummariesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: ComplianceStringFilterList, location_name: "Filters"))
|
1858
|
+
ListResourceComplianceSummariesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
1859
|
+
ListResourceComplianceSummariesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
|
1860
|
+
ListResourceComplianceSummariesRequest.struct_class = Types::ListResourceComplianceSummariesRequest
|
1861
|
+
|
1862
|
+
ListResourceComplianceSummariesResult.add_member(:resource_compliance_summary_items, Shapes::ShapeRef.new(shape: ResourceComplianceSummaryItemList, location_name: "ResourceComplianceSummaryItems"))
|
1863
|
+
ListResourceComplianceSummariesResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
1864
|
+
ListResourceComplianceSummariesResult.struct_class = Types::ListResourceComplianceSummariesResult
|
1865
|
+
|
1669
1866
|
ListResourceDataSyncRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
1670
1867
|
ListResourceDataSyncRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
|
1671
1868
|
ListResourceDataSyncRequest.struct_class = Types::ListResourceDataSyncRequest
|
@@ -1686,6 +1883,10 @@ module Aws::SSM
|
|
1686
1883
|
LoggingInfo.add_member(:s3_region, Shapes::ShapeRef.new(shape: S3Region, required: true, location_name: "S3Region"))
|
1687
1884
|
LoggingInfo.struct_class = Types::LoggingInfo
|
1688
1885
|
|
1886
|
+
MaintenanceWindowAutomationParameters.add_member(:document_version, Shapes::ShapeRef.new(shape: DocumentVersion, location_name: "DocumentVersion"))
|
1887
|
+
MaintenanceWindowAutomationParameters.add_member(:parameters, Shapes::ShapeRef.new(shape: AutomationParameterMap, location_name: "Parameters"))
|
1888
|
+
MaintenanceWindowAutomationParameters.struct_class = Types::MaintenanceWindowAutomationParameters
|
1889
|
+
|
1689
1890
|
MaintenanceWindowExecution.add_member(:window_id, Shapes::ShapeRef.new(shape: MaintenanceWindowId, location_name: "WindowId"))
|
1690
1891
|
MaintenanceWindowExecution.add_member(:window_execution_id, Shapes::ShapeRef.new(shape: MaintenanceWindowExecutionId, location_name: "WindowExecutionId"))
|
1691
1892
|
MaintenanceWindowExecution.add_member(:status, Shapes::ShapeRef.new(shape: MaintenanceWindowExecutionStatus, location_name: "Status"))
|
@@ -1714,6 +1915,7 @@ module Aws::SSM
|
|
1714
1915
|
MaintenanceWindowExecutionTaskInvocationIdentity.add_member(:task_execution_id, Shapes::ShapeRef.new(shape: MaintenanceWindowExecutionTaskId, location_name: "TaskExecutionId"))
|
1715
1916
|
MaintenanceWindowExecutionTaskInvocationIdentity.add_member(:invocation_id, Shapes::ShapeRef.new(shape: MaintenanceWindowExecutionTaskInvocationId, location_name: "InvocationId"))
|
1716
1917
|
MaintenanceWindowExecutionTaskInvocationIdentity.add_member(:execution_id, Shapes::ShapeRef.new(shape: MaintenanceWindowExecutionTaskExecutionId, location_name: "ExecutionId"))
|
1918
|
+
MaintenanceWindowExecutionTaskInvocationIdentity.add_member(:task_type, Shapes::ShapeRef.new(shape: MaintenanceWindowTaskType, location_name: "TaskType"))
|
1717
1919
|
MaintenanceWindowExecutionTaskInvocationIdentity.add_member(:parameters, Shapes::ShapeRef.new(shape: MaintenanceWindowExecutionTaskInvocationParameters, location_name: "Parameters"))
|
1718
1920
|
MaintenanceWindowExecutionTaskInvocationIdentity.add_member(:status, Shapes::ShapeRef.new(shape: MaintenanceWindowExecutionStatus, location_name: "Status"))
|
1719
1921
|
MaintenanceWindowExecutionTaskInvocationIdentity.add_member(:status_details, Shapes::ShapeRef.new(shape: MaintenanceWindowExecutionStatusDetails, location_name: "StatusDetails"))
|
@@ -1735,6 +1937,7 @@ module Aws::SSM
|
|
1735
1937
|
|
1736
1938
|
MaintenanceWindowIdentity.add_member(:window_id, Shapes::ShapeRef.new(shape: MaintenanceWindowId, location_name: "WindowId"))
|
1737
1939
|
MaintenanceWindowIdentity.add_member(:name, Shapes::ShapeRef.new(shape: MaintenanceWindowName, location_name: "Name"))
|
1940
|
+
MaintenanceWindowIdentity.add_member(:description, Shapes::ShapeRef.new(shape: MaintenanceWindowDescription, location_name: "Description"))
|
1738
1941
|
MaintenanceWindowIdentity.add_member(:enabled, Shapes::ShapeRef.new(shape: MaintenanceWindowEnabled, location_name: "Enabled"))
|
1739
1942
|
MaintenanceWindowIdentity.add_member(:duration, Shapes::ShapeRef.new(shape: MaintenanceWindowDurationHours, location_name: "Duration"))
|
1740
1943
|
MaintenanceWindowIdentity.add_member(:cutoff, Shapes::ShapeRef.new(shape: MaintenanceWindowCutoff, location_name: "Cutoff"))
|
@@ -1742,11 +1945,33 @@ module Aws::SSM
|
|
1742
1945
|
|
1743
1946
|
MaintenanceWindowIdentityList.member = Shapes::ShapeRef.new(shape: MaintenanceWindowIdentity)
|
1744
1947
|
|
1948
|
+
MaintenanceWindowLambdaParameters.add_member(:client_context, Shapes::ShapeRef.new(shape: MaintenanceWindowLambdaClientContext, location_name: "ClientContext"))
|
1949
|
+
MaintenanceWindowLambdaParameters.add_member(:qualifier, Shapes::ShapeRef.new(shape: MaintenanceWindowLambdaQualifier, location_name: "Qualifier"))
|
1950
|
+
MaintenanceWindowLambdaParameters.add_member(:payload, Shapes::ShapeRef.new(shape: MaintenanceWindowLambdaPayload, location_name: "Payload"))
|
1951
|
+
MaintenanceWindowLambdaParameters.struct_class = Types::MaintenanceWindowLambdaParameters
|
1952
|
+
|
1953
|
+
MaintenanceWindowRunCommandParameters.add_member(:comment, Shapes::ShapeRef.new(shape: Comment, location_name: "Comment"))
|
1954
|
+
MaintenanceWindowRunCommandParameters.add_member(:document_hash, Shapes::ShapeRef.new(shape: DocumentHash, location_name: "DocumentHash"))
|
1955
|
+
MaintenanceWindowRunCommandParameters.add_member(:document_hash_type, Shapes::ShapeRef.new(shape: DocumentHashType, location_name: "DocumentHashType"))
|
1956
|
+
MaintenanceWindowRunCommandParameters.add_member(:notification_config, Shapes::ShapeRef.new(shape: NotificationConfig, location_name: "NotificationConfig"))
|
1957
|
+
MaintenanceWindowRunCommandParameters.add_member(:output_s3_bucket_name, Shapes::ShapeRef.new(shape: S3BucketName, location_name: "OutputS3BucketName"))
|
1958
|
+
MaintenanceWindowRunCommandParameters.add_member(:output_s3_key_prefix, Shapes::ShapeRef.new(shape: S3KeyPrefix, location_name: "OutputS3KeyPrefix"))
|
1959
|
+
MaintenanceWindowRunCommandParameters.add_member(:parameters, Shapes::ShapeRef.new(shape: Parameters, location_name: "Parameters"))
|
1960
|
+
MaintenanceWindowRunCommandParameters.add_member(:service_role_arn, Shapes::ShapeRef.new(shape: ServiceRole, location_name: "ServiceRoleArn"))
|
1961
|
+
MaintenanceWindowRunCommandParameters.add_member(:timeout_seconds, Shapes::ShapeRef.new(shape: TimeoutSeconds, location_name: "TimeoutSeconds", metadata: {"box"=>true}))
|
1962
|
+
MaintenanceWindowRunCommandParameters.struct_class = Types::MaintenanceWindowRunCommandParameters
|
1963
|
+
|
1964
|
+
MaintenanceWindowStepFunctionsParameters.add_member(:input, Shapes::ShapeRef.new(shape: MaintenanceWindowStepFunctionsInput, location_name: "Input"))
|
1965
|
+
MaintenanceWindowStepFunctionsParameters.add_member(:name, Shapes::ShapeRef.new(shape: MaintenanceWindowStepFunctionsName, location_name: "Name"))
|
1966
|
+
MaintenanceWindowStepFunctionsParameters.struct_class = Types::MaintenanceWindowStepFunctionsParameters
|
1967
|
+
|
1745
1968
|
MaintenanceWindowTarget.add_member(:window_id, Shapes::ShapeRef.new(shape: MaintenanceWindowId, location_name: "WindowId"))
|
1746
1969
|
MaintenanceWindowTarget.add_member(:window_target_id, Shapes::ShapeRef.new(shape: MaintenanceWindowTargetId, location_name: "WindowTargetId"))
|
1747
1970
|
MaintenanceWindowTarget.add_member(:resource_type, Shapes::ShapeRef.new(shape: MaintenanceWindowResourceType, location_name: "ResourceType"))
|
1748
1971
|
MaintenanceWindowTarget.add_member(:targets, Shapes::ShapeRef.new(shape: Targets, location_name: "Targets"))
|
1749
1972
|
MaintenanceWindowTarget.add_member(:owner_information, Shapes::ShapeRef.new(shape: OwnerInformation, location_name: "OwnerInformation"))
|
1973
|
+
MaintenanceWindowTarget.add_member(:name, Shapes::ShapeRef.new(shape: MaintenanceWindowName, location_name: "Name"))
|
1974
|
+
MaintenanceWindowTarget.add_member(:description, Shapes::ShapeRef.new(shape: MaintenanceWindowDescription, location_name: "Description"))
|
1750
1975
|
MaintenanceWindowTarget.struct_class = Types::MaintenanceWindowTarget
|
1751
1976
|
|
1752
1977
|
MaintenanceWindowTargetList.member = Shapes::ShapeRef.new(shape: MaintenanceWindowTarget)
|
@@ -1762,8 +1987,16 @@ module Aws::SSM
|
|
1762
1987
|
MaintenanceWindowTask.add_member(:service_role_arn, Shapes::ShapeRef.new(shape: ServiceRole, location_name: "ServiceRoleArn"))
|
1763
1988
|
MaintenanceWindowTask.add_member(:max_concurrency, Shapes::ShapeRef.new(shape: MaxConcurrency, location_name: "MaxConcurrency"))
|
1764
1989
|
MaintenanceWindowTask.add_member(:max_errors, Shapes::ShapeRef.new(shape: MaxErrors, location_name: "MaxErrors"))
|
1990
|
+
MaintenanceWindowTask.add_member(:name, Shapes::ShapeRef.new(shape: MaintenanceWindowName, location_name: "Name"))
|
1991
|
+
MaintenanceWindowTask.add_member(:description, Shapes::ShapeRef.new(shape: MaintenanceWindowDescription, location_name: "Description"))
|
1765
1992
|
MaintenanceWindowTask.struct_class = Types::MaintenanceWindowTask
|
1766
1993
|
|
1994
|
+
MaintenanceWindowTaskInvocationParameters.add_member(:run_command, Shapes::ShapeRef.new(shape: MaintenanceWindowRunCommandParameters, location_name: "RunCommand"))
|
1995
|
+
MaintenanceWindowTaskInvocationParameters.add_member(:automation, Shapes::ShapeRef.new(shape: MaintenanceWindowAutomationParameters, location_name: "Automation"))
|
1996
|
+
MaintenanceWindowTaskInvocationParameters.add_member(:step_functions, Shapes::ShapeRef.new(shape: MaintenanceWindowStepFunctionsParameters, location_name: "StepFunctions"))
|
1997
|
+
MaintenanceWindowTaskInvocationParameters.add_member(:lambda, Shapes::ShapeRef.new(shape: MaintenanceWindowLambdaParameters, location_name: "Lambda"))
|
1998
|
+
MaintenanceWindowTaskInvocationParameters.struct_class = Types::MaintenanceWindowTaskInvocationParameters
|
1999
|
+
|
1767
2000
|
MaintenanceWindowTaskList.member = Shapes::ShapeRef.new(shape: MaintenanceWindowTask)
|
1768
2001
|
|
1769
2002
|
MaintenanceWindowTaskParameterValueExpression.add_member(:values, Shapes::ShapeRef.new(shape: MaintenanceWindowTaskParameterValueList, location_name: "Values"))
|
@@ -1784,6 +2017,10 @@ module Aws::SSM
|
|
1784
2017
|
|
1785
2018
|
ModifyDocumentPermissionResponse.struct_class = Types::ModifyDocumentPermissionResponse
|
1786
2019
|
|
2020
|
+
NonCompliantSummary.add_member(:non_compliant_count, Shapes::ShapeRef.new(shape: ComplianceSummaryCount, location_name: "NonCompliantCount"))
|
2021
|
+
NonCompliantSummary.add_member(:severity_summary, Shapes::ShapeRef.new(shape: SeveritySummary, location_name: "SeveritySummary"))
|
2022
|
+
NonCompliantSummary.struct_class = Types::NonCompliantSummary
|
2023
|
+
|
1787
2024
|
NormalStringMap.key = Shapes::ShapeRef.new(shape: String)
|
1788
2025
|
NormalStringMap.value = Shapes::ShapeRef.new(shape: String)
|
1789
2026
|
|
@@ -1930,6 +2167,16 @@ module Aws::SSM
|
|
1930
2167
|
|
1931
2168
|
PlatformTypeList.member = Shapes::ShapeRef.new(shape: PlatformType, location_name: "PlatformType")
|
1932
2169
|
|
2170
|
+
PutComplianceItemsRequest.add_member(:resource_id, Shapes::ShapeRef.new(shape: ComplianceResourceId, required: true, location_name: "ResourceId"))
|
2171
|
+
PutComplianceItemsRequest.add_member(:resource_type, Shapes::ShapeRef.new(shape: ComplianceResourceType, required: true, location_name: "ResourceType"))
|
2172
|
+
PutComplianceItemsRequest.add_member(:compliance_type, Shapes::ShapeRef.new(shape: ComplianceTypeName, required: true, location_name: "ComplianceType"))
|
2173
|
+
PutComplianceItemsRequest.add_member(:execution_summary, Shapes::ShapeRef.new(shape: ComplianceExecutionSummary, required: true, location_name: "ExecutionSummary"))
|
2174
|
+
PutComplianceItemsRequest.add_member(:items, Shapes::ShapeRef.new(shape: ComplianceItemEntryList, required: true, location_name: "Items"))
|
2175
|
+
PutComplianceItemsRequest.add_member(:item_content_hash, Shapes::ShapeRef.new(shape: ComplianceItemContentHash, location_name: "ItemContentHash"))
|
2176
|
+
PutComplianceItemsRequest.struct_class = Types::PutComplianceItemsRequest
|
2177
|
+
|
2178
|
+
PutComplianceItemsResult.struct_class = Types::PutComplianceItemsResult
|
2179
|
+
|
1933
2180
|
PutInventoryRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
|
1934
2181
|
PutInventoryRequest.add_member(:items, Shapes::ShapeRef.new(shape: InventoryItemList, required: true, location_name: "Items"))
|
1935
2182
|
PutInventoryRequest.struct_class = Types::PutInventoryRequest
|
@@ -1965,6 +2212,8 @@ module Aws::SSM
|
|
1965
2212
|
RegisterTargetWithMaintenanceWindowRequest.add_member(:resource_type, Shapes::ShapeRef.new(shape: MaintenanceWindowResourceType, required: true, location_name: "ResourceType"))
|
1966
2213
|
RegisterTargetWithMaintenanceWindowRequest.add_member(:targets, Shapes::ShapeRef.new(shape: Targets, required: true, location_name: "Targets"))
|
1967
2214
|
RegisterTargetWithMaintenanceWindowRequest.add_member(:owner_information, Shapes::ShapeRef.new(shape: OwnerInformation, location_name: "OwnerInformation"))
|
2215
|
+
RegisterTargetWithMaintenanceWindowRequest.add_member(:name, Shapes::ShapeRef.new(shape: MaintenanceWindowName, location_name: "Name"))
|
2216
|
+
RegisterTargetWithMaintenanceWindowRequest.add_member(:description, Shapes::ShapeRef.new(shape: MaintenanceWindowDescription, location_name: "Description"))
|
1968
2217
|
RegisterTargetWithMaintenanceWindowRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
1969
2218
|
RegisterTargetWithMaintenanceWindowRequest.struct_class = Types::RegisterTargetWithMaintenanceWindowRequest
|
1970
2219
|
|
@@ -1977,10 +2226,13 @@ module Aws::SSM
|
|
1977
2226
|
RegisterTaskWithMaintenanceWindowRequest.add_member(:service_role_arn, Shapes::ShapeRef.new(shape: ServiceRole, required: true, location_name: "ServiceRoleArn"))
|
1978
2227
|
RegisterTaskWithMaintenanceWindowRequest.add_member(:task_type, Shapes::ShapeRef.new(shape: MaintenanceWindowTaskType, required: true, location_name: "TaskType"))
|
1979
2228
|
RegisterTaskWithMaintenanceWindowRequest.add_member(:task_parameters, Shapes::ShapeRef.new(shape: MaintenanceWindowTaskParameters, location_name: "TaskParameters"))
|
2229
|
+
RegisterTaskWithMaintenanceWindowRequest.add_member(:task_invocation_parameters, Shapes::ShapeRef.new(shape: MaintenanceWindowTaskInvocationParameters, location_name: "TaskInvocationParameters"))
|
1980
2230
|
RegisterTaskWithMaintenanceWindowRequest.add_member(:priority, Shapes::ShapeRef.new(shape: MaintenanceWindowTaskPriority, location_name: "Priority", metadata: {"box"=>true}))
|
1981
2231
|
RegisterTaskWithMaintenanceWindowRequest.add_member(:max_concurrency, Shapes::ShapeRef.new(shape: MaxConcurrency, required: true, location_name: "MaxConcurrency"))
|
1982
2232
|
RegisterTaskWithMaintenanceWindowRequest.add_member(:max_errors, Shapes::ShapeRef.new(shape: MaxErrors, required: true, location_name: "MaxErrors"))
|
1983
2233
|
RegisterTaskWithMaintenanceWindowRequest.add_member(:logging_info, Shapes::ShapeRef.new(shape: LoggingInfo, location_name: "LoggingInfo"))
|
2234
|
+
RegisterTaskWithMaintenanceWindowRequest.add_member(:name, Shapes::ShapeRef.new(shape: MaintenanceWindowName, location_name: "Name"))
|
2235
|
+
RegisterTaskWithMaintenanceWindowRequest.add_member(:description, Shapes::ShapeRef.new(shape: MaintenanceWindowDescription, location_name: "Description"))
|
1984
2236
|
RegisterTaskWithMaintenanceWindowRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
1985
2237
|
RegisterTaskWithMaintenanceWindowRequest.struct_class = Types::RegisterTaskWithMaintenanceWindowRequest
|
1986
2238
|
|
@@ -1994,6 +2246,18 @@ module Aws::SSM
|
|
1994
2246
|
|
1995
2247
|
RemoveTagsFromResourceResult.struct_class = Types::RemoveTagsFromResourceResult
|
1996
2248
|
|
2249
|
+
ResourceComplianceSummaryItem.add_member(:compliance_type, Shapes::ShapeRef.new(shape: ComplianceTypeName, location_name: "ComplianceType"))
|
2250
|
+
ResourceComplianceSummaryItem.add_member(:resource_type, Shapes::ShapeRef.new(shape: ComplianceResourceType, location_name: "ResourceType"))
|
2251
|
+
ResourceComplianceSummaryItem.add_member(:resource_id, Shapes::ShapeRef.new(shape: ComplianceResourceId, location_name: "ResourceId"))
|
2252
|
+
ResourceComplianceSummaryItem.add_member(:status, Shapes::ShapeRef.new(shape: ComplianceStatus, location_name: "Status"))
|
2253
|
+
ResourceComplianceSummaryItem.add_member(:overall_severity, Shapes::ShapeRef.new(shape: ComplianceSeverity, location_name: "OverallSeverity"))
|
2254
|
+
ResourceComplianceSummaryItem.add_member(:execution_summary, Shapes::ShapeRef.new(shape: ComplianceExecutionSummary, location_name: "ExecutionSummary"))
|
2255
|
+
ResourceComplianceSummaryItem.add_member(:compliant_summary, Shapes::ShapeRef.new(shape: CompliantSummary, location_name: "CompliantSummary"))
|
2256
|
+
ResourceComplianceSummaryItem.add_member(:non_compliant_summary, Shapes::ShapeRef.new(shape: NonCompliantSummary, location_name: "NonCompliantSummary"))
|
2257
|
+
ResourceComplianceSummaryItem.struct_class = Types::ResourceComplianceSummaryItem
|
2258
|
+
|
2259
|
+
ResourceComplianceSummaryItemList.member = Shapes::ShapeRef.new(shape: ResourceComplianceSummaryItem, location_name: "Item")
|
2260
|
+
|
1997
2261
|
ResourceDataSyncItem.add_member(:sync_name, Shapes::ShapeRef.new(shape: ResourceDataSyncName, location_name: "SyncName"))
|
1998
2262
|
ResourceDataSyncItem.add_member(:s3_destination, Shapes::ShapeRef.new(shape: ResourceDataSyncS3Destination, location_name: "S3Destination"))
|
1999
2263
|
ResourceDataSyncItem.add_member(:last_sync_time, Shapes::ShapeRef.new(shape: LastResourceDataSyncTime, location_name: "LastSyncTime"))
|
@@ -2050,6 +2314,14 @@ module Aws::SSM
|
|
2050
2314
|
SendCommandResult.add_member(:command, Shapes::ShapeRef.new(shape: Command, location_name: "Command"))
|
2051
2315
|
SendCommandResult.struct_class = Types::SendCommandResult
|
2052
2316
|
|
2317
|
+
SeveritySummary.add_member(:critical_count, Shapes::ShapeRef.new(shape: ComplianceSummaryCount, location_name: "CriticalCount"))
|
2318
|
+
SeveritySummary.add_member(:high_count, Shapes::ShapeRef.new(shape: ComplianceSummaryCount, location_name: "HighCount"))
|
2319
|
+
SeveritySummary.add_member(:medium_count, Shapes::ShapeRef.new(shape: ComplianceSummaryCount, location_name: "MediumCount"))
|
2320
|
+
SeveritySummary.add_member(:low_count, Shapes::ShapeRef.new(shape: ComplianceSummaryCount, location_name: "LowCount"))
|
2321
|
+
SeveritySummary.add_member(:informational_count, Shapes::ShapeRef.new(shape: ComplianceSummaryCount, location_name: "InformationalCount"))
|
2322
|
+
SeveritySummary.add_member(:unspecified_count, Shapes::ShapeRef.new(shape: ComplianceSummaryCount, location_name: "UnspecifiedCount"))
|
2323
|
+
SeveritySummary.struct_class = Types::SeveritySummary
|
2324
|
+
|
2053
2325
|
StartAutomationExecutionRequest.add_member(:document_name, Shapes::ShapeRef.new(shape: DocumentARN, required: true, location_name: "DocumentName"))
|
2054
2326
|
StartAutomationExecutionRequest.add_member(:document_version, Shapes::ShapeRef.new(shape: DocumentVersion, location_name: "DocumentVersion", metadata: {"box"=>true}))
|
2055
2327
|
StartAutomationExecutionRequest.add_member(:parameters, Shapes::ShapeRef.new(shape: AutomationParameterMap, location_name: "Parameters"))
|
@@ -2131,15 +2403,18 @@ module Aws::SSM
|
|
2131
2403
|
|
2132
2404
|
UpdateMaintenanceWindowRequest.add_member(:window_id, Shapes::ShapeRef.new(shape: MaintenanceWindowId, required: true, location_name: "WindowId"))
|
2133
2405
|
UpdateMaintenanceWindowRequest.add_member(:name, Shapes::ShapeRef.new(shape: MaintenanceWindowName, location_name: "Name"))
|
2406
|
+
UpdateMaintenanceWindowRequest.add_member(:description, Shapes::ShapeRef.new(shape: MaintenanceWindowDescription, location_name: "Description"))
|
2134
2407
|
UpdateMaintenanceWindowRequest.add_member(:schedule, Shapes::ShapeRef.new(shape: MaintenanceWindowSchedule, location_name: "Schedule"))
|
2135
2408
|
UpdateMaintenanceWindowRequest.add_member(:duration, Shapes::ShapeRef.new(shape: MaintenanceWindowDurationHours, location_name: "Duration", metadata: {"box"=>true}))
|
2136
2409
|
UpdateMaintenanceWindowRequest.add_member(:cutoff, Shapes::ShapeRef.new(shape: MaintenanceWindowCutoff, location_name: "Cutoff", metadata: {"box"=>true}))
|
2137
2410
|
UpdateMaintenanceWindowRequest.add_member(:allow_unassociated_targets, Shapes::ShapeRef.new(shape: MaintenanceWindowAllowUnassociatedTargets, location_name: "AllowUnassociatedTargets", metadata: {"box"=>true}))
|
2138
2411
|
UpdateMaintenanceWindowRequest.add_member(:enabled, Shapes::ShapeRef.new(shape: MaintenanceWindowEnabled, location_name: "Enabled", metadata: {"box"=>true}))
|
2412
|
+
UpdateMaintenanceWindowRequest.add_member(:replace, Shapes::ShapeRef.new(shape: Boolean, location_name: "Replace", metadata: {"box"=>true}))
|
2139
2413
|
UpdateMaintenanceWindowRequest.struct_class = Types::UpdateMaintenanceWindowRequest
|
2140
2414
|
|
2141
2415
|
UpdateMaintenanceWindowResult.add_member(:window_id, Shapes::ShapeRef.new(shape: MaintenanceWindowId, location_name: "WindowId"))
|
2142
2416
|
UpdateMaintenanceWindowResult.add_member(:name, Shapes::ShapeRef.new(shape: MaintenanceWindowName, location_name: "Name"))
|
2417
|
+
UpdateMaintenanceWindowResult.add_member(:description, Shapes::ShapeRef.new(shape: MaintenanceWindowDescription, location_name: "Description"))
|
2143
2418
|
UpdateMaintenanceWindowResult.add_member(:schedule, Shapes::ShapeRef.new(shape: MaintenanceWindowSchedule, location_name: "Schedule"))
|
2144
2419
|
UpdateMaintenanceWindowResult.add_member(:duration, Shapes::ShapeRef.new(shape: MaintenanceWindowDurationHours, location_name: "Duration"))
|
2145
2420
|
UpdateMaintenanceWindowResult.add_member(:cutoff, Shapes::ShapeRef.new(shape: MaintenanceWindowCutoff, location_name: "Cutoff"))
|
@@ -2147,6 +2422,54 @@ module Aws::SSM
|
|
2147
2422
|
UpdateMaintenanceWindowResult.add_member(:enabled, Shapes::ShapeRef.new(shape: MaintenanceWindowEnabled, location_name: "Enabled"))
|
2148
2423
|
UpdateMaintenanceWindowResult.struct_class = Types::UpdateMaintenanceWindowResult
|
2149
2424
|
|
2425
|
+
UpdateMaintenanceWindowTargetRequest.add_member(:window_id, Shapes::ShapeRef.new(shape: MaintenanceWindowId, required: true, location_name: "WindowId"))
|
2426
|
+
UpdateMaintenanceWindowTargetRequest.add_member(:window_target_id, Shapes::ShapeRef.new(shape: MaintenanceWindowTargetId, required: true, location_name: "WindowTargetId"))
|
2427
|
+
UpdateMaintenanceWindowTargetRequest.add_member(:targets, Shapes::ShapeRef.new(shape: Targets, location_name: "Targets"))
|
2428
|
+
UpdateMaintenanceWindowTargetRequest.add_member(:owner_information, Shapes::ShapeRef.new(shape: OwnerInformation, location_name: "OwnerInformation"))
|
2429
|
+
UpdateMaintenanceWindowTargetRequest.add_member(:name, Shapes::ShapeRef.new(shape: MaintenanceWindowName, location_name: "Name"))
|
2430
|
+
UpdateMaintenanceWindowTargetRequest.add_member(:description, Shapes::ShapeRef.new(shape: MaintenanceWindowDescription, location_name: "Description"))
|
2431
|
+
UpdateMaintenanceWindowTargetRequest.add_member(:replace, Shapes::ShapeRef.new(shape: Boolean, location_name: "Replace", metadata: {"box"=>true}))
|
2432
|
+
UpdateMaintenanceWindowTargetRequest.struct_class = Types::UpdateMaintenanceWindowTargetRequest
|
2433
|
+
|
2434
|
+
UpdateMaintenanceWindowTargetResult.add_member(:window_id, Shapes::ShapeRef.new(shape: MaintenanceWindowId, location_name: "WindowId"))
|
2435
|
+
UpdateMaintenanceWindowTargetResult.add_member(:window_target_id, Shapes::ShapeRef.new(shape: MaintenanceWindowTargetId, location_name: "WindowTargetId"))
|
2436
|
+
UpdateMaintenanceWindowTargetResult.add_member(:targets, Shapes::ShapeRef.new(shape: Targets, location_name: "Targets"))
|
2437
|
+
UpdateMaintenanceWindowTargetResult.add_member(:owner_information, Shapes::ShapeRef.new(shape: OwnerInformation, location_name: "OwnerInformation"))
|
2438
|
+
UpdateMaintenanceWindowTargetResult.add_member(:name, Shapes::ShapeRef.new(shape: MaintenanceWindowName, location_name: "Name"))
|
2439
|
+
UpdateMaintenanceWindowTargetResult.add_member(:description, Shapes::ShapeRef.new(shape: MaintenanceWindowDescription, location_name: "Description"))
|
2440
|
+
UpdateMaintenanceWindowTargetResult.struct_class = Types::UpdateMaintenanceWindowTargetResult
|
2441
|
+
|
2442
|
+
UpdateMaintenanceWindowTaskRequest.add_member(:window_id, Shapes::ShapeRef.new(shape: MaintenanceWindowId, required: true, location_name: "WindowId"))
|
2443
|
+
UpdateMaintenanceWindowTaskRequest.add_member(:window_task_id, Shapes::ShapeRef.new(shape: MaintenanceWindowTaskId, required: true, location_name: "WindowTaskId"))
|
2444
|
+
UpdateMaintenanceWindowTaskRequest.add_member(:targets, Shapes::ShapeRef.new(shape: Targets, location_name: "Targets"))
|
2445
|
+
UpdateMaintenanceWindowTaskRequest.add_member(:task_arn, Shapes::ShapeRef.new(shape: MaintenanceWindowTaskArn, location_name: "TaskArn"))
|
2446
|
+
UpdateMaintenanceWindowTaskRequest.add_member(:service_role_arn, Shapes::ShapeRef.new(shape: ServiceRole, location_name: "ServiceRoleArn"))
|
2447
|
+
UpdateMaintenanceWindowTaskRequest.add_member(:task_parameters, Shapes::ShapeRef.new(shape: MaintenanceWindowTaskParameters, location_name: "TaskParameters"))
|
2448
|
+
UpdateMaintenanceWindowTaskRequest.add_member(:task_invocation_parameters, Shapes::ShapeRef.new(shape: MaintenanceWindowTaskInvocationParameters, location_name: "TaskInvocationParameters"))
|
2449
|
+
UpdateMaintenanceWindowTaskRequest.add_member(:priority, Shapes::ShapeRef.new(shape: MaintenanceWindowTaskPriority, location_name: "Priority", metadata: {"box"=>true}))
|
2450
|
+
UpdateMaintenanceWindowTaskRequest.add_member(:max_concurrency, Shapes::ShapeRef.new(shape: MaxConcurrency, location_name: "MaxConcurrency"))
|
2451
|
+
UpdateMaintenanceWindowTaskRequest.add_member(:max_errors, Shapes::ShapeRef.new(shape: MaxErrors, location_name: "MaxErrors"))
|
2452
|
+
UpdateMaintenanceWindowTaskRequest.add_member(:logging_info, Shapes::ShapeRef.new(shape: LoggingInfo, location_name: "LoggingInfo"))
|
2453
|
+
UpdateMaintenanceWindowTaskRequest.add_member(:name, Shapes::ShapeRef.new(shape: MaintenanceWindowName, location_name: "Name"))
|
2454
|
+
UpdateMaintenanceWindowTaskRequest.add_member(:description, Shapes::ShapeRef.new(shape: MaintenanceWindowDescription, location_name: "Description"))
|
2455
|
+
UpdateMaintenanceWindowTaskRequest.add_member(:replace, Shapes::ShapeRef.new(shape: Boolean, location_name: "Replace", metadata: {"box"=>true}))
|
2456
|
+
UpdateMaintenanceWindowTaskRequest.struct_class = Types::UpdateMaintenanceWindowTaskRequest
|
2457
|
+
|
2458
|
+
UpdateMaintenanceWindowTaskResult.add_member(:window_id, Shapes::ShapeRef.new(shape: MaintenanceWindowId, location_name: "WindowId"))
|
2459
|
+
UpdateMaintenanceWindowTaskResult.add_member(:window_task_id, Shapes::ShapeRef.new(shape: MaintenanceWindowTaskId, location_name: "WindowTaskId"))
|
2460
|
+
UpdateMaintenanceWindowTaskResult.add_member(:targets, Shapes::ShapeRef.new(shape: Targets, location_name: "Targets"))
|
2461
|
+
UpdateMaintenanceWindowTaskResult.add_member(:task_arn, Shapes::ShapeRef.new(shape: MaintenanceWindowTaskArn, location_name: "TaskArn"))
|
2462
|
+
UpdateMaintenanceWindowTaskResult.add_member(:service_role_arn, Shapes::ShapeRef.new(shape: ServiceRole, location_name: "ServiceRoleArn"))
|
2463
|
+
UpdateMaintenanceWindowTaskResult.add_member(:task_parameters, Shapes::ShapeRef.new(shape: MaintenanceWindowTaskParameters, location_name: "TaskParameters"))
|
2464
|
+
UpdateMaintenanceWindowTaskResult.add_member(:task_invocation_parameters, Shapes::ShapeRef.new(shape: MaintenanceWindowTaskInvocationParameters, location_name: "TaskInvocationParameters"))
|
2465
|
+
UpdateMaintenanceWindowTaskResult.add_member(:priority, Shapes::ShapeRef.new(shape: MaintenanceWindowTaskPriority, location_name: "Priority"))
|
2466
|
+
UpdateMaintenanceWindowTaskResult.add_member(:max_concurrency, Shapes::ShapeRef.new(shape: MaxConcurrency, location_name: "MaxConcurrency"))
|
2467
|
+
UpdateMaintenanceWindowTaskResult.add_member(:max_errors, Shapes::ShapeRef.new(shape: MaxErrors, location_name: "MaxErrors"))
|
2468
|
+
UpdateMaintenanceWindowTaskResult.add_member(:logging_info, Shapes::ShapeRef.new(shape: LoggingInfo, location_name: "LoggingInfo"))
|
2469
|
+
UpdateMaintenanceWindowTaskResult.add_member(:name, Shapes::ShapeRef.new(shape: MaintenanceWindowName, location_name: "Name"))
|
2470
|
+
UpdateMaintenanceWindowTaskResult.add_member(:description, Shapes::ShapeRef.new(shape: MaintenanceWindowDescription, location_name: "Description"))
|
2471
|
+
UpdateMaintenanceWindowTaskResult.struct_class = Types::UpdateMaintenanceWindowTaskResult
|
2472
|
+
|
2150
2473
|
UpdateManagedInstanceRoleRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: ManagedInstanceId, required: true, location_name: "InstanceId"))
|
2151
2474
|
UpdateManagedInstanceRoleRequest.add_member(:iam_role, Shapes::ShapeRef.new(shape: IamRole, required: true, location_name: "IamRole"))
|
2152
2475
|
UpdateManagedInstanceRoleRequest.struct_class = Types::UpdateManagedInstanceRoleRequest
|
@@ -2422,6 +2745,7 @@ module Aws::SSM
|
|
2422
2745
|
o.output = Shapes::ShapeRef.new(shape: DeregisterTargetFromMaintenanceWindowResult)
|
2423
2746
|
o.errors << Shapes::ShapeRef.new(shape: DoesNotExistException)
|
2424
2747
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
2748
|
+
o.errors << Shapes::ShapeRef.new(shape: TargetInUseException)
|
2425
2749
|
end)
|
2426
2750
|
|
2427
2751
|
api.add_operation(:deregister_task_from_maintenance_window, Seahorse::Model::Operation.new.tap do |o|
|
@@ -2802,6 +3126,26 @@ module Aws::SSM
|
|
2802
3126
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
2803
3127
|
end)
|
2804
3128
|
|
3129
|
+
api.add_operation(:get_maintenance_window_execution_task_invocation, Seahorse::Model::Operation.new.tap do |o|
|
3130
|
+
o.name = "GetMaintenanceWindowExecutionTaskInvocation"
|
3131
|
+
o.http_method = "POST"
|
3132
|
+
o.http_request_uri = "/"
|
3133
|
+
o.input = Shapes::ShapeRef.new(shape: GetMaintenanceWindowExecutionTaskInvocationRequest)
|
3134
|
+
o.output = Shapes::ShapeRef.new(shape: GetMaintenanceWindowExecutionTaskInvocationResult)
|
3135
|
+
o.errors << Shapes::ShapeRef.new(shape: DoesNotExistException)
|
3136
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
3137
|
+
end)
|
3138
|
+
|
3139
|
+
api.add_operation(:get_maintenance_window_task, Seahorse::Model::Operation.new.tap do |o|
|
3140
|
+
o.name = "GetMaintenanceWindowTask"
|
3141
|
+
o.http_method = "POST"
|
3142
|
+
o.http_request_uri = "/"
|
3143
|
+
o.input = Shapes::ShapeRef.new(shape: GetMaintenanceWindowTaskRequest)
|
3144
|
+
o.output = Shapes::ShapeRef.new(shape: GetMaintenanceWindowTaskResult)
|
3145
|
+
o.errors << Shapes::ShapeRef.new(shape: DoesNotExistException)
|
3146
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
3147
|
+
end)
|
3148
|
+
|
2805
3149
|
api.add_operation(:get_parameter, Seahorse::Model::Operation.new.tap do |o|
|
2806
3150
|
o.name = "GetParameter"
|
2807
3151
|
o.http_method = "POST"
|
@@ -2935,6 +3279,30 @@ module Aws::SSM
|
|
2935
3279
|
)
|
2936
3280
|
end)
|
2937
3281
|
|
3282
|
+
api.add_operation(:list_compliance_items, Seahorse::Model::Operation.new.tap do |o|
|
3283
|
+
o.name = "ListComplianceItems"
|
3284
|
+
o.http_method = "POST"
|
3285
|
+
o.http_request_uri = "/"
|
3286
|
+
o.input = Shapes::ShapeRef.new(shape: ListComplianceItemsRequest)
|
3287
|
+
o.output = Shapes::ShapeRef.new(shape: ListComplianceItemsResult)
|
3288
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidResourceType)
|
3289
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidResourceId)
|
3290
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
3291
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidFilter)
|
3292
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidNextToken)
|
3293
|
+
end)
|
3294
|
+
|
3295
|
+
api.add_operation(:list_compliance_summaries, Seahorse::Model::Operation.new.tap do |o|
|
3296
|
+
o.name = "ListComplianceSummaries"
|
3297
|
+
o.http_method = "POST"
|
3298
|
+
o.http_request_uri = "/"
|
3299
|
+
o.input = Shapes::ShapeRef.new(shape: ListComplianceSummariesRequest)
|
3300
|
+
o.output = Shapes::ShapeRef.new(shape: ListComplianceSummariesResult)
|
3301
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidFilter)
|
3302
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidNextToken)
|
3303
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
3304
|
+
end)
|
3305
|
+
|
2938
3306
|
api.add_operation(:list_document_versions, Seahorse::Model::Operation.new.tap do |o|
|
2939
3307
|
o.name = "ListDocumentVersions"
|
2940
3308
|
o.http_method = "POST"
|
@@ -2976,6 +3344,17 @@ module Aws::SSM
|
|
2976
3344
|
o.errors << Shapes::ShapeRef.new(shape: InvalidNextToken)
|
2977
3345
|
end)
|
2978
3346
|
|
3347
|
+
api.add_operation(:list_resource_compliance_summaries, Seahorse::Model::Operation.new.tap do |o|
|
3348
|
+
o.name = "ListResourceComplianceSummaries"
|
3349
|
+
o.http_method = "POST"
|
3350
|
+
o.http_request_uri = "/"
|
3351
|
+
o.input = Shapes::ShapeRef.new(shape: ListResourceComplianceSummariesRequest)
|
3352
|
+
o.output = Shapes::ShapeRef.new(shape: ListResourceComplianceSummariesResult)
|
3353
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidFilter)
|
3354
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidNextToken)
|
3355
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
3356
|
+
end)
|
3357
|
+
|
2979
3358
|
api.add_operation(:list_resource_data_sync, Seahorse::Model::Operation.new.tap do |o|
|
2980
3359
|
o.name = "ListResourceDataSync"
|
2981
3360
|
o.http_method = "POST"
|
@@ -3010,6 +3389,21 @@ module Aws::SSM
|
|
3010
3389
|
o.errors << Shapes::ShapeRef.new(shape: DocumentLimitExceeded)
|
3011
3390
|
end)
|
3012
3391
|
|
3392
|
+
api.add_operation(:put_compliance_items, Seahorse::Model::Operation.new.tap do |o|
|
3393
|
+
o.name = "PutComplianceItems"
|
3394
|
+
o.http_method = "POST"
|
3395
|
+
o.http_request_uri = "/"
|
3396
|
+
o.input = Shapes::ShapeRef.new(shape: PutComplianceItemsRequest)
|
3397
|
+
o.output = Shapes::ShapeRef.new(shape: PutComplianceItemsResult)
|
3398
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
3399
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidItemContentException)
|
3400
|
+
o.errors << Shapes::ShapeRef.new(shape: TotalSizeLimitExceededException)
|
3401
|
+
o.errors << Shapes::ShapeRef.new(shape: ItemSizeLimitExceededException)
|
3402
|
+
o.errors << Shapes::ShapeRef.new(shape: ComplianceTypeCountLimitExceededException)
|
3403
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidResourceType)
|
3404
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidResourceId)
|
3405
|
+
end)
|
3406
|
+
|
3013
3407
|
api.add_operation(:put_inventory, Seahorse::Model::Operation.new.tap do |o|
|
3014
3408
|
o.name = "PutInventory"
|
3015
3409
|
o.http_method = "POST"
|
@@ -3025,6 +3419,9 @@ module Aws::SSM
|
|
3025
3419
|
o.errors << Shapes::ShapeRef.new(shape: ItemContentMismatchException)
|
3026
3420
|
o.errors << Shapes::ShapeRef.new(shape: CustomSchemaCountLimitExceededException)
|
3027
3421
|
o.errors << Shapes::ShapeRef.new(shape: UnsupportedInventorySchemaVersionException)
|
3422
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedInventoryItemContextException)
|
3423
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInventoryItemContextException)
|
3424
|
+
o.errors << Shapes::ShapeRef.new(shape: SubTypeCountLimitExceededException)
|
3028
3425
|
end)
|
3029
3426
|
|
3030
3427
|
api.add_operation(:put_parameter, Seahorse::Model::Operation.new.tap do |o|
|
@@ -3090,6 +3487,7 @@ module Aws::SSM
|
|
3090
3487
|
o.errors << Shapes::ShapeRef.new(shape: IdempotentParameterMismatch)
|
3091
3488
|
o.errors << Shapes::ShapeRef.new(shape: DoesNotExistException)
|
3092
3489
|
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceededException)
|
3490
|
+
o.errors << Shapes::ShapeRef.new(shape: FeatureNotAvailableException)
|
3093
3491
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
3094
3492
|
end)
|
3095
3493
|
|
@@ -3226,6 +3624,26 @@ module Aws::SSM
|
|
3226
3624
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
3227
3625
|
end)
|
3228
3626
|
|
3627
|
+
api.add_operation(:update_maintenance_window_target, Seahorse::Model::Operation.new.tap do |o|
|
3628
|
+
o.name = "UpdateMaintenanceWindowTarget"
|
3629
|
+
o.http_method = "POST"
|
3630
|
+
o.http_request_uri = "/"
|
3631
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateMaintenanceWindowTargetRequest)
|
3632
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateMaintenanceWindowTargetResult)
|
3633
|
+
o.errors << Shapes::ShapeRef.new(shape: DoesNotExistException)
|
3634
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
3635
|
+
end)
|
3636
|
+
|
3637
|
+
api.add_operation(:update_maintenance_window_task, Seahorse::Model::Operation.new.tap do |o|
|
3638
|
+
o.name = "UpdateMaintenanceWindowTask"
|
3639
|
+
o.http_method = "POST"
|
3640
|
+
o.http_request_uri = "/"
|
3641
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateMaintenanceWindowTaskRequest)
|
3642
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateMaintenanceWindowTaskResult)
|
3643
|
+
o.errors << Shapes::ShapeRef.new(shape: DoesNotExistException)
|
3644
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
3645
|
+
end)
|
3646
|
+
|
3229
3647
|
api.add_operation(:update_managed_instance_role, Seahorse::Model::Operation.new.tap do |o|
|
3230
3648
|
o.name = "UpdateManagedInstanceRole"
|
3231
3649
|
o.http_method = "POST"
|