Skip to content

Commit

Permalink
Merge pull request #26 from nifcloud/feature/fix_service_activity_par…
Browse files Browse the repository at this point in the history
…ameter

update model
  • Loading branch information
aokumasan authored Aug 3, 2023
2 parents 11fa5ab + eb6395f commit d948f65
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 154 deletions.
84 changes: 0 additions & 84 deletions nifcloudcli/data/nas/N2016-02-24/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -397,14 +397,6 @@
},
"DeleteNASInstanceRequest": {
"members": {
"DirectoryServiceAdministratorName": {
"locationName": "DirectoryServiceAdministratorName",
"shape": "String"
},
"DirectoryServiceAdministratorPassword": {
"locationName": "DirectoryServiceAdministratorPassword",
"shape": "String"
},
"NASInstanceIdentifier": {
"locationName": "NASInstanceIdentifier",
"shape": "String"
Expand Down Expand Up @@ -501,20 +493,6 @@
"name": "DescribeNASSecurityGroupsResult",
"type": "structure"
},
"DomainControllers": {
"members": {
"Hostname": {
"locationName": "Hostname",
"shape": "String"
},
"IPAddress": {
"locationName": "IPAddress",
"shape": "String"
}
},
"name": "DomainControllers",
"type": "structure"
},
"Double": {
"name": "Double",
"type": "double"
Expand Down Expand Up @@ -603,14 +581,6 @@
"name": "ListOfDatapoints",
"type": "list"
},
"ListOfDomainControllers": {
"member": {
"locationName": "DomainController",
"shape": "DomainControllers"
},
"name": "ListOfDomainControllers",
"type": "list"
},
"ListOfIPRanges": {
"member": {
"locationName": "IPRange",
Expand Down Expand Up @@ -651,14 +621,6 @@
"name": "ListOfRequestDimensions",
"type": "list"
},
"ListOfRequestDomainControllers": {
"member": {
"locationName": "member",
"shape": "RequestDomainControllers"
},
"name": "ListOfRequestDomainControllers",
"type": "list"
},
"ListOfRequestNASSecurityGroups": {
"member": {
"locationName": "member",
Expand Down Expand Up @@ -706,22 +668,6 @@
"locationName": "AuthenticationType",
"shape": "Integer"
},
"DirectoryServiceAdministratorName": {
"locationName": "DirectoryServiceAdministratorName",
"shape": "String"
},
"DirectoryServiceAdministratorPassword": {
"locationName": "DirectoryServiceAdministratorPassword",
"shape": "String"
},
"DirectoryServiceDomainName": {
"locationName": "DirectoryServiceDomainName",
"shape": "String"
},
"DomainControllers": {
"locationName": "DomainControllers",
"shape": "ListOfRequestDomainControllers"
},
"MasterPrivateAddress": {
"locationName": "MasterPrivateAddress",
"shape": "String"
Expand Down Expand Up @@ -824,14 +770,6 @@
"locationName": "AvailabilityZone",
"shape": "String"
},
"DirectoryServiceDomainName": {
"locationName": "DirectoryServiceDomainName",
"shape": "String"
},
"DomainControllers": {
"locationName": "DomainControllers",
"shape": "ListOfDomainControllers"
},
"Endpoint": {
"locationName": "Endpoint",
"shape": "Endpoint"
Expand Down Expand Up @@ -920,14 +858,6 @@
"locationName": "AvailabilityZone",
"shape": "String"
},
"DirectoryServiceDomainName": {
"locationName": "DirectoryServiceDomainName",
"shape": "String"
},
"DomainControllers": {
"locationName": "DomainControllers",
"shape": "ListOfDomainControllers"
},
"Endpoint": {
"locationName": "Endpoint",
"shape": "Endpoint"
Expand Down Expand Up @@ -1088,20 +1018,6 @@
],
"type": "structure"
},
"RequestDomainControllers": {
"members": {
"Hostname": {
"locationName": "Hostname",
"shape": "String"
},
"IPAddress": {
"locationName": "IPAddress",
"shape": "String"
}
},
"name": "RequestDomainControllers",
"type": "structure"
},
"ResponseMetadata": {
"members": {
"RequestId": {
Expand Down
49 changes: 3 additions & 46 deletions nifcloudcli/data/rdb/2013-05-15N2013-12-16/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -457,20 +457,6 @@
"shape": "ModifyEventSubscriptionResult"
}
},
"NiftyFailoverDBInstance": {
"http": {
"method": "POST",
"requestUri": "/"
},
"input": {
"shape": "NiftyFailoverDBInstanceRequest"
},
"name": "NiftyFailoverDBInstance",
"output": {
"resultWrapper": "NiftyFailoverDBInstanceResult",
"shape": "NiftyFailoverDBInstanceResult"
}
},
"NiftyGetMetricStatistics": {
"http": {
"method": "POST",
Expand Down Expand Up @@ -2021,7 +2007,7 @@
"postgres9.3",
"postgres9.6",
"postgres11",
"mariadb10.1"
"postgres13"
],
"name": "DBParameterGroupFamilyOfDescribeDBEngineVersionsRequest",
"type": "string"
Expand Down Expand Up @@ -3180,17 +3166,15 @@
"EngineOfDescribeDBEngineVersionsRequest": {
"enum": [
"MySQL",
"postgres",
"MariaDB"
"postgres"
],
"name": "EngineOfDescribeDBEngineVersionsRequest",
"type": "string"
},
"EngineOfDescribeOrderableDBInstanceOptionsRequest": {
"enum": [
"MySQL",
"postgres",
"MariaDB"
"postgres"
],
"name": "EngineOfDescribeOrderableDBInstanceOptionsRequest",
"type": "string"
Expand Down Expand Up @@ -3977,33 +3961,6 @@
"name": "NIftySortKeyOfDescribeEventSubscriptionsRequest",
"type": "string"
},
"NiftyFailoverDBInstanceRequest": {
"members": {
"DBInstanceIdentifier": {
"locationName": "DBInstanceIdentifier",
"shape": "String"
}
},
"name": "NiftyFailoverDBInstanceRequest",
"required": [
"DBInstanceIdentifier"
],
"type": "structure"
},
"NiftyFailoverDBInstanceResult": {
"members": {
"DBInstance": {
"locationName": "DBInstance",
"shape": "DBInstance"
},
"ResponseMetadata": {
"locationName": "ResponseMetadata",
"shape": "ResponseMetadata"
}
},
"name": "NiftyFailoverDBInstanceResult",
"type": "structure"
},
"NiftyGetMetricStatisticsRequest": {
"members": {
"Dimensions": {
Expand Down
48 changes: 24 additions & 24 deletions nifcloudcli/data/service-activity/2020-11-25/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
}
},
"shapes": {
"AffectedService": {
"AffectedServices": {
"members": {
"EndAt": {
"locationName": "endAt",
Expand All @@ -73,9 +73,9 @@
"locationName": "number",
"shape": "Integer"
},
"Resource": {
"locationName": "resource",
"shape": "ListOfResource"
"Resources": {
"locationName": "resources",
"shape": "ListOfResources"
},
"Service": {
"locationName": "service",
Expand All @@ -90,7 +90,7 @@
"shape": "String"
}
},
"name": "AffectedService",
"name": "AffectedServices",
"type": "structure"
},
"Blob": {
Expand Down Expand Up @@ -303,17 +303,17 @@
},
"Event": {
"members": {
"AffectedService": {
"locationName": "affectedService",
"shape": "ListOfAffectedService"
"AffectedServices": {
"locationName": "affectedServices",
"shape": "ListOfAffectedServices"
},
"EndAt": {
"locationName": "endAt",
"shape": "String"
},
"EventHistory": {
"locationName": "eventHistory",
"shape": "ListOfEventHistory"
"EventHistories": {
"locationName": "eventHistories",
"shape": "ListOfEventHistories"
},
"EventID": {
"locationName": "eventID",
Expand All @@ -331,7 +331,7 @@
"name": "Event",
"type": "structure"
},
"EventHistory": {
"EventHistories": {
"members": {
"Date": {
"locationName": "date",
Expand All @@ -342,18 +342,18 @@
"shape": "String"
}
},
"name": "EventHistory",
"name": "EventHistories",
"type": "structure"
},
"Integer": {
"name": "Integer",
"type": "integer"
},
"ListOfAffectedService": {
"ListOfAffectedServices": {
"member": {
"shape": "AffectedService"
"shape": "AffectedServices"
},
"name": "ListOfAffectedService",
"name": "ListOfAffectedServices",
"type": "list"
},
"ListOfCalendar": {
Expand All @@ -370,18 +370,18 @@
"name": "ListOfEvent",
"type": "list"
},
"ListOfEventHistory": {
"ListOfEventHistories": {
"member": {
"shape": "EventHistory"
"shape": "EventHistories"
},
"name": "ListOfEventHistory",
"name": "ListOfEventHistories",
"type": "list"
},
"ListOfResource": {
"ListOfResources": {
"member": {
"shape": "Resource"
"shape": "Resources"
},
"name": "ListOfResource",
"name": "ListOfResources",
"type": "list"
},
"ListOfServiceMenu": {
Expand Down Expand Up @@ -433,7 +433,7 @@
"name": "ModeOfDescribeServiceStatusesRequest",
"type": "string"
},
"Resource": {
"Resources": {
"members": {
"DiskName": {
"locationName": "diskName",
Expand All @@ -448,7 +448,7 @@
"shape": "String"
}
},
"name": "Resource",
"name": "Resources",
"type": "structure"
},
"ServiceMenu": {
Expand Down

0 comments on commit d948f65

Please sign in to comment.