aws-sdk-storagegateway 1.56.0 → 1.60.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 +20 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-storagegateway/client.rb +241 -109
- data/lib/aws-sdk-storagegateway/client_api.rb +36 -0
- data/lib/aws-sdk-storagegateway/types.rb +433 -148
- data/lib/aws-sdk-storagegateway.rb +1 -1
- metadata +5 -5
| @@ -182,8 +182,11 @@ module Aws::StorageGateway | |
| 182 182 | 
             
                FileSystemAssociationInfo = Shapes::StructureShape.new(name: 'FileSystemAssociationInfo')
         | 
| 183 183 | 
             
                FileSystemAssociationInfoList = Shapes::ListShape.new(name: 'FileSystemAssociationInfoList')
         | 
| 184 184 | 
             
                FileSystemAssociationStatus = Shapes::StringShape.new(name: 'FileSystemAssociationStatus')
         | 
| 185 | 
            +
                FileSystemAssociationStatusDetail = Shapes::StructureShape.new(name: 'FileSystemAssociationStatusDetail')
         | 
| 186 | 
            +
                FileSystemAssociationStatusDetails = Shapes::ListShape.new(name: 'FileSystemAssociationStatusDetails')
         | 
| 185 187 | 
             
                FileSystemAssociationSummary = Shapes::StructureShape.new(name: 'FileSystemAssociationSummary')
         | 
| 186 188 | 
             
                FileSystemAssociationSummaryList = Shapes::ListShape.new(name: 'FileSystemAssociationSummaryList')
         | 
| 189 | 
            +
                FileSystemAssociationSyncErrorCode = Shapes::StringShape.new(name: 'FileSystemAssociationSyncErrorCode')
         | 
| 187 190 | 
             
                FileSystemLocationARN = Shapes::StringShape.new(name: 'FileSystemLocationARN')
         | 
| 188 191 | 
             
                Folder = Shapes::StringShape.new(name: 'Folder')
         | 
| 189 192 | 
             
                FolderList = Shapes::ListShape.new(name: 'FolderList')
         | 
| @@ -285,6 +288,7 @@ module Aws::StorageGateway | |
| 285 288 | 
             
                SMBFileShareInfo = Shapes::StructureShape.new(name: 'SMBFileShareInfo')
         | 
| 286 289 | 
             
                SMBFileShareInfoList = Shapes::ListShape.new(name: 'SMBFileShareInfoList')
         | 
| 287 290 | 
             
                SMBGuestPassword = Shapes::StringShape.new(name: 'SMBGuestPassword')
         | 
| 291 | 
            +
                SMBLocalGroups = Shapes::StructureShape.new(name: 'SMBLocalGroups')
         | 
| 288 292 | 
             
                SMBSecurityStrategy = Shapes::StringShape.new(name: 'SMBSecurityStrategy')
         | 
| 289 293 | 
             
                ServiceUnavailableError = Shapes::StructureShape.new(name: 'ServiceUnavailableError')
         | 
| 290 294 | 
             
                SetLocalConsolePasswordInput = Shapes::StructureShape.new(name: 'SetLocalConsolePasswordInput')
         | 
| @@ -356,6 +360,8 @@ module Aws::StorageGateway | |
| 356 360 | 
             
                UpdateSMBFileShareOutput = Shapes::StructureShape.new(name: 'UpdateSMBFileShareOutput')
         | 
| 357 361 | 
             
                UpdateSMBFileShareVisibilityInput = Shapes::StructureShape.new(name: 'UpdateSMBFileShareVisibilityInput')
         | 
| 358 362 | 
             
                UpdateSMBFileShareVisibilityOutput = Shapes::StructureShape.new(name: 'UpdateSMBFileShareVisibilityOutput')
         | 
| 363 | 
            +
                UpdateSMBLocalGroupsInput = Shapes::StructureShape.new(name: 'UpdateSMBLocalGroupsInput')
         | 
| 364 | 
            +
                UpdateSMBLocalGroupsOutput = Shapes::StructureShape.new(name: 'UpdateSMBLocalGroupsOutput')
         | 
| 359 365 | 
             
                UpdateSMBSecurityStrategyInput = Shapes::StructureShape.new(name: 'UpdateSMBSecurityStrategyInput')
         | 
