aws-sdk-ssm 1.216.0 → 1.217.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ssm/client.rb +398 -13
- data/lib/aws-sdk-ssm/client_api.rb +248 -0
- data/lib/aws-sdk-ssm/errors.rb +16 -0
- data/lib/aws-sdk-ssm/types.rb +577 -18
- data/lib/aws-sdk-ssm.rb +1 -1
- data/sig/client.rbs +98 -7
- data/sig/errors.rbs +3 -0
- data/sig/params.rbs +19 -0
- data/sig/types.rbs +171 -8
- metadata +1 -1
|
@@ -135,6 +135,17 @@ module Aws::SSM
|
|
|
135
135
|
AutomationSubtype = Shapes::StringShape.new(name: 'AutomationSubtype')
|
|
136
136
|
AutomationTargetParameterName = Shapes::StringShape.new(name: 'AutomationTargetParameterName')
|
|
137
137
|
AutomationType = Shapes::StringShape.new(name: 'AutomationType')
|
|
138
|
+
AvailabilityZone = Shapes::StringShape.new(name: 'AvailabilityZone')
|
|
139
|
+
AvailabilityZoneId = Shapes::StringShape.new(name: 'AvailabilityZoneId')
|
|
140
|
+
AzureApplicationDisplayName = Shapes::StringShape.new(name: 'AzureApplicationDisplayName')
|
|
141
|
+
AzureApplicationId = Shapes::StringShape.new(name: 'AzureApplicationId')
|
|
142
|
+
AzureConfiguration = Shapes::StructureShape.new(name: 'AzureConfiguration')
|
|
143
|
+
AzureSubscription = Shapes::StructureShape.new(name: 'AzureSubscription')
|
|
144
|
+
AzureSubscriptionDisplayName = Shapes::StringShape.new(name: 'AzureSubscriptionDisplayName')
|
|
145
|
+
AzureSubscriptionId = Shapes::StringShape.new(name: 'AzureSubscriptionId')
|
|
146
|
+
AzureSubscriptionList = Shapes::ListShape.new(name: 'AzureSubscriptionList')
|
|
147
|
+
AzureTenantDisplayName = Shapes::StringShape.new(name: 'AzureTenantDisplayName')
|
|
148
|
+
AzureTenantId = Shapes::StringShape.new(name: 'AzureTenantId')
|
|
138
149
|
BaselineDescription = Shapes::StringShape.new(name: 'BaselineDescription')
|
|
139
150
|
BaselineId = Shapes::StringShape.new(name: 'BaselineId')
|
|
140
151
|
BaselineName = Shapes::StringShape.new(name: 'BaselineName')
|
|
@@ -154,6 +165,19 @@ module Aws::SSM
|
|
|
154
165
|
ChangeDetailsValue = Shapes::StringShape.new(name: 'ChangeDetailsValue')
|
|
155
166
|
ChangeRequestName = Shapes::StringShape.new(name: 'ChangeRequestName')
|
|
156
167
|
ClientToken = Shapes::StringShape.new(name: 'ClientToken')
|
|
168
|
+
CloudConnectorArn = Shapes::StringShape.new(name: 'CloudConnectorArn')
|
|
169
|
+
CloudConnectorConfiguration = Shapes::UnionShape.new(name: 'CloudConnectorConfiguration')
|
|
170
|
+
CloudConnectorDescription = Shapes::StringShape.new(name: 'CloudConnectorDescription')
|
|
171
|
+
CloudConnectorFilter = Shapes::StructureShape.new(name: 'CloudConnectorFilter')
|
|
172
|
+
CloudConnectorFilterKey = Shapes::StringShape.new(name: 'CloudConnectorFilterKey')
|
|
173
|
+
CloudConnectorFilterList = Shapes::ListShape.new(name: 'CloudConnectorFilterList')
|
|
174
|
+
CloudConnectorFilterValue = Shapes::StringShape.new(name: 'CloudConnectorFilterValue')
|
|
175
|
+
CloudConnectorFilterValues = Shapes::ListShape.new(name: 'CloudConnectorFilterValues')
|
|
176
|
+
CloudConnectorIamRoleArn = Shapes::StringShape.new(name: 'CloudConnectorIamRoleArn')
|
|
177
|
+
CloudConnectorId = Shapes::StringShape.new(name: 'CloudConnectorId')
|
|
178
|
+
CloudConnectorMaxResults = Shapes::IntegerShape.new(name: 'CloudConnectorMaxResults')
|
|
179
|
+
CloudConnectorSummary = Shapes::StructureShape.new(name: 'CloudConnectorSummary')
|
|
180
|
+
CloudConnectorSummaryList = Shapes::ListShape.new(name: 'CloudConnectorSummaryList')
|
|
157
181
|
CloudWatchLogGroupName = Shapes::StringShape.new(name: 'CloudWatchLogGroupName')
|
|
158
182
|
CloudWatchOutputConfig = Shapes::StructureShape.new(name: 'CloudWatchOutputConfig')
|
|
159
183
|
CloudWatchOutputEnabled = Shapes::BooleanShape.new(name: 'CloudWatchOutputEnabled')
|
|
@@ -207,6 +231,9 @@ module Aws::SSM
|
|
|
207
231
|
ComplianceUploadType = Shapes::StringShape.new(name: 'ComplianceUploadType')
|
|
208
232
|
CompliantSummary = Shapes::StructureShape.new(name: 'CompliantSummary')
|
|
209
233
|
ComputerName = Shapes::StringShape.new(name: 'ComputerName')
|
|
234
|
+
ConfigConnectorArn = Shapes::StringShape.new(name: 'ConfigConnectorArn')
|
|
235
|
+
ConfigurationTargets = Shapes::UnionShape.new(name: 'ConfigurationTargets')
|
|
236
|
+
ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
|
|
210
237
|
ConnectionStatus = Shapes::StringShape.new(name: 'ConnectionStatus')
|
|
211
238
|
ContentLength = Shapes::IntegerShape.new(name: 'ContentLength')
|
|
212
239
|
CreateActivationRequest = Shapes::StructureShape.new(name: 'CreateActivationRequest')
|
|
@@ -217,6 +244,8 @@ module Aws::SSM
|
|
|
217
244
|
CreateAssociationBatchResult = Shapes::StructureShape.new(name: 'CreateAssociationBatchResult')
|
|
218
245
|
CreateAssociationRequest = Shapes::StructureShape.new(name: 'CreateAssociationRequest')
|
|
219
246
|
CreateAssociationResult = Shapes::StructureShape.new(name: 'CreateAssociationResult')
|
|
247
|
+
CreateCloudConnectorRequest = Shapes::StructureShape.new(name: 'CreateCloudConnectorRequest')
|
|
248
|
+
CreateCloudConnectorResult = Shapes::StructureShape.new(name: 'CreateCloudConnectorResult')
|
|
220
249
|
CreateDocumentRequest = Shapes::StructureShape.new(name: 'CreateDocumentRequest')
|
|
221
250
|
CreateDocumentResult = Shapes::StructureShape.new(name: 'CreateDocumentResult')
|
|
222
251
|
CreateMaintenanceWindowRequest = Shapes::StructureShape.new(name: 'CreateMaintenanceWindowRequest')
|
|
@@ -239,6 +268,8 @@ module Aws::SSM
|
|
|
239
268
|
DeleteActivationResult = Shapes::StructureShape.new(name: 'DeleteActivationResult')
|
|
240
269
|
DeleteAssociationRequest = Shapes::StructureShape.new(name: 'DeleteAssociationRequest')
|
|
241
270
|
DeleteAssociationResult = Shapes::StructureShape.new(name: 'DeleteAssociationResult')
|
|
271
|
+
DeleteCloudConnectorRequest = Shapes::StructureShape.new(name: 'DeleteCloudConnectorRequest')
|
|
272
|
+
DeleteCloudConnectorResult = Shapes::StructureShape.new(name: 'DeleteCloudConnectorResult')
|
|
242
273
|
DeleteDocumentRequest = Shapes::StructureShape.new(name: 'DeleteDocumentRequest')
|
|
243
274
|
DeleteDocumentResult = Shapes::StructureShape.new(name: 'DeleteDocumentResult')
|
|
244
275
|
DeleteInventoryRequest = Shapes::StructureShape.new(name: 'DeleteInventoryRequest')
|
|
@@ -341,6 +372,7 @@ module Aws::SSM
|
|
|
341
372
|
DescriptionInDocument = Shapes::StringShape.new(name: 'DescriptionInDocument')
|
|
342
373
|
DisassociateOpsItemRelatedItemRequest = Shapes::StructureShape.new(name: 'DisassociateOpsItemRelatedItemRequest')
|
|
343
374
|
DisassociateOpsItemRelatedItemResponse = Shapes::StructureShape.new(name: 'DisassociateOpsItemRelatedItemResponse')
|
|
375
|
+
DisplayName = Shapes::StringShape.new(name: 'DisplayName')
|
|
344
376
|
DocumentARN = Shapes::StringShape.new(name: 'DocumentARN')
|
|
345
377
|
DocumentAlreadyExists = Shapes::StructureShape.new(name: 'DocumentAlreadyExists')
|
|
346
378
|
DocumentAuthor = Shapes::StringShape.new(name: 'DocumentAuthor')
|
|
@@ -428,6 +460,8 @@ module Aws::SSM
|
|
|
428
460
|
GetAutomationExecutionResult = Shapes::StructureShape.new(name: 'GetAutomationExecutionResult')
|
|
429
461
|
GetCalendarStateRequest = Shapes::StructureShape.new(name: 'GetCalendarStateRequest')
|
|
430
462
|
GetCalendarStateResponse = Shapes::StructureShape.new(name: 'GetCalendarStateResponse')
|
|
463
|
+
GetCloudConnectorRequest = Shapes::StructureShape.new(name: 'GetCloudConnectorRequest')
|
|
464
|
+
GetCloudConnectorResult = Shapes::StructureShape.new(name: 'GetCloudConnectorResult')
|
|
431
465
|
GetCommandInvocationRequest = Shapes::StructureShape.new(name: 'GetCommandInvocationRequest')
|
|
432
466
|
GetCommandInvocationResult = Shapes::StructureShape.new(name: 'GetCommandInvocationResult')
|
|
433
467
|
GetConnectionStatusRequest = Shapes::StructureShape.new(name: 'GetConnectionStatusRequest')
|
|
@@ -656,6 +690,8 @@ module Aws::SSM
|
|
|
656
690
|
ListAssociationVersionsResult = Shapes::StructureShape.new(name: 'ListAssociationVersionsResult')
|
|
657
691
|
ListAssociationsRequest = Shapes::StructureShape.new(name: 'ListAssociationsRequest')
|
|
658
692
|
ListAssociationsResult = Shapes::StructureShape.new(name: 'ListAssociationsResult')
|
|
693
|
+
ListCloudConnectorsRequest = Shapes::StructureShape.new(name: 'ListCloudConnectorsRequest')
|
|
694
|
+
ListCloudConnectorsResult = Shapes::StructureShape.new(name: 'ListCloudConnectorsResult')
|
|
659
695
|
ListCommandInvocationsRequest = Shapes::StructureShape.new(name: 'ListCommandInvocationsRequest')
|
|
660
696
|
ListCommandInvocationsResult = Shapes::StructureShape.new(name: 'ListCommandInvocationsResult')
|
|
661
697
|
ListCommandsRequest = Shapes::StructureShape.new(name: 'ListCommandsRequest')
|
|
@@ -788,6 +824,7 @@ module Aws::SSM
|
|
|
788
824
|
NodeFilterValueList = Shapes::ListShape.new(name: 'NodeFilterValueList')
|
|
789
825
|
NodeId = Shapes::StringShape.new(name: 'NodeId')
|
|
790
826
|
NodeList = Shapes::ListShape.new(name: 'NodeList')
|
|
827
|
+
NodeName = Shapes::StringShape.new(name: 'NodeName')
|
|
791
828
|
NodeOrganizationalUnitId = Shapes::StringShape.new(name: 'NodeOrganizationalUnitId')
|
|
792
829
|
NodeOrganizationalUnitPath = Shapes::StringShape.new(name: 'NodeOrganizationalUnitPath')
|
|
793
830
|
NodeOwnerInfo = Shapes::StructureShape.new(name: 'NodeOwnerInfo')
|
|
@@ -1190,6 +1227,7 @@ module Aws::SSM
|
|
|
1190
1227
|
SnapshotDownloadUrl = Shapes::StringShape.new(name: 'SnapshotDownloadUrl')
|
|
1191
1228
|
SnapshotId = Shapes::StringShape.new(name: 'SnapshotId')
|
|
1192
1229
|
SourceId = Shapes::StringShape.new(name: 'SourceId')
|
|
1230
|
+
SourceLocation = Shapes::StringShape.new(name: 'SourceLocation')
|
|
1193
1231
|
SourceType = Shapes::StringShape.new(name: 'SourceType')
|
|
1194
1232
|
StandardErrorContent = Shapes::StringShape.new(name: 'StandardErrorContent')
|
|
1195
1233
|
StandardOutputContent = Shapes::StringShape.new(name: 'StandardOutputContent')
|
|
@@ -1275,6 +1313,8 @@ module Aws::SSM
|
|
|
1275
1313
|
UpdateAssociationResult = Shapes::StructureShape.new(name: 'UpdateAssociationResult')
|
|
1276
1314
|
UpdateAssociationStatusRequest = Shapes::StructureShape.new(name: 'UpdateAssociationStatusRequest')
|
|
1277
1315
|
UpdateAssociationStatusResult = Shapes::StructureShape.new(name: 'UpdateAssociationStatusResult')
|
|
1316
|
+
UpdateCloudConnectorRequest = Shapes::StructureShape.new(name: 'UpdateCloudConnectorRequest')
|
|
1317
|
+
UpdateCloudConnectorResult = Shapes::StructureShape.new(name: 'UpdateCloudConnectorResult')
|
|
1278
1318
|
UpdateDocumentDefaultVersionRequest = Shapes::StructureShape.new(name: 'UpdateDocumentDefaultVersionRequest')
|
|
1279
1319
|
UpdateDocumentDefaultVersionResult = Shapes::StructureShape.new(name: 'UpdateDocumentDefaultVersionResult')
|
|
1280
1320
|
UpdateDocumentMetadataRequest = Shapes::StructureShape.new(name: 'UpdateDocumentMetadataRequest')
|
|
@@ -1302,7 +1342,16 @@ module Aws::SSM
|
|
|
1302
1342
|
Url = Shapes::StringShape.new(name: 'Url')
|
|
1303
1343
|
ValidNextStep = Shapes::StringShape.new(name: 'ValidNextStep')
|
|
1304
1344
|
ValidNextStepList = Shapes::ListShape.new(name: 'ValidNextStepList')
|
|
1345
|
+
ValidateCloudConnectorMaxResults = Shapes::IntegerShape.new(name: 'ValidateCloudConnectorMaxResults')
|
|
1346
|
+
ValidateCloudConnectorRequest = Shapes::StructureShape.new(name: 'ValidateCloudConnectorRequest')
|
|
1347
|
+
ValidateCloudConnectorResult = Shapes::StructureShape.new(name: 'ValidateCloudConnectorResult')
|
|
1305
1348
|
ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
|
|
1349
|
+
ValidationFinding = Shapes::StructureShape.new(name: 'ValidationFinding')
|
|
1350
|
+
ValidationFindingCode = Shapes::StringShape.new(name: 'ValidationFindingCode')
|
|
1351
|
+
ValidationFindingList = Shapes::ListShape.new(name: 'ValidationFindingList')
|
|
1352
|
+
ValidationFindingScope = Shapes::StructureShape.new(name: 'ValidationFindingScope')
|
|
1353
|
+
ValidationFindingScopeType = Shapes::StringShape.new(name: 'ValidationFindingScopeType')
|
|
1354
|
+
ValidationFindingType = Shapes::StringShape.new(name: 'ValidationFindingType')
|
|
1306
1355
|
Version = Shapes::StringShape.new(name: 'Version')
|
|
1307
1356
|
|
|
1308
1357
|
AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Message"))
|
|
@@ -1659,6 +1708,19 @@ module Aws::SSM
|
|
|
1659
1708
|
AutomationStepNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
|
1660
1709
|
AutomationStepNotFoundException.struct_class = Types::AutomationStepNotFoundException
|
|
1661
1710
|
|
|
1711
|
+
AzureConfiguration.add_member(:tenant_id, Shapes::ShapeRef.new(shape: AzureTenantId, required: true, location_name: "TenantId"))
|
|
1712
|
+
AzureConfiguration.add_member(:tenant_display_name, Shapes::ShapeRef.new(shape: AzureTenantDisplayName, location_name: "TenantDisplayName"))
|
|
1713
|
+
AzureConfiguration.add_member(:application_id, Shapes::ShapeRef.new(shape: AzureApplicationId, required: true, location_name: "ApplicationId"))
|
|
1714
|
+
AzureConfiguration.add_member(:application_display_name, Shapes::ShapeRef.new(shape: AzureApplicationDisplayName, location_name: "ApplicationDisplayName"))
|
|
1715
|
+
AzureConfiguration.add_member(:targets, Shapes::ShapeRef.new(shape: ConfigurationTargets, location_name: "Targets"))
|
|
1716
|
+
AzureConfiguration.struct_class = Types::AzureConfiguration
|
|
1717
|
+
|
|
1718
|
+
AzureSubscription.add_member(:id, Shapes::ShapeRef.new(shape: AzureSubscriptionId, required: true, location_name: "Id"))
|
|
1719
|
+
AzureSubscription.add_member(:display_name, Shapes::ShapeRef.new(shape: AzureSubscriptionDisplayName, location_name: "DisplayName"))
|
|
1720
|
+
AzureSubscription.struct_class = Types::AzureSubscription
|
|
1721
|
+
|
|
1722
|
+
AzureSubscriptionList.member = Shapes::ShapeRef.new(shape: AzureSubscription)
|
|
1723
|
+
|
|
1662
1724
|
BaselineOverride.add_member(:operating_system, Shapes::ShapeRef.new(shape: OperatingSystem, location_name: "OperatingSystem"))
|
|
1663
1725
|
BaselineOverride.add_member(:global_filters, Shapes::ShapeRef.new(shape: PatchFilterGroup, location_name: "GlobalFilters"))
|
|
1664
1726
|
BaselineOverride.add_member(:approval_rules, Shapes::ShapeRef.new(shape: PatchRuleGroup, location_name: "ApprovalRules"))
|
|
@@ -1689,6 +1751,30 @@ module Aws::SSM
|
|
|
1689
1751
|
|
|
1690
1752
|
CategoryList.member = Shapes::ShapeRef.new(shape: Category)
|
|
1691
1753
|
|
|
1754
|
+
CloudConnectorConfiguration.add_member(:azure_configuration, Shapes::ShapeRef.new(shape: AzureConfiguration, location_name: "AzureConfiguration"))
|
|
1755
|
+
CloudConnectorConfiguration.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
1756
|
+
CloudConnectorConfiguration.add_member_subclass(:azure_configuration, Types::CloudConnectorConfiguration::AzureConfiguration)
|
|
1757
|
+
CloudConnectorConfiguration.add_member_subclass(:unknown, Types::CloudConnectorConfiguration::Unknown)
|
|
1758
|
+
CloudConnectorConfiguration.struct_class = Types::CloudConnectorConfiguration
|
|
1759
|
+
|
|
1760
|
+
CloudConnectorFilter.add_member(:filter_key, Shapes::ShapeRef.new(shape: CloudConnectorFilterKey, location_name: "FilterKey"))
|
|
1761
|
+
CloudConnectorFilter.add_member(:filter_values, Shapes::ShapeRef.new(shape: CloudConnectorFilterValues, location_name: "FilterValues"))
|
|
1762
|
+
CloudConnectorFilter.struct_class = Types::CloudConnectorFilter
|
|
1763
|
+
|
|
1764
|
+
CloudConnectorFilterList.member = Shapes::ShapeRef.new(shape: CloudConnectorFilter)
|
|
1765
|
+
|
|
1766
|
+
CloudConnectorFilterValues.member = Shapes::ShapeRef.new(shape: CloudConnectorFilterValue)
|
|
1767
|
+
|
|
1768
|
+
CloudConnectorSummary.add_member(:cloud_connector_id, Shapes::ShapeRef.new(shape: CloudConnectorId, location_name: "CloudConnectorId"))
|
|
1769
|
+
CloudConnectorSummary.add_member(:display_name, Shapes::ShapeRef.new(shape: DisplayName, location_name: "DisplayName"))
|
|
1770
|
+
CloudConnectorSummary.add_member(:description, Shapes::ShapeRef.new(shape: CloudConnectorDescription, location_name: "Description"))
|
|
1771
|
+
CloudConnectorSummary.add_member(:role_arn, Shapes::ShapeRef.new(shape: CloudConnectorIamRoleArn, location_name: "RoleArn"))
|
|
1772
|
+
CloudConnectorSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTime, location_name: "CreatedAt"))
|
|
1773
|
+
CloudConnectorSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTime, location_name: "UpdatedAt"))
|
|
1774
|
+
CloudConnectorSummary.struct_class = Types::CloudConnectorSummary
|
|
1775
|
+
|
|
1776
|
+
CloudConnectorSummaryList.member = Shapes::ShapeRef.new(shape: CloudConnectorSummary)
|
|
1777
|
+
|
|
1692
1778
|
CloudWatchOutputConfig.add_member(:cloud_watch_log_group_name, Shapes::ShapeRef.new(shape: CloudWatchLogGroupName, location_name: "CloudWatchLogGroupName"))
|
|
1693
1779
|
CloudWatchOutputConfig.add_member(:cloud_watch_output_enabled, Shapes::ShapeRef.new(shape: CloudWatchOutputEnabled, location_name: "CloudWatchOutputEnabled"))
|
|
1694
1780
|
CloudWatchOutputConfig.struct_class = Types::CloudWatchOutputConfig
|
|
@@ -1822,6 +1908,15 @@ module Aws::SSM
|
|
|
1822
1908
|
CompliantSummary.add_member(:severity_summary, Shapes::ShapeRef.new(shape: SeveritySummary, location_name: "SeveritySummary"))
|
|
1823
1909
|
CompliantSummary.struct_class = Types::CompliantSummary
|
|
1824
1910
|
|
|
1911
|
+
ConfigurationTargets.add_member(:subscriptions, Shapes::ShapeRef.new(shape: AzureSubscriptionList, location_name: "Subscriptions"))
|
|
1912
|
+
ConfigurationTargets.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
1913
|
+
ConfigurationTargets.add_member_subclass(:subscriptions, Types::ConfigurationTargets::Subscriptions)
|
|
1914
|
+
ConfigurationTargets.add_member_subclass(:unknown, Types::ConfigurationTargets::Unknown)
|
|
1915
|
+
ConfigurationTargets.struct_class = Types::ConfigurationTargets
|
|
1916
|
+
|
|
1917
|
+
ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
|
1918
|
+
ConflictException.struct_class = Types::ConflictException
|
|
1919
|
+
|
|
1825
1920
|
CreateActivationRequest.add_member(:description, Shapes::ShapeRef.new(shape: ActivationDescription, location_name: "Description"))
|
|
1826
1921
|
CreateActivationRequest.add_member(:default_instance_name, Shapes::ShapeRef.new(shape: DefaultInstanceName, location_name: "DefaultInstanceName"))
|
|
1827
1922
|
CreateActivationRequest.add_member(:iam_role, Shapes::ShapeRef.new(shape: IamRole, required: true, location_name: "IamRole"))
|
|
@@ -1894,6 +1989,17 @@ module Aws::SSM
|
|
|
1894
1989
|
CreateAssociationResult.add_member(:association_description, Shapes::ShapeRef.new(shape: AssociationDescription, location_name: "AssociationDescription"))
|
|
1895
1990
|
CreateAssociationResult.struct_class = Types::CreateAssociationResult
|
|
1896
1991
|
|
|
1992
|
+
CreateCloudConnectorRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: DisplayName, required: true, location_name: "DisplayName"))
|
|
1993
|
+
CreateCloudConnectorRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: CloudConnectorIamRoleArn, required: true, location_name: "RoleArn"))
|
|
1994
|
+
CreateCloudConnectorRequest.add_member(:description, Shapes::ShapeRef.new(shape: CloudConnectorDescription, location_name: "Description"))
|
|
1995
|
+
CreateCloudConnectorRequest.add_member(:configuration, Shapes::ShapeRef.new(shape: CloudConnectorConfiguration, required: true, location_name: "Configuration"))
|
|
1996
|
+
CreateCloudConnectorRequest.add_member(:config_connector_arn, Shapes::ShapeRef.new(shape: ConfigConnectorArn, required: true, location_name: "ConfigConnectorArn"))
|
|
1997
|
+
CreateCloudConnectorRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
|
1998
|
+
CreateCloudConnectorRequest.struct_class = Types::CreateCloudConnectorRequest
|
|
1999
|
+
|
|
2000
|
+
CreateCloudConnectorResult.add_member(:cloud_connector_id, Shapes::ShapeRef.new(shape: CloudConnectorId, location_name: "CloudConnectorId"))
|
|
2001
|
+
CreateCloudConnectorResult.struct_class = Types::CreateCloudConnectorResult
|
|
2002
|
+
|
|
1897
2003
|
CreateDocumentRequest.add_member(:content, Shapes::ShapeRef.new(shape: DocumentContent, required: true, location_name: "Content"))
|
|
1898
2004
|
CreateDocumentRequest.add_member(:requires, Shapes::ShapeRef.new(shape: DocumentRequiresList, location_name: "Requires"))
|
|
1899
2005
|
CreateDocumentRequest.add_member(:attachments, Shapes::ShapeRef.new(shape: AttachmentsSourceList, location_name: "Attachments"))
|
|
@@ -2004,6 +2110,12 @@ module Aws::SSM
|
|
|
2004
2110
|
|
|
2005
2111
|
DeleteAssociationResult.struct_class = Types::DeleteAssociationResult
|
|
2006
2112
|
|
|
2113
|
+
DeleteCloudConnectorRequest.add_member(:cloud_connector_id, Shapes::ShapeRef.new(shape: CloudConnectorId, required: true, location_name: "CloudConnectorId"))
|
|
2114
|
+
DeleteCloudConnectorRequest.struct_class = Types::DeleteCloudConnectorRequest
|
|
2115
|
+
|
|
2116
|
+
DeleteCloudConnectorResult.add_member(:cloud_connector_id, Shapes::ShapeRef.new(shape: CloudConnectorId, location_name: "CloudConnectorId"))
|
|
2117
|
+
DeleteCloudConnectorResult.struct_class = Types::DeleteCloudConnectorResult
|
|
2118
|
+
|
|
2007
2119
|
DeleteDocumentRequest.add_member(:name, Shapes::ShapeRef.new(shape: DocumentName, required: true, location_name: "Name"))
|
|
2008
2120
|
DeleteDocumentRequest.add_member(:document_version, Shapes::ShapeRef.new(shape: DocumentVersion, location_name: "DocumentVersion"))
|
|
2009
2121
|
DeleteDocumentRequest.add_member(:version_name, Shapes::ShapeRef.new(shape: DocumentVersionName, location_name: "VersionName"))
|
|
@@ -2645,6 +2757,19 @@ module Aws::SSM
|
|
|
2645
2757
|
GetCalendarStateResponse.add_member(:next_transition_time, Shapes::ShapeRef.new(shape: ISO8601String, location_name: "NextTransitionTime"))
|
|
2646
2758
|
GetCalendarStateResponse.struct_class = Types::GetCalendarStateResponse
|
|
2647
2759
|
|
|
2760
|
+
GetCloudConnectorRequest.add_member(:cloud_connector_id, Shapes::ShapeRef.new(shape: CloudConnectorId, required: true, location_name: "CloudConnectorId"))
|
|
2761
|
+
GetCloudConnectorRequest.struct_class = Types::GetCloudConnectorRequest
|
|
2762
|
+
|
|
2763
|
+
GetCloudConnectorResult.add_member(:cloud_connector_arn, Shapes::ShapeRef.new(shape: CloudConnectorArn, location_name: "CloudConnectorArn"))
|
|
2764
|
+
GetCloudConnectorResult.add_member(:display_name, Shapes::ShapeRef.new(shape: DisplayName, location_name: "DisplayName"))
|
|
2765
|
+
GetCloudConnectorResult.add_member(:description, Shapes::ShapeRef.new(shape: CloudConnectorDescription, location_name: "Description"))
|
|
2766
|
+
GetCloudConnectorResult.add_member(:role_arn, Shapes::ShapeRef.new(shape: CloudConnectorIamRoleArn, location_name: "RoleArn"))
|
|
2767
|
+
GetCloudConnectorResult.add_member(:configuration, Shapes::ShapeRef.new(shape: CloudConnectorConfiguration, location_name: "Configuration"))
|
|
2768
|
+
GetCloudConnectorResult.add_member(:config_connector_arn, Shapes::ShapeRef.new(shape: ConfigConnectorArn, location_name: "ConfigConnectorArn"))
|
|
2769
|
+
GetCloudConnectorResult.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTime, location_name: "CreatedAt"))
|
|
2770
|
+
GetCloudConnectorResult.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTime, location_name: "UpdatedAt"))
|
|
2771
|
+
GetCloudConnectorResult.struct_class = Types::GetCloudConnectorResult
|
|
2772
|
+
|
|
2648
2773
|
GetCommandInvocationRequest.add_member(:command_id, Shapes::ShapeRef.new(shape: CommandId, required: true, location_name: "CommandId"))
|
|
2649
2774
|
GetCommandInvocationRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
|
|
2650
2775
|
GetCommandInvocationRequest.add_member(:plugin_name, Shapes::ShapeRef.new(shape: CommandPluginName, location_name: "PluginName"))
|
|
@@ -3016,10 +3141,16 @@ module Aws::SSM
|
|
|
3016
3141
|
InstanceInfo.add_member(:instance_status, Shapes::ShapeRef.new(shape: InstanceStatus, location_name: "InstanceStatus"))
|
|
3017
3142
|
InstanceInfo.add_member(:ip_address, Shapes::ShapeRef.new(shape: IpAddress, location_name: "IpAddress"))
|
|
3018
3143
|
InstanceInfo.add_member(:managed_status, Shapes::ShapeRef.new(shape: ManagedStatus, location_name: "ManagedStatus"))
|
|
3144
|
+
InstanceInfo.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, location_name: "Name"))
|
|
3019
3145
|
InstanceInfo.add_member(:platform_type, Shapes::ShapeRef.new(shape: PlatformType, location_name: "PlatformType"))
|
|
3020
3146
|
InstanceInfo.add_member(:platform_name, Shapes::ShapeRef.new(shape: PlatformName, location_name: "PlatformName"))
|
|
3021
3147
|
InstanceInfo.add_member(:platform_version, Shapes::ShapeRef.new(shape: PlatformVersion, location_name: "PlatformVersion"))
|
|
3022
3148
|
InstanceInfo.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, location_name: "ResourceType"))
|
|
3149
|
+
InstanceInfo.add_member(:source_type, Shapes::ShapeRef.new(shape: SourceType, location_name: "SourceType"))
|
|
3150
|
+
InstanceInfo.add_member(:source_id, Shapes::ShapeRef.new(shape: SourceId, location_name: "SourceId"))
|
|
3151
|
+
InstanceInfo.add_member(:source_location, Shapes::ShapeRef.new(shape: SourceLocation, location_name: "SourceLocation"))
|
|
3152
|
+
InstanceInfo.add_member(:availability_zone, Shapes::ShapeRef.new(shape: AvailabilityZone, location_name: "AvailabilityZone"))
|
|
3153
|
+
InstanceInfo.add_member(:availability_zone_id, Shapes::ShapeRef.new(shape: AvailabilityZoneId, location_name: "AvailabilityZoneId"))
|
|
3023
3154
|
InstanceInfo.struct_class = Types::InstanceInfo
|
|
3024
3155
|
|
|
3025
3156
|
InstanceInformation.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, location_name: "InstanceId"))
|
|
@@ -3043,6 +3174,7 @@ module Aws::SSM
|
|
|
3043
3174
|
InstanceInformation.add_member(:association_overview, Shapes::ShapeRef.new(shape: InstanceAggregatedAssociationOverview, location_name: "AssociationOverview"))
|
|
3044
3175
|
InstanceInformation.add_member(:source_id, Shapes::ShapeRef.new(shape: SourceId, location_name: "SourceId"))
|
|
3045
3176
|
InstanceInformation.add_member(:source_type, Shapes::ShapeRef.new(shape: SourceType, location_name: "SourceType"))
|
|
3177
|
+
InstanceInformation.add_member(:source_location, Shapes::ShapeRef.new(shape: SourceLocation, location_name: "SourceLocation"))
|
|
3046
3178
|
InstanceInformation.struct_class = Types::InstanceInformation
|
|
3047
3179
|
|
|
3048
3180
|
InstanceInformationFilter.add_member(:key, Shapes::ShapeRef.new(shape: InstanceInformationFilterKey, required: true, location_name: "key"))
|
|
@@ -3127,6 +3259,8 @@ module Aws::SSM
|
|
|
3127
3259
|
InstanceProperty.add_member(:association_overview, Shapes::ShapeRef.new(shape: InstanceAggregatedAssociationOverview, location_name: "AssociationOverview"))
|
|
3128
3260
|
InstanceProperty.add_member(:source_id, Shapes::ShapeRef.new(shape: SourceId, location_name: "SourceId"))
|
|
3129
3261
|
InstanceProperty.add_member(:source_type, Shapes::ShapeRef.new(shape: SourceType, location_name: "SourceType"))
|
|
3262
|
+
InstanceProperty.add_member(:source_location, Shapes::ShapeRef.new(shape: SourceLocation, location_name: "SourceLocation"))
|
|
3263
|
+
InstanceProperty.add_member(:availability_zone, Shapes::ShapeRef.new(shape: AvailabilityZone, location_name: "AvailabilityZone"))
|
|
3130
3264
|
InstanceProperty.struct_class = Types::InstanceProperty
|
|
3131
3265
|
|
|
3132
3266
|
InstancePropertyFilter.add_member(:key, Shapes::ShapeRef.new(shape: InstancePropertyFilterKey, required: true, location_name: "key"))
|
|
@@ -3423,6 +3557,15 @@ module Aws::SSM
|
|
|
3423
3557
|
ListAssociationsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
|
3424
3558
|
ListAssociationsResult.struct_class = Types::ListAssociationsResult
|
|
3425
3559
|
|
|
3560
|
+
ListCloudConnectorsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: CloudConnectorMaxResults, location_name: "MaxResults", metadata: {"box" => true}))
|
|
3561
|
+
ListCloudConnectorsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
|
3562
|
+
ListCloudConnectorsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: CloudConnectorFilterList, location_name: "Filters"))
|
|
3563
|
+
ListCloudConnectorsRequest.struct_class = Types::ListCloudConnectorsRequest
|
|
3564
|
+
|
|
3565
|
+
ListCloudConnectorsResult.add_member(:cloud_connectors, Shapes::ShapeRef.new(shape: CloudConnectorSummaryList, location_name: "CloudConnectors"))
|
|
3566
|
+
ListCloudConnectorsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
|
3567
|
+
ListCloudConnectorsResult.struct_class = Types::ListCloudConnectorsResult
|
|
3568
|
+
|
|
3426
3569
|
ListCommandInvocationsRequest.add_member(:command_id, Shapes::ShapeRef.new(shape: CommandId, location_name: "CommandId"))
|
|
3427
3570
|
ListCommandInvocationsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, location_name: "InstanceId"))
|
|
3428
3571
|
ListCommandInvocationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: CommandMaxResults, location_name: "MaxResults", metadata: {"box" => true}))
|
|
@@ -4903,6 +5046,15 @@ module Aws::SSM
|
|
|
4903
5046
|
UpdateAssociationStatusResult.add_member(:association_description, Shapes::ShapeRef.new(shape: AssociationDescription, location_name: "AssociationDescription"))
|
|
4904
5047
|
UpdateAssociationStatusResult.struct_class = Types::UpdateAssociationStatusResult
|
|
4905
5048
|
|
|
5049
|
+
UpdateCloudConnectorRequest.add_member(:cloud_connector_id, Shapes::ShapeRef.new(shape: CloudConnectorId, required: true, location_name: "CloudConnectorId"))
|
|
5050
|
+
UpdateCloudConnectorRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: DisplayName, location_name: "DisplayName"))
|
|
5051
|
+
UpdateCloudConnectorRequest.add_member(:configuration, Shapes::ShapeRef.new(shape: CloudConnectorConfiguration, location_name: "Configuration"))
|
|
5052
|
+
UpdateCloudConnectorRequest.add_member(:description, Shapes::ShapeRef.new(shape: CloudConnectorDescription, location_name: "Description"))
|
|
5053
|
+
UpdateCloudConnectorRequest.struct_class = Types::UpdateCloudConnectorRequest
|
|
5054
|
+
|
|
5055
|
+
UpdateCloudConnectorResult.add_member(:cloud_connector_id, Shapes::ShapeRef.new(shape: CloudConnectorId, location_name: "CloudConnectorId"))
|
|
5056
|
+
UpdateCloudConnectorResult.struct_class = Types::UpdateCloudConnectorResult
|
|
5057
|
+
|
|
4906
5058
|
UpdateDocumentDefaultVersionRequest.add_member(:name, Shapes::ShapeRef.new(shape: DocumentName, required: true, location_name: "Name"))
|
|
4907
5059
|
UpdateDocumentDefaultVersionRequest.add_member(:document_version, Shapes::ShapeRef.new(shape: DocumentVersionNumber, required: true, location_name: "DocumentVersion"))
|
|
4908
5060
|
UpdateDocumentDefaultVersionRequest.struct_class = Types::UpdateDocumentDefaultVersionRequest
|
|
@@ -5092,10 +5244,32 @@ module Aws::SSM
|
|
|
5092
5244
|
|
|
5093
5245
|
ValidNextStepList.member = Shapes::ShapeRef.new(shape: ValidNextStep)
|
|
5094
5246
|
|
|
5247
|
+
ValidateCloudConnectorRequest.add_member(:cloud_connector_id, Shapes::ShapeRef.new(shape: CloudConnectorId, required: true, location_name: "CloudConnectorId"))
|
|
5248
|
+
ValidateCloudConnectorRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ValidateCloudConnectorMaxResults, location_name: "MaxResults", metadata: {"box" => true}))
|
|
5249
|
+
ValidateCloudConnectorRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
|
5250
|
+
ValidateCloudConnectorRequest.struct_class = Types::ValidateCloudConnectorRequest
|
|
5251
|
+
|
|
5252
|
+
ValidateCloudConnectorResult.add_member(:validation_findings, Shapes::ShapeRef.new(shape: ValidationFindingList, location_name: "ValidationFindings"))
|
|
5253
|
+
ValidateCloudConnectorResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
|
5254
|
+
ValidateCloudConnectorResult.struct_class = Types::ValidateCloudConnectorResult
|
|
5255
|
+
|
|
5095
5256
|
ValidationException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
|
5096
5257
|
ValidationException.add_member(:reason_code, Shapes::ShapeRef.new(shape: String, location_name: "ReasonCode"))
|
|
5097
5258
|
ValidationException.struct_class = Types::ValidationException
|
|
5098
5259
|
|
|
5260
|
+
ValidationFinding.add_member(:type, Shapes::ShapeRef.new(shape: ValidationFindingType, location_name: "Type"))
|
|
5261
|
+
ValidationFinding.add_member(:code, Shapes::ShapeRef.new(shape: ValidationFindingCode, location_name: "Code"))
|
|
5262
|
+
ValidationFinding.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
|
5263
|
+
ValidationFinding.add_member(:provider_message, Shapes::ShapeRef.new(shape: String, location_name: "ProviderMessage"))
|
|
5264
|
+
ValidationFinding.add_member(:scope, Shapes::ShapeRef.new(shape: ValidationFindingScope, location_name: "Scope"))
|
|
5265
|
+
ValidationFinding.struct_class = Types::ValidationFinding
|
|
5266
|
+
|
|
5267
|
+
ValidationFindingList.member = Shapes::ShapeRef.new(shape: ValidationFinding)
|
|
5268
|
+
|
|
5269
|
+
ValidationFindingScope.add_member(:type, Shapes::ShapeRef.new(shape: ValidationFindingScopeType, location_name: "Type"))
|
|
5270
|
+
ValidationFindingScope.add_member(:id, Shapes::ShapeRef.new(shape: String, location_name: "Id"))
|
|
5271
|
+
ValidationFindingScope.struct_class = Types::ValidationFindingScope
|
|
5272
|
+
|
|
5099
5273
|
|
|
5100
5274
|
# @api private
|
|
5101
5275
|
API = Seahorse::Model::Api.new.tap do |api|
|
|
@@ -5217,6 +5391,17 @@ module Aws::SSM
|
|
|
5217
5391
|
o.errors << Shapes::ShapeRef.new(shape: InvalidTargetMaps)
|
|
5218
5392
|
end)
|
|
5219
5393
|
|
|
5394
|
+
api.add_operation(:create_cloud_connector, Seahorse::Model::Operation.new.tap do |o|
|
|
5395
|
+
o.name = "CreateCloudConnector"
|
|
5396
|
+
o.http_method = "POST"
|
|
5397
|
+
o.http_request_uri = "/"
|
|
5398
|
+
o.input = Shapes::ShapeRef.new(shape: CreateCloudConnectorRequest)
|
|
5399
|
+
o.output = Shapes::ShapeRef.new(shape: CreateCloudConnectorResult)
|
|
5400
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
|
5401
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
5402
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
5403
|
+
end)
|
|
5404
|
+
|
|
5220
5405
|
api.add_operation(:create_document, Seahorse::Model::Operation.new.tap do |o|
|
|
5221
5406
|
o.name = "CreateDocument"
|
|
5222
5407
|
o.http_method = "POST"
|
|
@@ -5318,6 +5503,17 @@ module Aws::SSM
|
|
|
5318
5503
|
o.errors << Shapes::ShapeRef.new(shape: TooManyUpdates)
|
|
5319
5504
|
end)
|
|
5320
5505
|
|
|
5506
|
+
api.add_operation(:delete_cloud_connector, Seahorse::Model::Operation.new.tap do |o|
|
|
5507
|
+
o.name = "DeleteCloudConnector"
|
|
5508
|
+
o.http_method = "POST"
|
|
5509
|
+
o.http_request_uri = "/"
|
|
5510
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteCloudConnectorRequest)
|
|
5511
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteCloudConnectorResult)
|
|
5512
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
|
5513
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
5514
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
5515
|
+
end)
|
|
5516
|
+
|
|
5321
5517
|
api.add_operation(:delete_document, Seahorse::Model::Operation.new.tap do |o|
|
|
5322
5518
|
o.name = "DeleteDocument"
|
|
5323
5519
|
o.http_method = "POST"
|
|
@@ -6049,6 +6245,16 @@ module Aws::SSM
|
|
|
6049
6245
|
o.errors << Shapes::ShapeRef.new(shape: UnsupportedCalendarException)
|
|
6050
6246
|
end)
|
|
6051
6247
|
|
|
6248
|
+
api.add_operation(:get_cloud_connector, Seahorse::Model::Operation.new.tap do |o|
|
|
6249
|
+
o.name = "GetCloudConnector"
|
|
6250
|
+
o.http_method = "POST"
|
|
6251
|
+
o.http_request_uri = "/"
|
|
6252
|
+
o.input = Shapes::ShapeRef.new(shape: GetCloudConnectorRequest)
|
|
6253
|
+
o.output = Shapes::ShapeRef.new(shape: GetCloudConnectorResult)
|
|
6254
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
|
6255
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
6256
|
+
end)
|
|
6257
|
+
|
|
6052
6258
|
api.add_operation(:get_command_invocation, Seahorse::Model::Operation.new.tap do |o|
|
|
6053
6259
|
o.name = "GetCommandInvocation"
|
|
6054
6260
|
o.http_method = "POST"
|
|
@@ -6395,6 +6601,21 @@ module Aws::SSM
|
|
|
6395
6601
|
)
|
|
6396
6602
|
end)
|
|
6397
6603
|
|
|
6604
|
+
api.add_operation(:list_cloud_connectors, Seahorse::Model::Operation.new.tap do |o|
|
|
6605
|
+
o.name = "ListCloudConnectors"
|
|
6606
|
+
o.http_method = "POST"
|
|
6607
|
+
o.http_request_uri = "/"
|
|
6608
|
+
o.input = Shapes::ShapeRef.new(shape: ListCloudConnectorsRequest)
|
|
6609
|
+
o.output = Shapes::ShapeRef.new(shape: ListCloudConnectorsResult)
|
|
6610
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
|
6611
|
+
o[:pager] = Aws::Pager.new(
|
|
6612
|
+
limit_key: "max_results",
|
|
6613
|
+
tokens: {
|
|
6614
|
+
"next_token" => "next_token"
|
|
6615
|
+
}
|
|
6616
|
+
)
|
|
6617
|
+
end)
|
|
6618
|
+
|
|
6398
6619
|
api.add_operation(:list_command_invocations, Seahorse::Model::Operation.new.tap do |o|
|
|
6399
6620
|
o.name = "ListCommandInvocations"
|
|
6400
6621
|
o.http_method = "POST"
|
|
@@ -7004,6 +7225,17 @@ module Aws::SSM
|
|
|
7004
7225
|
o.errors << Shapes::ShapeRef.new(shape: TooManyUpdates)
|
|
7005
7226
|
end)
|
|
7006
7227
|
|
|
7228
|
+
api.add_operation(:update_cloud_connector, Seahorse::Model::Operation.new.tap do |o|
|
|
7229
|
+
o.name = "UpdateCloudConnector"
|
|
7230
|
+
o.http_method = "POST"
|
|
7231
|
+
o.http_request_uri = "/"
|
|
7232
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateCloudConnectorRequest)
|
|
7233
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateCloudConnectorResult)
|
|
7234
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
|
7235
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
7236
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
7237
|
+
end)
|
|
7238
|
+
|
|
7007
7239
|
api.add_operation(:update_document, Seahorse::Model::Operation.new.tap do |o|
|
|
7008
7240
|
o.name = "UpdateDocument"
|
|
7009
7241
|
o.http_method = "POST"
|
|
@@ -7147,6 +7379,22 @@ module Aws::SSM
|
|
|
7147
7379
|
o.errors << Shapes::ShapeRef.new(shape: ServiceSettingNotFound)
|
|
7148
7380
|
o.errors << Shapes::ShapeRef.new(shape: TooManyUpdates)
|
|
7149
7381
|
end)
|
|
7382
|
+
|
|
7383
|
+
api.add_operation(:validate_cloud_connector, Seahorse::Model::Operation.new.tap do |o|
|
|
7384
|
+
o.name = "ValidateCloudConnector"
|
|
7385
|
+
o.http_method = "POST"
|
|
7386
|
+
o.http_request_uri = "/"
|
|
7387
|
+
o.input = Shapes::ShapeRef.new(shape: ValidateCloudConnectorRequest)
|
|
7388
|
+
o.output = Shapes::ShapeRef.new(shape: ValidateCloudConnectorResult)
|
|
7389
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
|
7390
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
7391
|
+
o[:pager] = Aws::Pager.new(
|
|
7392
|
+
limit_key: "max_results",
|
|
7393
|
+
tokens: {
|
|
7394
|
+
"next_token" => "next_token"
|
|
7395
|
+
}
|
|
7396
|
+
)
|
|
7397
|
+
end)
|
|
7150
7398
|
end
|
|
7151
7399
|
|
|
7152
7400
|
end
|
data/lib/aws-sdk-ssm/errors.rb
CHANGED
|
@@ -42,6 +42,7 @@ module Aws::SSM
|
|
|
42
42
|
# * {AutomationExecutionNotFoundException}
|
|
43
43
|
# * {AutomationStepNotFoundException}
|
|
44
44
|
# * {ComplianceTypeCountLimitExceededException}
|
|
45
|
+
# * {ConflictException}
|
|
45
46
|
# * {CustomSchemaCountLimitExceededException}
|
|
46
47
|
# * {DocumentAlreadyExists}
|
|
47
48
|
# * {DocumentLimitExceeded}
|
|
@@ -383,6 +384,21 @@ module Aws::SSM
|
|
|
383
384
|
end
|
|
384
385
|
end
|
|
385
386
|
|
|
387
|
+
class ConflictException < ServiceError
|
|
388
|
+
|
|
389
|
+
# @param [Seahorse::Client::RequestContext] context
|
|
390
|
+
# @param [String] message
|
|
391
|
+
# @param [Aws::SSM::Types::ConflictException] data
|
|
392
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
|
393
|
+
super(context, message, data)
|
|
394
|
+
end
|
|
395
|
+
|
|
396
|
+
# @return [String]
|
|
397
|
+
def message
|
|
398
|
+
@message || @data[:message]
|
|
399
|
+
end
|
|
400
|
+
end
|
|
401
|
+
|
|
386
402
|
class CustomSchemaCountLimitExceededException < ServiceError
|
|
387
403
|
|
|
388
404
|
# @param [Seahorse::Client::RequestContext] context
|