aws-sdk-customerprofiles 1.0.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 +7 -0
- data/lib/aws-sdk-customerprofiles.rb +53 -0
- data/lib/aws-sdk-customerprofiles/client.rb +1997 -0
- data/lib/aws-sdk-customerprofiles/client_api.rb +980 -0
- data/lib/aws-sdk-customerprofiles/customizations.rb +0 -0
- data/lib/aws-sdk-customerprofiles/errors.rb +118 -0
- data/lib/aws-sdk-customerprofiles/resource.rb +26 -0
- data/lib/aws-sdk-customerprofiles/types.rb +2551 -0
- metadata +88 -0
| @@ -0,0 +1,980 @@ | |
| 1 | 
            +
            # frozen_string_literal: true
         | 
| 2 | 
            +
             | 
| 3 | 
            +
            # WARNING ABOUT GENERATED CODE
         | 
| 4 | 
            +
            #
         | 
| 5 | 
            +
            # This file is generated. See the contributing guide for more information:
         | 
| 6 | 
            +
            # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
         | 
| 7 | 
            +
            #
         | 
| 8 | 
            +
            # WARNING ABOUT GENERATED CODE
         | 
| 9 | 
            +
             | 
| 10 | 
            +
            module Aws::CustomerProfiles
         | 
| 11 | 
            +
              # @api private
         | 
| 12 | 
            +
              module ClientApi
         | 
| 13 | 
            +
             | 
| 14 | 
            +
                include Seahorse::Model
         | 
| 15 | 
            +
             | 
| 16 | 
            +
                AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
         | 
| 17 | 
            +
                AddProfileKeyRequest = Shapes::StructureShape.new(name: 'AddProfileKeyRequest')
         | 
| 18 | 
            +
                AddProfileKeyResponse = Shapes::StructureShape.new(name: 'AddProfileKeyResponse')
         | 
| 19 | 
            +
                Address = Shapes::StructureShape.new(name: 'Address')
         | 
| 20 | 
            +
                Attributes = Shapes::MapShape.new(name: 'Attributes')
         | 
| 21 | 
            +
                BadRequestException = Shapes::StructureShape.new(name: 'BadRequestException')
         | 
| 22 | 
            +
                CreateDomainRequest = Shapes::StructureShape.new(name: 'CreateDomainRequest')
         | 
| 23 | 
            +
                CreateDomainResponse = Shapes::StructureShape.new(name: 'CreateDomainResponse')
         | 
| 24 | 
            +
                CreateProfileRequest = Shapes::StructureShape.new(name: 'CreateProfileRequest')
         | 
| 25 | 
            +
                CreateProfileResponse = Shapes::StructureShape.new(name: 'CreateProfileResponse')
         | 
| 26 | 
            +
                DeleteDomainRequest = Shapes::StructureShape.new(name: 'DeleteDomainRequest')
         | 
| 27 | 
            +
                DeleteDomainResponse = Shapes::StructureShape.new(name: 'DeleteDomainResponse')
         | 
| 28 | 
            +
                DeleteIntegrationRequest = Shapes::StructureShape.new(name: 'DeleteIntegrationRequest')
         | 
| 29 | 
            +
                DeleteIntegrationResponse = Shapes::StructureShape.new(name: 'DeleteIntegrationResponse')
         | 
| 30 | 
            +
                DeleteProfileKeyRequest = Shapes::StructureShape.new(name: 'DeleteProfileKeyRequest')
         | 
| 31 | 
            +
                DeleteProfileKeyResponse = Shapes::StructureShape.new(name: 'DeleteProfileKeyResponse')
         | 
| 32 | 
            +
                DeleteProfileObjectRequest = Shapes::StructureShape.new(name: 'DeleteProfileObjectRequest')
         | 
| 33 | 
            +
                DeleteProfileObjectResponse = Shapes::StructureShape.new(name: 'DeleteProfileObjectResponse')
         | 
| 34 | 
            +
                DeleteProfileObjectTypeRequest = Shapes::StructureShape.new(name: 'DeleteProfileObjectTypeRequest')
         | 
| 35 | 
            +
                DeleteProfileObjectTypeResponse = Shapes::StructureShape.new(name: 'DeleteProfileObjectTypeResponse')
         | 
| 36 | 
            +
                DeleteProfileRequest = Shapes::StructureShape.new(name: 'DeleteProfileRequest')
         | 
| 37 | 
            +
                DeleteProfileResponse = Shapes::StructureShape.new(name: 'DeleteProfileResponse')
         | 
| 38 | 
            +
                DomainList = Shapes::ListShape.new(name: 'DomainList')
         | 
| 39 | 
            +
                DomainStats = Shapes::StructureShape.new(name: 'DomainStats')
         | 
| 40 | 
            +
                FieldContentType = Shapes::StringShape.new(name: 'FieldContentType')
         | 
| 41 | 
            +
                FieldMap = Shapes::MapShape.new(name: 'FieldMap')
         | 
| 42 | 
            +
                FieldNameList = Shapes::ListShape.new(name: 'FieldNameList')
         | 
| 43 | 
            +
                Gender = Shapes::StringShape.new(name: 'Gender')
         | 
| 44 | 
            +
                GetDomainRequest = Shapes::StructureShape.new(name: 'GetDomainRequest')
         | 
| 45 | 
            +
                GetDomainResponse = Shapes::StructureShape.new(name: 'GetDomainResponse')
         | 
| 46 | 
            +
                GetIntegrationRequest = Shapes::StructureShape.new(name: 'GetIntegrationRequest')
         | 
| 47 | 
            +
                GetIntegrationResponse = Shapes::StructureShape.new(name: 'GetIntegrationResponse')
         | 
| 48 | 
            +
                GetProfileObjectTypeRequest = Shapes::StructureShape.new(name: 'GetProfileObjectTypeRequest')
         | 
| 49 | 
            +
                GetProfileObjectTypeResponse = Shapes::StructureShape.new(name: 'GetProfileObjectTypeResponse')
         | 
| 50 | 
            +
                GetProfileObjectTypeTemplateRequest = Shapes::StructureShape.new(name: 'GetProfileObjectTypeTemplateRequest')
         | 
| 51 | 
            +
                GetProfileObjectTypeTemplateResponse = Shapes::StructureShape.new(name: 'GetProfileObjectTypeTemplateResponse')
         | 
| 52 | 
            +
                IntegrationList = Shapes::ListShape.new(name: 'IntegrationList')
         | 
| 53 | 
            +
                InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
         | 
| 54 | 
            +
                KeyMap = Shapes::MapShape.new(name: 'KeyMap')
         | 
| 55 | 
            +
                ListAccountIntegrationsRequest = Shapes::StructureShape.new(name: 'ListAccountIntegrationsRequest')
         | 
| 56 | 
            +
                ListAccountIntegrationsResponse = Shapes::StructureShape.new(name: 'ListAccountIntegrationsResponse')
         | 
| 57 | 
            +
                ListDomainItem = Shapes::StructureShape.new(name: 'ListDomainItem')
         | 
| 58 | 
            +
                ListDomainsRequest = Shapes::StructureShape.new(name: 'ListDomainsRequest')
         | 
| 59 | 
            +
                ListDomainsResponse = Shapes::StructureShape.new(name: 'ListDomainsResponse')
         | 
| 60 | 
            +
                ListIntegrationItem = Shapes::StructureShape.new(name: 'ListIntegrationItem')
         | 
| 61 | 
            +
                ListIntegrationsRequest = Shapes::StructureShape.new(name: 'ListIntegrationsRequest')
         | 
| 62 | 
            +
                ListIntegrationsResponse = Shapes::StructureShape.new(name: 'ListIntegrationsResponse')
         | 
| 63 | 
            +
                ListProfileObjectTypeItem = Shapes::StructureShape.new(name: 'ListProfileObjectTypeItem')
         | 
| 64 | 
            +
                ListProfileObjectTypeTemplateItem = Shapes::StructureShape.new(name: 'ListProfileObjectTypeTemplateItem')
         | 
| 65 | 
            +
                ListProfileObjectTypeTemplatesRequest = Shapes::StructureShape.new(name: 'ListProfileObjectTypeTemplatesRequest')
         | 
| 66 | 
            +
                ListProfileObjectTypeTemplatesResponse = Shapes::StructureShape.new(name: 'ListProfileObjectTypeTemplatesResponse')
         | 
| 67 | 
            +
                ListProfileObjectTypesRequest = Shapes::StructureShape.new(name: 'ListProfileObjectTypesRequest')
         | 
| 68 | 
            +
                ListProfileObjectTypesResponse = Shapes::StructureShape.new(name: 'ListProfileObjectTypesResponse')
         | 
| 69 | 
            +
                ListProfileObjectsItem = Shapes::StructureShape.new(name: 'ListProfileObjectsItem')
         | 
| 70 | 
            +
                ListProfileObjectsRequest = Shapes::StructureShape.new(name: 'ListProfileObjectsRequest')
         | 
| 71 | 
            +
                ListProfileObjectsResponse = Shapes::StructureShape.new(name: 'ListProfileObjectsResponse')
         | 
| 72 | 
            +
                ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
         | 
| 73 | 
            +
                ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
         | 
| 74 | 
            +
                ObjectTypeField = Shapes::StructureShape.new(name: 'ObjectTypeField')
         | 
| 75 | 
            +
                ObjectTypeKey = Shapes::StructureShape.new(name: 'ObjectTypeKey')
         | 
| 76 | 
            +
                ObjectTypeKeyList = Shapes::ListShape.new(name: 'ObjectTypeKeyList')
         | 
| 77 | 
            +
                PartyType = Shapes::StringShape.new(name: 'PartyType')
         | 
| 78 | 
            +
                Profile = Shapes::StructureShape.new(name: 'Profile')
         | 
| 79 | 
            +
                ProfileList = Shapes::ListShape.new(name: 'ProfileList')
         | 
| 80 | 
            +
                ProfileObjectList = Shapes::ListShape.new(name: 'ProfileObjectList')
         | 
| 81 | 
            +
                ProfileObjectTypeList = Shapes::ListShape.new(name: 'ProfileObjectTypeList')
         | 
| 82 | 
            +
                ProfileObjectTypeTemplateList = Shapes::ListShape.new(name: 'ProfileObjectTypeTemplateList')
         | 
| 83 | 
            +
                PutIntegrationRequest = Shapes::StructureShape.new(name: 'PutIntegrationRequest')
         | 
| 84 | 
            +
                PutIntegrationResponse = Shapes::StructureShape.new(name: 'PutIntegrationResponse')
         | 
| 85 | 
            +
                PutProfileObjectRequest = Shapes::StructureShape.new(name: 'PutProfileObjectRequest')
         | 
| 86 | 
            +
                PutProfileObjectResponse = Shapes::StructureShape.new(name: 'PutProfileObjectResponse')
         | 
| 87 | 
            +
                PutProfileObjectTypeRequest = Shapes::StructureShape.new(name: 'PutProfileObjectTypeRequest')
         | 
| 88 | 
            +
                PutProfileObjectTypeResponse = Shapes::StructureShape.new(name: 'PutProfileObjectTypeResponse')
         | 
| 89 | 
            +
                ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
         | 
| 90 | 
            +
                SearchProfilesRequest = Shapes::StructureShape.new(name: 'SearchProfilesRequest')
         | 
| 91 | 
            +
                SearchProfilesResponse = Shapes::StructureShape.new(name: 'SearchProfilesResponse')
         | 
| 92 | 
            +
                StandardIdentifier = Shapes::StringShape.new(name: 'StandardIdentifier')
         | 
| 93 | 
            +
                StandardIdentifierList = Shapes::ListShape.new(name: 'StandardIdentifierList')
         | 
| 94 | 
            +
                TagArn = Shapes::StringShape.new(name: 'TagArn')
         | 
| 95 | 
            +
                TagKey = Shapes::StringShape.new(name: 'TagKey')
         | 
| 96 | 
            +
                TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
         | 
| 97 | 
            +
                TagMap = Shapes::MapShape.new(name: 'TagMap')
         | 
