Skip to content

Commit 4794882

Browse files
author
Dillon Nys
committed
chore(auth): Update smithy models
commit-id:7582a093
1 parent 38e1c24 commit 4794882

File tree

227 files changed

+1085
-999
lines changed

Some content is hidden

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

227 files changed

+1085
-999
lines changed

packages/auth/amplify_auth_cognito_dart/lib/src/sdk/cognito_identity.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
// Generated with smithy-dart 0.5.1. DO NOT MODIFY.
15+
// Generated with smithy-dart 0.1.0. DO NOT MODIFY.
1616

1717
/// # Amazon Cognito Identity
1818
///
@@ -25,7 +25,7 @@
2525
/// For a description of the authentication flow from the Amazon Cognito Developer Guide see [Authentication Flow](https://docs.aws.amazon.com/cognito/latest/developerguide/authentication-flow.html).
2626
///
2727
/// For more information see [Amazon Cognito Federated Identities](https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-identity.html).
28-
library amplify_auth_cognito.cognito_identity;
28+
library amplify_auth_cognito_dart.cognito_identity;
2929

3030
export 'package:amplify_auth_cognito_dart/src/sdk/src/cognito_identity/cognito_identity_client.dart';
3131
export 'package:amplify_auth_cognito_dart/src/sdk/src/cognito_identity/model/credentials.dart';

packages/auth/amplify_auth_cognito_dart/lib/src/sdk/cognito_identity_provider.dart

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
// Generated with smithy-dart 0.5.1. DO NOT MODIFY.
15+
// Generated with smithy-dart 0.1.0. DO NOT MODIFY.
1616

1717
/// # Amazon Cognito Identity Provider
1818
///
19-
/// Using the Amazon Cognito User Pools API, you can create a user pool to manage directories and users. You can authenticate a user to obtain tokens related to user identity and access policies.
19+
/// Using the Amazon Cognito user pools API, you can create a user pool to manage directories and users. You can authenticate a user to obtain tokens related to user identity and access policies.
2020
///
21-
/// This API reference provides information about user pools in Amazon Cognito User Pools.
21+
/// This API reference provides information about user pools in Amazon Cognito user pools.
2222
///
2323
/// For more information, see the [Amazon Cognito Documentation](https://docs.aws.amazon.com/cognito/latest/developerguide/what-is-amazon-cognito.html).
24-
library amplify_auth_cognito.cognito_identity_provider;
24+
library amplify_auth_cognito_dart.cognito_identity_provider;
2525

2626
export 'package:amplify_auth_cognito_dart/src/sdk/src/cognito_identity_provider/cognito_identity_provider_client.dart';
2727
export 'package:amplify_auth_cognito_dart/src/sdk/src/cognito_identity_provider/model/alias_exists_exception.dart';

packages/auth/amplify_auth_cognito_dart/lib/src/sdk/src/cognito_identity/cognito_identity_client.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
// Generated with smithy-dart 0.5.1. DO NOT MODIFY.
15+
// Generated with smithy-dart 0.1.0. DO NOT MODIFY.
1616

17-
library amplify_auth_cognito.cognito_identity.cognito_identity_client;
17+
library amplify_auth_cognito_dart.cognito_identity.cognito_identity_client; // ignore_for_file: no_leading_underscores_for_library_prefixes
1818

1919
import 'dart:async' as _i2;
2020

packages/auth/amplify_auth_cognito_dart/lib/src/sdk/src/cognito_identity/common/endpoint_resolver.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
// Generated with smithy-dart 0.5.1. DO NOT MODIFY.
15+
// Generated with smithy-dart 0.1.0. DO NOT MODIFY.
1616

17-
library amplify_auth_cognito.cognito_identity.common.endpoint_resolver;
17+
library amplify_auth_cognito_dart.cognito_identity.common.endpoint_resolver; // ignore_for_file: no_leading_underscores_for_library_prefixes
1818

1919
import 'package:meta/meta.dart' as _i2;
2020
import 'package:smithy_aws/smithy_aws.dart' as _i1;

packages/auth/amplify_auth_cognito_dart/lib/src/sdk/src/cognito_identity/common/serializers.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
// Generated with smithy-dart 0.5.1. DO NOT MODIFY.
15+
// Generated with smithy-dart 0.1.0. DO NOT MODIFY.
1616

17-
library amplify_auth_cognito.cognito_identity.common.serializers;
17+
library amplify_auth_cognito_dart.cognito_identity.common.serializers; // ignore_for_file: no_leading_underscores_for_library_prefixes
1818

1919
import 'package:amplify_auth_cognito_dart/src/sdk/src/cognito_identity/model/credentials.dart'
2020
as _i3;

packages/auth/amplify_auth_cognito_dart/lib/src/sdk/src/cognito_identity/model/credentials.dart

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
// Generated with smithy-dart 0.5.1. DO NOT MODIFY.
15+
// Generated with smithy-dart 0.1.0. DO NOT MODIFY.
1616