| 360 366 | 
             
                UpdateSMBSecurityStrategyOutput = Shapes::StructureShape.new(name: 'UpdateSMBSecurityStrategyOutput')
         | 
| 361 367 | 
             
                UpdateSnapshotScheduleInput = Shapes::StructureShape.new(name: 'UpdateSnapshotScheduleInput')
         | 
| @@ -568,6 +574,7 @@ module Aws::StorageGateway | |
| 568 574 | 
             
                CreateNFSFileShareInput.add_member(:notification_policy, Shapes::ShapeRef.new(shape: NotificationPolicy, location_name: "NotificationPolicy"))
         | 
| 569 575 | 
             
                CreateNFSFileShareInput.add_member(:vpc_endpoint_dns_name, Shapes::ShapeRef.new(shape: DNSHostName, location_name: "VPCEndpointDNSName"))
         | 
| 570 576 | 
             
                CreateNFSFileShareInput.add_member(:bucket_region, Shapes::ShapeRef.new(shape: RegionId, location_name: "BucketRegion"))
         | 
| 577 | 
            +
                CreateNFSFileShareInput.add_member(:audit_destination_arn, Shapes::ShapeRef.new(shape: AuditDestinationARN, location_name: "AuditDestinationARN"))
         | 
| 571 578 | 
             
                CreateNFSFileShareInput.struct_class = Types::CreateNFSFileShareInput
         | 
| 572 579 |  | 
| 573 580 | 
             
                CreateNFSFileShareOutput.add_member(:file_share_arn, Shapes::ShapeRef.new(shape: FileShareARN, location_name: "FileShareARN"))
         | 
| @@ -856,6 +863,7 @@ module Aws::StorageGateway | |
| 856 863 | 
             
                DescribeSMBSettingsOutput.add_member(:smb_guest_password_set, Shapes::ShapeRef.new(shape: Boolean, location_name: "SMBGuestPasswordSet"))
         | 
| 857 864 | 
             
                DescribeSMBSettingsOutput.add_member(:smb_security_strategy, Shapes::ShapeRef.new(shape: SMBSecurityStrategy, location_name: "SMBSecurityStrategy"))
         | 
| 858 865 | 
             
                DescribeSMBSettingsOutput.add_member(:file_shares_visible, Shapes::ShapeRef.new(shape: Boolean, location_name: "FileSharesVisible"))
         | 
| 866 | 
            +
                DescribeSMBSettingsOutput.add_member(:smb_local_groups, Shapes::ShapeRef.new(shape: SMBLocalGroups, location_name: "SMBLocalGroups"))
         | 
| 859 867 | 
             
                DescribeSMBSettingsOutput.struct_class = Types::DescribeSMBSettingsOutput
         | 
| 860 868 |  | 
| 861 869 | 
             
                DescribeSnapshotScheduleInput.add_member(:volume_arn, Shapes::ShapeRef.new(shape: VolumeARN, required: true, location_name: "VolumeARN"))
         | 
| @@ -1001,10 +1009,16 @@ module Aws::StorageGateway | |
| 1001 1009 | 
             
                FileSystemAssociationInfo.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
         | 
| 1002 1010 | 
             
                FileSystemAssociationInfo.add_member(:cache_attributes, Shapes::ShapeRef.new(shape: CacheAttributes, location_name: "CacheAttributes"))
         | 
| 1003 1011 | 
             
                FileSystemAssociationInfo.add_member(:endpoint_network_configuration, Shapes::ShapeRef.new(shape: EndpointNetworkConfiguration, location_name: "EndpointNetworkConfiguration"))
         | 
| 1012 | 
            +
                FileSystemAssociationInfo.add_member(:file_system_association_status_details, Shapes::ShapeRef.new(shape: FileSystemAssociationStatusDetails, location_name: "FileSystemAssociationStatusDetails"))
         | 
| 1004 1013 | 
             
                FileSystemAssociationInfo.struct_class = Types::FileSystemAssociationInfo
         | 
| 1005 1014 |  | 
| 1006 1015 | 
             
                FileSystemAssociationInfoList.member = Shapes::ShapeRef.new(shape: FileSystemAssociationInfo)
         | 