| 98 | 
            +
                TagResourceRequest = Shapes::StructureShape.new(name: 'TagResourceRequest')
         | 
| 99 | 
            +
                TagResourceResponse = Shapes::StructureShape.new(name: 'TagResourceResponse')
         | 
| 100 | 
            +
                TagValue = Shapes::StringShape.new(name: 'TagValue')
         | 
| 101 | 
            +
                ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
         | 
| 102 | 
            +
                UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
         | 
| 103 | 
            +
                UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
         | 
| 104 | 
            +
                UpdateAddress = Shapes::StructureShape.new(name: 'UpdateAddress')
         | 
| 105 | 
            +
                UpdateAttributes = Shapes::MapShape.new(name: 'UpdateAttributes')
         | 
| 106 | 
            +
                UpdateDomainRequest = Shapes::StructureShape.new(name: 'UpdateDomainRequest')
         | 
| 107 | 
            +
                UpdateDomainResponse = Shapes::StructureShape.new(name: 'UpdateDomainResponse')
         | 
| 108 | 
            +
                UpdateProfileRequest = Shapes::StructureShape.new(name: 'UpdateProfileRequest')
         | 
| 109 | 
            +
                UpdateProfileResponse = Shapes::StructureShape.new(name: 'UpdateProfileResponse')
         | 
| 110 | 
            +
                boolean = Shapes::BooleanShape.new(name: 'boolean')
         | 
| 111 | 
            +
                encryptionKey = Shapes::StringShape.new(name: 'encryptionKey')
         | 
| 112 | 
            +
                expirationDaysInteger = Shapes::IntegerShape.new(name: 'expirationDaysInteger')
         | 
| 113 | 
            +
                long = Shapes::IntegerShape.new(name: 'long')
         | 
| 114 | 
            +
                maxSize100 = Shapes::IntegerShape.new(name: 'maxSize100')
         | 
| 115 | 
            +
                message = Shapes::StringShape.new(name: 'message')
         | 
| 116 | 
            +
                name = Shapes::StringShape.new(name: 'name')
         | 
| 117 | 
            +
                requestValueList = Shapes::ListShape.new(name: 'requestValueList')
         | 
| 118 | 
            +
                sqsQueueUrl = Shapes::StringShape.new(name: 'sqsQueueUrl')
         | 
| 119 | 
            +
                string0To1000 = Shapes::StringShape.new(name: 'string0To1000')
         | 
| 120 | 
            +
                string0To255 = Shapes::StringShape.new(name: 'string0To255')
         | 
| 121 | 
            +
                string1To1000 = Shapes::StringShape.new(name: 'string1To1000')
         | 
| 122 | 
            +
                string1To255 = Shapes::StringShape.new(name: 'string1To255')
         | 
| 123 | 
            +
                stringifiedJson = Shapes::StringShape.new(name: 'stringifiedJson')
         | 
| 124 | 
            +
                text = Shapes::StringShape.new(name: 'text')
         | 
| 125 | 
            +
                timestamp = Shapes::TimestampShape.new(name: 'timestamp')
         | 
| 126 | 
            +
                token = Shapes::StringShape.new(name: 'token')
         | 
| 127 | 
            +
                typeName = Shapes::StringShape.new(name: 'typeName')
         | 
| 128 | 
            +
                uuid = Shapes::StringShape.new(name: 'uuid')
         | 
| 129 | 
            +
             | 
| 130 | 
            +
                AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: message, location_name: "Message"))
         | 
| 131 | 
            +
                AccessDeniedException.struct_class = Types::AccessDeniedException
         | 
| 132 | 
            +
             | 
| 133 | 
            +
                AddProfileKeyRequest.add_member(:profile_id, Shapes::ShapeRef.new(shape: uuid, required: true, location_name: "ProfileId"))
         | 
| 134 | 
            +
                AddProfileKeyRequest.add_member(:key_name, Shapes::ShapeRef.new(shape: name, required: true, location_name: "KeyName"))
         | 
| 135 | 
            +
                AddProfileKeyRequest.add_member(:values, Shapes::ShapeRef.new(shape: requestValueList, required: true, location_name: "Values"))
         | 
| 136 | 
            +
                AddProfileKeyRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
         | 
| 137 | 
            +
                AddProfileKeyRequest.struct_class = Types::AddProfileKeyRequest
         | 
| 138 | 
            +
             | 
| 139 | 
            +
                AddProfileKeyResponse.add_member(:key_name, Shapes::ShapeRef.new(shape: name, location_name: "KeyName"))
         | 
| 140 | 
            +
                AddProfileKeyResponse.add_member(:values, Shapes::ShapeRef.new(shape: requestValueList, location_name: "Values"))
         | 
| 141 | 
            +
                AddProfileKeyResponse.struct_class = Types::AddProfileKeyResponse
         | 
| 142 | 
            +
             | 
| 143 | 
            +
                Address.add_member(:address_1, Shapes::ShapeRef.new(shape: string1To255, location_name: "Address1"))
         | 
| 144 | 
            +
                Address.add_member(:address_2, Shapes::ShapeRef.new(shape: string1To255, location_name: "Address2"))
         | 
| 145 | 
            +
                Address.add_member(:address_3, Shapes::ShapeRef.new(shape: string1To255, location_name: "Address3"))
         | 
| 146 | 
            +
                Address.add_member(:address_4, Shapes::ShapeRef.new(shape: string1To255, location_name: "Address4"))
         | 
| 147 | 
            +
                Address.add_member(:city, Shapes::ShapeRef.new(shape: string1To255, location_name: "City"))
         | 
| 148 | 
            +
                Address.add_member(:county, Shapes::ShapeRef.new(shape: string1To255, location_name: "County"))
         | 
| 149 | 
            +
                Address.add_member(:state, Shapes::ShapeRef.new(shape: string1To255, location_name: "State"))
         | 
| 150 | 
            +
                Address.add_member(:province, Shapes::ShapeRef.new(shape: string1To255, location_name: "Province"))
         | 
| 151 | 
            +
                Address.add_member(:country, Shapes::ShapeRef.new(shape: string1To255, location_name: "Country"))
         | 
| 152 | 
            +
                Address.add_member(:postal_code, Shapes::ShapeRef.new(shape: string1To255, location_name: "PostalCode"))
         | 
| 153 | 
            +
                Address.struct_class = Types::Address
         | 
| 154 | 
            +
             | 
| 155 | 
            +
                Attributes.key = Shapes::ShapeRef.new(shape: string1To255)
         | 
| 156 | 
            +
                Attributes.value = Shapes::ShapeRef.new(shape: string1To255)
         | 
| 157 | 
            +
             | 
| 158 | 
            +
                BadRequestException.add_member(:message, Shapes::ShapeRef.new(shape: message, location_name: "Message"))
         | 
| 159 | 
            +
                BadRequestException.struct_class = Types::BadRequestException
         | 
| 160 | 
            +
             | 
| 161 | 
            +
                CreateDomainRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
         | 
| 162 | 
            +
                CreateDomainRequest.add_member(:default_expiration_days, Shapes::ShapeRef.new(shape: expirationDaysInteger, required: true, location_name: "DefaultExpirationDays"))
         | 
| 163 | 
            +
                CreateDomainRequest.add_member(:default_encryption_key, Shapes::ShapeRef.new(shape: encryptionKey, location_name: "DefaultEncryptionKey"))
         | 
| 164 | 
            +
                CreateDomainRequest.add_member(:dead_letter_queue_url, Shapes::ShapeRef.new(shape: sqsQueueUrl, location_name: "DeadLetterQueueUrl"))
         | 
| 165 | 
            +
                CreateDomainRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
         | 
| 166 | 
            +
                CreateDomainRequest.struct_class = Types::CreateDomainRequest
         | 
| 167 | 
            +
             | 
| 168 | 
            +
                CreateDomainResponse.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location_name: "DomainName"))
         | 
| 169 | 
            +
                CreateDomainResponse.add_member(:default_expiration_days, Shapes::ShapeRef.new(shape: expirationDaysInteger, required: true, location_name: "DefaultExpirationDays"))
         | 
| 170 | 
            +
                CreateDomainResponse.add_member(:default_encryption_key, Shapes::ShapeRef.new(shape: encryptionKey, location_name: "DefaultEncryptionKey"))
         | 
| 171 | 
            +
                CreateDomainResponse.add_member(:dead_letter_queue_url, Shapes::ShapeRef.new(shape: sqsQueueUrl, location_name: "DeadLetterQueueUrl"))
         | 
| 172 | 
            +
                CreateDomainResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "CreatedAt"))
         | 
| 173 | 
            +
                CreateDomainResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "LastUpdatedAt"))
         | 
| 174 | 
            +
                CreateDomainResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
         | 
| 175 | 
            +
                CreateDomainResponse.struct_class = Types::CreateDomainResponse
         | 
| 176 | 
            +
             | 
| 177 | 
            +
                CreateProfileRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
         | 
| 178 | 
            +
                CreateProfileRequest.add_member(:account_number, Shapes::ShapeRef.new(shape: string1To255, location_name: "AccountNumber"))
         | 
| 179 | 
            +
                CreateProfileRequest.add_member(:additional_information, Shapes::ShapeRef.new(shape: string1To1000, location_name: "AdditionalInformation"))
         | 
| 180 | 
            +
                CreateProfileRequest.add_member(:party_type, Shapes::ShapeRef.new(shape: PartyType, location_name: "PartyType"))
         | 
| 181 | 
            +
                CreateProfileRequest.add_member(:business_name, Shapes::ShapeRef.new(shape: string1To255, location_name: "BusinessName"))
         | 
| 182 | 
            +
                CreateProfileRequest.add_member(:first_name, Shapes::ShapeRef.new(shape: string1To255, location_name: "FirstName"))
         | 
| 183 | 
            +
                CreateProfileRequest.add_member(:middle_name, Shapes::ShapeRef.new(shape: string1To255, location_name: "MiddleName"))
         | 
| 184 | 
            +
                CreateProfileRequest.add_member(:last_name, Shapes::ShapeRef.new(shape: string1To255, location_name: "LastName"))
         | 
| 185 | 
            +
                CreateProfileRequest.add_member(:birth_date, Shapes::ShapeRef.new(shape: string1To255, location_name: "BirthDate"))
         | 
| 186 | 
            +
                CreateProfileRequest.add_member(:gender, Shapes::ShapeRef.new(shape: Gender, location_name: "Gender"))
         | 
| 187 | 
            +
                CreateProfileRequest.add_member(:phone_number, Shapes::ShapeRef.new(shape: string1To255, location_name: "PhoneNumber"))
         | 
| 188 | 
            +
                CreateProfileRequest.add_member(:mobile_phone_number, Shapes::ShapeRef.new(shape: string1To255, location_name: "MobilePhoneNumber"))
         | 
| 189 | 
            +
                CreateProfileRequest.add_member(:home_phone_number, Shapes::ShapeRef.new(shape: string1To255, location_name: "HomePhoneNumber"))
         | 
| 190 | 
            +
                CreateProfileRequest.add_member(:business_phone_number, Shapes::ShapeRef.new(shape: string1To255, location_name: "BusinessPhoneNumber"))
         | 
| 191 | 
            +
                CreateProfileRequest.add_member(:email_address, Shapes::ShapeRef.new(shape: string1To255, location_name: "EmailAddress"))
         | 
| 192 | 
            +
                CreateProfileRequest.add_member(:personal_email_address, Shapes::ShapeRef.new(shape: string1To255, location_name: "PersonalEmailAddress"))
         | 
| 193 | 
            +
                CreateProfileRequest.add_member(:business_email_address, Shapes::ShapeRef.new(shape: string1To255, location_name: "BusinessEmailAddress"))
         | 
| 194 | 
            +
                CreateProfileRequest.add_member(:address, Shapes::ShapeRef.new(shape: Address, location_name: "Address"))
         | 
| 195 | 
            +
                CreateProfileRequest.add_member(:shipping_address, Shapes::ShapeRef.new(shape: Address, location_name: "ShippingAddress"))
         | 
