Skip to content

Commit

Permalink
Amazon GameLift adds the ability to add and update the game propertie…
Browse files Browse the repository at this point in the history
…s of active game sessions.

Billing Conductor is releasing a new API, GetBillingGroupCostReport, which provides the ability to retrieve/view the Billing Group Cost Report broken down by attributes for a specific billing group.
Updating documentation for Amazon OpenSearch Service support for new zero-ETL integration with Amazon S3.
Update Dashboard Links support; SingleAxisOptions support; Scatterplot Query limit support.
Documentation updates for AWS Control Tower.
This release includes support for images of Windows Server 2022 platform.
Documentation updates for AWS B2B Data Interchange
This release adds support for more granular billing using tags (key:value pairs)
This is the initial SDK release for Amazon Neptune Analytics
This release, 1) adds configurable buffering hints for the Splunk destination, and 2) reduces the minimum configurable buffering interval for supported destinations
This release adds the ability to self-manage certificate signing in AWS IoT Core fleet provisioning using the new certificate provider resource.
Updated note to ensure customers understand running modes.
  • Loading branch information
aws-sdk-cpp-automation committed Dec 14, 2023
1 parent 3a53010 commit 08603b2
Show file tree
Hide file tree
Showing 335 changed files with 36,711 additions and 2,598 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.11.224
1.11.225
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ namespace Model
WINDOWS,
WINDOWS_SERVER_2016,
WINDOWS_SERVER_2019,
WINDOWS_SERVER_2022,
AMAZON_LINUX2
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ namespace Aws
static const int WINDOWS_HASH = HashingUtils::HashString("WINDOWS");
static const int WINDOWS_SERVER_2016_HASH = HashingUtils::HashString("WINDOWS_SERVER_2016");
static const int WINDOWS_SERVER_2019_HASH = HashingUtils::HashString("WINDOWS_SERVER_2019");
static const int WINDOWS_SERVER_2022_HASH = HashingUtils::HashString("WINDOWS_SERVER_2022");
static const int AMAZON_LINUX2_HASH = HashingUtils::HashString("AMAZON_LINUX2");


Expand All @@ -41,6 +42,10 @@ namespace Aws
{
return PlatformType::WINDOWS_SERVER_2019;
}
else if (hashCode == WINDOWS_SERVER_2022_HASH)
{
return PlatformType::WINDOWS_SERVER_2022;
}
else if (hashCode == AMAZON_LINUX2_HASH)
{
return PlatformType::AMAZON_LINUX2;
Expand All @@ -67,6 +72,8 @@ namespace Aws
return "WINDOWS_SERVER_2016";
case PlatformType::WINDOWS_SERVER_2019:
return "WINDOWS_SERVER_2019";
case PlatformType::WINDOWS_SERVER_2022:
return "WINDOWS_SERVER_2022";
case PlatformType::AMAZON_LINUX2:
return "AMAZON_LINUX2";
default:
Expand Down
129 changes: 65 additions & 64 deletions generated/src/aws-cpp-sdk-b2bi/include/aws/b2bi/B2BIClient.h
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ namespace B2BI
virtual ~B2BIClient();

/**
* <p>Instantiates a capability based on the specified parameters. Capabilities
* contain the information necessary to process incoming EDI (electronic data
* interchange) documents.</p><p><h3>See Also:</h3> <a
* <p>Instantiates a capability based on the specified parameters. A trading
* capability contains the information required to transform incoming EDI documents
* into JSON or XML outputs.</p><p><h3>See Also:</h3> <a
* href="http://docs.aws.amazon.com/goto/WebAPI/b2bi-2022-06-23/CreateCapability">AWS
* API Reference</a></p>
*/
Expand All @@ -117,10 +117,9 @@ namespace B2BI

/**
* <p>Creates a partnership between a customer and a trading partner, based on the
* supplied parameters. Partnerships link trading partners with your profile and a
* specific transformer, so that the EDI (electronic data interchange) documents
* that they upload to Amazon S3 can be processed according to their
* specifications.</p><p><h3>See Also:</h3> <a
* supplied parameters. A partnership represents the connection between you and
* your trading partner. It ties together a profile and one or more trading
* capabilities.</p><p><h3>See Also:</h3> <a
* href="http://docs.aws.amazon.com/goto/WebAPI/b2bi-2022-06-23/CreatePartnership">AWS
* API Reference</a></p>
*/
Expand All @@ -146,8 +145,8 @@ namespace B2BI

/**
* <p>Creates a customer profile. You can have up to five customer profiles, each
* representing a distinct private network. Profiles contain basic information
* about you and your business.</p><p><h3>See Also:</h3> <a
* representing a distinct private network. A profile is the mechanism used to
* create the concept of a private network.</p><p><h3>See Also:</h3> <a
* href="http://docs.aws.amazon.com/goto/WebAPI/b2bi-2022-06-23/CreateProfile">AWS
* API Reference</a></p>
*/
Expand All @@ -172,9 +171,9 @@ namespace B2BI
}