| 1007 1016 |  | 
| 1017 | 
            +
                FileSystemAssociationStatusDetail.add_member(:error_code, Shapes::ShapeRef.new(shape: FileSystemAssociationSyncErrorCode, location_name: "ErrorCode"))
         | 
| 1018 | 
            +
                FileSystemAssociationStatusDetail.struct_class = Types::FileSystemAssociationStatusDetail
         | 
| 1019 | 
            +
             | 
| 1020 | 
            +
                FileSystemAssociationStatusDetails.member = Shapes::ShapeRef.new(shape: FileSystemAssociationStatusDetail)
         | 
| 1021 | 
            +
             | 
| 1008 1022 | 
             
                FileSystemAssociationSummary.add_member(:file_system_association_id, Shapes::ShapeRef.new(shape: FileSystemAssociationId, location_name: "FileSystemAssociationId"))
         | 
| 1009 1023 | 
             
                FileSystemAssociationSummary.add_member(:file_system_association_arn, Shapes::ShapeRef.new(shape: FileSystemAssociationARN, location_name: "FileSystemAssociationARN"))
         | 
| 1010 1024 | 
             
                FileSystemAssociationSummary.add_member(:file_system_association_status, Shapes::ShapeRef.new(shape: FileSystemAssociationStatus, location_name: "FileSystemAssociationStatus"))
         | 
| @@ -1176,6 +1190,7 @@ module Aws::StorageGateway | |
| 1176 1190 | 
             
                NFSFileShareInfo.add_member(:notification_policy, Shapes::ShapeRef.new(shape: NotificationPolicy, location_name: "NotificationPolicy"))
         | 
| 1177 1191 | 
             
                NFSFileShareInfo.add_member(:vpc_endpoint_dns_name, Shapes::ShapeRef.new(shape: DNSHostName, location_name: "VPCEndpointDNSName"))
         | 
| 1178 1192 | 
             
                NFSFileShareInfo.add_member(:bucket_region, Shapes::ShapeRef.new(shape: RegionId, location_name: "BucketRegion"))
         | 
| 1193 | 
            +
                NFSFileShareInfo.add_member(:audit_destination_arn, Shapes::ShapeRef.new(shape: AuditDestinationARN, location_name: "AuditDestinationARN"))
         | 
| 1179 1194 | 
             
                NFSFileShareInfo.struct_class = Types::NFSFileShareInfo
         | 
| 1180 1195 |  | 
| 1181 1196 | 
             
                NFSFileShareInfoList.member = Shapes::ShapeRef.new(shape: NFSFileShareInfo)
         | 
| @@ -1273,6 +1288,9 @@ module Aws::StorageGateway | |
| 1273 1288 |  | 
| 1274 1289 | 
             
                SMBFileShareInfoList.member = Shapes::ShapeRef.new(shape: SMBFileShareInfo)
         | 
| 1275 1290 |  | 
| 1291 | 
            +
                SMBLocalGroups.add_member(:gateway_admins, Shapes::ShapeRef.new(shape: UserList, location_name: "GatewayAdmins"))
         | 
| 1292 | 
            +
                SMBLocalGroups.struct_class = Types::SMBLocalGroups
         | 
| 1293 | 
            +
             | 
| 1276 1294 | 
             
                ServiceUnavailableError.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "message"))
         | 
| 1277 1295 | 
             
                ServiceUnavailableError.add_member(:error, Shapes::ShapeRef.new(shape: StorageGatewayError, location_name: "error"))
         | 
| 1278 1296 | 
             
                ServiceUnavailableError.struct_class = Types::ServiceUnavailableError
         | 
| @@ -1481,6 +1499,7 @@ module Aws::StorageGateway | |
| 1481 1499 | 
             
                UpdateNFSFileShareInput.add_member(:file_share_name, Shapes::ShapeRef.new(shape: FileShareName, location_name: "FileShareName"))
         | 
| 1482 1500 | 
             
                UpdateNFSFileShareInput.add_member(:cache_attributes, Shapes::ShapeRef.new(shape: CacheAttributes, location_name: "CacheAttributes"))
         | 
| 1483 1501 | 
             
                UpdateNFSFileShareInput.add_member(:notification_policy, Shapes::ShapeRef.new(shape: NotificationPolicy, location_name: "NotificationPolicy"))
         | 