| 196 | 
            +
                CreateProfileRequest.add_member(:mailing_address, Shapes::ShapeRef.new(shape: Address, location_name: "MailingAddress"))
         | 
| 197 | 
            +
                CreateProfileRequest.add_member(:billing_address, Shapes::ShapeRef.new(shape: Address, location_name: "BillingAddress"))
         | 
| 198 | 
            +
                CreateProfileRequest.add_member(:attributes, Shapes::ShapeRef.new(shape: Attributes, location_name: "Attributes"))
         | 
| 199 | 
            +
                CreateProfileRequest.struct_class = Types::CreateProfileRequest
         | 
| 200 | 
            +
             | 
| 201 | 
            +
                CreateProfileResponse.add_member(:profile_id, Shapes::ShapeRef.new(shape: uuid, required: true, location_name: "ProfileId"))
         | 
| 202 | 
            +
                CreateProfileResponse.struct_class = Types::CreateProfileResponse
         | 
| 203 | 
            +
             | 
| 204 | 
            +
                DeleteDomainRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
         | 
| 205 | 
            +
                DeleteDomainRequest.struct_class = Types::DeleteDomainRequest
         | 
| 206 | 
            +
             | 
| 207 | 
            +
                DeleteDomainResponse.add_member(:message, Shapes::ShapeRef.new(shape: message, required: true, location_name: "Message"))
         | 
| 208 | 
            +
                DeleteDomainResponse.struct_class = Types::DeleteDomainResponse
         | 
| 209 | 
            +
             | 
| 210 | 
            +
                DeleteIntegrationRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
         | 
| 211 | 
            +
                DeleteIntegrationRequest.add_member(:uri, Shapes::ShapeRef.new(shape: string1To255, location_name: "Uri"))
         | 
| 212 | 
            +
                DeleteIntegrationRequest.struct_class = Types::DeleteIntegrationRequest
         | 
| 213 | 
            +
             | 
| 214 | 
            +
                DeleteIntegrationResponse.add_member(:message, Shapes::ShapeRef.new(shape: message, required: true, location_name: "Message"))
         | 
| 215 | 
            +
                DeleteIntegrationResponse.struct_class = Types::DeleteIntegrationResponse
         | 
| 216 | 
            +
             | 
| 217 | 
            +
                DeleteProfileKeyRequest.add_member(:profile_id, Shapes::ShapeRef.new(shape: uuid, required: true, location_name: "ProfileId"))
         | 
| 218 | 
            +
                DeleteProfileKeyRequest.add_member(:key_name, Shapes::ShapeRef.new(shape: name, required: true, location_name: "KeyName"))
         | 
| 219 | 
            +
                DeleteProfileKeyRequest.add_member(:values, Shapes::ShapeRef.new(shape: requestValueList, required: true, location_name: "Values"))
         | 
| 220 | 
            +
                DeleteProfileKeyRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
         | 
| 221 | 
            +
                DeleteProfileKeyRequest.struct_class = Types::DeleteProfileKeyRequest
         | 
| 222 | 
            +
             | 
| 223 | 
            +
                DeleteProfileKeyResponse.add_member(:message, Shapes::ShapeRef.new(shape: message, location_name: "Message"))
         | 
| 224 | 
            +
                DeleteProfileKeyResponse.struct_class = Types::DeleteProfileKeyResponse
         | 
| 225 | 
            +
             | 
| 226 | 
            +
                DeleteProfileObjectRequest.add_member(:profile_id, Shapes::ShapeRef.new(shape: uuid, required: true, location_name: "ProfileId"))
         | 
| 227 | 
            +
                DeleteProfileObjectRequest.add_member(:profile_object_unique_key, Shapes::ShapeRef.new(shape: string1To255, required: true, location_name: "ProfileObjectUniqueKey"))
         | 
| 228 | 
            +
                DeleteProfileObjectRequest.add_member(:object_type_name, Shapes::ShapeRef.new(shape: typeName, required: true, location_name: "ObjectTypeName"))
         | 
| 229 | 
            +
                DeleteProfileObjectRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
         | 
| 230 | 
            +
                DeleteProfileObjectRequest.struct_class = Types::DeleteProfileObjectRequest
         | 
| 231 | 
            +
             | 
| 232 | 
            +
                DeleteProfileObjectResponse.add_member(:message, Shapes::ShapeRef.new(shape: message, location_name: "Message"))
         | 
| 233 | 
            +
                DeleteProfileObjectResponse.struct_class = Types::DeleteProfileObjectResponse
         | 
| 234 | 
            +
             | 
| 235 | 
            +
                DeleteProfileObjectTypeRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
         | 
| 236 | 
            +
                DeleteProfileObjectTypeRequest.add_member(:object_type_name, Shapes::ShapeRef.new(shape: typeName, required: true, location: "uri", location_name: "ObjectTypeName"))
         | 
| 237 | 
            +
                DeleteProfileObjectTypeRequest.struct_class = Types::DeleteProfileObjectTypeRequest
         | 
| 238 | 
            +
             | 
| 239 | 
            +
                DeleteProfileObjectTypeResponse.add_member(:message, Shapes::ShapeRef.new(shape: message, required: true, location_name: "Message"))
         | 
| 240 | 
            +
                DeleteProfileObjectTypeResponse.struct_class = Types::DeleteProfileObjectTypeResponse
         | 
| 241 | 
            +
             | 
| 242 | 
            +
                DeleteProfileRequest.add_member(:profile_id, Shapes::ShapeRef.new(shape: uuid, required: true, location_name: "ProfileId"))
         | 
| 243 | 
            +
                DeleteProfileRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
         | 
| 244 | 
            +
                DeleteProfileRequest.struct_class = Types::DeleteProfileRequest
         | 
| 245 | 
            +
             | 
| 246 | 
            +
                DeleteProfileResponse.add_member(:message, Shapes::ShapeRef.new(shape: message, location_name: "Message"))
         | 
| 247 | 
            +
                DeleteProfileResponse.struct_class = Types::DeleteProfileResponse
         | 
| 248 | 
            +
             | 
| 249 | 
            +
                DomainList.member = Shapes::ShapeRef.new(shape: ListDomainItem)
         | 
| 250 | 
            +
             | 
| 251 | 
            +
                DomainStats.add_member(:profile_count, Shapes::ShapeRef.new(shape: long, location_name: "ProfileCount"))
         | 
| 252 | 
            +
                DomainStats.add_member(:metering_profile_count, Shapes::ShapeRef.new(shape: long, location_name: "MeteringProfileCount"))
         | 
| 253 | 
            +
                DomainStats.add_member(:object_count, Shapes::ShapeRef.new(shape: long, location_name: "ObjectCount"))
         | 
| 254 | 
            +
                DomainStats.add_member(:total_size, Shapes::ShapeRef.new(shape: long, location_name: "TotalSize"))
         | 
| 255 | 
            +
                DomainStats.struct_class = Types::DomainStats
         | 
| 256 | 
            +
             | 
| 257 | 
            +
                FieldMap.key = Shapes::ShapeRef.new(shape: name)
         | 
| 258 | 
            +
                FieldMap.value = Shapes::ShapeRef.new(shape: ObjectTypeField)
         | 
| 259 | 
            +
             | 
| 260 | 
            +
                FieldNameList.member = Shapes::ShapeRef.new(shape: name)
         | 
| 261 | 
            +
             | 
| 262 | 
            +
                GetDomainRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
         | 
| 263 | 
            +
                GetDomainRequest.struct_class = Types::GetDomainRequest
         | 
| 264 | 
            +
             | 
| 265 | 
            +
                GetDomainResponse.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location_name: "DomainName"))
         | 
| 266 | 
            +
                GetDomainResponse.add_member(:default_expiration_days, Shapes::ShapeRef.new(shape: expirationDaysInteger, location_name: "DefaultExpirationDays"))
         | 
| 267 | 
            +
                GetDomainResponse.add_member(:default_encryption_key, Shapes::ShapeRef.new(shape: encryptionKey, location_name: "DefaultEncryptionKey"))
         | 
| 268 | 
            +
                GetDomainResponse.add_member(:dead_letter_queue_url, Shapes::ShapeRef.new(shape: sqsQueueUrl, location_name: "DeadLetterQueueUrl"))
         | 
| 269 | 
            +
                GetDomainResponse.add_member(:stats, Shapes::ShapeRef.new(shape: DomainStats, location_name: "Stats"))
         | 
| 270 | 
            +
                GetDomainResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "CreatedAt"))
         | 
| 271 | 
            +
                GetDomainResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "LastUpdatedAt"))
         | 
| 272 | 
            +
                GetDomainResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
         | 
| 273 | 
            +
                GetDomainResponse.struct_class = Types::GetDomainResponse
         | 
| 274 | 
            +
             | 
| 275 | 
            +
                GetIntegrationRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
         | 
| 276 | 
            +
                GetIntegrationRequest.add_member(:uri, Shapes::ShapeRef.new(shape: string1To255, location_name: "Uri"))
         | 
| 277 | 
            +
                GetIntegrationRequest.struct_class = Types::GetIntegrationRequest
         | 
| 278 | 
            +
             | 
| 279 | 
            +
                GetIntegrationResponse.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location_name: "DomainName"))
         | 
| 280 | 
            +
                GetIntegrationResponse.add_member(:uri, Shapes::ShapeRef.new(shape: string1To255, required: true, location_name: "Uri"))
         | 
| 281 | 
            +
                GetIntegrationResponse.add_member(:object_type_name, Shapes::ShapeRef.new(shape: typeName, required: true, location_name: "ObjectTypeName"))
         | 
| 282 | 
            +
                GetIntegrationResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "CreatedAt"))
         | 
| 283 | 
            +
                GetIntegrationResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "LastUpdatedAt"))
         | 
| 284 | 
            +
                GetIntegrationResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
         | 
| 285 | 
            +
                GetIntegrationResponse.struct_class = Types::GetIntegrationResponse
         | 
| 286 | 
            +
             | 
| 287 | 
            +
                GetProfileObjectTypeRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
         | 
| 288 | 
            +
                GetProfileObjectTypeRequest.add_member(:object_type_name, Shapes::ShapeRef.new(shape: typeName, required: true, location: "uri", location_name: "ObjectTypeName"))
         | 
| 289 | 
            +
                GetProfileObjectTypeRequest.struct_class = Types::GetProfileObjectTypeRequest
         | 
| 290 | 
            +
             | 
| 291 | 
            +
                GetProfileObjectTypeResponse.add_member(:object_type_name, Shapes::ShapeRef.new(shape: typeName, required: true, location_name: "ObjectTypeName"))
         | 
| 292 | 
            +
                GetProfileObjectTypeResponse.add_member(:description, Shapes::ShapeRef.new(shape: text, required: true, location_name: "Description"))
         | 
| 293 | 
            +
                GetProfileObjectTypeResponse.add_member(:template_id, Shapes::ShapeRef.new(shape: name, location_name: "TemplateId"))
         | 
| 294 | 
            +
                GetProfileObjectTypeResponse.add_member(:expiration_days, Shapes::ShapeRef.new(shape: expirationDaysInteger, location_name: "ExpirationDays"))
         | 
| 295 | 
            +
                GetProfileObjectTypeResponse.add_member(:encryption_key, Shapes::ShapeRef.new(shape: encryptionKey, location_name: "EncryptionKey"))
         | 
| 296 | 
            +
                GetProfileObjectTypeResponse.add_member(:allow_profile_creation, Shapes::ShapeRef.new(shape: boolean, location_name: "AllowProfileCreation"))
         | 
| 297 | 
            +
                GetProfileObjectTypeResponse.add_member(:fields, Shapes::ShapeRef.new(shape: FieldMap, location_name: "Fields"))
         | 
| 298 | 
            +
                GetProfileObjectTypeResponse.add_member(:keys, Shapes::ShapeRef.new(shape: KeyMap, location_name: "Keys"))
         | 
| 299 | 
            +
                GetProfileObjectTypeResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: timestamp, location_name: "CreatedAt"))
         | 
