lib/aws-sdk-locationservice/client.rb in aws-sdk-locationservice-1.44.0 vs lib/aws-sdk-locationservice/client.rb in aws-sdk-locationservice-1.45.0

- old
+ new

@@ -1577,10 +1577,11 @@ # # @example Request syntax with placeholder values # # resp = client.create_map({ # configuration: { # required + # custom_layers: ["CustomLayer"], # political_view: "CountryCode3", # style: "MapStyle", # required # }, # description: "ResourceDescription", # map_name: "ResourceName", # required @@ -2332,10 +2333,12 @@ # map_name: "ResourceName", # required # }) # # @example Response structure # + # resp.configuration.custom_layers #=> Array + # resp.configuration.custom_layers[0] #=> String # resp.configuration.political_view #=> String # resp.configuration.style #=> String # resp.create_time #=> Time # resp.data_source #=> String # resp.description #=> String @@ -4394,10 +4397,11 @@ # # @example Request syntax with placeholder values # # resp = client.update_map({ # configuration_update: { + # custom_layers: ["CustomLayer"], # political_view: "CountryCode3OrEmpty", # }, # description: "ResourceDescription", # map_name: "ResourceName", # required # pricing_plan: "RequestBasedUsage", # accepts RequestBasedUsage, MobileAssetTracking, MobileAssetManagement @@ -4615,10 +4619,10 @@ operation: config.api.operation(operation_name), client: self, params: params, config: config) context[:gem_name] = 'aws-sdk-locationservice' - context[:gem_version] = '1.44.0' + context[:gem_version] = '1.45.0' Seahorse::Client::Request.new(handlers, context) end # @api private # @deprecated