/**
* <p>Creates a transformer. Transformers describe how to process the incoming EDI
* (electronic data interchange) documents, and extract the necessary
* information.</p><p><h3>See Also:</h3> <a
* <p>Creates a transformer. A transformer describes how to process the incoming
* EDI documents and extract the necessary information to the output
* file.</p><p><h3>See Also:</h3> <a
* href="http://docs.aws.amazon.com/goto/WebAPI/b2bi-2022-06-23/CreateTransformer">AWS
* API Reference</a></p>
*/
Expand All @@ -199,9 +198,9 @@ namespace B2BI
}

/**
* <p>Deletes the specified capability. Capabilities contain the information
* necessary to process incoming EDI (electronic data interchange)
* documents.</p><p><h3>See Also:</h3> <a
* <p>Deletes the specified capability. A trading capability contains the
* information required to transform incoming EDI documents into JSON or XML
* outputs.</p><p><h3>See Also:</h3> <a
* href="http://docs.aws.amazon.com/goto/WebAPI/b2bi-2022-06-23/DeleteCapability">AWS
* API Reference</a></p>
*/
Expand All @@ -226,10 +225,9 @@ namespace B2BI
}

/**
* <p>Deletes the specified partnership. Partnerships link trading partners with
* your profile and a specific transformer, so that the EDI (electronic data
* interchange) documents that they upload to Amazon S3 can be processed according
* to their specifications.</p><p><h3>See Also:</h3> <a
* <p>Deletes the specified partnership. A partnership represents the connection
* between you and your trading partner. It ties together a profile and one or more
* trading capabilities.</p><p><h3>See Also:</h3> <a
* href="http://docs.aws.amazon.com/goto/WebAPI/b2bi-2022-06-23/DeletePartnership">AWS
* API Reference</a></p>
*/
Expand All @@ -254,8 +252,8 @@ namespace B2BI
}

/**
* <p>Deletes the specified profile. Profiles contain basic information about you
* and your business.</p><p><h3>See Also:</h3> <a
* <p>Deletes the specified profile. A profile is the mechanism used to create the
* concept of a private network.</p><p><h3>See Also:</h3> <a
* href="http://docs.aws.amazon.com/goto/WebAPI/b2bi-2022-06-23/DeleteProfile">AWS
* API Reference</a></p>
*/
Expand All @@ -280,9 +278,9 @@ namespace B2BI
}

/**
* <p>Deletes the specified transformer. Transformers describe how to process the
* incoming EDI (electronic data interchange) documents, and extract the necessary
* information.</p><p><h3>See Also:</h3> <a
* <p>Deletes the specified transformer. A transformer describes how to process the
* incoming EDI documents and extract the necessary information to the output
* file.</p><p><h3>See Also:</h3> <a
* href="http://docs.aws.amazon.com/goto/WebAPI/b2bi-2022-06-23/DeleteTransformer">AWS
* API Reference</a></p>
*/
Expand All @@ -307,9 +305,9 @@ namespace B2BI
}

/**
* <p>Retrieves the details for the specified capability. Capabilities contain the
* information necessary to process incoming EDI (electronic data interchange)
* documents.</p><p><h3>See Also:</h3> <a
* <p>Retrieves the details for the specified capability. A trading capability
* contains the information required to transform incoming EDI documents into JSON
* or XML outputs.</p><p><h3>See Also:</h3> <a
* href="http://docs.aws.amazon.com/goto/WebAPI/b2bi-2022-06-23/GetCapability">AWS
* API Reference</a></p>
*/
Expand All @@ -335,10 +333,9 @@ namespace B2BI

/**
* <p>Retrieves the details for a partnership, based on the partner and profile IDs
* specified. Partnerships link trading partners with your profile and a specific
* transformer, so that the EDI (electronic data interchange) documents that they
* upload to Amazon S3 can be processed according to their
* specifications.</p><p><h3>See Also:</h3> <a
* specified. A partnership represents the connection between you and your trading
* partner. It ties together a profile and one or more trading
* capabilities.</p><p><h3>See Also:</h3> <a
* href="http://docs.aws.amazon.com/goto/WebAPI/b2bi-2022-06-23/GetPartnership">AWS
* API Reference</a></p>
*/
Expand All @@ -363,10 +360,11 @@ namespace B2BI
}