| 300 | 
            +
                GetProfileObjectTypeResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: timestamp, location_name: "LastUpdatedAt"))
         | 
| 301 | 
            +
                GetProfileObjectTypeResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
         | 
| 302 | 
            +
                GetProfileObjectTypeResponse.struct_class = Types::GetProfileObjectTypeResponse
         | 
| 303 | 
            +
             | 
| 304 | 
            +
                GetProfileObjectTypeTemplateRequest.add_member(:template_id, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "TemplateId"))
         | 
| 305 | 
            +
                GetProfileObjectTypeTemplateRequest.struct_class = Types::GetProfileObjectTypeTemplateRequest
         | 
| 306 | 
            +
             | 
| 307 | 
            +
                GetProfileObjectTypeTemplateResponse.add_member(:template_id, Shapes::ShapeRef.new(shape: name, location_name: "TemplateId"))
         | 
| 308 | 
            +
                GetProfileObjectTypeTemplateResponse.add_member(:source_name, Shapes::ShapeRef.new(shape: name, location_name: "SourceName"))
         | 
| 309 | 
            +
                GetProfileObjectTypeTemplateResponse.add_member(:source_object, Shapes::ShapeRef.new(shape: name, location_name: "SourceObject"))
         | 
| 310 | 
            +
                GetProfileObjectTypeTemplateResponse.add_member(:allow_profile_creation, Shapes::ShapeRef.new(shape: boolean, location_name: "AllowProfileCreation"))
         | 
| 311 | 
            +
                GetProfileObjectTypeTemplateResponse.add_member(:fields, Shapes::ShapeRef.new(shape: FieldMap, location_name: "Fields"))
         | 
| 312 | 
            +
                GetProfileObjectTypeTemplateResponse.add_member(:keys, Shapes::ShapeRef.new(shape: KeyMap, location_name: "Keys"))
         | 
| 313 | 
            +
                GetProfileObjectTypeTemplateResponse.struct_class = Types::GetProfileObjectTypeTemplateResponse
         | 
| 314 | 
            +
             | 
| 315 | 
            +
                IntegrationList.member = Shapes::ShapeRef.new(shape: ListIntegrationItem)
         | 
| 316 | 
            +
             | 
| 317 | 
            +
                InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: message, location_name: "Message"))
         | 
| 318 | 
            +
                InternalServerException.struct_class = Types::InternalServerException
         | 
| 319 | 
            +
             | 
| 320 | 
            +
                KeyMap.key = Shapes::ShapeRef.new(shape: name)
         | 
| 321 | 
            +
                KeyMap.value = Shapes::ShapeRef.new(shape: ObjectTypeKeyList)
         | 
| 322 | 
            +
             | 
| 323 | 
            +
                ListAccountIntegrationsRequest.add_member(:uri, Shapes::ShapeRef.new(shape: string1To255, required: true, location_name: "Uri"))
         | 
| 324 | 
            +
                ListAccountIntegrationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: token, location: "querystring", location_name: "next-token"))
         | 
| 325 | 
            +
                ListAccountIntegrationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: maxSize100, location: "querystring", location_name: "max-results"))
         | 
| 326 | 
            +
                ListAccountIntegrationsRequest.struct_class = Types::ListAccountIntegrationsRequest
         | 
| 327 | 
            +
             | 
| 328 | 
            +
                ListAccountIntegrationsResponse.add_member(:items, Shapes::ShapeRef.new(shape: IntegrationList, location_name: "Items"))
         | 
| 329 | 
            +
                ListAccountIntegrationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: token, location_name: "NextToken"))
         | 
| 330 | 
            +
                ListAccountIntegrationsResponse.struct_class = Types::ListAccountIntegrationsResponse
         | 
| 331 | 
            +
             | 
| 332 | 
            +
                ListDomainItem.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location_name: "DomainName"))
         | 
| 333 | 
            +
                ListDomainItem.add_member(:created_at, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "CreatedAt"))
         | 
| 334 | 
            +
                ListDomainItem.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "LastUpdatedAt"))
         | 
| 335 | 
            +
                ListDomainItem.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
         | 
| 336 | 
            +
                ListDomainItem.struct_class = Types::ListDomainItem
         | 
| 337 | 
            +
             | 
| 338 | 
            +
                ListDomainsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: token, location: "querystring", location_name: "next-token"))
         | 
| 339 | 
            +
                ListDomainsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: maxSize100, location: "querystring", location_name: "max-results"))
         | 
| 340 | 
            +
                ListDomainsRequest.struct_class = Types::ListDomainsRequest
         | 
| 341 | 
            +
             | 
| 342 | 
            +
                ListDomainsResponse.add_member(:items, Shapes::ShapeRef.new(shape: DomainList, location_name: "Items"))
         | 
| 343 | 
            +
                ListDomainsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: token, location_name: "NextToken"))
         | 
| 344 | 
            +
                ListDomainsResponse.struct_class = Types::ListDomainsResponse
         | 
| 345 | 
            +
             | 
| 346 | 
            +
                ListIntegrationItem.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location_name: "DomainName"))
         | 
| 347 | 
            +
                ListIntegrationItem.add_member(:uri, Shapes::ShapeRef.new(shape: string1To255, required: true, location_name: "Uri"))
         | 
| 348 | 
            +
                ListIntegrationItem.add_member(:object_type_name, Shapes::ShapeRef.new(shape: typeName, required: true, location_name: "ObjectTypeName"))
         | 
| 349 | 
            +
                ListIntegrationItem.add_member(:created_at, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "CreatedAt"))
         | 
| 350 | 
            +
                ListIntegrationItem.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "LastUpdatedAt"))
         | 
| 351 | 
            +
                ListIntegrationItem.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
         | 
| 352 | 
            +
                ListIntegrationItem.struct_class = Types::ListIntegrationItem
         | 
| 353 | 
            +
             | 
| 354 | 
            +
                ListIntegrationsRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
         | 
| 355 | 
            +
                ListIntegrationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: token, location: "querystring", location_name: "next-token"))
         | 
| 356 | 
            +
                ListIntegrationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: maxSize100, location: "querystring", location_name: "max-results"))
         | 
| 357 | 
            +
                ListIntegrationsRequest.struct_class = Types::ListIntegrationsRequest
         | 
| 358 | 
            +
             | 
| 359 | 
            +
                ListIntegrationsResponse.add_member(:items, Shapes::ShapeRef.new(shape: IntegrationList, location_name: "Items"))
         | 
| 360 | 
            +
                ListIntegrationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: token, location_name: "NextToken"))
         | 
| 361 | 
            +
                ListIntegrationsResponse.struct_class = Types::ListIntegrationsResponse
         | 
| 362 | 
            +
             | 
| 363 | 
            +
                ListProfileObjectTypeItem.add_member(:object_type_name, Shapes::ShapeRef.new(shape: typeName, required: true, location_name: "ObjectTypeName"))
         | 
| 364 | 
            +
                ListProfileObjectTypeItem.add_member(:description, Shapes::ShapeRef.new(shape: text, required: true, location_name: "Description"))
         | 
| 365 | 
            +
                ListProfileObjectTypeItem.add_member(:created_at, Shapes::ShapeRef.new(shape: timestamp, location_name: "CreatedAt"))
         | 
| 366 | 
            +
                ListProfileObjectTypeItem.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: timestamp, location_name: "LastUpdatedAt"))
         | 
| 367 | 
            +
                ListProfileObjectTypeItem.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
         | 
| 368 | 
            +
                ListProfileObjectTypeItem.struct_class = Types::ListProfileObjectTypeItem
         | 
| 369 | 
            +
             | 
| 370 | 
            +
                ListProfileObjectTypeTemplateItem.add_member(:template_id, Shapes::ShapeRef.new(shape: name, location_name: "TemplateId"))
         | 
| 371 | 
            +
                ListProfileObjectTypeTemplateItem.add_member(:source_name, Shapes::ShapeRef.new(shape: name, location_name: "SourceName"))
         | 
| 372 | 
            +
                ListProfileObjectTypeTemplateItem.add_member(:source_object, Shapes::ShapeRef.new(shape: name, location_name: "SourceObject"))
         | 
| 373 | 
            +
                ListProfileObjectTypeTemplateItem.struct_class = Types::ListProfileObjectTypeTemplateItem
         | 
| 374 | 
            +
             | 
| 375 | 
            +
                ListProfileObjectTypeTemplatesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: token, location: "querystring", location_name: "next-token"))
         | 
| 376 | 
            +
                ListProfileObjectTypeTemplatesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: maxSize100, location: "querystring", location_name: "max-results"))
         | 
| 377 | 
            +
                ListProfileObjectTypeTemplatesRequest.struct_class = Types::ListProfileObjectTypeTemplatesRequest
         | 
| 378 | 
            +
             | 
| 379 | 
            +
                ListProfileObjectTypeTemplatesResponse.add_member(:items, Shapes::ShapeRef.new(shape: ProfileObjectTypeTemplateList, location_name: "Items"))
         | 
| 380 | 
            +
                ListProfileObjectTypeTemplatesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: token, location_name: "NextToken"))
         | 
| 381 | 
            +
                ListProfileObjectTypeTemplatesResponse.struct_class = Types::ListProfileObjectTypeTemplatesResponse
         | 
| 382 | 
            +
             | 
| 383 | 
            +
                ListProfileObjectTypesRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
         | 
| 384 | 
            +
                ListProfileObjectTypesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: token, location: "querystring", location_name: "next-token"))
         | 
| 385 | 
            +
                ListProfileObjectTypesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: maxSize100, location: "querystring", location_name: "max-results"))
         | 
| 386 | 
            +
                ListProfileObjectTypesRequest.struct_class = Types::ListProfileObjectTypesRequest
         | 
| 387 | 
            +
             | 
| 388 | 
            +
                ListProfileObjectTypesResponse.add_member(:items, Shapes::ShapeRef.new(shape: ProfileObjectTypeList, location_name: "Items"))
         | 
| 389 | 
            +
                ListProfileObjectTypesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: token, location_name: "NextToken"))
         | 
| 390 | 
            +
                ListProfileObjectTypesResponse.struct_class = Types::ListProfileObjectTypesResponse
         | 
| 391 | 
            +
             | 
| 392 | 
            +
                ListProfileObjectsItem.add_member(:object_type_name, Shapes::ShapeRef.new(shape: typeName, location_name: "ObjectTypeName"))
         | 
| 393 | 
            +
                ListProfileObjectsItem.add_member(:profile_object_unique_key, Shapes::ShapeRef.new(shape: string1To255, location_name: "ProfileObjectUniqueKey"))
         | 
| 394 | 
            +
                ListProfileObjectsItem.add_member(:object, Shapes::ShapeRef.new(shape: stringifiedJson, location_name: "Object"))
         | 
| 395 | 
            +
                ListProfileObjectsItem.struct_class = Types::ListProfileObjectsItem
         | 
| 396 | 
            +
             | 
| 397 | 
            +
                ListProfileObjectsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: token, location: "querystring", location_name: "next-token"))
         | 
| 398 | 
            +
                ListProfileObjectsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: maxSize100, location: "querystring", location_name: "max-results"))
         | 
| 399 | 
            +
                ListProfileObjectsRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
         | 
| 400 | 
            +
                ListProfileObjectsRequest.add_member(:object_type_name, Shapes::ShapeRef.new(shape: typeName, required: true, location_name: "ObjectTypeName"))
         | 
| 401 | 
            +
                ListProfileObjectsRequest.add_member(:profile_id, Shapes::ShapeRef.new(shape: uuid, required: true, location_name: "ProfileId"))
         | 
| 402 | 
            +
                ListProfileObjectsRequest.struct_class = Types::ListProfileObjectsRequest
         | 
| 403 | 
            +
             | 
| 404 | 
            +
                ListProfileObjectsResponse.add_member(:items, Shapes::ShapeRef.new(shape: ProfileObjectList, location_name: "Items"))
         | 
| 405 | 
            +
                ListProfileObjectsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: token, location_name: "NextToken"))
         | 
| 406 | 
            +
                ListProfileObjectsResponse.struct_class = Types::ListProfileObjectsResponse
         | 
