Skip to content

Commit

Permalink
This release adds tag support for budgets and budget actions.
Browse files Browse the repository at this point in the history
Doc only update for Route 53 profiles that fixes some link  issues
Documentation update to clarify the MappingTemplate definition.
AWS Resilience Hub has expanded its drift detection capabilities by introducing a new type of drift detection - application resource drift. This new enhancement detects changes, such as the addition or deletion of resources within the application's input sources.
  • Loading branch information
aws-sdk-cpp-automation committed May 7, 2024
1 parent 469d895 commit 4bc45ae
Show file tree
Hide file tree
Showing 60 changed files with 3,392 additions and 549 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.11.322
1.11.323
Original file line number Diff line number Diff line change
Expand Up @@ -118,50 +118,50 @@ namespace Model


/**
* <p>Specifies the name of the mapping template for the transformer. This template
* is used to convert the input document into the correct set of objects.</p>
* <p>Specifies the mapping template for the transformer. This template is used to
* map the parsed EDI file using JSONata or XSLT.</p>
*/
inline const Aws::String& GetMappingTemplate() const{ return m_mappingTemplate; }

/**
* <p>Specifies the name of the mapping template for the transformer. This template
* is used to convert the input document into the correct set of objects.</p>
* <p>Specifies the mapping template for the transformer. This template is used to
* map the parsed EDI file using JSONata or XSLT.</p>
*/
inline bool MappingTemplateHasBeenSet() const { return m_mappingTemplateHasBeenSet; }

/**
* <p>Specifies the name of the mapping template for the transformer. This template
* is used to convert the input document into the correct set of objects.</p>
* <p>Specifies the mapping template for the transformer. This template is used to
* map the parsed EDI file using JSONata or XSLT.</p>
*/
inline void SetMappingTemplate(const Aws::String& value) { m_mappingTemplateHasBeenSet = true; m_mappingTemplate = value; }

/**
* <p>Specifies the name of the mapping template for the transformer. This template
* is used to convert the input document into the correct set of objects.</p>
* <p>Specifies the mapping template for the transformer. This template is used to
* map the parsed EDI file using JSONata or XSLT.</p>
*/
inline void SetMappingTemplate(Aws::String&& value) { m_mappingTemplateHasBeenSet = true; m_mappingTemplate = std::move(value); }

/**
* <p>Specifies the name of the mapping template for the transformer. This template
* is used to convert the input document into the correct set of objects.</p>
* <p>Specifies the mapping template for the transformer. This template is used to
* map the parsed EDI file using JSONata or XSLT.</p>
*/
inline void SetMappingTemplate(const char* value) { m_mappingTemplateHasBeenSet = true; m_mappingTemplate.assign(value); }

/**
* <p>Specifies the name of the mapping template for the transformer. This template
* is used to convert the input document into the correct set of objects.</p>
* <p>Specifies the mapping template for the transformer. This template is used to
* map the parsed EDI file using JSONata or XSLT.</p>
*/
inline CreateTransformerRequest& WithMappingTemplate(const Aws::String& value) { SetMappingTemplate(value); return *this;}

/**
* <p>Specifies the name of the mapping template for the transformer. This template
* is used to convert the input document into the correct set of objects.</p>
* <p>Specifies the mapping template for the transformer. This template is used to
* map the parsed EDI file using JSONata or XSLT.</p>
*/
inline CreateTransformerRequest& WithMappingTemplate(Aws::String&& value) { SetMappingTemplate(std::move(value)); return *this;}

/**
* <p>Specifies the name of the mapping template for the transformer. This template
* is used to convert the input document into the correct set of objects.</p>
* <p>Specifies the mapping template for the transformer. This template is used to
* map the parsed EDI file using JSONata or XSLT.</p>
*/
inline CreateTransformerRequest& WithMappingTemplate(const char* value) { SetMappingTemplate(value); return *this;}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -183,44 +183,44 @@ namespace Model


/**
* <p>Returns the name of the mapping template for the transformer. This template
* is used to convert the input document into the correct set of objects.</p>
* <p>Returns the mapping template for the transformer. This template is used to
* map the parsed EDI file using JSONata or XSLT.</p>
*/
inline const Aws::String& GetMappingTemplate() const{ return m_mappingTemplate; }

/**
* <p>Returns the name of the mapping template for the transformer. This template
* is used to convert the input document into the correct set of objects.</p>
* <p>Returns the mapping template for the transformer. This template is used to
* map the parsed EDI file using JSONata or XSLT.</p>
*/
inline void SetMappingTemplate(const Aws::String& value) { m_mappingTemplate = value; }

/**
* <p>Returns the name of the mapping template for the transformer. This template
* is used to convert the input document into the correct set of objects.</p>
* <p>Returns the mapping template for the transformer. This template is used to
* map the parsed EDI file using JSONata or XSLT.</p>
*/
inline void SetMappingTemplate(Aws::String&& value) { m_mappingTemplate = std::move(value); }