/**
* <p>Retrieves the details for the profile specified by the profile ID. Profiles
* contain basic information about you and your business.</p><p><h3>See Also:</h3>
* <a href="http://docs.aws.amazon.com/goto/WebAPI/b2bi-2022-06-23/GetProfile">AWS
* API Reference</a></p>
* <p>Retrieves the details for the profile specified by the profile ID. A profile
* is the mechanism used to create the concept of a private network.</p><p><h3>See
* Also:</h3> <a
* href="http://docs.aws.amazon.com/goto/WebAPI/b2bi-2022-06-23/GetProfile">AWS API
* Reference</a></p>
*/
virtual Model::GetProfileOutcome GetProfile(const Model::GetProfileRequest& request) const;

Expand All @@ -389,10 +387,9 @@ namespace B2BI
}

/**
* <p>Retrieves the details for the transformer specified by the transformer ID.
* Transformers describe how to process the incoming EDI (electronic data
* interchange) documents, and extract the necessary information.</p><p><h3>See
* Also:</h3> <a
* <p>Retrieves the details for the transformer specified by the transformer ID. A
* transformer describes how to process the incoming EDI documents and extract the
* necessary information to the output file.</p><p><h3>See Also:</h3> <a
* href="http://docs.aws.amazon.com/goto/WebAPI/b2bi-2022-06-23/GetTransformer">AWS
* API Reference</a></p>
*/
Expand Down Expand Up @@ -444,9 +441,9 @@ namespace B2BI

/**
* <p>Lists the capabilities associated with your Amazon Web Services account for
* your current or specified region. Capabilities contain the information necessary
* to process incoming EDI (electronic data interchange) documents.</p><p><h3>See
* Also:</h3> <a
* your current or specified region. A trading capability contains the information
* required to transform incoming EDI documents into JSON or XML
* outputs.</p><p><h3>See Also:</h3> <a
* href="http://docs.aws.amazon.com/goto/WebAPI/b2bi-2022-06-23/ListCapabilities">AWS
* API Reference</a></p>
*/
Expand All @@ -472,10 +469,9 @@ namespace B2BI

/**
* <p>Lists the partnerships associated with your Amazon Web Services account for
* your current or specified region. Partnerships link trading partners with your
* profile and a specific transformer, so that the EDI (electronic data
* interchange) documents that they upload to Amazon S3 can be processed according
* to their specifications.</p><p><h3>See Also:</h3> <a
* your current or specified region. A partnership represents the connection
* between you and your trading partner. It ties together a profile and one or more
* trading capabilities.</p><p><h3>See Also:</h3> <a
* href="http://docs.aws.amazon.com/goto/WebAPI/b2bi-2022-06-23/ListPartnerships">AWS
* API Reference</a></p>
*/
Expand All @@ -501,8 +497,8 @@ namespace B2BI

/**
* <p>Lists the profiles associated with your Amazon Web Services account for your
* current or specified region. Profiles contain basic information about you and
* your business.</p><p><h3>See Also:</h3> <a
* current or specified region. A profile is the mechanism used to create the
* concept of a private network.</p><p><h3>See Also:</h3> <a
* href="http://docs.aws.amazon.com/goto/WebAPI/b2bi-2022-06-23/ListProfiles">AWS
* API Reference</a></p>
*/
Expand Down Expand Up @@ -554,9 +550,9 @@ namespace B2BI
}

/**
* <p>Lists the available transformers. Transformers describe how to process the
* incoming EDI (electronic data interchange) documents, and extract the necessary
* information.</p><p><h3>See Also:</h3> <a
* <p>Lists the available transformers. A transformer describes how to process the
* incoming EDI documents and extract the necessary information to the output
* file.</p><p><h3>See Also:</h3> <a
* href="http://docs.aws.amazon.com/goto/WebAPI/b2bi-2022-06-23/ListTransformers">AWS
* API Reference</a></p>
*/
Expand All @@ -583,7 +579,11 @@ namespace B2BI
/**
* <p>Runs a job, using a transformer, to parse input EDI (electronic data
* interchange) file into the output structures used by Amazon Web Services B2BI
* Data Interchange.</p><p><h3>See Also:</h3> <a
* Data Interchange.</p> <p>If you only want to transform EDI (electronic data
* interchange) documents, you don't need to create profiles, partnerships or
* capabilities. Just create and configure a transformer, and then run the
* <code>StartTransformerJob</code> API to process your files.</p><p><h3>See
* Also:</h3> <a
* href="http://docs.aws.amazon.com/goto/WebAPI/b2bi-2022-06-23/StartTransformerJob">AWS
* API Reference</a></p>
*/
Expand Down Expand Up @@ -636,7 +636,9 @@ namespace B2BI
}