| 407 | 
            +
             | 
| 408 | 
            +
                ListTagsForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: TagArn, required: true, location: "uri", location_name: "resourceArn"))
         | 
| 409 | 
            +
                ListTagsForResourceRequest.struct_class = Types::ListTagsForResourceRequest
         | 
| 410 | 
            +
             | 
| 411 | 
            +
                ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
         | 
| 412 | 
            +
                ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
         | 
| 413 | 
            +
             | 
| 414 | 
            +
                ObjectTypeField.add_member(:source, Shapes::ShapeRef.new(shape: text, location_name: "Source"))
         | 
| 415 | 
            +
                ObjectTypeField.add_member(:target, Shapes::ShapeRef.new(shape: text, location_name: "Target"))
         | 
| 416 | 
            +
                ObjectTypeField.add_member(:content_type, Shapes::ShapeRef.new(shape: FieldContentType, location_name: "ContentType"))
         | 
| 417 | 
            +
                ObjectTypeField.struct_class = Types::ObjectTypeField
         | 
| 418 | 
            +
             | 
| 419 | 
            +
                ObjectTypeKey.add_member(:standard_identifiers, Shapes::ShapeRef.new(shape: StandardIdentifierList, location_name: "StandardIdentifiers"))
         | 
| 420 | 
            +
                ObjectTypeKey.add_member(:field_names, Shapes::ShapeRef.new(shape: FieldNameList, location_name: "FieldNames"))
         | 
| 421 | 
            +
                ObjectTypeKey.struct_class = Types::ObjectTypeKey
         | 
| 422 | 
            +
             | 
| 423 | 
            +
                ObjectTypeKeyList.member = Shapes::ShapeRef.new(shape: ObjectTypeKey)
         | 
| 424 | 
            +
             | 
| 425 | 
            +
                Profile.add_member(:profile_id, Shapes::ShapeRef.new(shape: uuid, location_name: "ProfileId"))
         | 
| 426 | 
            +
                Profile.add_member(:account_number, Shapes::ShapeRef.new(shape: string1To255, location_name: "AccountNumber"))
         | 
| 427 | 
            +
                Profile.add_member(:additional_information, Shapes::ShapeRef.new(shape: string1To1000, location_name: "AdditionalInformation"))
         | 
| 428 | 
            +
                Profile.add_member(:party_type, Shapes::ShapeRef.new(shape: PartyType, location_name: "PartyType"))
         | 
| 429 | 
            +
                Profile.add_member(:business_name, Shapes::ShapeRef.new(shape: string1To255, location_name: "BusinessName"))
         | 
| 430 | 
            +
                Profile.add_member(:first_name, Shapes::ShapeRef.new(shape: string1To255, location_name: "FirstName"))
         | 
| 431 | 
            +
                Profile.add_member(:middle_name, Shapes::ShapeRef.new(shape: string1To255, location_name: "MiddleName"))
         | 
| 432 | 
            +
                Profile.add_member(:last_name, Shapes::ShapeRef.new(shape: string1To255, location_name: "LastName"))
         | 
| 433 | 
            +
                Profile.add_member(:birth_date, Shapes::ShapeRef.new(shape: string1To255, location_name: "BirthDate"))
         | 
| 434 | 
            +
                Profile.add_member(:gender, Shapes::ShapeRef.new(shape: Gender, location_name: "Gender"))
         | 
| 435 | 
            +
                Profile.add_member(:phone_number, Shapes::ShapeRef.new(shape: string1To255, location_name: "PhoneNumber"))
         | 
| 436 | 
            +
                Profile.add_member(:mobile_phone_number, Shapes::ShapeRef.new(shape: string1To255, location_name: "MobilePhoneNumber"))
         | 
| 437 | 
            +
                Profile.add_member(:home_phone_number, Shapes::ShapeRef.new(shape: string1To255, location_name: "HomePhoneNumber"))
         | 
| 438 | 
            +
                Profile.add_member(:business_phone_number, Shapes::ShapeRef.new(shape: string1To255, location_name: "BusinessPhoneNumber"))
         | 
| 439 | 
            +
                Profile.add_member(:email_address, Shapes::ShapeRef.new(shape: string1To255, location_name: "EmailAddress"))
         | 
| 440 | 
            +
                Profile.add_member(:personal_email_address, Shapes::ShapeRef.new(shape: string1To255, location_name: "PersonalEmailAddress"))
         | 
| 441 | 
            +
                Profile.add_member(:business_email_address, Shapes::ShapeRef.new(shape: string1To255, location_name: "BusinessEmailAddress"))
         | 
| 442 | 
            +
                Profile.add_member(:address, Shapes::ShapeRef.new(shape: Address, location_name: "Address"))
         | 
| 443 | 
            +
                Profile.add_member(:shipping_address, Shapes::ShapeRef.new(shape: Address, location_name: "ShippingAddress"))
         | 
| 444 | 
            +
                Profile.add_member(:mailing_address, Shapes::ShapeRef.new(shape: Address, location_name: "MailingAddress"))
         | 
| 445 | 
            +
                Profile.add_member(:billing_address, Shapes::ShapeRef.new(shape: Address, location_name: "BillingAddress"))
         | 
| 446 | 
            +
                Profile.add_member(:attributes, Shapes::ShapeRef.new(shape: Attributes, location_name: "Attributes"))
         | 
| 447 | 
            +
                Profile.struct_class = Types::Profile
         | 
| 448 | 
            +
             | 
| 449 | 
            +
                ProfileList.member = Shapes::ShapeRef.new(shape: Profile)
         | 
| 450 | 
            +
             | 
| 451 | 
            +
                ProfileObjectList.member = Shapes::ShapeRef.new(shape: ListProfileObjectsItem)
         | 
| 452 | 
            +
             | 
| 453 | 
            +
                ProfileObjectTypeList.member = Shapes::ShapeRef.new(shape: ListProfileObjectTypeItem)
         | 
| 454 | 
            +
             | 
| 455 | 
            +
                ProfileObjectTypeTemplateList.member = Shapes::ShapeRef.new(shape: ListProfileObjectTypeTemplateItem)
         | 
| 456 | 
            +
             | 
| 457 | 
            +
                PutIntegrationRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
         | 
| 458 | 
            +
                PutIntegrationRequest.add_member(:uri, Shapes::ShapeRef.new(shape: string1To255, required: true, location_name: "Uri"))
         | 
| 459 | 
            +
                PutIntegrationRequest.add_member(:object_type_name, Shapes::ShapeRef.new(shape: typeName, required: true, location_name: "ObjectTypeName"))
         | 
| 460 | 
            +
                PutIntegrationRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
         | 
| 461 | 
            +
                PutIntegrationRequest.struct_class = Types::PutIntegrationRequest
         | 
| 462 | 
            +
             | 
| 463 | 
            +
                PutIntegrationResponse.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location_name: "DomainName"))
         | 
| 464 | 
            +
                PutIntegrationResponse.add_member(:uri, Shapes::ShapeRef.new(shape: string1To255, required: true, location_name: "Uri"))
         | 
| 465 | 
            +
                PutIntegrationResponse.add_member(:object_type_name, Shapes::ShapeRef.new(shape: typeName, required: true, location_name: "ObjectTypeName"))
         | 
| 466 | 
            +
                PutIntegrationResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "CreatedAt"))
         | 
| 467 | 
            +
                PutIntegrationResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "LastUpdatedAt"))
         | 
| 468 | 
            +
                PutIntegrationResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
         | 
| 469 | 
            +
                PutIntegrationResponse.struct_class = Types::PutIntegrationResponse
         | 
| 470 | 
            +
             | 
| 471 | 
            +
                PutProfileObjectRequest.add_member(:object_type_name, Shapes::ShapeRef.new(shape: typeName, required: true, location_name: "ObjectTypeName"))
         | 
| 472 | 
            +
                PutProfileObjectRequest.add_member(:object, Shapes::ShapeRef.new(shape: stringifiedJson, required: true, location_name: "Object"))
         | 
| 473 | 
            +
                PutProfileObjectRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
         | 
| 474 | 
            +
                PutProfileObjectRequest.struct_class = Types::PutProfileObjectRequest
         | 
| 475 | 
            +
             | 
| 476 | 
            +
                PutProfileObjectResponse.add_member(:profile_object_unique_key, Shapes::ShapeRef.new(shape: string1To255, location_name: "ProfileObjectUniqueKey"))
         | 
| 477 | 
            +
                PutProfileObjectResponse.struct_class = Types::PutProfileObjectResponse
         | 
| 478 | 
            +
             | 
| 479 | 
            +
                PutProfileObjectTypeRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
         | 
| 480 | 
            +
                PutProfileObjectTypeRequest.add_member(:object_type_name, Shapes::ShapeRef.new(shape: typeName, required: true, location: "uri", location_name: "ObjectTypeName"))
         | 
| 481 | 
            +
                PutProfileObjectTypeRequest.add_member(:description, Shapes::ShapeRef.new(shape: text, required: true, location_name: "Description"))
         | 
| 482 | 
            +
                PutProfileObjectTypeRequest.add_member(:template_id, Shapes::ShapeRef.new(shape: name, location_name: "TemplateId"))
         | 
| 483 | 
            +
                PutProfileObjectTypeRequest.add_member(:expiration_days, Shapes::ShapeRef.new(shape: expirationDaysInteger, location_name: "ExpirationDays"))
         | 
| 484 | 
            +
                PutProfileObjectTypeRequest.add_member(:encryption_key, Shapes::ShapeRef.new(shape: encryptionKey, location_name: "EncryptionKey"))
         | 
| 485 | 
            +
                PutProfileObjectTypeRequest.add_member(:allow_profile_creation, Shapes::ShapeRef.new(shape: boolean, location_name: "AllowProfileCreation"))
         | 
| 486 | 
            +
                PutProfileObjectTypeRequest.add_member(:fields, Shapes::ShapeRef.new(shape: FieldMap, location_name: "Fields"))
         | 
| 487 | 
            +
                PutProfileObjectTypeRequest.add_member(:keys, Shapes::ShapeRef.new(shape: KeyMap, location_name: "Keys"))
         | 
| 488 | 
            +
                PutProfileObjectTypeRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
         | 
| 489 | 
            +
                PutProfileObjectTypeRequest.struct_class = Types::PutProfileObjectTypeRequest
         | 
| 490 | 
            +
             | 
| 491 | 
            +
                PutProfileObjectTypeResponse.add_member(:object_type_name, Shapes::ShapeRef.new(shape: typeName, required: true, location_name: "ObjectTypeName"))
         | 
| 492 | 
            +
                PutProfileObjectTypeResponse.add_member(:description, Shapes::ShapeRef.new(shape: text, required: true, location_name: "Description"))
         | 
| 493 | 
            +
                PutProfileObjectTypeResponse.add_member(:template_id, Shapes::ShapeRef.new(shape: name, location_name: "TemplateId"))
         | 
| 494 | 
            +
                PutProfileObjectTypeResponse.add_member(:expiration_days, Shapes::ShapeRef.new(shape: expirationDaysInteger, location_name: "ExpirationDays"))
         | 
| 495 | 
            +
                PutProfileObjectTypeResponse.add_member(:encryption_key, Shapes::ShapeRef.new(shape: encryptionKey, location_name: "EncryptionKey"))
         | 
| 496 | 
            +
                PutProfileObjectTypeResponse.add_member(:allow_profile_creation, Shapes::ShapeRef.new(shape: boolean, location_name: "AllowProfileCreation"))
         | 
| 497 | 
            +
                PutProfileObjectTypeResponse.add_member(:fields, Shapes::ShapeRef.new(shape: FieldMap, location_name: "Fields"))
         | 
| 498 | 
            +
                PutProfileObjectTypeResponse.add_member(:keys, Shapes::ShapeRef.new(shape: KeyMap, location_name: "Keys"))
         | 
| 499 | 
            +
                PutProfileObjectTypeResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: timestamp, location_name: "CreatedAt"))
         | 
| 500 | 
            +
                PutProfileObjectTypeResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: timestamp, location_name: "LastUpdatedAt"))
         | 
