Skip to content

Commit 4bc45ae

Browse files
committedMay 7, 2024
This release adds tag support for budgets and budget actions.
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.
1 parent 469d895 commit 4bc45ae

File tree

60 files changed

+3392
-549
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+3392
-549
lines changed
 

‎VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.11.322
1+
1.11.323

‎generated/src/aws-cpp-sdk-b2bi/include/aws/b2bi/model/CreateTransformerRequest.h

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -118,50 +118,50 @@ namespace Model
118118

119119

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

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

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

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

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

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

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

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

0 commit comments

Comments
 (0)