Skip to content

Commit bde7e5d

Browse files
authored
Modified the model (#2)
* Modified the model * Added more tests and fixed some comments
1 parent 65c3e05 commit bde7e5d

29 files changed

+691
-487
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@ build
88
.project
99
.idea
1010
*.iml
11+
out
1112
.settings
1213

build.gradle

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
11
/*
2-
* This file was generated by the Gradle 'init' task.
2+
* Copyright 2020 Amazon.com, Inc. or its affiliates.
3+
* Licensed under the Apache License, Version 2.0 (the
4+
* "License"); you may not use this file except in compliance
5+
* with the License. You may obtain a copy of the License at
6+
* http://www.apache.org/licenses/LICENSE-2.0
7+
* Unless required by applicable law or agreed to in writing, software
8+
* distributed under the License is distributed on an "AS IS" BASIS,
9+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
10+
* See the License for the specific language governing permissions and
11+
* limitations under the License.
312
*
4-
* This generated file contains a sample Java Library project to get you started.
5-
* For more details take a look at the Java Libraries chapter in the Gradle
6-
* User Manual available at https://docs.gradle.org/6.5.1/userguide/java_library_plugin.html
713
*/
814

15+
916
plugins {
1017
// Apply the java-library plugin to add support for Java Library
1118
id 'java-library'

src/main/java/software/amazon/awssdk/services/cloudwatchlogs/emf/Library.java

Lines changed: 0 additions & 10 deletions
This file was deleted.

src/main/java/software/amazon/awssdk/services/cloudwatchlogs/emf/model/Aggregation.java

Lines changed: 0 additions & 105 deletions
This file was deleted.

src/main/java/software/amazon/awssdk/services/cloudwatchlogs/emf/model/AggregationCollection.java

Lines changed: 0 additions & 32 deletions
This file was deleted.

src/main/java/software/amazon/awssdk/services/cloudwatchlogs/emf/model/AggregationCollectionDeserializer.java

Lines changed: 0 additions & 30 deletions
This file was deleted.

src/main/java/software/amazon/awssdk/services/cloudwatchlogs/emf/model/AggregationCollectionSerializer.java

Lines changed: 0 additions & 33 deletions
This file was deleted.

src/main/java/software/amazon/awssdk/services/cloudwatchlogs/emf/model/AggregationDeserializer.java

Lines changed: 0 additions & 27 deletions
This file was deleted.

src/main/java/software/amazon/awssdk/services/cloudwatchlogs/emf/model/AggregationSerializer.java

Lines changed: 0 additions & 29 deletions
This file was deleted.

src/main/java/software/amazon/awssdk/services/cloudwatchlogs/emf/model/CloudwatchMetricCollection.java

Lines changed: 0 additions & 84 deletions
This file was deleted.

0 commit comments

Comments
 (0)