| 501 | 
            +
                PutProfileObjectTypeResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
         | 
| 502 | 
            +
                PutProfileObjectTypeResponse.struct_class = Types::PutProfileObjectTypeResponse
         | 
| 503 | 
            +
             | 
| 504 | 
            +
                ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: message, location_name: "Message"))
         | 
| 505 | 
            +
                ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
         | 
| 506 | 
            +
             | 
| 507 | 
            +
                SearchProfilesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: token, location: "querystring", location_name: "next-token"))
         | 
| 508 | 
            +
                SearchProfilesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: maxSize100, location: "querystring", location_name: "max-results"))
         | 
| 509 | 
            +
                SearchProfilesRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
         | 
| 510 | 
            +
                SearchProfilesRequest.add_member(:key_name, Shapes::ShapeRef.new(shape: name, required: true, location_name: "KeyName"))
         | 
| 511 | 
            +
                SearchProfilesRequest.add_member(:values, Shapes::ShapeRef.new(shape: requestValueList, required: true, location_name: "Values"))
         | 
| 512 | 
            +
                SearchProfilesRequest.struct_class = Types::SearchProfilesRequest
         | 
| 513 | 
            +
             | 
| 514 | 
            +
                SearchProfilesResponse.add_member(:items, Shapes::ShapeRef.new(shape: ProfileList, location_name: "Items"))
         | 
| 515 | 
            +
                SearchProfilesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: token, location_name: "NextToken"))
         | 
| 516 | 
            +
                SearchProfilesResponse.struct_class = Types::SearchProfilesResponse
         | 
| 517 | 
            +
             | 
| 518 | 
            +
                StandardIdentifierList.member = Shapes::ShapeRef.new(shape: StandardIdentifier)
         | 
| 519 | 
            +
             | 
| 520 | 
            +
                TagKeyList.member = Shapes::ShapeRef.new(shape: TagKey)
         | 
| 521 | 
            +
             | 
| 522 | 
            +
                TagMap.key = Shapes::ShapeRef.new(shape: TagKey)
         | 
| 523 | 
            +
                TagMap.value = Shapes::ShapeRef.new(shape: TagValue)
         | 
| 524 | 
            +
             | 
| 525 | 
            +
                TagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: TagArn, required: true, location: "uri", location_name: "resourceArn"))
         | 
| 526 | 
            +
                TagResourceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, required: true, location_name: "tags"))
         | 
| 527 | 
            +
                TagResourceRequest.struct_class = Types::TagResourceRequest
         | 
| 528 | 
            +
             | 
| 529 | 
            +
                TagResourceResponse.struct_class = Types::TagResourceResponse
         | 
| 530 | 
            +
             | 
| 531 | 
            +
                ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape: message, location_name: "Message"))
         | 
| 532 | 
            +
                ThrottlingException.struct_class = Types::ThrottlingException
         | 
| 533 | 
            +
             | 
| 534 | 
            +
                UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: TagArn, required: true, location: "uri", location_name: "resourceArn"))
         | 
| 535 | 
            +
                UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeyList, required: true, location: "querystring", location_name: "tagKeys"))
         | 
| 536 | 
            +
                UntagResourceRequest.struct_class = Types::UntagResourceRequest
         | 
| 537 | 
            +
             | 
| 538 | 
            +
                UntagResourceResponse.struct_class = Types::UntagResourceResponse
         | 
| 539 | 
            +
             | 
| 540 | 
            +
                UpdateAddress.add_member(:address_1, Shapes::ShapeRef.new(shape: string0To255, location_name: "Address1"))
         | 
| 541 | 
            +
                UpdateAddress.add_member(:address_2, Shapes::ShapeRef.new(shape: string0To255, location_name: "Address2"))
         | 
| 542 | 
            +
                UpdateAddress.add_member(:address_3, Shapes::ShapeRef.new(shape: string0To255, location_name: "Address3"))
         | 
| 543 | 
            +
                UpdateAddress.add_member(:address_4, Shapes::ShapeRef.new(shape: string0To255, location_name: "Address4"))
         | 
| 544 | 
            +
                UpdateAddress.add_member(:city, Shapes::ShapeRef.new(shape: string0To255, location_name: "City"))
         | 
| 545 | 
            +
                UpdateAddress.add_member(:county, Shapes::ShapeRef.new(shape: string0To255, location_name: "County"))
         | 
| 546 | 
            +
                UpdateAddress.add_member(:state, Shapes::ShapeRef.new(shape: string0To255, location_name: "State"))
         | 
| 547 | 
            +
                UpdateAddress.add_member(:province, Shapes::ShapeRef.new(shape: string0To255, location_name: "Province"))
         | 
| 548 | 
            +
                UpdateAddress.add_member(:country, Shapes::ShapeRef.new(shape: string0To255, location_name: "Country"))
         | 
| 549 | 
            +
                UpdateAddress.add_member(:postal_code, Shapes::ShapeRef.new(shape: string0To255, location_name: "PostalCode"))
         | 
| 550 | 
            +
                UpdateAddress.struct_class = Types::UpdateAddress
         | 
| 551 | 
            +
             | 
| 552 | 
            +
                UpdateAttributes.key = Shapes::ShapeRef.new(shape: string1To255)
         | 
| 553 | 
            +
                UpdateAttributes.value = Shapes::ShapeRef.new(shape: string0To255)
         | 
| 554 | 
            +
             | 
| 555 | 
            +
                UpdateDomainRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
         | 
| 556 | 
            +
                UpdateDomainRequest.add_member(:default_expiration_days, Shapes::ShapeRef.new(shape: expirationDaysInteger, location_name: "DefaultExpirationDays"))
         | 
| 557 | 
            +
                UpdateDomainRequest.add_member(:default_encryption_key, Shapes::ShapeRef.new(shape: encryptionKey, location_name: "DefaultEncryptionKey"))
         | 
| 558 | 
            +
                UpdateDomainRequest.add_member(:dead_letter_queue_url, Shapes::ShapeRef.new(shape: sqsQueueUrl, location_name: "DeadLetterQueueUrl"))
         | 
| 559 | 
            +
                UpdateDomainRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
         | 
| 560 | 
            +
                UpdateDomainRequest.struct_class = Types::UpdateDomainRequest
         | 
| 561 | 
            +
             | 
| 562 | 
            +
                UpdateDomainResponse.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location_name: "DomainName"))
         | 
| 563 | 
            +
                UpdateDomainResponse.add_member(:default_expiration_days, Shapes::ShapeRef.new(shape: expirationDaysInteger, location_name: "DefaultExpirationDays"))
         | 
| 564 | 
            +
                UpdateDomainResponse.add_member(:default_encryption_key, Shapes::ShapeRef.new(shape: encryptionKey, location_name: "DefaultEncryptionKey"))
         | 
| 565 | 
            +
                UpdateDomainResponse.add_member(:dead_letter_queue_url, Shapes::ShapeRef.new(shape: sqsQueueUrl, location_name: "DeadLetterQueueUrl"))
         | 
| 566 | 
            +
                UpdateDomainResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "CreatedAt"))
         | 
| 567 | 
            +
                UpdateDomainResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "LastUpdatedAt"))
         | 
| 568 | 
            +
                UpdateDomainResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
         | 
| 569 | 
            +
                UpdateDomainResponse.struct_class = Types::UpdateDomainResponse
         | 
| 570 | 
            +
             | 
| 571 | 
            +
                UpdateProfileRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
         | 
| 572 | 
            +
                UpdateProfileRequest.add_member(:profile_id, Shapes::ShapeRef.new(shape: uuid, required: true, location_name: "ProfileId"))
         | 
| 573 | 
            +
                UpdateProfileRequest.add_member(:additional_information, Shapes::ShapeRef.new(shape: string0To1000, location_name: "AdditionalInformation"))
         | 
| 574 | 
            +
                UpdateProfileRequest.add_member(:account_number, Shapes::ShapeRef.new(shape: string0To255, location_name: "AccountNumber"))
         | 
| 575 | 
            +
                UpdateProfileRequest.add_member(:party_type, Shapes::ShapeRef.new(shape: PartyType, location_name: "PartyType"))
         | 
| 576 | 
            +
                UpdateProfileRequest.add_member(:business_name, Shapes::ShapeRef.new(shape: string0To255, location_name: "BusinessName"))
         | 
| 577 | 
            +
                UpdateProfileRequest.add_member(:first_name, Shapes::ShapeRef.new(shape: string0To255, location_name: "FirstName"))
         | 
| 578 | 
            +
                UpdateProfileRequest.add_member(:middle_name, Shapes::ShapeRef.new(shape: string0To255, location_name: "MiddleName"))
         | 
| 579 | 
            +
                UpdateProfileRequest.add_member(:last_name, Shapes::ShapeRef.new(shape: string0To255, location_name: "LastName"))
         | 
| 580 | 
            +
                UpdateProfileRequest.add_member(:birth_date, Shapes::ShapeRef.new(shape: string0To255, location_name: "BirthDate"))
         | 
| 581 | 
            +
                UpdateProfileRequest.add_member(:gender, Shapes::ShapeRef.new(shape: Gender, location_name: "Gender"))
         | 
| 582 | 
            +
                UpdateProfileRequest.add_member(:phone_number, Shapes::ShapeRef.new(shape: string0To255, location_name: "PhoneNumber"))
         | 
| 583 | 
            +
                UpdateProfileRequest.add_member(:mobile_phone_number, Shapes::ShapeRef.new(shape: string0To255, location_name: "MobilePhoneNumber"))
         | 
| 584 | 
            +
                UpdateProfileRequest.add_member(:home_phone_number, Shapes::ShapeRef.new(shape: string0To255, location_name: "HomePhoneNumber"))
         | 
| 585 | 
            +
                UpdateProfileRequest.add_member(:business_phone_number, Shapes::ShapeRef.new(shape: string0To255, location_name: "BusinessPhoneNumber"))
         | 
| 586 | 
            +
                UpdateProfileRequest.add_member(:email_address, Shapes::ShapeRef.new(shape: string0To255, location_name: "EmailAddress"))
         | 
| 587 | 
            +
                UpdateProfileRequest.add_member(:personal_email_address, Shapes::ShapeRef.new(shape: string0To255, location_name: "PersonalEmailAddress"))
         | 
| 588 | 
            +
                UpdateProfileRequest.add_member(:business_email_address, Shapes::ShapeRef.new(shape: string0To255, location_name: "BusinessEmailAddress"))
         | 
| 589 | 
            +
                UpdateProfileRequest.add_member(:address, Shapes::ShapeRef.new(shape: UpdateAddress, location_name: "Address"))
         | 
| 590 | 
            +
                UpdateProfileRequest.add_member(:shipping_address, Shapes::ShapeRef.new(shape: UpdateAddress, location_name: "ShippingAddress"))
         | 
| 591 | 
            +
                UpdateProfileRequest.add_member(:mailing_address, Shapes::ShapeRef.new(shape: UpdateAddress, location_name: "MailingAddress"))
         | 
| 592 | 
            +
                UpdateProfileRequest.add_member(:billing_address, Shapes::ShapeRef.new(shape: UpdateAddress, location_name: "BillingAddress"))
         | 
| 593 | 
            +
                UpdateProfileRequest.add_member(:attributes, Shapes::ShapeRef.new(shape: UpdateAttributes, location_name: "Attributes"))
         | 
| 594 | 
            +
                UpdateProfileRequest.struct_class = Types::UpdateProfileRequest
         | 
| 595 | 
            +
             | 
| 596 | 
            +
                UpdateProfileResponse.add_member(:profile_id, Shapes::ShapeRef.new(shape: uuid, required: true, location_name: "ProfileId"))
         | 
| 597 | 
            +
                UpdateProfileResponse.struct_class = Types::UpdateProfileResponse
         | 
| 598 | 
            +
             | 
| 599 | 
            +
                requestValueList.member = Shapes::ShapeRef.new(shape: string1To255)
         | 
| 600 | 
            +
             | 
| 601 | 
            +
             | 
