lib/aws-sdk-locationservice/client.rb in aws-sdk-locationservice-1.30.0 vs lib/aws-sdk-locationservice/client.rb in aws-sdk-locationservice-1.31.0

- old
+ new

@@ -1528,10 +1528,11 @@ # # @example Request syntax with placeholder values # # resp = client.create_map({ # configuration: { # required + # political_view: "CountryCode3", # style: "MapStyle", # required # }, # description: "ResourceDescription", # map_name: "ResourceName", # required # pricing_plan: "RequestBasedUsage", # accepts RequestBasedUsage, MobileAssetTracking, MobileAssetManagement @@ -2237,10 +2238,11 @@ # map_name: "ResourceName", # required # }) # # @example Response structure # + # resp.configuration.political_view #=> String # resp.configuration.style #=> String # resp.create_time #=> Time # resp.data_source #=> String # resp.description #=> String # resp.map_arn #=> String @@ -2673,11 +2675,18 @@ # VectorOpenDataVisualizationLight, VectorOpenDataVisualizationDark – # `Amazon Ember Regular,Noto Sans Regular` \| `Amazon Ember Bold,Noto # Sans Bold` \| `Amazon Ember Medium,Noto Sans Medium` \| `Amazon # Ember Regular Italic,Noto Sans Italic` \| `Amazon Ember Condensed RC # Regular,Noto Sans Regular` \| `Amazon Ember Condensed RC Bold,Noto - # Sans Bold` + # Sans Bold` \| `Amazon Ember Regular,Noto Sans Regular,Noto Sans + # Arabic Regular` \| `Amazon Ember Condensed RC Bold,Noto Sans + # Bold,Noto Sans Arabic Condensed Bold` \| `Amazon Ember Bold,Noto + # Sans Bold,Noto Sans Arabic Bold` \| `Amazon Ember Regular + # Italic,Noto Sans Italic,Noto Sans Arabic Regular` \| `Amazon Ember + # Condensed RC Regular,Noto Sans Regular,Noto Sans Arabic Condensed + # Regular` \| `Amazon Ember Medium,Noto Sans Medium,Noto Sans Arabic + # Medium` # # ^ # # <note markdown="1"> The fonts used by the Open Data map styles are combined fonts that use # `Amazon Ember` for most glyphs but `Noto Sans` for glyphs unsupported @@ -4171,10 +4180,14 @@ req.send_request(options) end # Updates the specified properties of a given map resource. # + # @option params [Types::MapConfigurationUpdate] :configuration_update + # Updates the parts of the map configuration that can be updated, + # including the political view. + # # @option params [String] :description # Updates the description for the map resource. # # @option params [required, String] :map_name # The name of the map resource to update. @@ -4190,10 +4203,13 @@ # * {Types::UpdateMapResponse#update_time #update_time} => Time # # @example Request syntax with placeholder values # # resp = client.update_map({ + # configuration_update: { + # political_view: "CountryCode3OrEmpty", + # }, # description: "ResourceDescription", # map_name: "ResourceName", # required # pricing_plan: "RequestBasedUsage", # accepts RequestBasedUsage, MobileAssetTracking, MobileAssetManagement # }) # @@ -4386,10 +4402,10 @@ operation: config.api.operation(operation_name), client: self, params: params, config: config) context[:gem_name] = 'aws-sdk-locationservice' - context[:gem_version] = '1.30.0' + context[:gem_version] = '1.31.0' Seahorse::Client::Request.new(handlers, context) end # @api private # @deprecated