packages feed

amazonka-iam 0.0.6 → 0.0.7

raw patch · 22 files changed

+24/−24 lines, 22 filesdep ~amazonka-corePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: amazonka-core

API changes (from Hackage documentation)

Files

amazonka-iam.cabal view
@@ -1,5 +1,5 @@ name:                  amazonka-iam-version:               0.0.6+version:               0.0.7 synopsis:              Amazon Identity and Access Management SDK. homepage:              https://github.com/brendanhay/amazonka license:               OtherLicense@@ -124,5 +124,5 @@     other-modules:      build-depends:-          amazonka-core == 0.0.6.*+          amazonka-core == 0.0.7.*         , base          >= 4.7     && < 5
gen/Network/AWS/IAM/GetAccountSummary.hs view
@@ -141,4 +141,4 @@  instance FromXML GetAccountSummaryResponse where     parseXML = withElement "GetAccountSummaryResult" $ \x -> GetAccountSummaryResponse-        <$> x .@  "SummaryMap"+        <$> x .@? "SummaryMap" .!@ mempty
gen/Network/AWS/IAM/GetGroup.hs view
@@ -165,7 +165,7 @@         <$> x .@  "Group"         <*> x .@? "IsTruncated"         <*> x .@? "Marker"-        <*> x .@  "Users"+        <*> x .@? "Users" .!@ mempty  instance AWSPager GetGroup where     page rq rs
gen/Network/AWS/IAM/GetOpenIDConnectProvider.hs view
@@ -146,7 +146,7 @@  instance FromXML GetOpenIDConnectProviderResponse where     parseXML = withElement "GetOpenIDConnectProviderResult" $ \x -> GetOpenIDConnectProviderResponse-        <$> x .@  "ClientIDList"+        <$> x .@? "ClientIDList" .!@ mempty         <*> x .@? "CreateDate"-        <*> x .@  "ThumbprintList"+        <*> x .@? "ThumbprintList" .!@ mempty         <*> x .@? "Url"
gen/Network/AWS/IAM/ListAccessKeys.hs view
@@ -162,7 +162,7 @@  instance FromXML ListAccessKeysResponse where     parseXML = withElement "ListAccessKeysResult" $ \x -> ListAccessKeysResponse-        <$> x .@  "AccessKeyMetadata"+        <$> x .@? "AccessKeyMetadata" .!@ mempty         <*> x .@? "IsTruncated"         <*> x .@? "Marker" 
gen/Network/AWS/IAM/ListAccountAliases.hs view
@@ -146,7 +146,7 @@  instance FromXML ListAccountAliasesResponse where     parseXML = withElement "ListAccountAliasesResult" $ \x -> ListAccountAliasesResponse-        <$> x .@  "AccountAliases"+        <$> x .@? "AccountAliases" .!@ mempty         <*> x .@? "IsTruncated"         <*> x .@? "Marker" 
gen/Network/AWS/IAM/ListGroupPolicies.hs view
@@ -156,7 +156,7 @@     parseXML = withElement "ListGroupPoliciesResult" $ \x -> ListGroupPoliciesResponse         <$> x .@? "IsTruncated"         <*> x .@? "Marker"-        <*> x .@  "PolicyNames"+        <*> x .@? "PolicyNames" .!@ mempty  instance AWSPager ListGroupPolicies where     page rq rs
gen/Network/AWS/IAM/ListGroups.hs view
@@ -155,7 +155,7 @@  instance FromXML ListGroupsResponse where     parseXML = withElement "ListGroupsResult" $ \x -> ListGroupsResponse-        <$> x .@  "Groups"+        <$> x .@? "Groups" .!@ mempty         <*> x .@? "IsTruncated"         <*> x .@? "Marker" 
gen/Network/AWS/IAM/ListGroupsForUser.hs view
@@ -153,7 +153,7 @@  instance FromXML ListGroupsForUserResponse where     parseXML = withElement "ListGroupsForUserResult" $ \x -> ListGroupsForUserResponse-        <$> x .@  "Groups"+        <$> x .@? "Groups" .!@ mempty         <*> x .@? "IsTruncated"         <*> x .@? "Marker" 
gen/Network/AWS/IAM/ListInstanceProfiles.hs view
@@ -161,7 +161,7 @@  instance FromXML ListInstanceProfilesResponse where     parseXML = withElement "ListInstanceProfilesResult" $ \x -> ListInstanceProfilesResponse-        <$> x .@  "InstanceProfiles"+        <$> x .@? "InstanceProfiles" .!@ mempty         <*> x .@? "IsTruncated"         <*> x .@? "Marker" 
gen/Network/AWS/IAM/ListInstanceProfilesForRole.hs view
@@ -160,7 +160,7 @@  instance FromXML ListInstanceProfilesForRoleResponse where     parseXML = withElement "ListInstanceProfilesForRoleResult" $ \x -> ListInstanceProfilesForRoleResponse-        <$> x .@  "InstanceProfiles"+        <$> x .@? "InstanceProfiles" .!@ mempty         <*> x .@? "IsTruncated"         <*> x .@? "Marker" 
gen/Network/AWS/IAM/ListMFADevices.hs view
@@ -157,7 +157,7 @@ instance FromXML ListMFADevicesResponse where     parseXML = withElement "ListMFADevicesResult" $ \x -> ListMFADevicesResponse         <$> x .@? "IsTruncated"-        <*> x .@  "MFADevices"+        <*> x .@? "MFADevices" .!@ mempty         <*> x .@? "Marker"  instance AWSPager ListMFADevices where
gen/Network/AWS/IAM/ListOpenIDConnectProviders.hs view
@@ -97,4 +97,4 @@  instance FromXML ListOpenIDConnectProvidersResponse where     parseXML = withElement "ListOpenIDConnectProvidersResult" $ \x -> ListOpenIDConnectProvidersResponse-        <$> x .@  "OpenIDConnectProviderList"+        <$> x .@? "OpenIDConnectProviderList" .!@ mempty
gen/Network/AWS/IAM/ListRolePolicies.hs view
@@ -157,7 +157,7 @@     parseXML = withElement "ListRolePoliciesResult" $ \x -> ListRolePoliciesResponse         <$> x .@? "IsTruncated"         <*> x .@? "Marker"-        <*> x .@  "PolicyNames"+        <*> x .@? "PolicyNames" .!@ mempty  instance AWSPager ListRolePolicies where     page rq rs
gen/Network/AWS/IAM/ListRoles.hs view
@@ -161,7 +161,7 @@     parseXML = withElement "ListRolesResult" $ \x -> ListRolesResponse         <$> x .@? "IsTruncated"         <*> x .@? "Marker"-        <*> x .@  "Roles"+        <*> x .@? "Roles" .!@ mempty  instance AWSPager ListRoles where     page rq rs
gen/Network/AWS/IAM/ListSAMLProviders.hs view
@@ -96,4 +96,4 @@  instance FromXML ListSAMLProvidersResponse where     parseXML = withElement "ListSAMLProvidersResult" $ \x -> ListSAMLProvidersResponse-        <$> x .@  "SAMLProviderList"+        <$> x .@? "SAMLProviderList" .!@ mempty
gen/Network/AWS/IAM/ListServerCertificates.hs view
@@ -164,7 +164,7 @@     parseXML = withElement "ListServerCertificatesResult" $ \x -> ListServerCertificatesResponse         <$> x .@? "IsTruncated"         <*> x .@? "Marker"-        <*> x .@  "ServerCertificateMetadataList"+        <*> x .@? "ServerCertificateMetadataList" .!@ mempty  instance AWSPager ListServerCertificates where     page rq rs
gen/Network/AWS/IAM/ListSigningCertificates.hs view
@@ -162,7 +162,7 @@  instance FromXML ListSigningCertificatesResponse where     parseXML = withElement "ListSigningCertificatesResult" $ \x -> ListSigningCertificatesResponse-        <$> x .@  "Certificates"+        <$> x .@? "Certificates" .!@ mempty         <*> x .@? "IsTruncated"         <*> x .@? "Marker" 
gen/Network/AWS/IAM/ListUserPolicies.hs view
@@ -156,7 +156,7 @@     parseXML = withElement "ListUserPoliciesResult" $ \x -> ListUserPoliciesResponse         <$> x .@? "IsTruncated"         <*> x .@? "Marker"-        <*> x .@  "PolicyNames"+        <*> x .@? "PolicyNames" .!@ mempty  instance AWSPager ListUserPolicies where     page rq rs
gen/Network/AWS/IAM/ListUsers.hs view
@@ -159,7 +159,7 @@     parseXML = withElement "ListUsersResult" $ \x -> ListUsersResponse         <$> x .@? "IsTruncated"         <*> x .@? "Marker"-        <*> x .@  "Users"+        <*> x .@? "Users" .!@ mempty  instance AWSPager ListUsers where     page rq rs
gen/Network/AWS/IAM/ListVirtualMFADevices.hs view
@@ -162,7 +162,7 @@     parseXML = withElement "ListVirtualMFADevicesResult" $ \x -> ListVirtualMFADevicesResponse         <$> x .@? "IsTruncated"         <*> x .@? "Marker"-        <*> x .@  "VirtualMFADevices"+        <*> x .@? "VirtualMFADevices" .!@ mempty  instance AWSPager ListVirtualMFADevices where     page rq rs
gen/Network/AWS/IAM/Types.hs view
@@ -569,7 +569,7 @@         <*> x .@  "InstanceProfileId"         <*> x .@  "InstanceProfileName"         <*> x .@  "Path"-        <*> x .@  "Roles"+        <*> x .@? "Roles" .!@ mempty  instance ToQuery InstanceProfile where     toQuery InstanceProfile{..} = mconcat