| 602 | 
            +
                # @api private
         | 
| 603 | 
            +
                API = Seahorse::Model::Api.new.tap do |api|
         | 
| 604 | 
            +
             | 
| 605 | 
            +
                  api.version = "2020-08-15"
         | 
| 606 | 
            +
             | 
| 607 | 
            +
                  api.metadata = {
         | 
| 608 | 
            +
                    "apiVersion" => "2020-08-15",
         | 
| 609 | 
            +
                    "endpointPrefix" => "profile",
         | 
| 610 | 
            +
                    "jsonVersion" => "1.1",
         | 
| 611 | 
            +
                    "protocol" => "rest-json",
         | 
| 612 | 
            +
                    "serviceAbbreviation" => "Customer Profiles",
         | 
| 613 | 
            +
                    "serviceFullName" => "Amazon Connect Customer Profiles",
         | 
| 614 | 
            +
                    "serviceId" => "Customer Profiles",
         | 
| 615 | 
            +
                    "signatureVersion" => "v4",
         | 
| 616 | 
            +
                    "signingName" => "profile",
         | 
| 617 | 
            +
                    "uid" => "customer-profiles-2020-08-15",
         | 
| 618 | 
            +
                  }
         | 
| 619 | 
            +
             | 
| 620 | 
            +
                  api.add_operation(:add_profile_key, Seahorse::Model::Operation.new.tap do |o|
         | 
| 621 | 
            +
                    o.name = "AddProfileKey"
         | 
| 622 | 
            +
                    o.http_method = "POST"
         | 
| 623 | 
            +
                    o.http_request_uri = "/domains/{DomainName}/profiles/keys"
         | 
| 624 | 
            +
                    o.input = Shapes::ShapeRef.new(shape: AddProfileKeyRequest)
         | 
| 625 | 
            +
                    o.output = Shapes::ShapeRef.new(shape: AddProfileKeyResponse)
         | 
| 626 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
         | 
| 627 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         | 
| 628 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         | 
| 629 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         | 
| 630 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         | 
| 631 | 
            +
                  end)
         | 
| 632 | 
            +
             | 
| 633 | 
            +
                  api.add_operation(:create_domain, Seahorse::Model::Operation.new.tap do |o|
         | 
| 634 | 
            +
                    o.name = "CreateDomain"
         | 
| 635 | 
            +
                    o.http_method = "POST"
         | 
| 636 | 
            +
                    o.http_request_uri = "/domains/{DomainName}"
         | 
| 637 | 
            +
                    o.input = Shapes::ShapeRef.new(shape: CreateDomainRequest)
         | 
| 638 | 
            +
                    o.output = Shapes::ShapeRef.new(shape: CreateDomainResponse)
         | 
| 639 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
         | 
| 640 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         | 
| 641 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         | 
| 642 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         | 
| 643 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         | 
| 644 | 
            +
                  end)
         | 
| 645 | 
            +
             | 
| 646 | 
            +
                  api.add_operation(:create_profile, Seahorse::Model::Operation.new.tap do |o|
         | 
| 647 | 
            +
                    o.name = "CreateProfile"
         | 
| 648 | 
            +
                    o.http_method = "POST"
         | 
| 649 | 
            +
                    o.http_request_uri = "/domains/{DomainName}/profiles"
         | 
| 650 | 
            +
                    o.input = Shapes::ShapeRef.new(shape: CreateProfileRequest)
         | 
| 651 | 
            +
                    o.output = Shapes::ShapeRef.new(shape: CreateProfileResponse)
         | 
| 652 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
         | 
| 653 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         | 
| 654 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         | 
| 655 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         | 
| 656 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         | 
| 657 | 
            +
                  end)
         | 
| 658 | 
            +
             | 
| 659 | 
            +
                  api.add_operation(:delete_domain, Seahorse::Model::Operation.new.tap do |o|
         | 
| 660 | 
            +
                    o.name = "DeleteDomain"
         | 
| 661 | 
            +
                    o.http_method = "DELETE"
         | 
| 662 | 
            +
                    o.http_request_uri = "/domains/{DomainName}"
         | 
| 663 | 
            +
                    o.input = Shapes::ShapeRef.new(shape: DeleteDomainRequest)
         | 
| 664 | 
            +
                    o.output = Shapes::ShapeRef.new(shape: DeleteDomainResponse)
         | 
| 665 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
         | 
| 666 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         | 
| 667 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         | 
| 668 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         | 
| 669 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         | 
| 670 | 
            +
                  end)
         | 
| 671 | 
            +
             | 
| 672 | 
            +
                  api.add_operation(:delete_integration, Seahorse::Model::Operation.new.tap do |o|
         | 
| 673 | 
            +
                    o.name = "DeleteIntegration"
         | 
| 674 | 
            +
                    o.http_method = "POST"
         | 
| 675 | 
            +
                    o.http_request_uri = "/domains/{DomainName}/integrations/delete"
         | 
| 676 | 
            +
                    o.input = Shapes::ShapeRef.new(shape: DeleteIntegrationRequest)
         | 
| 677 | 
            +
                    o.output = Shapes::ShapeRef.new(shape: DeleteIntegrationResponse)
         | 
| 678 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
         | 
| 679 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         | 
| 680 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         | 
| 681 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         | 
| 682 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         | 
| 683 | 
            +
                  end)
         | 
| 684 | 
            +
             | 
| 685 | 
            +
                  api.add_operation(:delete_profile, Seahorse::Model::Operation.new.tap do |o|
         | 
| 686 | 
            +
                    o.name = "DeleteProfile"
         | 
| 687 | 
            +
                    o.http_method = "POST"
         | 
| 688 | 
            +
                    o.http_request_uri = "/domains/{DomainName}/profiles/delete"
         | 
| 689 | 
            +
                    o.input = Shapes::ShapeRef.new(shape: DeleteProfileRequest)
         | 
| 690 | 
            +
                    o.output = Shapes::ShapeRef.new(shape: DeleteProfileResponse)
         | 
| 691 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
         | 
| 692 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         | 
| 693 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         | 
| 694 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         | 
| 695 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         | 
| 696 | 
            +
                  end)
         | 
| 697 | 
            +
             | 
| 698 | 
            +
                  api.add_operation(:delete_profile_key, Seahorse::Model::Operation.new.tap do |o|
         | 
| 699 | 
            +
                    o.name = "DeleteProfileKey"
         | 
| 700 | 
            +
                    o.http_method = "POST"
         | 
| 701 | 
            +
                    o.http_request_uri = "/domains/{DomainName}/profiles/keys/delete"
         | 
| 702 | 
            +
                    o.input = Shapes::ShapeRef.new(shape: DeleteProfileKeyRequest)
         | 
| 703 | 
            +
                    o.output = Shapes::ShapeRef.new(shape: DeleteProfileKeyResponse)
         | 
| 704 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
         | 
| 705 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         | 
| 706 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         | 
| 707 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         | 
| 708 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         | 
| 709 | 
            +
                  end)
         | 
| 710 | 
            +
             | 
| 711 | 
            +
                  api.add_operation(:delete_profile_object, Seahorse::Model::Operation.new.tap do |o|
         | 
| 712 | 
            +
                    o.name = "DeleteProfileObject"
         | 
| 713 | 
            +
                    o.http_method = "POST"
         | 
| 714 | 
            +
                    o.http_request_uri = "/domains/{DomainName}/profiles/objects/delete"
         | 
| 715 | 
            +
                    o.input = Shapes::ShapeRef.new(shape: DeleteProfileObjectRequest)
         | 
| 716 | 
            +
                    o.output = Shapes::ShapeRef.new(shape: DeleteProfileObjectResponse)
         | 
| 717 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
         | 
| 718 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         | 
| 719 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         | 
| 720 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         | 
| 721 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         | 
| 722 | 
            +
                  end)
         | 
| 723 | 
            +
             | 
| 724 | 
            +
                  api.add_operation(:delete_profile_object_type, Seahorse::Model::Operation.new.tap do |o|
         | 
| 725 | 
            +
                    o.name = "DeleteProfileObjectType"
         | 
| 726 | 
            +
                    o.http_method = "DELETE"
         | 
| 727 | 
            +
                    o.http_request_uri = "/domains/{DomainName}/object-types/{ObjectTypeName}"
         | 
| 728 | 
            +
                    o.input = Shapes::ShapeRef.new(shape: DeleteProfileObjectTypeRequest)
         | 
| 729 | 
            +
                    o.output = Shapes::ShapeRef.new(shape: DeleteProfileObjectTypeResponse)
         | 
| 730 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
         | 
| 731 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         | 
| 732 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         | 
| 733 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         | 
| 734 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         | 
| 735 | 
            +
                  end)
         | 
| 736 | 
            +
             | 
| 737 | 
            +
                  api.add_operation(:get_domain, Seahorse::Model::Operation.new.tap do |o|
         | 
| 738 | 
            +
                    o.name = "GetDomain"
         | 
| 739 | 
            +
                    o.http_method = "GET"
         | 
| 740 | 
            +
                    o.http_request_uri = "/domains/{DomainName}"
         | 
| 741 | 
            +
                    o.input = Shapes::ShapeRef.new(shape: GetDomainRequest)
         | 
| 742 | 
            +
                    o.output = Shapes::ShapeRef.new(shape: GetDomainResponse)
         | 
| 743 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
         | 
| 744 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         | 
| 745 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         | 
| 746 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         | 
| 747 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         | 
| 748 | 
            +
                  end)
         | 
| 749 | 
            +
             | 
| 750 | 
            +
                  api.add_operation(:get_integration, Seahorse::Model::Operation.new.tap do |o|
         | 
| 751 | 
            +
                    o.name = "GetIntegration"
         | 
| 752 | 
            +
                    o.http_method = "POST"
         | 
| 753 | 
            +
                    o.http_request_uri = "/domains/{DomainName}/integrations"
         | 
| 754 | 
            +
                    o.input = Shapes::ShapeRef.new(shape: GetIntegrationRequest)
         | 
| 755 | 
            +
                    o.output = Shapes::ShapeRef.new(shape: GetIntegrationResponse)
         | 
| 756 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
         | 
| 757 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         | 
| 758 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         | 
| 759 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         | 
| 760 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         | 
| 761 | 
            +
                  end)
         | 
| 762 | 
            +
             | 
| 763 | 
            +
                  api.add_operation(:get_profile_object_type, Seahorse::Model::Operation.new.tap do |o|
         | 
| 764 | 
            +
                    o.name = "GetProfileObjectType"
         | 
| 765 | 
            +
                    o.http_method = "GET"
         | 
| 766 | 
            +
                    o.http_request_uri = "/domains/{DomainName}/object-types/{ObjectTypeName}"
         | 
| 767 | 
            +
                    o.input = Shapes::ShapeRef.new(shape: GetProfileObjectTypeRequest)
         | 
| 768 | 
            +
                    o.output = Shapes::ShapeRef.new(shape: GetProfileObjectTypeResponse)
         | 
| 769 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
         | 
| 770 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         | 
| 771 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         | 
| 772 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         | 
| 773 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         | 
| 774 | 
            +
                  end)
         | 
| 775 | 
            +
             | 
| 776 | 
            +
                  api.add_operation(:get_profile_object_type_template, Seahorse::Model::Operation.new.tap do |o|
         | 
| 777 | 
            +
                    o.name = "GetProfileObjectTypeTemplate"
         | 
| 778 | 
            +
                    o.http_method = "GET"
         | 
| 779 | 
            +
                    o.http_request_uri = "/templates/{TemplateId}"
         | 
| 780 | 
            +
                    o.input = Shapes::ShapeRef.new(shape: GetProfileObjectTypeTemplateRequest)
         | 
| 781 | 
            +
                    o.output = Shapes::ShapeRef.new(shape: GetProfileObjectTypeTemplateResponse)
         | 
| 782 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
         | 
| 783 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         | 
| 784 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         | 
| 785 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         | 
| 786 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         | 
| 787 | 
            +
                  end)
         | 
| 788 | 
            +
             | 
