File tree 6 files changed +36
-24
lines changed
amzn-codewhisperer-client/src
amzn-codewhisperer-streaming-client/src
amzn-qdeveloper-client/src
amzn-qdeveloper-streaming-client/src
amzn-toolkit-telemetry/src
6 files changed +36
-24
lines changed Original file line number Diff line number Diff line change @@ -1120,7 +1120,8 @@ impl Builder {
1120
1120
/// # Examples
1121
1121
///
1122
1122
/// Set the behavior major version to `latest`. This is equivalent to enabling the
1123
- /// `behavior-version-latest` cargo feature. ```no_run
1123
+ /// `behavior-version-latest` cargo feature.
1124
+ /// ```no_run
1124
1125
/// use amzn_codewhisperer_client::config::BehaviorVersion;
1125
1126
///
1126
1127
/// let config = amzn_codewhisperer_client::Config::builder()
@@ -1129,7 +1130,7 @@ impl Builder {
1129
1130
/// .build();
1130
1131
/// let client = amzn_codewhisperer_client::Client::from_conf(config);
1131
1132
/// ```
1132
- ///
1133
+ ///
1133
1134
/// Customizing behavior major version:
1134
1135
/// ```no_run
1135
1136
/// use amzn_codewhisperer_client::config::BehaviorVersion;
@@ -1155,7 +1156,8 @@ impl Builder {
1155
1156
/// # Examples
1156
1157
///
1157
1158
/// Set the behavior major version to `latest`. This is equivalent to enabling the
1158
- /// `behavior-version-latest` cargo feature. ```no_run
1159
+ /// `behavior-version-latest` cargo feature.
1160
+ /// ```no_run
1159
1161
/// use amzn_codewhisperer_client::config::BehaviorVersion;
1160
1162
///
1161
1163
/// let config = amzn_codewhisperer_client::Config::builder()
@@ -1164,7 +1166,7 @@ impl Builder {
1164
1166
/// .build();
1165
1167
/// let client = amzn_codewhisperer_client::Client::from_conf(config);
1166
1168
/// ```
1167
- ///
1169
+ ///
1168
1170
/// Customizing behavior major version:
1169
1171
/// ```no_run
1170
1172
/// use amzn_codewhisperer_client::config::BehaviorVersion;
Original file line number Diff line number Diff line change @@ -1102,7 +1102,8 @@ impl Builder {
1102
1102
/// # Examples
1103
1103
///
1104
1104
/// Set the behavior major version to `latest`. This is equivalent to enabling the
1105
- /// `behavior-version-latest` cargo feature. ```no_run
1105
+ /// `behavior-version-latest` cargo feature.
1106
+ /// ```no_run
1106
1107
/// use amzn_codewhisperer_streaming_client::config::BehaviorVersion;
1107
1108
///
1108
1109
/// let config = amzn_codewhisperer_streaming_client::Config::builder()
@@ -1111,7 +1112,7 @@ impl Builder {
1111
1112
/// .build();
1112
1113
/// let client = amzn_codewhisperer_streaming_client::Client::from_conf(config);
1113
1114
/// ```
1114
- ///
1115
+ ///
1115
1116
/// Customizing behavior major version:
1116
1117
/// ```no_run
1117
1118
/// use amzn_codewhisperer_streaming_client::config::BehaviorVersion;
@@ -1137,7 +1138,8 @@ impl Builder {
1137
1138
/// # Examples
1138
1139
///
1139
1140
/// Set the behavior major version to `latest`. This is equivalent to enabling the
1140
- /// `behavior-version-latest` cargo feature. ```no_run
1141
+ /// `behavior-version-latest` cargo feature.
1142
+ /// ```no_run
1141
1143
/// use amzn_codewhisperer_streaming_client::config::BehaviorVersion;
1142
1144
///
1143
1145
/// let config = amzn_codewhisperer_streaming_client::Config::builder()
@@ -1146,7 +1148,7 @@ impl Builder {
1146
1148
/// .build();
1147
1149
/// let client = amzn_codewhisperer_streaming_client::Client::from_conf(config);
1148
1150
/// ```
1149
- ///
1151
+ ///
1150
1152
/// Customizing behavior major version:
1151
1153
/// ```no_run
1152
1154
/// use amzn_codewhisperer_streaming_client::config::BehaviorVersion;
Original file line number Diff line number Diff line change @@ -1135,7 +1135,8 @@ impl Builder {
1135
1135
/// # Examples
1136
1136
///
1137
1137
/// Set the behavior major version to `latest`. This is equivalent to enabling the
1138
- /// `behavior-version-latest` cargo feature. ```no_run
1138
+ /// `behavior-version-latest` cargo feature.
1139
+ /// ```no_run
1139
1140
/// use amzn_consolas_client::config::BehaviorVersion;
1140
1141
///
1141
1142
/// let config = amzn_consolas_client::Config::builder()
@@ -1144,7 +1145,7 @@ impl Builder {
1144
1145
/// .build();
1145
1146
/// let client = amzn_consolas_client::Client::from_conf(config);
1146
1147
/// ```
1147
- ///
1148
+ ///
1148
1149
/// Customizing behavior major version:
1149
1150
/// ```no_run
1150
1151
/// use amzn_consolas_client::config::BehaviorVersion;
@@ -1170,7 +1171,8 @@ impl Builder {
1170
1171
/// # Examples
1171
1172
///
1172
1173
/// Set the behavior major version to `latest`. This is equivalent to enabling the
1173
- /// `behavior-version-latest` cargo feature. ```no_run
1174
+ /// `behavior-version-latest` cargo feature.
1175
+ /// ```no_run
1174
1176
/// use amzn_consolas_client::config::BehaviorVersion;
1175
1177
///
1176
1178
/// let config = amzn_consolas_client::Config::builder()
@@ -1179,7 +1181,7 @@ impl Builder {
1179
1181
/// .build();
1180
1182
/// let client = amzn_consolas_client::Client::from_conf(config);
1181
1183
/// ```
1182
- ///
1184
+ ///
1183
1185
/// Customizing behavior major version:
1184
1186
/// ```no_run
1185
1187
/// use amzn_consolas_client::config::BehaviorVersion;
Original file line number Diff line number Diff line change @@ -1135,7 +1135,8 @@ impl Builder {
1135
1135
/// # Examples
1136
1136
///
1137
1137
/// Set the behavior major version to `latest`. This is equivalent to enabling the
1138
- /// `behavior-version-latest` cargo feature. ```no_run
1138
+ /// `behavior-version-latest` cargo feature.
1139
+ /// ```no_run
1139
1140
/// use amzn_qdeveloper_client::config::BehaviorVersion;
1140
1141
///
1141
1142
/// let config = amzn_qdeveloper_client::Config::builder()
@@ -1144,7 +1145,7 @@ impl Builder {
1144
1145
/// .build();
1145
1146
/// let client = amzn_qdeveloper_client::Client::from_conf(config);
1146
1147
/// ```
1147
- ///
1148
+ ///
1148
1149
/// Customizing behavior major version:
1149
1150
/// ```no_run
1150
1151
/// use amzn_qdeveloper_client::config::BehaviorVersion;
@@ -1170,7 +1171,8 @@ impl Builder {
1170
1171
/// # Examples
1171
1172
///
1172
1173
/// Set the behavior major version to `latest`. This is equivalent to enabling the
1173
- /// `behavior-version-latest` cargo feature. ```no_run
1174
+ /// `behavior-version-latest` cargo feature.
1175
+ /// ```no_run
1174
1176
/// use amzn_qdeveloper_client::config::BehaviorVersion;
1175
1177
///
1176
1178
/// let config = amzn_qdeveloper_client::Config::builder()
@@ -1179,7 +1181,7 @@ impl Builder {
1179
1181
/// .build();
1180
1182
/// let client = amzn_qdeveloper_client::Client::from_conf(config);
1181
1183
/// ```
1182
- ///
1184
+ ///
1183
1185
/// Customizing behavior major version:
1184
1186
/// ```no_run
1185
1187
/// use amzn_qdeveloper_client::config::BehaviorVersion;
Original file line number Diff line number Diff line change @@ -1117,7 +1117,8 @@ impl Builder {
1117
1117
/// # Examples
1118
1118
///
1119
1119
/// Set the behavior major version to `latest`. This is equivalent to enabling the
1120
- /// `behavior-version-latest` cargo feature. ```no_run
1120
+ /// `behavior-version-latest` cargo feature.
1121
+ /// ```no_run
1121
1122
/// use amzn_qdeveloper_streaming_client::config::BehaviorVersion;
1122
1123
///
1123
1124
/// let config = amzn_qdeveloper_streaming_client::Config::builder()
@@ -1126,7 +1127,7 @@ impl Builder {
1126
1127
/// .build();
1127
1128
/// let client = amzn_qdeveloper_streaming_client::Client::from_conf(config);
1128
1129
/// ```
1129
- ///
1130
+ ///
1130
1131
/// Customizing behavior major version:
1131
1132
/// ```no_run
1132
1133
/// use amzn_qdeveloper_streaming_client::config::BehaviorVersion;
@@ -1152,7 +1153,8 @@ impl Builder {
1152
1153
/// # Examples
1153
1154
///
1154
1155
/// Set the behavior major version to `latest`. This is equivalent to enabling the
1155
- /// `behavior-version-latest` cargo feature. ```no_run
1156
+ /// `behavior-version-latest` cargo feature.
1157
+ /// ```no_run
1156
1158
/// use amzn_qdeveloper_streaming_client::config::BehaviorVersion;
1157
1159
///
1158
1160
/// let config = amzn_qdeveloper_streaming_client::Config::builder()
@@ -1161,7 +1163,7 @@ impl Builder {
1161
1163
/// .build();
1162
1164
/// let client = amzn_qdeveloper_streaming_client::Client::from_conf(config);
1163
1165
/// ```
1164
- ///
1166
+ ///
1165
1167
/// Customizing behavior major version:
1166
1168
/// ```no_run
1167
1169
/// use amzn_qdeveloper_streaming_client::config::BehaviorVersion;
Original file line number Diff line number Diff line change @@ -1055,7 +1055,8 @@ impl Builder {
1055
1055
/// # Examples
1056
1056
///
1057
1057
/// Set the behavior major version to `latest`. This is equivalent to enabling the
1058
- /// `behavior-version-latest` cargo feature. ```no_run
1058
+ /// `behavior-version-latest` cargo feature.
1059
+ /// ```no_run
1059
1060
/// use amzn_toolkit_telemetry::config::BehaviorVersion;
1060
1061
///
1061
1062
/// let config = amzn_toolkit_telemetry::Config::builder()
@@ -1064,7 +1065,7 @@ impl Builder {
1064
1065
/// .build();
1065
1066
/// let client = amzn_toolkit_telemetry::Client::from_conf(config);
1066
1067
/// ```
1067
- ///
1068
+ ///
1068
1069
/// Customizing behavior major version:
1069
1070
/// ```no_run
1070
1071
/// use amzn_toolkit_telemetry::config::BehaviorVersion;
@@ -1090,7 +1091,8 @@ impl Builder {
1090
1091
/// # Examples
1091
1092
///
1092
1093
/// Set the behavior major version to `latest`. This is equivalent to enabling the
1093
- /// `behavior-version-latest` cargo feature. ```no_run
1094
+ /// `behavior-version-latest` cargo feature.
1095
+ /// ```no_run
1094
1096
/// use amzn_toolkit_telemetry::config::BehaviorVersion;
1095
1097
///
1096
1098
/// let config = amzn_toolkit_telemetry::Config::builder()
@@ -1099,7 +1101,7 @@ impl Builder {
1099
1101
/// .build();
1100
1102
/// let client = amzn_toolkit_telemetry::Client::from_conf(config);
1101
1103
/// ```
1102
- ///
1104
+ ///
1103
1105
/// Customizing behavior major version:
1104
1106
/// ```no_run
1105
1107
/// use amzn_toolkit_telemetry::config::BehaviorVersion;
You can’t perform that action at this time.
0 commit comments