Skip to content

Commit

Permalink
Merge pull request #31 from noppoMan/use-location-as-member-of-awssha…
Browse files Browse the repository at this point in the history
…peproperty

use Location as member of AWSShapeProperty
  • Loading branch information
noppoMan committed May 20, 2017
2 parents 86563a4 + cdfa56e commit a38b8ba
Show file tree
Hide file tree
Showing 102 changed files with 23,409 additions and 25,476 deletions.
126 changes: 63 additions & 63 deletions Sources/AWSSDKSwift/Services/acm/Acm_Shapes.swift

Large diffs are not rendered by default.

1,432 changes: 548 additions & 884 deletions Sources/AWSSDKSwift/Services/apigateway/Apigateway_Shapes.swift

Large diffs are not rendered by default.

Large diffs are not rendered by default.

244 changes: 122 additions & 122 deletions Sources/AWSSDKSwift/Services/appstream/Appstream_Shapes.swift

Large diffs are not rendered by default.

712 changes: 356 additions & 356 deletions Sources/AWSSDKSwift/Services/autoscaling/Autoscaling_Shapes.swift

Large diffs are not rendered by default.

338 changes: 169 additions & 169 deletions Sources/AWSSDKSwift/Services/batch/Batch_Shapes.swift

Large diffs are not rendered by default.

152 changes: 76 additions & 76 deletions Sources/AWSSDKSwift/Services/budgets/Budgets_Shapes.swift

Large diffs are not rendered by default.

757 changes: 317 additions & 440 deletions Sources/AWSSDKSwift/Services/clouddirectory/Clouddirectory_Shapes.swift

Large diffs are not rendered by default.

512 changes: 256 additions & 256 deletions Sources/AWSSDKSwift/Services/cloudformation/Cloudformation_Shapes.swift

Large diffs are not rendered by default.

801 changes: 333 additions & 468 deletions Sources/AWSSDKSwift/Services/cloudfront/Cloudfront_Shapes.swift

Large diffs are not rendered by default.

200 changes: 100 additions & 100 deletions Sources/AWSSDKSwift/Services/cloudhsm/Cloudhsm_Shapes.swift

Large diffs are not rendered by default.

390 changes: 195 additions & 195 deletions Sources/AWSSDKSwift/Services/cloudsearch/Cloudsearch_Shapes.swift

Large diffs are not rendered by default.

Large diffs are not rendered by default.

266 changes: 133 additions & 133 deletions Sources/AWSSDKSwift/Services/cloudtrail/Cloudtrail_Shapes.swift

Large diffs are not rendered by default.

238 changes: 119 additions & 119 deletions Sources/AWSSDKSwift/Services/codebuild/Codebuild_Shapes.swift

Large diffs are not rendered by default.

184 changes: 92 additions & 92 deletions Sources/AWSSDKSwift/Services/codecommit/Codecommit_Shapes.swift

Large diffs are not rendered by default.

554 changes: 277 additions & 277 deletions Sources/AWSSDKSwift/Services/codedeploy/Codedeploy_Shapes.swift

Large diffs are not rendered by default.

480 changes: 240 additions & 240 deletions Sources/AWSSDKSwift/Services/codepipeline/Codepipeline_Shapes.swift

Large diffs are not rendered by default.

Large diffs are not rendered by default.

836 changes: 418 additions & 418 deletions Sources/AWSSDKSwift/Services/cognito-idp/CognitoIdp_Shapes.swift

Large diffs are not rendered by default.

294 changes: 117 additions & 177 deletions Sources/AWSSDKSwift/Services/cognito-sync/CognitoSync_Shapes.swift

Large diffs are not rendered by default.

