

# AWS Free Tier


The following actions are supported by AWS Free Tier:
+  [GetAccountActivity](API_freetier_GetAccountActivity.md) 
+  [GetAccountPlanState](API_freetier_GetAccountPlanState.md) 
+  [GetFreeTierUsage](API_freetier_GetFreeTierUsage.md) 
+  [ListAccountActivities](API_freetier_ListAccountActivities.md) 
+  [UpgradeAccountPlan](API_freetier_UpgradeAccountPlan.md) 

# GetAccountActivity


 Returns a specific activity record that is available to the customer. 

## Request Syntax


```
{
   "activityId": "string",
   "languageCode": "string"
}
```

## Request Parameters


For information about the parameters that are common to all actions, see [Common Parameters](CommonParameters.md).

The request accepts the following data in JSON format.

 ** [activityId](#API_freetier_GetAccountActivity_RequestSyntax) **   <a name="awscostmanagement-freetier_GetAccountActivity-request-activityId"></a>
 A unique identifier that identifies the activity.   
Type: String  
Length Constraints: Fixed length of 32.  
Pattern: `[a-zA-Z0-9]+`   
Required: Yes

 ** [languageCode](#API_freetier_GetAccountActivity_RequestSyntax) **   <a name="awscostmanagement-freetier_GetAccountActivity-request-languageCode"></a>
 The language code used to return translated title and description fields.   
Type: String  
Valid Values: `en-US | en-GB | id-ID | de-DE | es-ES | fr-FR | ja-JP | it-IT | pt-PT | ko-KR | zh-CN | zh-TW | tr-TR`   
Required: No

## Response Syntax


```
{
   "activityId": "string",
   "completedAt": "string",
   "description": "string",
   "estimatedTimeToCompleteInMinutes": number,
   "expiresAt": "string",
   "instructionsUrl": "string",
   "reward": { ... },
   "startedAt": "string",
   "status": "string",
   "title": "string"
}
```

## Response Elements


If the action is successful, the service sends back an HTTP 200 response.

The following data is returned in JSON format by the service.

 ** [activityId](#API_freetier_GetAccountActivity_ResponseSyntax) **   <a name="awscostmanagement-freetier_GetAccountActivity-response-activityId"></a>
 A unique identifier that identifies the activity.   
Type: String  
Length Constraints: Fixed length of 32.  
Pattern: `[a-zA-Z0-9]+` 

 ** [completedAt](#API_freetier_GetAccountActivity_ResponseSyntax) **   <a name="awscostmanagement-freetier_GetAccountActivity-response-completedAt"></a>
 The timestamp when the activity is completed. This field appears only for activities in the `COMPLETED` state.   
Type: Timestamp

 ** [description](#API_freetier_GetAccountActivity_ResponseSyntax) **   <a name="awscostmanagement-freetier_GetAccountActivity-response-description"></a>
 Provides detailed information about the activity and its expected outcomes.   
Type: String  
Length Constraints: Minimum length of 0. Maximum length of 1024.  
Pattern: `[\S\s]*` 

 ** [estimatedTimeToCompleteInMinutes](#API_freetier_GetAccountActivity_ResponseSyntax) **   <a name="awscostmanagement-freetier_GetAccountActivity-response-estimatedTimeToCompleteInMinutes"></a>
 The estimated time to complete the activity. This is the duration in minutes.   
Type: Integer

 ** [expiresAt](#API_freetier_GetAccountActivity_ResponseSyntax) **   <a name="awscostmanagement-freetier_GetAccountActivity-response-expiresAt"></a>
 The time by which the activity must be completed to receive a reward.   
Type: Timestamp

 ** [instructionsUrl](#API_freetier_GetAccountActivity_ResponseSyntax) **   <a name="awscostmanagement-freetier_GetAccountActivity-response-instructionsUrl"></a>
 The URL resource that provides guidance on activity requirements and completion.   
Type: String  
Length Constraints: Minimum length of 0. Maximum length of 1024.  
Pattern: `[\S\s]*` 

 ** [reward](#API_freetier_GetAccountActivity_ResponseSyntax) **   <a name="awscostmanagement-freetier_GetAccountActivity-response-reward"></a>
 A reward granted upon activity completion.   
Type: [ActivityReward](API_freetier_ActivityReward.md) object  
 **Note: **This object is a Union. Only one member of this object can be specified or returned.

 ** [startedAt](#API_freetier_GetAccountActivity_ResponseSyntax) **   <a name="awscostmanagement-freetier_GetAccountActivity-response-startedAt"></a>
 The timestamp when the activity started. This field appears only for activities in the `IN_PROGRESS` or `COMPLETED` states.   
Type: Timestamp

 ** [status](#API_freetier_GetAccountActivity_ResponseSyntax) **   <a name="awscostmanagement-freetier_GetAccountActivity-response-status"></a>
 The current activity status.   
Type: String  
Valid Values: `NOT_STARTED | IN_PROGRESS | COMPLETED | EXPIRING` 

 ** [title](#API_freetier_GetAccountActivity_ResponseSyntax) **   <a name="awscostmanagement-freetier_GetAccountActivity-response-title"></a>
 A short activity title.   
Type: String  
Length Constraints: Minimum length of 0. Maximum length of 1024.  
Pattern: `[\S\s]*` 

## Errors


For information about the errors that are common to all actions, see [Common Error Types](CommonErrors.md).

 ** InternalServerException **   
An unexpected error occurred during the processing of your request.  
HTTP Status Code: 500

 ** ResourceNotFoundException **   
 This exception is thrown when the requested resource cannot be found.   
HTTP Status Code: 400

 ** ThrottlingException **   
The request was denied due to request throttling.  
HTTP Status Code: 400

 ** ValidationException **   
The input fails to satisfy the constraints specified by an AWS service.  
HTTP Status Code: 400

## See Also


For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS Command Line Interface V2](https://docs.aws.amazon.com/goto/cli2/freetier-2023-09-07/GetAccountActivity) 
+  [AWS SDK for .NET V4](https://docs.aws.amazon.com/goto/DotNetSDKV4/freetier-2023-09-07/GetAccountActivity) 
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/freetier-2023-09-07/GetAccountActivity) 
+  [AWS SDK for Go v2](https://docs.aws.amazon.com/goto/SdkForGoV2/freetier-2023-09-07/GetAccountActivity) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/freetier-2023-09-07/GetAccountActivity) 
+  [AWS SDK for JavaScript V3](https://docs.aws.amazon.com/goto/SdkForJavaScriptV3/freetier-2023-09-07/GetAccountActivity) 
+  [AWS SDK for Kotlin](https://docs.aws.amazon.com/goto/SdkForKotlin/freetier-2023-09-07/GetAccountActivity) 
+  [AWS SDK for PHP V3](https://docs.aws.amazon.com/goto/SdkForPHPV3/freetier-2023-09-07/GetAccountActivity) 
+  [AWS SDK for Python](https://docs.aws.amazon.com/goto/boto3/freetier-2023-09-07/GetAccountActivity) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/freetier-2023-09-07/GetAccountActivity) 

# GetAccountPlanState


 This returns all of the information related to the state of the account plan related to Free Tier. 

## Response Syntax


```
{
   "accountId": "string",
   "accountPlanExpirationDate": "string",
   "accountPlanRemainingCredits": { 
      "amount": number,
      "unit": "string"
   },
   "accountPlanStatus": "string",
   "accountPlanType": "string"
}
```

## Response Elements


If the action is successful, the service sends back an HTTP 200 response.

The following data is returned in JSON format by the service.

 ** [accountId](#API_freetier_GetAccountPlanState_ResponseSyntax) **   <a name="awscostmanagement-freetier_GetAccountPlanState-response-accountId"></a>
 A unique identifier that identifies the account.   
Type: String  
Pattern: `[0-9]{12}` 

 ** [accountPlanExpirationDate](#API_freetier_GetAccountPlanState_ResponseSyntax) **   <a name="awscostmanagement-freetier_GetAccountPlanState-response-accountPlanExpirationDate"></a>
 The timestamp for when the current account plan expires.   
Type: Timestamp

 ** [accountPlanRemainingCredits](#API_freetier_GetAccountPlanState_ResponseSyntax) **   <a name="awscostmanagement-freetier_GetAccountPlanState-response-accountPlanRemainingCredits"></a>
 The amount of credits remaining for the account.   
Type: [MonetaryAmount](API_freetier_MonetaryAmount.md) object

 ** [accountPlanStatus](#API_freetier_GetAccountPlanState_ResponseSyntax) **   <a name="awscostmanagement-freetier_GetAccountPlanState-response-accountPlanStatus"></a>
 The current status for the account plan.   
Type: String  
Valid Values: `NOT_STARTED | ACTIVE | EXPIRED` 

 ** [accountPlanType](#API_freetier_GetAccountPlanState_ResponseSyntax) **   <a name="awscostmanagement-freetier_GetAccountPlanState-response-accountPlanType"></a>
 The plan type for the account.   
Type: String  
Valid Values: `FREE | PAID` 

## Errors


For information about the errors that are common to all actions, see [Common Error Types](CommonErrors.md).

 ** AccessDeniedException **   
 You don't have sufficient access to perform this action.   
HTTP Status Code: 400

 ** InternalServerException **   
An unexpected error occurred during the processing of your request.  
HTTP Status Code: 500

 ** ResourceNotFoundException **   
 This exception is thrown when the requested resource cannot be found.   
HTTP Status Code: 400

 ** ThrottlingException **   
The request was denied due to request throttling.  
HTTP Status Code: 400

 ** ValidationException **   
The input fails to satisfy the constraints specified by an AWS service.  
HTTP Status Code: 400

## See Also


For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS Command Line Interface V2](https://docs.aws.amazon.com/goto/cli2/freetier-2023-09-07/GetAccountPlanState) 
+  [AWS SDK for .NET V4](https://docs.aws.amazon.com/goto/DotNetSDKV4/freetier-2023-09-07/GetAccountPlanState) 
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/freetier-2023-09-07/GetAccountPlanState) 
+  [AWS SDK for Go v2](https://docs.aws.amazon.com/goto/SdkForGoV2/freetier-2023-09-07/GetAccountPlanState) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/freetier-2023-09-07/GetAccountPlanState) 
+  [AWS SDK for JavaScript V3](https://docs.aws.amazon.com/goto/SdkForJavaScriptV3/freetier-2023-09-07/GetAccountPlanState) 
+  [AWS SDK for Kotlin](https://docs.aws.amazon.com/goto/SdkForKotlin/freetier-2023-09-07/GetAccountPlanState) 
+  [AWS SDK for PHP V3](https://docs.aws.amazon.com/goto/SdkForPHPV3/freetier-2023-09-07/GetAccountPlanState) 
+  [AWS SDK for Python](https://docs.aws.amazon.com/goto/boto3/freetier-2023-09-07/GetAccountPlanState) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/freetier-2023-09-07/GetAccountPlanState) 

# GetFreeTierUsage


Returns a list of all Free Tier usage objects that match your filters.

## Request Syntax


```
{
   "filter": { 
      "And": [ 
         "Expression"
      ],
      "Dimensions": { 
         "Key": "string",
         "MatchOptions": [ "string" ],
         "Values": [ "string" ]
      },
      "Not": "Expression",
      "Or": [ 
         "Expression"
      ]
   },
   "maxResults": number,
   "nextToken": "string"
}
```

## Request Parameters


For information about the parameters that are common to all actions, see [Common Parameters](CommonParameters.md).

The request accepts the following data in JSON format.

 ** [filter](#API_freetier_GetFreeTierUsage_RequestSyntax) **   <a name="awscostmanagement-freetier_GetFreeTierUsage-request-filter"></a>
An expression that specifies the conditions that you want each `FreeTierUsage` object to meet.  
Type: [Expression](API_freetier_Expression.md) object  
Required: No

 ** [maxResults](#API_freetier_GetFreeTierUsage_RequestSyntax) **   <a name="awscostmanagement-freetier_GetFreeTierUsage-request-maxResults"></a>
The maximum number of results to return in the response. `MaxResults` means that there can be up to the specified number of values, but there might be fewer results based on your filters.  
Type: Integer  
Valid Range: Minimum value of 1. Maximum value of 1000.  
Required: No

 ** [nextToken](#API_freetier_GetFreeTierUsage_RequestSyntax) **   <a name="awscostmanagement-freetier_GetFreeTierUsage-request-nextToken"></a>
The pagination token that indicates the next set of results to retrieve.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 8192.  
Pattern: `[\S\s]*`   
Required: No

## Response Syntax


```
{
   "freeTierUsages": [ 
      { 
         "actualUsageAmount": number,
         "description": "string",
         "forecastedUsageAmount": number,
         "freeTierType": "string",
         "limit": number,
         "operation": "string",
         "region": "string",
         "service": "string",
         "unit": "string",
         "usageType": "string"
      }
   ],
   "nextToken": "string"
}
```

## Response Elements


If the action is successful, the service sends back an HTTP 200 response.

The following data is returned in JSON format by the service.

 ** [freeTierUsages](#API_freetier_GetFreeTierUsage_ResponseSyntax) **   <a name="awscostmanagement-freetier_GetFreeTierUsage-response-freeTierUsages"></a>
The list of Free Tier usage objects that meet your filter expression.  
Type: Array of [FreeTierUsage](API_freetier_FreeTierUsage.md) objects

 ** [nextToken](#API_freetier_GetFreeTierUsage_ResponseSyntax) **   <a name="awscostmanagement-freetier_GetFreeTierUsage-response-nextToken"></a>
The pagination token that indicates the next set of results to retrieve.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 8192.  
Pattern: `[\S\s]*` 

## Errors


For information about the errors that are common to all actions, see [Common Error Types](CommonErrors.md).

 ** InternalServerException **   
An unexpected error occurred during the processing of your request.  
HTTP Status Code: 500

 ** ThrottlingException **   
The request was denied due to request throttling.  
HTTP Status Code: 400

 ** ValidationException **   
The input fails to satisfy the constraints specified by an AWS service.  
HTTP Status Code: 400

## See Also


For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS Command Line Interface V2](https://docs.aws.amazon.com/goto/cli2/freetier-2023-09-07/GetFreeTierUsage) 
+  [AWS SDK for .NET V4](https://docs.aws.amazon.com/goto/DotNetSDKV4/freetier-2023-09-07/GetFreeTierUsage) 
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/freetier-2023-09-07/GetFreeTierUsage) 
+  [AWS SDK for Go v2](https://docs.aws.amazon.com/goto/SdkForGoV2/freetier-2023-09-07/GetFreeTierUsage) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/freetier-2023-09-07/GetFreeTierUsage) 
+  [AWS SDK for JavaScript V3](https://docs.aws.amazon.com/goto/SdkForJavaScriptV3/freetier-2023-09-07/GetFreeTierUsage) 
+  [AWS SDK for Kotlin](https://docs.aws.amazon.com/goto/SdkForKotlin/freetier-2023-09-07/GetFreeTierUsage) 
+  [AWS SDK for PHP V3](https://docs.aws.amazon.com/goto/SdkForPHPV3/freetier-2023-09-07/GetFreeTierUsage) 
+  [AWS SDK for Python](https://docs.aws.amazon.com/goto/boto3/freetier-2023-09-07/GetFreeTierUsage) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/freetier-2023-09-07/GetFreeTierUsage) 

# ListAccountActivities


 Returns a list of activities that are available. This operation supports pagination and filtering by status. 

## Request Syntax


```
{
   "filterActivityStatuses": [ "string" ],
   "languageCode": "string",
   "maxResults": number,
   "nextToken": "string"
}
```

## Request Parameters


For information about the parameters that are common to all actions, see [Common Parameters](CommonParameters.md).

The request accepts the following data in JSON format.

 ** [filterActivityStatuses](#API_freetier_ListAccountActivities_RequestSyntax) **   <a name="awscostmanagement-freetier_ListAccountActivities-request-filterActivityStatuses"></a>
 The activity status filter. This field can be used to filter the response by activities status.   
Type: Array of strings  
Valid Values: `NOT_STARTED | IN_PROGRESS | COMPLETED | EXPIRING`   
Required: No

 ** [languageCode](#API_freetier_ListAccountActivities_RequestSyntax) **   <a name="awscostmanagement-freetier_ListAccountActivities-request-languageCode"></a>
 The language code used to return translated titles.   
Type: String  
Valid Values: `en-US | en-GB | id-ID | de-DE | es-ES | fr-FR | ja-JP | it-IT | pt-PT | ko-KR | zh-CN | zh-TW | tr-TR`   
Required: No

 ** [maxResults](#API_freetier_ListAccountActivities_RequestSyntax) **   <a name="awscostmanagement-freetier_ListAccountActivities-request-maxResults"></a>
 The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output.   
Type: Integer  
Valid Range: Minimum value of 1. Maximum value of 1000.  
Required: No

 ** [nextToken](#API_freetier_ListAccountActivities_RequestSyntax) **   <a name="awscostmanagement-freetier_ListAccountActivities-request-nextToken"></a>
 A token from a previous paginated response. If this is specified, the response includes records beginning from this token (inclusive), up to the number specified by `maxResults`.   
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 8192.  
Pattern: `[\S\s]*`   
Required: No

## Response Syntax


```
{
   "activities": [ 
      { 
         "activityId": "string",
         "reward": { ... },
         "status": "string",
         "title": "string"
      }
   ],
   "nextToken": "string"
}
```

## Response Elements


If the action is successful, the service sends back an HTTP 200 response.

The following data is returned in JSON format by the service.

 ** [activities](#API_freetier_ListAccountActivities_ResponseSyntax) **   <a name="awscostmanagement-freetier_ListAccountActivities-response-activities"></a>
 A brief information about the activities.   
Type: Array of [ActivitySummary](API_freetier_ActivitySummary.md) objects

 ** [nextToken](#API_freetier_ListAccountActivities_ResponseSyntax) **   <a name="awscostmanagement-freetier_ListAccountActivities-response-nextToken"></a>
 The token to include in another request to get the next page of items. This value is `null` when there are no more items to return.   
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 8192.  
Pattern: `[\S\s]*` 

## Errors


For information about the errors that are common to all actions, see [Common Error Types](CommonErrors.md).

 ** InternalServerException **   
An unexpected error occurred during the processing of your request.  
HTTP Status Code: 500

 ** ThrottlingException **   
The request was denied due to request throttling.  
HTTP Status Code: 400

 ** ValidationException **   
The input fails to satisfy the constraints specified by an AWS service.  
HTTP Status Code: 400

## See Also


For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS Command Line Interface V2](https://docs.aws.amazon.com/goto/cli2/freetier-2023-09-07/ListAccountActivities) 
+  [AWS SDK for .NET V4](https://docs.aws.amazon.com/goto/DotNetSDKV4/freetier-2023-09-07/ListAccountActivities) 
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/freetier-2023-09-07/ListAccountActivities) 
+  [AWS SDK for Go v2](https://docs.aws.amazon.com/goto/SdkForGoV2/freetier-2023-09-07/ListAccountActivities) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/freetier-2023-09-07/ListAccountActivities) 
+  [AWS SDK for JavaScript V3](https://docs.aws.amazon.com/goto/SdkForJavaScriptV3/freetier-2023-09-07/ListAccountActivities) 
+  [AWS SDK for Kotlin](https://docs.aws.amazon.com/goto/SdkForKotlin/freetier-2023-09-07/ListAccountActivities) 
+  [AWS SDK for PHP V3](https://docs.aws.amazon.com/goto/SdkForPHPV3/freetier-2023-09-07/ListAccountActivities) 
+  [AWS SDK for Python](https://docs.aws.amazon.com/goto/boto3/freetier-2023-09-07/ListAccountActivities) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/freetier-2023-09-07/ListAccountActivities) 

# UpgradeAccountPlan


 The account plan type for the AWS account. 

## Request Syntax


```
{
   "accountPlanType": "string"
}
```

## Request Parameters


For information about the parameters that are common to all actions, see [Common Parameters](CommonParameters.md).

The request accepts the following data in JSON format.

 ** [accountPlanType](#API_freetier_UpgradeAccountPlan_RequestSyntax) **   <a name="awscostmanagement-freetier_UpgradeAccountPlan-request-accountPlanType"></a>
 The target account plan type. This makes it explicit about the change and latest value of the `accountPlanType`.   
Type: String  
Valid Values: `FREE | PAID`   
Required: Yes

## Response Syntax


```
{
   "accountId": "string",
   "accountPlanStatus": "string",
   "accountPlanType": "string"
}
```

## Response Elements


If the action is successful, the service sends back an HTTP 200 response.

The following data is returned in JSON format by the service.

 ** [accountId](#API_freetier_UpgradeAccountPlan_ResponseSyntax) **   <a name="awscostmanagement-freetier_UpgradeAccountPlan-response-accountId"></a>
 A unique identifier that identifies the account.   
Type: String  
Pattern: `[0-9]{12}` 

 ** [accountPlanStatus](#API_freetier_UpgradeAccountPlan_ResponseSyntax) **   <a name="awscostmanagement-freetier_UpgradeAccountPlan-response-accountPlanStatus"></a>
 This indicates the latest state of the account plan within its lifecycle.   
Type: String  
Valid Values: `NOT_STARTED | ACTIVE | EXPIRED` 

 ** [accountPlanType](#API_freetier_UpgradeAccountPlan_ResponseSyntax) **   <a name="awscostmanagement-freetier_UpgradeAccountPlan-response-accountPlanType"></a>
 The type of plan for the account.   
Type: String  
Valid Values: `FREE | PAID` 

## Errors


For information about the errors that are common to all actions, see [Common Error Types](CommonErrors.md).

 ** AccessDeniedException **   
 You don't have sufficient access to perform this action.   
HTTP Status Code: 400

 ** InternalServerException **   
An unexpected error occurred during the processing of your request.  
HTTP Status Code: 500

 ** ResourceNotFoundException **   
 This exception is thrown when the requested resource cannot be found.   
HTTP Status Code: 400

 ** ThrottlingException **   
The request was denied due to request throttling.  
HTTP Status Code: 400

 ** ValidationException **   
The input fails to satisfy the constraints specified by an AWS service.  
HTTP Status Code: 400

## See Also


For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS Command Line Interface V2](https://docs.aws.amazon.com/goto/cli2/freetier-2023-09-07/UpgradeAccountPlan) 
+  [AWS SDK for .NET V4](https://docs.aws.amazon.com/goto/DotNetSDKV4/freetier-2023-09-07/UpgradeAccountPlan) 
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/freetier-2023-09-07/UpgradeAccountPlan) 
+  [AWS SDK for Go v2](https://docs.aws.amazon.com/goto/SdkForGoV2/freetier-2023-09-07/UpgradeAccountPlan) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/freetier-2023-09-07/UpgradeAccountPlan) 
+  [AWS SDK for JavaScript V3](https://docs.aws.amazon.com/goto/SdkForJavaScriptV3/freetier-2023-09-07/UpgradeAccountPlan) 
+  [AWS SDK for Kotlin](https://docs.aws.amazon.com/goto/SdkForKotlin/freetier-2023-09-07/UpgradeAccountPlan) 
+  [AWS SDK for PHP V3](https://docs.aws.amazon.com/goto/SdkForPHPV3/freetier-2023-09-07/UpgradeAccountPlan) 
+  [AWS SDK for Python](https://docs.aws.amazon.com/goto/boto3/freetier-2023-09-07/UpgradeAccountPlan) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/freetier-2023-09-07/UpgradeAccountPlan) 