/**
* <p>Returns the name of the mapping template for the transformer. This template
* is used to convert the input document into the correct set of objects.</p>
* <p>Returns the mapping template for the transformer. This template is used to
* map the parsed EDI file using JSONata or XSLT.</p>
*/
inline void SetMappingTemplate(const char* value) { m_mappingTemplate.assign(value); }

/**
* <p>Returns the name of the mapping template for the transformer. This template
* is used to convert the input document into the correct set of objects.</p>
* <p>Returns the mapping template for the transformer. This template is used to
* map the parsed EDI file using JSONata or XSLT.</p>
*/
inline CreateTransformerResult& WithMappingTemplate(const Aws::String& value) { SetMappingTemplate(value); return *this;}

/**
* <p>Returns the name of the mapping template for the transformer. This template
* is used to convert the input document into the correct set of objects.</p>
* <p>Returns the mapping template for the transformer. This template is used to
* map the parsed EDI file using JSONata or XSLT.</p>
*/
inline CreateTransformerResult& WithMappingTemplate(Aws::String&& value) { SetMappingTemplate(std::move(value)); return *this;}

/**
* <p>Returns the name of the mapping template for the transformer. This template
* is used to convert the input document into the correct set of objects.</p>
* <p>Returns the mapping template for the transformer. This template is used to
* map the parsed EDI file using JSONata or XSLT.</p>
*/
inline CreateTransformerResult& WithMappingTemplate(const char* value) { SetMappingTemplate(value); return *this;}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -183,44 +183,44 @@ namespace Model


/**
* <p>Returns the name of the mapping template for the transformer. This template
* is used to convert the input document into the correct set of objects.</p>
* <p>Returns the mapping template for the transformer. This template is used to
* map the parsed EDI file using JSONata or XSLT.</p>
*/
inline const Aws::String& GetMappingTemplate() const{ return m_mappingTemplate; }

/**
* <p>Returns the name of the mapping template for the transformer. This template
* is used to convert the input document into the correct set of objects.</p>
* <p>Returns the mapping template for the transformer. This template is used to
* map the parsed EDI file using JSONata or XSLT.</p>
*/
inline void SetMappingTemplate(const Aws::String& value) { m_mappingTemplate = value; }

/**
* <p>Returns the name of the mapping template for the transformer. This template
* is used to convert the input document into the correct set of objects.</p>
* <p>Returns the mapping template for the transformer. This template is used to
* map the parsed EDI file using JSONata or XSLT.</p>
*/
inline void SetMappingTemplate(Aws::String&& value) { m_mappingTemplate = std::move(value); }

/**
* <p>Returns the name of the mapping template for the transformer. This template
* is used to convert the input document into the correct set of objects.</p>
* <p>Returns the mapping template for the transformer. This template is used to
* map the parsed EDI file using JSONata or XSLT.</p>
*/
inline void SetMappingTemplate(const char* value) { m_mappingTemplate.assign(value); }

/**
* <p>Returns the name of the mapping template for the transformer. This template
* is used to convert the input document into the correct set of objects.</p>
* <p>Returns the mapping template for the transformer. This template is used to
* map the parsed EDI file using JSONata or XSLT.</p>
*/
inline GetTransformerResult& WithMappingTemplate(const Aws::String& value) { SetMappingTemplate(value); return *this;}

/**
* <p>Returns the name of the mapping template for the transformer. This template
* is used to convert the input document into the correct set of objects.</p>
* <p>Returns the mapping template for the transformer. This template is used to
* map the parsed EDI file using JSONata or XSLT.</p>
*/
inline GetTransformerResult& WithMappingTemplate(Aws::String&& value) { SetMappingTemplate(std::move(value)); return *this;}

/**
* <p>Returns the name of the mapping template for the transformer. This template
* is used to convert the input document into the correct set of objects.</p>
* <p>Returns the mapping template for the transformer. This template is used to
* map the parsed EDI file using JSONata or XSLT.</p>
*/
inline GetTransformerResult& WithMappingTemplate(const char* value) { SetMappingTemplate(value); return *this;}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,50 +85,50 @@ namespace Model


/**
* <p>Specifies the name of the mapping template for the transformer. This template
* is used to convert the input document into the correct set of objects.</p>
* <p>Specifies the mapping template for the transformer. This template is used to
* map the parsed EDI file using JSONata or XSLT.</p>
*/
inline const Aws::String& GetMappingTemplate() const{ return m_mappingTemplate; }

/**
* <p>Specifies the name of the mapping template for the transformer. This template
* is used to convert the input document into the correct set of objects.</p>
* <p>Specifies the mapping template for the transformer. This template is used to
* map the parsed EDI file using JSONata or XSLT.</p>
*/
inline bool MappingTemplateHasBeenSet() const { return m_mappingTemplateHasBeenSet; }

/**
* <p>Specifies the name of the mapping template for the transformer. This template
* is used to convert the input document into the correct set of objects.</p>
* <p>Specifies the mapping template for the transformer. This template is used to
* map the parsed EDI file using JSONata or XSLT.</p>
*/
inline void SetMappingTemplate(const Aws::String& value) { m_mappingTemplateHasBeenSet = true; m_mappingTemplate = value; }