394 changes: 197 additions & 197 deletions Sources/AWSSDKSwift/Services/config/Config_Shapes.swift

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions Sources/AWSSDKSwift/Services/cur/Cur_Shapes.swift
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ extension Cur {
/// The key for the payload
public static let payload: String? = nil
public static var parsingHints: [AWSShapeProperty] = [
AWSShapeProperty(label: "NextToken", location: nil, required: false, type: .string),
AWSShapeProperty(label: "ReportDefinitions", location: nil, required: false, type: .list)
AWSShapeProperty(label: "NextToken", required: false, type: .string),
AWSShapeProperty(label: "ReportDefinitions", required: false, type: .list)
]
public let nextToken: String?
public let reportDefinitions: [ReportDefinition]?
Expand Down Expand Up @@ -75,7 +75,7 @@ extension Cur {
/// The key for the payload
public static let payload: String? = nil
public static var parsingHints: [AWSShapeProperty] = [
AWSShapeProperty(label: "ResponseMessage", location: nil, required: false, type: .string)
AWSShapeProperty(label: "ResponseMessage", required: false, type: .string)
]
public let responseMessage: String?

Expand All @@ -100,15 +100,15 @@ extension Cur {
/// The key for the payload
public static let payload: String? = nil
public static var parsingHints: [AWSShapeProperty] = [
AWSShapeProperty(label: "TimeUnit", location: nil, required: true, type: .enum),
AWSShapeProperty(label: "Format", location: nil, required: true, type: .enum),
AWSShapeProperty(label: "Compression", location: nil, required: true, type: .enum),
AWSShapeProperty(label: "ReportName", location: nil, required: true, type: .string),
AWSShapeProperty(label: "S3Region", location: nil, required: true, type: .enum),
AWSShapeProperty(label: "AdditionalArtifacts", location: nil, required: false, type: .list),
AWSShapeProperty(label: "AdditionalSchemaElements", location: nil, required: true, type: .list),
AWSShapeProperty(label: "S3Bucket", location: nil, required: true, type: .string),
AWSShapeProperty(label: "S3Prefix", location: nil, required: true, type: .string)
AWSShapeProperty(label: "TimeUnit", required: true, type: .enum),
AWSShapeProperty(label: "Format", required: true, type: .enum),
AWSShapeProperty(label: "Compression", required: true, type: .enum),
AWSShapeProperty(label: "ReportName", required: true, type: .string),
AWSShapeProperty(label: "S3Region", required: true, type: .enum),
AWSShapeProperty(label: "AdditionalArtifacts", required: false, type: .list),
AWSShapeProperty(label: "AdditionalSchemaElements", required: true, type: .list),
AWSShapeProperty(label: "S3Bucket", required: true, type: .string),
AWSShapeProperty(label: "S3Prefix", required: true, type: .string)
]
public let timeUnit: TimeUnit
public let format: ReportFormat
Expand Down Expand Up @@ -169,7 +169,7 @@ extension Cur {
/// The key for the payload
public static let payload: String? = nil
public static var parsingHints: [AWSShapeProperty] = [
AWSShapeProperty(label: "ReportDefinition", location: nil, required: true, type: .structure)
AWSShapeProperty(label: "ReportDefinition", required: true, type: .structure)
]
public let reportDefinition: ReportDefinition

Expand Down Expand Up @@ -198,8 +198,8 @@ extension Cur {
/// The key for the payload
public static let payload: String? = nil
public static var parsingHints: [AWSShapeProperty] = [
AWSShapeProperty(label: "NextToken", location: nil, required: false, type: .string),
AWSShapeProperty(label: "MaxResults", location: nil, required: false, type: .integer)
AWSShapeProperty(label: "NextToken", required: false, type: .string),
AWSShapeProperty(label: "MaxResults", required: false, type: .integer)
]
public let nextToken: String?
public let maxResults: Int32?
Expand All @@ -219,7 +219,7 @@ extension Cur {
/// The key for the payload
public static let payload: String? = nil
public static var parsingHints: [AWSShapeProperty] = [
AWSShapeProperty(label: "ReportName", location: nil, required: false, type: .string)
AWSShapeProperty(label: "ReportName", required: false, type: .string)
]
public let reportName: String?

Expand Down
Loading

0 comments on commit a38b8ba

Please sign in to comment.