Skip to content

Commit a84ada9

Browse files
committed
docs: add newlines for authSchemePreference
1 parent df8c144 commit a84ada9

File tree

418 files changed

+3344
-836
lines changed

Some content is hidden

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

418 files changed

+3344
-836
lines changed

clients/client-accessanalyzer/src/auth/httpAuthSchemeProvider.ts

+8-2
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,10 @@ export const defaultAccessAnalyzerHttpAuthSchemeProvider: AccessAnalyzerHttpAuth
9797
*/
9898
export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
9999
/**
100-
* A comma-separated list of case-sensitive auth scheme names. An auth scheme name is a fully qualified auth scheme ID with the namespace prefix trimmed. For example, the auth scheme with ID aws.auth#sigv4 is named sigv4. @public
100+
* A comma-separated list of case-sensitive auth scheme names.
101+
* An auth scheme name is a fully qualified auth scheme ID with the namespace prefix trimmed.
102+
* For example, the auth scheme with ID aws.auth#sigv4 is named sigv4.
103+
* @public
101104
*/
102105
authSchemePreference?: string[] | Provider<string[]>;
103106

@@ -119,7 +122,10 @@ export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
119122
*/
120123
export interface HttpAuthSchemeResolvedConfig extends AwsSdkSigV4AuthResolvedConfig {
121124
/**
122-
* A comma-separated list of case-sensitive auth scheme names. An auth scheme name is a fully qualified auth scheme ID with the namespace prefix trimmed. For example, the auth scheme with ID aws.auth#sigv4 is named sigv4. @public
125+
* A comma-separated list of case-sensitive auth scheme names.
126+
* An auth scheme name is a fully qualified auth scheme ID with the namespace prefix trimmed.
127+
* For example, the auth scheme with ID aws.auth#sigv4 is named sigv4.
128+
* @public
123129
*/
124130
readonly authSchemePreference: Provider<string[]>;
125131

clients/client-account/src/auth/httpAuthSchemeProvider.ts

+8-2
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,10 @@ export const defaultAccountHttpAuthSchemeProvider: AccountHttpAuthSchemeProvider
9696
*/
9797
export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
9898
/**
99-
* A comma-separated list of case-sensitive auth scheme names. An auth scheme name is a fully qualified auth scheme ID with the namespace prefix trimmed. For example, the auth scheme with ID aws.auth#sigv4 is named sigv4. @public
99+
* A comma-separated list of case-sensitive auth scheme names.
100+
* An auth scheme name is a fully qualified auth scheme ID with the namespace prefix trimmed.
101+
* For example, the auth scheme with ID aws.auth#sigv4 is named sigv4.
102+
* @public
100103
*/
101104
authSchemePreference?: string[] | Provider<string[]>;
102105

@@ -118,7 +121,10 @@ export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
118121
*/
119122
export interface HttpAuthSchemeResolvedConfig extends AwsSdkSigV4AuthResolvedConfig {
120123
/**
121-
* A comma-separated list of case-sensitive auth scheme names. An auth scheme name is a fully qualified auth scheme ID with the namespace prefix trimmed. For example, the auth scheme with ID aws.auth#sigv4 is named sigv4. @public
124+
* A comma-separated list of case-sensitive auth scheme names.
125+
* An auth scheme name is a fully qualified auth scheme ID with the namespace prefix trimmed.
126+
* For example, the auth scheme with ID aws.auth#sigv4 is named sigv4.
127+
* @public
122128
*/
123129
readonly authSchemePreference: Provider<string[]>;
124130

clients/client-acm-pca/src/auth/httpAuthSchemeProvider.ts

+8-2
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,10 @@ export const defaultACMPCAHttpAuthSchemeProvider: ACMPCAHttpAuthSchemeProvider =
9696
*/
9797
export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
9898
/**
99-
* A comma-separated list of case-sensitive auth scheme names. An auth scheme name is a fully qualified auth scheme ID with the namespace prefix trimmed. For example, the auth scheme with ID aws.auth#sigv4 is named sigv4. @public
99+
* A comma-separated list of case-sensitive auth scheme names.
100+
* An auth scheme name is a fully qualified auth scheme ID with the namespace prefix trimmed.
101+
* For example, the auth scheme with ID aws.auth#sigv4 is named sigv4.
102+
* @public
100103
*/
101104
authSchemePreference?: string[] | Provider<string[]>;
102105

@@ -118,7 +121,10 @@ export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
118121
*/
119122
export interface HttpAuthSchemeResolvedConfig extends AwsSdkSigV4AuthResolvedConfig {
120123
/**
121-
* A comma-separated list of case-sensitive auth scheme names. An auth scheme name is a fully qualified auth scheme ID with the namespace prefix trimmed. For example, the auth scheme with ID aws.auth#sigv4 is named sigv4. @public
124+
* A comma-separated list of case-sensitive auth scheme names.
125+
* An auth scheme name is a fully qualified auth scheme ID with the namespace prefix trimmed.
126+
* For example, the auth scheme with ID aws.auth#sigv4 is named sigv4.
127+
* @public
122128
*/
123129
readonly authSchemePreference: Provider<string[]>;
124130

clients/client-acm/src/auth/httpAuthSchemeProvider.ts

+8-2
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,10 @@ export const defaultACMHttpAuthSchemeProvider: ACMHttpAuthSchemeProvider = (auth
9696
*/
9797
export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
9898
/**
99-
* A comma-separated list of case-sensitive auth scheme names. An auth scheme name is a fully qualified auth scheme ID with the namespace prefix trimmed. For example, the auth scheme with ID aws.auth#sigv4 is named sigv4. @public
99+
* A comma-separated list of case-sensitive auth scheme names.
100+
* An auth scheme name is a fully qualified auth scheme ID with the namespace prefix trimmed.
101+
* For example, the auth scheme with ID aws.auth#sigv4 is named sigv4.
102+
* @public
100103
*/
101104
authSchemePreference?: string[] | Provider<string[]>;
102105

@@ -118,7 +121,10 @@ export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
118121
*/
119122
export interface HttpAuthSchemeResolvedConfig extends AwsSdkSigV4AuthResolvedConfig {
120123
/**
121-
* A comma-separated list of case-sensitive auth scheme names. An auth scheme name is a fully qualified auth scheme ID with the namespace prefix trimmed. For example, the auth scheme with ID aws.auth#sigv4 is named sigv4. @public
124+
* A comma-separated list of case-sensitive auth scheme names.
125+
* An auth scheme name is a fully qualified auth scheme ID with the namespace prefix trimmed.
126+
* For example, the auth scheme with ID aws.auth#sigv4 is named sigv4.
127+
* @public
122128
*/
123129
readonly authSchemePreference: Provider<string[]>;
124130

clients/client-amp/src/auth/httpAuthSchemeProvider.ts

+8-2
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,10 @@ export const defaultAmpHttpAuthSchemeProvider: AmpHttpAuthSchemeProvider = (auth
9696
*/
9797
export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
9898
/**
99-
* A comma-separated list of case-sensitive auth scheme names. An auth scheme name is a fully qualified auth scheme ID with the namespace prefix trimmed. For example, the auth scheme with ID aws.auth#sigv4 is named sigv4. @public
99+
* A comma-separated list of case-sensitive auth scheme names.
100+
* An auth scheme name is a fully qualified auth scheme ID with the namespace prefix trimmed.
101+
* For example, the auth scheme with ID aws.auth#sigv4 is named sigv4.
102+
* @public
100103
*/
101104
authSchemePreference?: string[] | Provider<string[]>;
102105

@@ -118,7 +121,10 @@ export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
118121
*/
119122
export interface HttpAuthSchemeResolvedConfig extends AwsSdkSigV4AuthResolvedConfig {
120123
/**
121-
* A comma-separated list of case-sensitive auth scheme names. An auth scheme name is a fully qualified auth scheme ID with the namespace prefix trimmed. For example, the auth scheme with ID aws.auth#sigv4 is named sigv4. @public
124+
* A comma-separated list of case-sensitive auth scheme names.
125+
* An auth scheme name is a fully qualified auth scheme ID with the namespace prefix trimmed.
126+
* For example, the auth scheme with ID aws.auth#sigv4 is named sigv4.
127+
* @public
122128
*/
123129
readonly authSchemePreference: Provider<string[]>;
124130

clients/client-amplify/src/auth/httpAuthSchemeProvider.ts

+8-2
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,10 @@ export const defaultAmplifyHttpAuthSchemeProvider: AmplifyHttpAuthSchemeProvider
9696
*/
9797
export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
9898
/**
99-
* A comma-separated list of case-sensitive auth scheme names. An auth scheme name is a fully qualified auth scheme ID with the namespace prefix trimmed. For example, the auth scheme with ID aws.auth#sigv4 is named sigv4. @public
99+
* A comma-separated list of case-sensitive auth scheme names.
100+
* An auth scheme name is a fully qualified auth scheme ID with the namespace prefix trimmed.
101+
* For example, the auth scheme with ID aws.auth#sigv4 is named sigv4.
102+
* @public
100103
*/
101104
authSchemePreference?: string[] | Provider<string[]>;
102105

@@ -118,7 +121,10 @@ export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
118121
*/
119122
export interface HttpAuthSchemeResolvedConfig extends AwsSdkSigV4AuthResolvedConfig {
120123
/**
121-
* A comma-separated list of case-sensitive auth scheme names. An auth scheme name is a fully qualified auth scheme ID with the namespace prefix trimmed. For example, the auth scheme with ID aws.auth#sigv4 is named sigv4. @public
124+
* A comma-separated list of case-sensitive auth scheme names.
125+
* An auth scheme name is a fully qualified auth scheme ID with the namespace prefix trimmed.
126+
* For example, the auth scheme with ID aws.auth#sigv4 is named sigv4.
127+
* @public
122128
*/
123129
readonly authSchemePreference: Provider<string[]>;
124130

clients/client-amplifybackend/src/auth/httpAuthSchemeProvider.ts

+8-2
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,10 @@ export const defaultAmplifyBackendHttpAuthSchemeProvider: AmplifyBackendHttpAuth
9797
*/
9898
export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
9999
/**
100-
* A comma-separated list of case-sensitive auth scheme names. An auth scheme name is a fully qualified auth scheme ID with the namespace prefix trimmed. For example, the auth scheme with ID aws.auth#sigv4 is named sigv4. @public
100+
* A comma-separated list of case-sensitive auth scheme names.
101+
* An auth scheme name is a fully qualified auth scheme ID with the namespace prefix trimmed.
102+
* For example, the auth scheme with ID aws.auth#sigv4 is named sigv4.
103+
* @public
101104
*/
102105
authSchemePreference?: string[] | Provider<string[]>;
103106

@@ -119,7 +122,10 @@ export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
119122
*/
120123
export interface HttpAuthSchemeResolvedConfig extends AwsSdkSigV4AuthResolvedConfig {
121124
/**
122-
* A comma-separated list of case-sensitive auth scheme names. An auth scheme name is a fully qualified auth scheme ID with the namespace prefix trimmed. For example, the auth scheme with ID aws.auth#sigv4 is named sigv4. @public
125+
* A comma-separated list of case-sensitive auth scheme names.
126+
* An auth scheme name is a fully qualified auth scheme ID with the namespace prefix trimmed.
127+
* For example, the auth scheme with ID aws.auth#sigv4 is named sigv4.
128+
* @public
123129
*/
124130
readonly authSchemePreference: Provider<string[]>;
125131

clients/client-amplifyuibuilder/src/auth/httpAuthSchemeProvider.ts

+8-2
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,10 @@ export const defaultAmplifyUIBuilderHttpAuthSchemeProvider: AmplifyUIBuilderHttp
9999
*/
100100
export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
101101
/**
102-
* A comma-separated list of case-sensitive auth scheme names. An auth scheme name is a fully qualified auth scheme ID with the namespace prefix trimmed. For example, the auth scheme with ID aws.auth#sigv4 is named sigv4. @public
102+
* A comma-separated list of case-sensitive auth scheme names.
103+
* An auth scheme name is a fully qualified auth scheme ID with the namespace prefix trimmed.
104+
* For example, the auth scheme with ID aws.auth#sigv4 is named sigv4.
105+
* @public
103106
*/
104107
authSchemePreference?: string[] | Provider<string[]>;
105108

@@ -121,7 +124,10 @@ export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
121124
*/
122125
export interface HttpAuthSchemeResolvedConfig extends AwsSdkSigV4AuthResolvedConfig {
123126
/**
124-
* A comma-separated list of case-sensitive auth scheme names. An auth scheme name is a fully qualified auth scheme ID with the namespace prefix trimmed. For example, the auth scheme with ID aws.auth#sigv4 is named sigv4. @public
127+
* A comma-separated list of case-sensitive auth scheme names.
128+
* An auth scheme name is a fully qualified auth scheme ID with the namespace prefix trimmed.
129+
* For example, the auth scheme with ID aws.auth#sigv4 is named sigv4.
130+
* @public
125131
*/
126132
readonly authSchemePreference: Provider<string[]>;
127133

clients/client-api-gateway/src/auth/httpAuthSchemeProvider.ts

+8-2
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,10 @@ export const defaultAPIGatewayHttpAuthSchemeProvider: APIGatewayHttpAuthSchemePr
9696
*/
9797
export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
9898
/**
99-
* A comma-separated list of case-sensitive auth scheme names. An auth scheme name is a fully qualified auth scheme ID with the namespace prefix trimmed. For example, the auth scheme with ID aws.auth#sigv4 is named sigv4. @public
99+
* A comma-separated list of case-sensitive auth scheme names.
100+
* An auth scheme name is a fully qualified auth scheme ID with the namespace prefix trimmed.
101+
* For example, the auth scheme with ID aws.auth#sigv4 is named sigv4.
102+
* @public
100103
*/
101104
authSchemePreference?: string[] | Provider<string[]>;
102105

@@ -118,7 +121,10 @@ export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
118121
*/
119122
export interface HttpAuthSchemeResolvedConfig extends AwsSdkSigV4AuthResolvedConfig {
120123
/**
121-
* A comma-separated list of case-sensitive auth scheme names. An auth scheme name is a fully qualified auth scheme ID with the namespace prefix trimmed. For example, the auth scheme with ID aws.auth#sigv4 is named sigv4. @public
124+
* A comma-separated list of case-sensitive auth scheme names.
125+
* An auth scheme name is a fully qualified auth scheme ID with the namespace prefix trimmed.
126+
* For example, the auth scheme with ID aws.auth#sigv4 is named sigv4.
127+
* @public
122128
*/
123129
readonly authSchemePreference: Provider<string[]>;
124130

clients/client-apigatewaymanagementapi/src/auth/httpAuthSchemeProvider.ts

+8-2
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,10 @@ export const defaultApiGatewayManagementApiHttpAuthSchemeProvider: ApiGatewayMan
104104
*/
105105
export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
106106
/**
107-
* A comma-separated list of case-sensitive auth scheme names. An auth scheme name is a fully qualified auth scheme ID with the namespace prefix trimmed. For example, the auth scheme with ID aws.auth#sigv4 is named sigv4. @public
107+
* A comma-separated list of case-sensitive auth scheme names.
108+
* An auth scheme name is a fully qualified auth scheme ID with the namespace prefix trimmed.
109+
* For example, the auth scheme with ID aws.auth#sigv4 is named sigv4.
110+
* @public
108111
*/
109112
authSchemePreference?: string[] | Provider<string[]>;
110113

@@ -126,7 +129,10 @@ export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
126129
*/
127130
export interface HttpAuthSchemeResolvedConfig extends AwsSdkSigV4AuthResolvedConfig {
128131
/**
129-
* A comma-separated list of case-sensitive auth scheme names. An auth scheme name is a fully qualified auth scheme ID with the namespace prefix trimmed. For example, the auth scheme with ID aws.auth#sigv4 is named sigv4. @public
132+
* A comma-separated list of case-sensitive auth scheme names.
133+
* An auth scheme name is a fully qualified auth scheme ID with the namespace prefix trimmed.
134+
* For example, the auth scheme with ID aws.auth#sigv4 is named sigv4.
135+
* @public
130136
*/
131137
readonly authSchemePreference: Provider<string[]>;
132138

clients/client-apigatewayv2/src/auth/httpAuthSchemeProvider.ts

+8-2
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,10 @@ export const defaultApiGatewayV2HttpAuthSchemeProvider: ApiGatewayV2HttpAuthSche
9797
*/
9898
export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
9999
/**
100-
* A comma-separated list of case-sensitive auth scheme names. An auth scheme name is a fully qualified auth scheme ID with the namespace prefix trimmed. For example, the auth scheme with ID aws.auth#sigv4 is named sigv4. @public
100+
* A comma-separated list of case-sensitive auth scheme names.
101+
* An auth scheme name is a fully qualified auth scheme ID with the namespace prefix trimmed.
102+
* For example, the auth scheme with ID aws.auth#sigv4 is named sigv4.
103+
* @public
101104
*/
102105
authSchemePreference?: string[] | Provider<string[]>;
103106

@@ -119,7 +122,10 @@ export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
119122
*/
120123
export interface HttpAuthSchemeResolvedConfig extends AwsSdkSigV4AuthResolvedConfig {
121124
/**
122-
* A comma-separated list of case-sensitive auth scheme names. An auth scheme name is a fully qualified auth scheme ID with the namespace prefix trimmed. For example, the auth scheme with ID aws.auth#sigv4 is named sigv4. @public
125+
* A comma-separated list of case-sensitive auth scheme names.
126+
* An auth scheme name is a fully qualified auth scheme ID with the namespace prefix trimmed.
127+
* For example, the auth scheme with ID aws.auth#sigv4 is named sigv4.
128+
* @public
123129
*/
124130
readonly authSchemePreference: Provider<string[]>;
125131

clients/client-app-mesh/src/auth/httpAuthSchemeProvider.ts

+8-2
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,10 @@ export const defaultAppMeshHttpAuthSchemeProvider: AppMeshHttpAuthSchemeProvider
9696
*/
9797
export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
9898
/**
99-
* A comma-separated list of case-sensitive auth scheme names. An auth scheme name is a fully qualified auth scheme ID with the namespace prefix trimmed. For example, the auth scheme with ID aws.auth#sigv4 is named sigv4. @public
99+
* A comma-separated list of case-sensitive auth scheme names.
100+
* An auth scheme name is a fully qualified auth scheme ID with the namespace prefix trimmed.
101+
* For example, the auth scheme with ID aws.auth#sigv4 is named sigv4.
102+
* @public
100103
*/
101104
authSchemePreference?: string[] | Provider<string[]>;
102105

@@ -118,7 +121,10 @@ export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
118121
*/
119122
export interface HttpAuthSchemeResolvedConfig extends AwsSdkSigV4AuthResolvedConfig {
120123
/**
121-
* A comma-separated list of case-sensitive auth scheme names. An auth scheme name is a fully qualified auth scheme ID with the namespace prefix trimmed. For example, the auth scheme with ID aws.auth#sigv4 is named sigv4. @public
124+
* A comma-separated list of case-sensitive auth scheme names.
125+
* An auth scheme name is a fully qualified auth scheme ID with the namespace prefix trimmed.
126+
* For example, the auth scheme with ID aws.auth#sigv4 is named sigv4.
127+
* @public
122128
*/
123129
readonly authSchemePreference: Provider<string[]>;
124130

clients/client-appconfig/src/auth/httpAuthSchemeProvider.ts

+8-2
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,10 @@ export const defaultAppConfigHttpAuthSchemeProvider: AppConfigHttpAuthSchemeProv
9696
*/
9797
export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
9898
/**
99-
* A comma-separated list of case-sensitive auth scheme names. An auth scheme name is a fully qualified auth scheme ID with the namespace prefix trimmed. For example, the auth scheme with ID aws.auth#sigv4 is named sigv4. @public
99+
* A comma-separated list of case-sensitive auth scheme names.
100+
* An auth scheme name is a fully qualified auth scheme ID with the namespace prefix trimmed.
101+
* For example, the auth scheme with ID aws.auth#sigv4 is named sigv4.
102+
* @public
100103
*/
101104
authSchemePreference?: string[] | Provider<string[]>;
102105

@@ -118,7 +121,10 @@ export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
118121
*/
119122
export interface HttpAuthSchemeResolvedConfig extends AwsSdkSigV4AuthResolvedConfig {
120123
/**
121-
* A comma-separated list of case-sensitive auth scheme names. An auth scheme name is a fully qualified auth scheme ID with the namespace prefix trimmed. For example, the auth scheme with ID aws.auth#sigv4 is named sigv4. @public
124+
* A comma-separated list of case-sensitive auth scheme names.
125+
* An auth scheme name is a fully qualified auth scheme ID with the namespace prefix trimmed.
126+
* For example, the auth scheme with ID aws.auth#sigv4 is named sigv4.
127+
* @public
122128
*/
123129
readonly authSchemePreference: Provider<string[]>;
124130

0 commit comments

Comments
 (0)