/**
* <p>Maps the input file according to the provided template file.</p><p><h3>See
* <p>Maps the input file according to the provided template file. The API call
* downloads the file contents from the Amazon S3 location, and passes the contents
* in as a string, to the <code>inputFileContent</code> parameter.</p><p><h3>See
* Also:</h3> <a
* href="http://docs.aws.amazon.com/goto/WebAPI/b2bi-2022-06-23/TestMapping">AWS
* API Reference</a></p>
Expand Down Expand Up @@ -716,8 +718,8 @@ namespace B2BI

/**
* <p>Updates some of the parameters for a capability, based on the specified
* parameters. Capabilities contain the information necessary to process incoming
* EDI (electronic data interchange) documents.</p><p><h3>See Also:</h3> <a
* parameters. A trading capability contains the information required to transform
* incoming EDI documents into JSON or XML outputs.</p><p><h3>See Also:</h3> <a
* href="http://docs.aws.amazon.com/goto/WebAPI/b2bi-2022-06-23/UpdateCapability">AWS
* API Reference</a></p>
*/
Expand All @@ -743,10 +745,9 @@ namespace B2BI

/**
* <p>Updates some of the parameters for a partnership between a customer and
* trading partner. Partnerships link trading partners with your profile and a
* specific transformer, so that the EDI (electronic data interchange) documents
* that they upload to Amazon S3 can be processed according to their
* specifications.</p><p><h3>See Also:</h3> <a
* trading partner. A partnership represents the connection between you and your
* trading partner. It ties together a profile and one or more trading
* capabilities.</p><p><h3>See Also:</h3> <a
* href="http://docs.aws.amazon.com/goto/WebAPI/b2bi-2022-06-23/UpdatePartnership">AWS
* API Reference</a></p>
*/
Expand All @@ -771,8 +772,8 @@ namespace B2BI
}

/**
* <p>Updates the specified parameters for a profile. Profiles contain basic
* information about you and your business.</p><p><h3>See Also:</h3> <a
* <p>Updates the specified parameters for a profile. A profile is the mechanism
* used to create the concept of a private network.</p><p><h3>See Also:</h3> <a
* href="http://docs.aws.amazon.com/goto/WebAPI/b2bi-2022-06-23/UpdateProfile">AWS
* API Reference</a></p>
*/
Expand All @@ -797,9 +798,9 @@ namespace B2BI
}

/**
* <p>Updates the specified parameters for a transformer. Transformers describe how
* to process the incoming EDI (electronic data interchange) documents, and extract
* the necessary information.</p><p><h3>See Also:</h3> <a
* <p>Updates the specified parameters for a transformer. A transformer describes
* how to process the incoming EDI documents and extract the necessary information
* to the output file.</p><p><h3>See Also:</h3> <a
* href="http://docs.aws.amazon.com/goto/WebAPI/b2bi-2022-06-23/UpdateTransformer">AWS
* API Reference</a></p>
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ namespace Model

/**
* <p>A capability object. Currently, only EDI (electronic data interchange)
* capabilities are supported. Capabilities contain the information necessary to
* process incoming EDI (electronic data interchange) documents.</p><p><h3>See
* Also:</h3> <a
* capabilities are supported. A trading capability contains the information
* required to transform incoming EDI documents into JSON or XML
* outputs.</p><p><h3>See Also:</h3> <a
* href="http://docs.aws.amazon.com/goto/WebAPI/b2bi-2022-06-23/CapabilityConfiguration">AWS
* API Reference</a></p>
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ namespace Model
{

/**
* <p>Returns the capability summary details. Capabilities contain the information
* necessary to process incoming EDI (electronic data interchange)
* documents.</p><p><h3>See Also:</h3> <a
* <p>Returns the capability summary details. A trading capability contains the
* information required to transform incoming EDI documents into JSON or XML
* outputs.</p><p><h3>See Also:</h3> <a
* href="http://docs.aws.amazon.com/goto/WebAPI/b2bi-2022-06-23/CapabilitySummary">AWS
* API Reference</a></p>
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,9 @@ namespace Model
{

/**
* <p>A structure that contains the details for a partnership. Partnerships link
* trading partners with your profile and a specific transformer, so that the EDI
* (electronic data interchange) documents that they upload to Amazon S3 can be
* processed according to their specifications.</p><p><h3>See Also:</h3> <a
* <p>A structure that contains the details for a partnership. A partnership
* represents the connection between you and your trading partner. It ties together
* a profile and one or more trading capabilities.</p><p><h3>See Also:</h3> <a
* href="http://docs.aws.amazon.com/goto/WebAPI/b2bi-2022-06-23/PartnershipSummary">AWS
* API Reference</a></p>
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ namespace Model
{

/**
* <p>Contains the details for a profile. Profiles contain basic information about
* you and your business.</p><p><h3>See Also:</h3> <a
* <p>Contains the details for a profile. A profile is the mechanism used to create
* the concept of a private network.</p><p><h3>See Also:</h3> <a
* href="http://docs.aws.amazon.com/goto/WebAPI/b2bi-2022-06-23/ProfileSummary">AWS
* API Reference</a></p>
*/
Expand Down
Loading

0 comments on commit 08603b2

Please sign in to comment.