| 1502 | 
            +
                UpdateNFSFileShareInput.add_member(:audit_destination_arn, Shapes::ShapeRef.new(shape: AuditDestinationARN, location_name: "AuditDestinationARN"))
         | 
| 1484 1503 | 
             
                UpdateNFSFileShareInput.struct_class = Types::UpdateNFSFileShareInput
         | 
| 1485 1504 |  | 
| 1486 1505 | 
             
                UpdateNFSFileShareOutput.add_member(:file_share_arn, Shapes::ShapeRef.new(shape: FileShareARN, location_name: "FileShareARN"))
         | 
| @@ -1517,6 +1536,13 @@ module Aws::StorageGateway | |
| 1517 1536 | 
             
                UpdateSMBFileShareVisibilityOutput.add_member(:gateway_arn, Shapes::ShapeRef.new(shape: GatewayARN, location_name: "GatewayARN"))
         | 
| 1518 1537 | 
             
                UpdateSMBFileShareVisibilityOutput.struct_class = Types::UpdateSMBFileShareVisibilityOutput
         | 
| 1519 1538 |  | 
| 1539 | 
            +
                UpdateSMBLocalGroupsInput.add_member(:gateway_arn, Shapes::ShapeRef.new(shape: GatewayARN, required: true, location_name: "GatewayARN"))
         | 
| 1540 | 
            +
                UpdateSMBLocalGroupsInput.add_member(:smb_local_groups, Shapes::ShapeRef.new(shape: SMBLocalGroups, required: true, location_name: "SMBLocalGroups"))
         | 
| 1541 | 
            +
                UpdateSMBLocalGroupsInput.struct_class = Types::UpdateSMBLocalGroupsInput
         | 
| 1542 | 
            +
             | 
| 1543 | 
            +
                UpdateSMBLocalGroupsOutput.add_member(:gateway_arn, Shapes::ShapeRef.new(shape: GatewayARN, location_name: "GatewayARN"))
         | 
| 1544 | 
            +
                UpdateSMBLocalGroupsOutput.struct_class = Types::UpdateSMBLocalGroupsOutput
         | 
| 1545 | 
            +
             | 
| 1520 1546 | 
             
                UpdateSMBSecurityStrategyInput.add_member(:gateway_arn, Shapes::ShapeRef.new(shape: GatewayARN, required: true, location_name: "GatewayARN"))
         | 
| 1521 1547 | 
             
                UpdateSMBSecurityStrategyInput.add_member(:smb_security_strategy, Shapes::ShapeRef.new(shape: SMBSecurityStrategy, required: true, location_name: "SMBSecurityStrategy"))
         | 
| 1522 1548 | 
             
                UpdateSMBSecurityStrategyInput.struct_class = Types::UpdateSMBSecurityStrategyInput
         | 
| @@ -2531,6 +2557,16 @@ module Aws::StorageGateway | |
| 2531 2557 | 
             
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
         | 
| 2532 2558 | 
             
                  end)
         | 
| 2533 2559 |  | 
| 2560 | 
            +
                  api.add_operation(:update_smb_local_groups, Seahorse::Model::Operation.new.tap do |o|
         | 
| 2561 | 
            +
                    o.name = "UpdateSMBLocalGroups"
         | 
| 2562 | 
            +
                    o.http_method = "POST"
         | 
| 2563 | 
            +
                    o.http_request_uri = "/"
         | 
| 2564 | 
            +
                    o.input = Shapes::ShapeRef.new(shape: UpdateSMBLocalGroupsInput)
         | 
| 2565 | 
            +
                    o.output = Shapes::ShapeRef.new(shape: UpdateSMBLocalGroupsOutput)
         | 
| 2566 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InvalidGatewayRequestException)
         | 
| 2567 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
         | 
| 2568 | 
            +
                  end)
         | 
| 2569 | 
            +
             | 
| 2534 2570 | 
             
                  api.add_operation(:update_smb_security_strategy, Seahorse::Model::Operation.new.tap do |o|
         | 
| 2535 2571 | 
             
                    o.name = "UpdateSMBSecurityStrategy"
         | 
| 2536 2572 | 
             
                    o.http_method = "POST"
         |