| 789 | 
            +
                  api.add_operation(:list_account_integrations, Seahorse::Model::Operation.new.tap do |o|
         | 
| 790 | 
            +
                    o.name = "ListAccountIntegrations"
         | 
| 791 | 
            +
                    o.http_method = "POST"
         | 
| 792 | 
            +
                    o.http_request_uri = "/integrations"
         | 
| 793 | 
            +
                    o.input = Shapes::ShapeRef.new(shape: ListAccountIntegrationsRequest)
         | 
| 794 | 
            +
                    o.output = Shapes::ShapeRef.new(shape: ListAccountIntegrationsResponse)
         | 
| 795 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
         | 
| 796 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         | 
| 797 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         | 
| 798 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         | 
| 799 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         | 
| 800 | 
            +
                  end)
         | 
| 801 | 
            +
             | 
| 802 | 
            +
                  api.add_operation(:list_domains, Seahorse::Model::Operation.new.tap do |o|
         | 
| 803 | 
            +
                    o.name = "ListDomains"
         | 
| 804 | 
            +
                    o.http_method = "GET"
         | 
| 805 | 
            +
                    o.http_request_uri = "/domains"
         | 
| 806 | 
            +
                    o.input = Shapes::ShapeRef.new(shape: ListDomainsRequest)
         | 
| 807 | 
            +
                    o.output = Shapes::ShapeRef.new(shape: ListDomainsResponse)
         | 
| 808 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
         | 
| 809 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         | 
| 810 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         | 
| 811 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         | 
| 812 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         | 
| 813 | 
            +
                  end)
         | 
| 814 | 
            +
             | 
| 815 | 
            +
                  api.add_operation(:list_integrations, Seahorse::Model::Operation.new.tap do |o|
         | 
| 816 | 
            +
                    o.name = "ListIntegrations"
         | 
| 817 | 
            +
                    o.http_method = "GET"
         | 
| 818 | 
            +
                    o.http_request_uri = "/domains/{DomainName}/integrations"
         | 
| 819 | 
            +
                    o.input = Shapes::ShapeRef.new(shape: ListIntegrationsRequest)
         | 
| 820 | 
            +
                    o.output = Shapes::ShapeRef.new(shape: ListIntegrationsResponse)
         | 
| 821 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
         | 
| 822 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         | 
| 823 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         | 
| 824 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         | 
| 825 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         | 
| 826 | 
            +
                  end)
         | 
| 827 | 
            +
             | 
| 828 | 
            +
                  api.add_operation(:list_profile_object_type_templates, Seahorse::Model::Operation.new.tap do |o|
         | 
| 829 | 
            +
                    o.name = "ListProfileObjectTypeTemplates"
         | 
| 830 | 
            +
                    o.http_method = "GET"
         | 
| 831 | 
            +
                    o.http_request_uri = "/templates"
         | 
| 832 | 
            +
                    o.input = Shapes::ShapeRef.new(shape: ListProfileObjectTypeTemplatesRequest)
         | 
| 833 | 
            +
                    o.output = Shapes::ShapeRef.new(shape: ListProfileObjectTypeTemplatesResponse)
         | 
| 834 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
         | 
| 835 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         | 
| 836 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         | 
| 837 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         | 
| 838 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         | 
| 839 | 
            +
                  end)
         | 
| 840 | 
            +
             | 
| 841 | 
            +
                  api.add_operation(:list_profile_object_types, Seahorse::Model::Operation.new.tap do |o|
         | 
| 842 | 
            +
                    o.name = "ListProfileObjectTypes"
         | 
| 843 | 
            +
                    o.http_method = "GET"
         | 
| 844 | 
            +
                    o.http_request_uri = "/domains/{DomainName}/object-types"
         | 
| 845 | 
            +
                    o.input = Shapes::ShapeRef.new(shape: ListProfileObjectTypesRequest)
         | 
| 846 | 
            +
                    o.output = Shapes::ShapeRef.new(shape: ListProfileObjectTypesResponse)
         | 
| 847 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
         | 
| 848 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         | 
| 849 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         | 
| 850 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         | 
| 851 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         | 
| 852 | 
            +
                  end)
         | 
| 853 | 
            +
             | 
| 854 | 
            +
                  api.add_operation(:list_profile_objects, Seahorse::Model::Operation.new.tap do |o|
         | 
| 855 | 
            +
                    o.name = "ListProfileObjects"
         | 
| 856 | 
            +
                    o.http_method = "POST"
         | 
| 857 | 
            +
                    o.http_request_uri = "/domains/{DomainName}/profiles/objects"
         | 
| 858 | 
            +
                    o.input = Shapes::ShapeRef.new(shape: ListProfileObjectsRequest)
         | 
| 859 | 
            +
                    o.output = Shapes::ShapeRef.new(shape: ListProfileObjectsResponse)
         | 
| 860 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
         | 
| 861 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         | 
| 862 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         | 
| 863 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         | 
| 864 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         | 
| 865 | 
            +
                  end)
         | 
| 866 | 
            +
             | 
| 867 | 
            +
                  api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
         | 
| 868 | 
            +
                    o.name = "ListTagsForResource"
         | 
| 869 | 
            +
                    o.http_method = "GET"
         | 
| 870 | 
            +
                    o.http_request_uri = "/tags/{resourceArn}"
         | 
| 871 | 
            +
                    o.input = Shapes::ShapeRef.new(shape: ListTagsForResourceRequest)
         | 
| 872 | 
            +
                    o.output = Shapes::ShapeRef.new(shape: ListTagsForResourceResponse)
         | 
| 873 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         | 
| 874 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
         | 
| 875 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         | 
| 876 | 
            +
                  end)
         | 
| 877 | 
            +
             | 
| 878 | 
            +
                  api.add_operation(:put_integration, Seahorse::Model::Operation.new.tap do |o|
         | 
| 879 | 
            +
                    o.name = "PutIntegration"
         | 
| 880 | 
            +
                    o.http_method = "PUT"
         | 
| 881 | 
            +
                    o.http_request_uri = "/domains/{DomainName}/integrations"
         | 
| 882 | 
            +
                    o.input = Shapes::ShapeRef.new(shape: PutIntegrationRequest)
         | 
| 883 | 
            +
                    o.output = Shapes::ShapeRef.new(shape: PutIntegrationResponse)
         | 
| 884 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
         | 
| 885 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         | 
| 886 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         | 
| 887 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         | 
| 888 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         | 
| 889 | 
            +
                  end)
         | 
| 890 | 
            +
             | 
| 891 | 
            +
                  api.add_operation(:put_profile_object, Seahorse::Model::Operation.new.tap do |o|
         | 
| 892 | 
            +
                    o.name = "PutProfileObject"
         | 
| 893 | 
            +
                    o.http_method = "PUT"
         | 
| 894 | 
            +
                    o.http_request_uri = "/domains/{DomainName}/profiles/objects"
         | 
| 895 | 
            +
                    o.input = Shapes::ShapeRef.new(shape: PutProfileObjectRequest)
         | 
| 896 | 
            +
                    o.output = Shapes::ShapeRef.new(shape: PutProfileObjectResponse)
         | 
| 897 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
         | 
| 898 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         | 
| 899 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         | 
| 900 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         | 
| 901 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         | 
| 902 | 
            +
                  end)
         | 
| 903 | 
            +
             | 
| 904 | 
            +
                  api.add_operation(:put_profile_object_type, Seahorse::Model::Operation.new.tap do |o|
         | 
| 905 | 
            +
                    o.name = "PutProfileObjectType"
         | 
| 906 | 
            +
                    o.http_method = "PUT"
         | 
| 907 | 
            +
                    o.http_request_uri = "/domains/{DomainName}/object-types/{ObjectTypeName}"
         | 
| 908 | 
            +
                    o.input = Shapes::ShapeRef.new(shape: PutProfileObjectTypeRequest)
         | 
| 909 | 
            +
                    o.output = Shapes::ShapeRef.new(shape: PutProfileObjectTypeResponse)
         | 
| 910 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
         | 
| 911 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         | 
| 912 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         | 
| 913 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         | 
| 914 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         | 
| 915 | 
            +
                  end)
         | 
| 916 | 
            +
             | 
| 917 | 
            +
                  api.add_operation(:search_profiles, Seahorse::Model::Operation.new.tap do |o|
         | 
| 918 | 
            +
                    o.name = "SearchProfiles"
         | 
| 919 | 
            +
                    o.http_method = "POST"
         | 
| 920 | 
            +
                    o.http_request_uri = "/domains/{DomainName}/profiles/search"
         | 
| 921 | 
            +
                    o.input = Shapes::ShapeRef.new(shape: SearchProfilesRequest)
         | 
| 922 | 
            +
                    o.output = Shapes::ShapeRef.new(shape: SearchProfilesResponse)
         | 
| 923 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
         | 
| 924 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         | 
| 925 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         | 
| 926 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         | 
| 927 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         | 
| 928 | 
            +
                  end)
         | 
| 929 | 
            +
             | 
| 930 | 
            +
                  api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
         | 
| 931 | 
            +
                    o.name = "TagResource"
         | 
| 932 | 
            +
                    o.http_method = "POST"
         | 
| 933 | 
            +
                    o.http_request_uri = "/tags/{resourceArn}"
         | 
| 934 | 
            +
                    o.input = Shapes::ShapeRef.new(shape: TagResourceRequest)
         | 
| 935 | 
            +
                    o.output = Shapes::ShapeRef.new(shape: TagResourceResponse)
         | 
| 936 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         | 
| 937 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
         | 
| 938 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         | 
| 939 | 
            +
                  end)
         | 
| 940 | 
            +
             | 
| 941 | 
            +
                  api.add_operation(:untag_resource, Seahorse::Model::Operation.new.tap do |o|
         | 
| 942 | 
            +
                    o.name = "UntagResource"
         | 
| 943 | 
            +
                    o.http_method = "DELETE"
         | 
| 944 | 
            +
                    o.http_request_uri = "/tags/{resourceArn}"
         | 
| 945 | 
            +
                    o.input = Shapes::ShapeRef.new(shape: UntagResourceRequest)
         | 
| 946 | 
            +
                    o.output = Shapes::ShapeRef.new(shape: UntagResourceResponse)
         | 
| 947 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         | 
| 948 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
         | 
| 949 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         | 
| 950 | 
            +
                  end)
         | 
| 951 | 
            +
             | 
| 952 | 
            +
                  api.add_operation(:update_domain, Seahorse::Model::Operation.new.tap do |o|
         | 
| 953 | 
            +
                    o.name = "UpdateDomain"
         | 
| 954 | 
            +
                    o.http_method = "PUT"
         | 
| 955 | 
            +
                    o.http_request_uri = "/domains/{DomainName}"
         | 
| 956 | 
            +
                    o.input = Shapes::ShapeRef.new(shape: UpdateDomainRequest)
         | 
| 957 | 
            +
                    o.output = Shapes::ShapeRef.new(shape: UpdateDomainResponse)
         | 
| 958 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
         | 
| 959 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         | 
| 960 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         | 
| 961 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         | 
| 962 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         | 
| 963 | 
            +
                  end)
         | 
| 964 | 
            +
             | 
| 965 | 
            +
                  api.add_operation(:update_profile, Seahorse::Model::Operation.new.tap do |o|
         | 
| 966 | 
            +
                    o.name = "UpdateProfile"
         | 
| 967 | 
            +
                    o.http_method = "PUT"
         | 
| 968 | 
            +
                    o.http_request_uri = "/domains/{DomainName}/profiles"
         | 
| 969 | 
            +
                    o.input = Shapes::ShapeRef.new(shape: UpdateProfileRequest)
         | 
| 970 | 
            +
                    o.output = Shapes::ShapeRef.new(shape: UpdateProfileResponse)
         | 
| 971 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
         | 
| 972 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         | 
| 973 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         | 
| 974 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         | 
| 975 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         | 
| 976 | 
            +
                  end)
         | 
| 977 | 
            +
                end
         | 
| 978 | 
            +
             | 
| 979 | 
            +
              end
         | 
| 980 | 
            +
            end
         |