Skip to content

Commit

Permalink
Regenerating all services
Browse files Browse the repository at this point in the history
  • Loading branch information
brendanhay committed Sep 26, 2015
1 parent b729824 commit c7835ee
Show file tree
Hide file tree
Showing 34 changed files with 369 additions and 368 deletions.
4 changes: 2 additions & 2 deletions gen/annex/cloudmonitoring.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"library": "cloud-monitoring",
"canonicalName": "Cloud.Monitoring"
"library": "monitoring",
"canonicalName": "Monitoring"
}

4 changes: 2 additions & 2 deletions gen/annex/dns.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"library": "cloud-dns",
"canonicalName": "Cloud.DNS"
"library": "dns",
"canonicalName": "DNS"
}

3 changes: 2 additions & 1 deletion gen/annex/identitytoolkit.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"library": "identity-toolkit"
"library": "identity-toolkit",
"canonicalName": "IdentityToolkit"
}

2 changes: 1 addition & 1 deletion gen/annex/spectrum.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"library": "spectrum",
"canonicalName": "spectrum"
"canonicalName": "Spectrum"
}

File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions gogol-cloud-dns/README.md → gogol-dns/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# gogol-cloud-dns
# gogol-dns

* [Version](#version)
* [Description](#description)
Expand All @@ -25,4 +25,4 @@ For any problems, comments, or feedback please create an issue [here on GitHub](

## Licence

`gogol-cloud-dns` is released under the [Mozilla Public License Version 2.0](http://www.mozilla.org/MPL/).
`gogol-dns` is released under the [Mozilla Public License Version 2.0](http://www.mozilla.org/MPL/).
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}

-- |
-- Module : Network.Google.Cloud.DNS
-- Module : Network.Google.DNS
-- Copyright : (c) 2015 Brendan Hay
-- License : Mozilla Public License, v. 2.0.
-- Maintainer : Brendan Hay <brendan.g.hay@gmail.com>
Expand All @@ -16,10 +16,10 @@
-- authoritative DNS records.
--
-- /See:/ <https://developers.google.com/cloud-dns Google Cloud DNS API Reference>
module Network.Google.Cloud.DNS
module Network.Google.DNS
(
-- * Resources
CloudDNS
DNS
, ChangesAPI
, ChangesList
, ChangesGet
Expand Down Expand Up @@ -108,14 +108,14 @@ module Network.Google.Cloud.DNS
, rrslrRrsets
) where

import Network.Google.Cloud.DNS.Types
import Network.Google.DNS.Types
import Network.Google.Prelude

{- $resources
TODO
-}

type CloudDNS =
type DNS =
ChangesAPI :<|> ResourceRecordSetsAPI :<|>
ManagedZonesAPI
:<|> ProjectsAPI
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
{-# OPTIONS_GHC -fno-warn-unused-imports #-}

-- |
-- Module : Network.Google.Cloud.DNS.Types
-- Module : Network.Google.DNS.Types
-- Copyright : (c) 2015 Brendan Hay
-- License : Mozilla Public License, v. 2.0.
-- Maintainer : Brendan Hay <brendan.g.hay@gmail.com>
-- Stability : auto-generated
-- Portability : non-portable (GHC extensions)
--
module Network.Google.Cloud.DNS.Types
module Network.Google.DNS.Types
(

-- * Change
Expand Down Expand Up @@ -87,6 +87,6 @@ module Network.Google.Cloud.DNS.Types
, rrslrRrsets
) where

import Network.Google.Cloud.DNS.Types.Product
import Network.Google.Cloud.DNS.Types.Sum
import Network.Google.DNS.Types.Product
import Network.Google.DNS.Types.Sum
import Network.Google.Prelude
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
{-# OPTIONS_GHC -fno-warn-unused-imports #-}

-- |
-- Module : Network.Google.Cloud.DNS.Types.Product
-- Module : Network.Google.DNS.Types.Product
-- Copyright : (c) 2015 Brendan Hay
-- License : Mozilla Public License, v. 2.0.
-- Maintainer : Brendan Hay <brendan.g.hay@gmail.com>
-- Stability : auto-generated
-- Portability : non-portable (GHC extensions)
--
module Network.Google.Cloud.DNS.Types.Product where
module Network.Google.DNS.Types.Product where

import Network.Google.Cloud.DNS.Types.Sum
import Network.Google.DNS.Types.Sum
import Network.Google.Prelude

-- | An atomic update to a collection of ResourceRecordSets.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
{-# OPTIONS_GHC -fno-warn-unused-imports #-}

-- |
-- Module : Network.Google.Cloud.DNS.Types.Sum
-- Module : Network.Google.DNS.Types.Sum
-- Copyright : (c) 2015 Brendan Hay
-- License : Mozilla Public License, v. 2.0.
-- Maintainer : Brendan Hay <brendan.g.hay@gmail.com>
-- Stability : auto-generated
-- Portability : non-portable (GHC extensions)
--
module Network.Google.Cloud.DNS.Types.Sum where
module Network.Google.DNS.Types.Sum where

import Network.Google.Prelude
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: gogol-cloud-dns
name: gogol-dns
version: 0.0.1
synopsis: Google Cloud DNS API.
homepage: https://github.com/brendanhay/gogol
Expand Down Expand Up @@ -31,12 +31,12 @@ library
ghc-options: -Wall

exposed-modules:
Network.Google.Cloud.DNS
, Network.Google.Cloud.DNS.Types
Network.Google.DNS
, Network.Google.DNS.Types

other-modules:
Network.Google.Cloud.DNS.Types.Product
, Network.Google.Cloud.DNS.Types.Sum
Network.Google.DNS.Types.Product
, Network.Google.DNS.Types.Sum

build-depends:
gogol-core == 0.0.1.*
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}

-- |
-- Module : Network.Google.Identity Toolkit
-- Module : Network.Google.IdentityToolkit
-- Copyright : (c) 2015 Brendan Hay
-- License : Mozilla Public License, v. 2.0.
-- Maintainer : Brendan Hay <brendan.g.hay@gmail.com>
Expand All @@ -15,10 +15,10 @@
-- -- | Help the third party sites to implement federated login.
--
-- /See:/ <https://developers.google.com/identity-toolkit/v3/ Google Identity Toolkit API Reference>
module Network.Google.Identity Toolkit
module Network.Google.IdentityToolkit
(
-- * Resources
Identity Toolkit
IdentityToolkit
, RelyingpartyAPI
, RelyingpartyCreateAuthUri
, RelyingpartyUploadAccount
Expand Down Expand Up @@ -284,14 +284,14 @@ module Network.Google.Identity Toolkit
, vprOauthAuthorizationCode
) where

import Network.Google.Prelude
import Network.Google.Identity Toolkit.Types
import Network.Google.IdentityToolkit.Types
import Network.Google.Prelude

{- $resources
TODO
-}

type Identity Toolkit = RelyingpartyAPI
type IdentityToolkit = RelyingpartyAPI

type RelyingpartyAPI =
RelyingpartyCreateAuthUri :<|>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
{-# OPTIONS_GHC -fno-warn-unused-imports #-}

-- |
-- Module : Network.Google.Identity Toolkit.Types
-- Module : Network.Google.IdentityToolkit.Types
-- Copyright : (c) 2015 Brendan Hay
-- License : Mozilla Public License, v. 2.0.
-- Maintainer : Brendan Hay <brendan.g.hay@gmail.com>
-- Stability : auto-generated
-- Portability : non-portable (GHC extensions)
--
module Network.Google.Identity Toolkit.Types
module Network.Google.IdentityToolkit.Types
(

-- * CreateAuthUriResponse
Expand Down Expand Up @@ -264,6 +264,6 @@ module Network.Google.Identity Toolkit.Types
, vprOauthAuthorizationCode
) where

import Network.Google.Prelude
import Network.Google.Identity Toolkit.Types.Product
import Network.Google.Identity Toolkit.Types.Sum
import Network.Google.IdentityToolkit.Types.Product
import Network.Google.IdentityToolkit.Types.Sum
import Network.Google.Prelude
Loading

0 comments on commit c7835ee

Please sign in to comment.