You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: rest/accounts/v1/README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ This is the public Twilio REST API.
5
5
## Overview
6
6
This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project from the OpenAPI specs located at [twilio/twilio-oai](https://github.com/twilio/twilio-oai/tree/main/spec). By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client.
7
7
8
-
- API version: 1.31.0
8
+
- API version: 1.32.0
9
9
- Package version: 1.0.0
10
10
- Build package: com.twilio.oai.TwilioGoGenerator
11
11
For more information, please visit [https://support.twilio.com](https://support.twilio.com)
Copy file name to clipboardExpand all lines: rest/accounts/v1/credentials_aws.go
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -25,18 +25,14 @@ import (
25
25
26
26
// Optional parameters for the method 'CreateCredentialAws'
27
27
typeCreateCredentialAwsParamsstruct {
28
-
// The SID of the Subaccount that this Credential should be associated with. Must be a valid Subaccount of the account issuing the request.
29
-
AccountSid*string`json:"AccountSid,omitempty"`
30
28
// A string that contains the AWS access credentials in the format `<AWS_ACCESS_KEY_ID>:<AWS_SECRET_ACCESS_KEY>`. For example, `AKIAIOSFODNN7EXAMPLE:wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY`
31
29
Credentials*string`json:"Credentials,omitempty"`
32
30
// A descriptive string that you create to describe the resource. It can be up to 64 characters long.
**Sid** | Pointer to **string** | The unique string that identifies the resource |
7
8
**AccountSid** | Pointer to **string** | The SID of the Account that created the resource |
9
+
**FriendlyName** | Pointer to **string** | The string that you assigned to describe the resource |
8
10
**DateCreated** | Pointer to [**time.Time**](time.Time.md) | The RFC 2822 date and time in GMT when the resource was created |
9
11
**DateUpdated** | Pointer to [**time.Time**](time.Time.md) | The RFC 2822 date and time in GMT when the resource was last updated |
10
-
**FriendlyName** | Pointer to **string** | The string that you assigned to describe the resource |
11
-
**Sid** | Pointer to **string** | The unique string that identifies the resource |
12
12
**Url** | Pointer to **string** | The URI for this resource, relative to `https://accounts.twilio.com` |
13
13
14
14
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**Sid** | Pointer to **string** | The unique string that identifies the resource |
7
8
**AccountSid** | Pointer to **string** | The SID of the Account that created the Credential that the PublicKey resource belongs to |
9
+
**FriendlyName** | Pointer to **string** | The string that you assigned to describe the resource |
8
10
**DateCreated** | Pointer to [**time.Time**](time.Time.md) | The RFC 2822 date and time in GMT when the resource was created |
9
11
**DateUpdated** | Pointer to [**time.Time**](time.Time.md) | The RFC 2822 date and time in GMT when the resource was last updated |
10
-
**FriendlyName** | Pointer to **string** | The string that you assigned to describe the resource |
11
-
**Sid** | Pointer to **string** | The unique string that identifies the resource |
12
12
**Url** | Pointer to **string** | The URI for this resource, relative to `https://accounts.twilio.com` |
13
13
14
14
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
Copy file name to clipboardExpand all lines: rest/accounts/v1/docs/CredentialsAWSApi.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,9 +31,9 @@ Other parameters are passed through a pointer to a CreateCredentialAwsParams str
31
31
32
32
Name | Type | Description
33
33
------------- | ------------- | -------------
34
-
**AccountSid** | **string** | The SID of the Subaccount that this Credential should be associated with. Must be a valid Subaccount of the account issuing the request.
35
34
**Credentials** | **string** | A string that contains the AWS access credentials in the format `<AWS_ACCESS_KEY_ID>:<AWS_SECRET_ACCESS_KEY>`. For example, `AKIAIOSFODNN7EXAMPLE:wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY`
36
35
**FriendlyName** | **string** | A descriptive string that you create to describe the resource. It can be up to 64 characters long.
36
+
**AccountSid** | **string** | The SID of the Subaccount that this Credential should be associated with. Must be a valid Subaccount of the account issuing the request.
Copy file name to clipboardExpand all lines: rest/accounts/v1/docs/CredentialsPublicKeysApi.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,9 +31,9 @@ Other parameters are passed through a pointer to a CreateCredentialPublicKeyPara
31
31
32
32
Name | Type | Description
33
33
------------- | ------------- | -------------
34
-
**AccountSid** | **string** | The SID of the Subaccount that this Credential should be associated with. Must be a valid Subaccount of the account issuing the request
35
-
**FriendlyName** | **string** | A descriptive string that you create to describe the resource. It can be up to 64 characters long.
36
34
**PublicKey** | **string** | A URL encoded representation of the public key. For example, `-----BEGIN PUBLIC KEY-----MIIBIjANB.pa9xQIDAQAB-----END PUBLIC KEY-----`
35
+
**FriendlyName** | **string** | A descriptive string that you create to describe the resource. It can be up to 64 characters long.
36
+
**AccountSid** | **string** | The SID of the Subaccount that this Credential should be associated with. Must be a valid Subaccount of the account issuing the request
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
0 commit comments