/**
* <p>Specifies the name of the mapping template for the transformer. This template
* is used to convert the input document into the correct set of objects.</p>
* <p>Specifies the mapping template for the transformer. This template is used to
* map the parsed EDI file using JSONata or XSLT.</p>
*/
inline void SetMappingTemplate(Aws::String&& value) { m_mappingTemplateHasBeenSet = true; m_mappingTemplate = std::move(value); }

/**
* <p>Specifies the name of the mapping template for the transformer. This template
* is used to convert the input document into the correct set of objects.</p>
* <p>Specifies the mapping template for the transformer. This template is used to
* map the parsed EDI file using JSONata or XSLT.</p>
*/
inline void SetMappingTemplate(const char* value) { m_mappingTemplateHasBeenSet = true; m_mappingTemplate.assign(value); }

/**
* <p>Specifies the name of the mapping template for the transformer. This template
* is used to convert the input document into the correct set of objects.</p>
* <p>Specifies the mapping template for the transformer. This template is used to
* map the parsed EDI file using JSONata or XSLT.</p>
*/
inline TestMappingRequest& WithMappingTemplate(const Aws::String& value) { SetMappingTemplate(value); return *this;}

/**
* <p>Specifies the name of the mapping template for the transformer. This template
* is used to convert the input document into the correct set of objects.</p>
* <p>Specifies the mapping template for the transformer. This template is used to
* map the parsed EDI file using JSONata or XSLT.</p>
*/
inline TestMappingRequest& WithMappingTemplate(Aws::String&& value) { SetMappingTemplate(std::move(value)); return *this;}

/**
* <p>Specifies the name of the mapping template for the transformer. This template
* is used to convert the input document into the correct set of objects.</p>
* <p>Specifies the mapping template for the transformer. This template is used to
* map the parsed EDI file using JSONata or XSLT.</p>
*/
inline TestMappingRequest& WithMappingTemplate(const char* value) { SetMappingTemplate(value); return *this;}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -163,50 +163,50 @@ namespace Model


/**
* <p>Returns the name of the mapping template for the transformer. This template
* is used to convert the input document into the correct set of objects.</p>
* <p>Returns the mapping template for the transformer. This template is used to
* map the parsed EDI file using JSONata or XSLT.</p>
*/
inline const Aws::String& GetMappingTemplate() const{ return m_mappingTemplate; }

/**
* <p>Returns the name of the mapping template for the transformer. This template
* is used to convert the input document into the correct set of objects.</p>
* <p>Returns the mapping template for the transformer. This template is used to
* map the parsed EDI file using JSONata or XSLT.</p>
*/
inline bool MappingTemplateHasBeenSet() const { return m_mappingTemplateHasBeenSet; }

/**
* <p>Returns the name of the mapping template for the transformer. This template
* is used to convert the input document into the correct set of objects.</p>
* <p>Returns the mapping template for the transformer. This template is used to
* map the parsed EDI file using JSONata or XSLT.</p>
*/
inline void SetMappingTemplate(const Aws::String& value) { m_mappingTemplateHasBeenSet = true; m_mappingTemplate = value; }

/**
* <p>Returns the name of the mapping template for the transformer. This template
* is used to convert the input document into the correct set of objects.</p>
* <p>Returns the mapping template for the transformer. This template is used to
* map the parsed EDI file using JSONata or XSLT.</p>
*/
inline void SetMappingTemplate(Aws::String&& value) { m_mappingTemplateHasBeenSet = true; m_mappingTemplate = std::move(value); }

/**
* <p>Returns the name of the mapping template for the transformer. This template
* is used to convert the input document into the correct set of objects.</p>
* <p>Returns the mapping template for the transformer. This template is used to
* map the parsed EDI file using JSONata or XSLT.</p>
*/
inline void SetMappingTemplate(const char* value) { m_mappingTemplateHasBeenSet = true; m_mappingTemplate.assign(value); }

/**
* <p>Returns the name of the mapping template for the transformer. This template
* is used to convert the input document into the correct set of objects.</p>
* <p>Returns the mapping template for the transformer. This template is used to
* map the parsed EDI file using JSONata or XSLT.</p>
*/
inline TransformerSummary& WithMappingTemplate(const Aws::String& value) { SetMappingTemplate(value); return *this;}

/**
* <p>Returns the name of the mapping template for the transformer. This template
* is used to convert the input document into the correct set of objects.</p>
* <p>Returns the mapping template for the transformer. This template is used to
* map the parsed EDI file using JSONata or XSLT.</p>
*/
inline TransformerSummary& WithMappingTemplate(Aws::String&& value) { SetMappingTemplate(std::move(value)); return *this;}

/**
* <p>Returns the name of the mapping template for the transformer. This template
* is used to convert the input document into the correct set of objects.</p>
* <p>Returns the mapping template for the transformer. This template is used to
* map the parsed EDI file using JSONata or XSLT.</p>
*/
inline TransformerSummary& WithMappingTemplate(const char* value) { SetMappingTemplate(value); return *this;}

Expand Down
Loading

0 comments on commit 4bc45ae

Please sign in to comment.