17-
library amplify_auth_cognito.cognito_identity.model.credentials;
17+
library amplify_auth_cognito_dart.cognito_identity.model.credentials; // ignore_for_file: no_leading_underscores_for_library_prefixes
1818

1919
import 'package:aws_common/aws_common.dart' as _i1;
2020
import 'package:built_value/built_value.dart';
@@ -47,7 +47,7 @@ abstract class Credentials
4747
const Credentials._();
4848

4949
static const List<_i2.SmithySerializer> serializers = [
50-
_CredentialsAwsJson11Serializer()
50+
CredentialsAwsJson11Serializer()
5151
];
5252

5353
@BuiltValueHook(initializeBuilder: true)
@@ -77,9 +77,9 @@ abstract class Credentials
7777
}
7878
}
7979

80-
class _CredentialsAwsJson11Serializer
80+
class CredentialsAwsJson11Serializer
8181
extends _i2.StructuredSmithySerializer<Credentials> {
82-
const _CredentialsAwsJson11Serializer() : super('Credentials');
82+
const CredentialsAwsJson11Serializer() : super('Credentials');
8383

8484
@override
8585
Iterable<Type> get types => const [Credentials, _$Credentials];

packages/auth/amplify_auth_cognito_dart/lib/src/sdk/src/cognito_identity/model/credentials.g.dart

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/auth/amplify_auth_cognito_dart/lib/src/sdk/src/cognito_identity/model/external_service_exception.dart

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
// Generated with smithy-dart 0.5.1. DO NOT MODIFY.
15+
// Generated with smithy-dart 0.1.0. DO NOT MODIFY.
1616

17-
library amplify_auth_cognito.cognito_identity.model.external_service_exception;
17+
library amplify_auth_cognito_dart.cognito_identity.model.external_service_exception; // ignore_for_file: no_leading_underscores_for_library_prefixes
1818

1919
import 'package:aws_common/aws_common.dart' as _i1;
2020
import 'package:built_value/built_value.dart';
@@ -49,7 +49,7 @@ abstract class ExternalServiceException
4949
});
5050

5151
static const List<_i2.SmithySerializer> serializers = [
52-
_ExternalServiceExceptionAwsJson11Serializer()
52+
ExternalServiceExceptionAwsJson11Serializer()
5353
];
5454

5555
@BuiltValueHook(initializeBuilder: true)
@@ -82,9 +82,9 @@ abstract class ExternalServiceException
8282
}
8383
}
8484

85-
class _ExternalServiceExceptionAwsJson11Serializer
85+
class ExternalServiceExceptionAwsJson11Serializer
8686
extends _i2.StructuredSmithySerializer<ExternalServiceException> {
87-
const _ExternalServiceExceptionAwsJson11Serializer()
87+
const ExternalServiceExceptionAwsJson11Serializer()
8888
: super('ExternalServiceException');
8989

9090
@override

packages/auth/amplify_auth_cognito_dart/lib/src/sdk/src/cognito_identity/model/external_service_exception.g.dart

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/auth/amplify_auth_cognito_dart/lib/src/sdk/src/cognito_identity/model/get_credentials_for_identity_input.dart

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
// Generated with smithy-dart 0.5.1. DO NOT MODIFY.
15+
// Generated with smithy-dart 0.1.0. DO NOT MODIFY.
1616

17-
library amplify_auth_cognito.cognito_identity.model.get_credentials_for_identity_input;
17+
library amplify_auth_cognito_dart.cognito_identity.model.get_credentials_for_identity_input; // ignore_for_file: no_leading_underscores_for_library_prefixes
1818

1919
import 'package:aws_common/aws_common.dart' as _i2;
2020
import 'package:built_collection/built_collection.dart' as _i3;
@@ -55,7 +55,7 @@ abstract class GetCredentialsForIdentityInput
5555
payload;
5656

5757
static const List<_i1.SmithySerializer> serializers = [
58-
_GetCredentialsForIdentityInputAwsJson11Serializer()
58+
GetCredentialsForIdentityInputAwsJson11Serializer()
5959
];
6060

6161
@BuiltValueHook(initializeBuilder: true)
@@ -88,9 +88,9 @@ abstract class GetCredentialsForIdentityInput
8888
}
8989
}
9090

91-
class _GetCredentialsForIdentityInputAwsJson11Serializer
91+
class GetCredentialsForIdentityInputAwsJson11Serializer
9292
extends _i1.StructuredSmithySerializer<GetCredentialsForIdentityInput> {
93-
const _GetCredentialsForIdentityInputAwsJson11Serializer()
93+
const GetCredentialsForIdentityInputAwsJson11Serializer()
9494
: super('GetCredentialsForIdentityInput');
9595

9696
@override

0 commit comments

Comments
 (0)