Skip to content

Commit

Permalink
Merge pull request #10 from observeinc/joao/update-sdk
Browse files Browse the repository at this point in the history
chore: update SDK
  • Loading branch information
jta committed Jun 23, 2023
2 parents 28eef02 + 588412e commit a91f962
Show file tree
Hide file tree
Showing 56 changed files with 24,752 additions and 5,662 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/observeinc/aws-snapshot
go 1.19

require (
github.com/aws/aws-sdk-go v1.44.199
github.com/aws/aws-sdk-go v1.44.289
github.com/google/go-cmp v0.5.9
github.com/mitchellh/mapstructure v1.5.0
)
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ github.com/aws/aws-sdk-go v1.44.172 h1:JwhHWVkU/UUq8b4kc2ETzoYg6UXlSslK1EthXcXY8
github.com/aws/aws-sdk-go v1.44.172/go.mod h1:aVsgQcEevwlmQ7qHE9I3h+dtQgpqhFB+i8Phjh7fkwI=
github.com/aws/aws-sdk-go v1.44.199 h1:hYuQmS4zLMJR9v2iOp2UOD6Vi/0V+nwyR/Uhrkrtlbc=
github.com/aws/aws-sdk-go v1.44.199/go.mod h1:aVsgQcEevwlmQ7qHE9I3h+dtQgpqhFB+i8Phjh7fkwI=
github.com/aws/aws-sdk-go v1.44.289 h1:5CVEjiHFvdiVlKPBzv0rjG4zH/21W/onT18R5AH/qx0=
github.com/aws/aws-sdk-go v1.44.289/go.mod h1:aVsgQcEevwlmQ7qHE9I3h+dtQgpqhFB+i8Phjh7fkwI=
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973/go.mod h1:Dwedo/Wpr24TaqPxmxbtue+5NUziq4I4S80YR8gNf3Q=
github.com/beorn7/perks v1.0.0/go.mod h1:KWe93zE9D1o94FZ5RNwFwVgaQK1VOXiVxmqh+CedLV8=
github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=
Expand Down
8 changes: 8 additions & 0 deletions pkg/service/cloudwatchlogs/testdata/expect.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"Arn": "arn:aws:logs:us-west-2:1234567890:log-group:/aws/eks/az_test/cluster:*",
"CreationTime": 1616686614974,
"DataProtectionStatus": null,
"InheritedProperties": null,
"KmsKeyId": null,
"LogGroupName": "/aws/eks/az_test/cluster",
"MetricFilterCount": 0,
Expand All @@ -20,6 +21,7 @@
"Arn": "arn:aws:logs:us-west-2:1234567890:log-group:/aws/kinesisfirehose/demo:*",
"CreationTime": 1525905839402,
"DataProtectionStatus": null,
"InheritedProperties": null,
"KmsKeyId": null,
"LogGroupName": "/aws/kinesisfirehose/demo",
"MetricFilterCount": 0,
Expand All @@ -34,6 +36,7 @@
"Arn": "arn:aws:logs:us-west-2:1234567890:log-group:/aws/kinesisfirehose/event_link_json_input_v1_s3:*",
"CreationTime": 1521588035845,
"DataProtectionStatus": null,
"InheritedProperties": null,
"KmsKeyId": null,
"LogGroupName": "/aws/kinesisfirehose/event_link_json_input_v1_s3",
"MetricFilterCount": 0,
Expand All @@ -48,6 +51,7 @@
"Arn": "arn:aws:logs:us-west-2:1234567890:log-group:/aws/kinesisfirehose/twitter_stream:*",
"CreationTime": 1520464878241,
"DataProtectionStatus": null,
"InheritedProperties": null,
"KmsKeyId": null,
"LogGroupName": "/aws/kinesisfirehose/twitter_stream",
"MetricFilterCount": 0,
Expand All @@ -62,6 +66,7 @@
"Arn": "arn:aws:logs:us-west-2:1234567890:log-group:/aws/kinesisfirehose/twitter_to_s3:*",
"CreationTime": 1520465901889,
"DataProtectionStatus": null,
"InheritedProperties": null,
"KmsKeyId": null,
"LogGroupName": "/aws/kinesisfirehose/twitter_to_s3",
"MetricFilterCount": 0,
Expand All @@ -76,6 +81,7 @@
"Arn": "arn:aws:logs:us-west-2:1234567890:log-group:/aws/lambda/awsobserver:*",
"CreationTime": 1569452642892,
"DataProtectionStatus": null,
"InheritedProperties": null,
"KmsKeyId": null,
"LogGroupName": "/aws/lambda/awsobserver",
"MetricFilterCount": 0,
Expand All @@ -90,6 +96,7 @@
"Arn": "arn:aws:logs:us-west-2:1234567890:log-group:/aws/lambda/marketing:*",
"CreationTime": 1544487890798,
"DataProtectionStatus": null,
"InheritedProperties": null,
"KmsKeyId": null,
"LogGroupName": "/aws/lambda/marketing",
"MetricFilterCount": 0,
Expand All @@ -104,6 +111,7 @@
"Arn": "arn:aws:logs:us-west-2:1234567890:log-group:/aws/lambda/marketing-dev-app:*",
"CreationTime": 1544500593461,
"DataProtectionStatus": null,
"InheritedProperties": null,
"KmsKeyId": null,
"LogGroupName": "/aws/lambda/marketing-dev-app",
"MetricFilterCount": 0,
Expand Down
1 change: 1 addition & 0 deletions pkg/service/dynamodb/testdata/describetable-expect.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
],
"BillingModeSummary": null,
"CreationDateTime": "2020-04-09T12:57:21.205-07:00",
"DeletionProtectionEnabled": null,
"GlobalSecondaryIndexes": null,
"GlobalTableVersion": null,
"ItemCount": 9,
Expand Down
6 changes: 6 additions & 0 deletions pkg/service/ec2/testdata/describeinstances-expect.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,11 @@
},
"ClientToken": "",
"CpuOptions": {
"AmdSevSnp": null,
"CoreCount": 2,
"ThreadsPerCore": 2
},
"CurrentInstanceBootMode": null,
"EbsOptimized": false,
"ElasticGpuAssociations": null,
"ElasticInferenceAcceleratorAssociations": null,
Expand Down Expand Up @@ -226,9 +228,11 @@
},
"ClientToken": "00000000-8999-bd17-d6f7-000000000000",
"CpuOptions": {
"AmdSevSnp": null,
"CoreCount": 1,
"ThreadsPerCore": 2
},
"CurrentInstanceBootMode": null,
"EbsOptimized": false,
"ElasticGpuAssociations": null,
"ElasticInferenceAcceleratorAssociations": null,
Expand Down Expand Up @@ -571,9 +575,11 @@
},
"ClientToken": "00000000-c9b9-cc34-85b2-000000000000",
"CpuOptions": {
"AmdSevSnp": null,
"CoreCount": 1,
"ThreadsPerCore": 2
},
"CurrentInstanceBootMode": null,
"EbsOptimized": false,
"ElasticGpuAssociations": null,
"ElasticInferenceAcceleratorAssociations": null,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"AutomaticFailover": "enabled",
"CacheNodeType": "cache.r6g.large",
"ClusterEnabled": false,
"ClusterMode": null,
"ConfigurationEndpoint": null,
"DataTiering": null,
"Description": " ",
Expand Down Expand Up @@ -96,6 +97,7 @@
"PendingModifiedValues": {
"AuthTokenStatus": null,
"AutomaticFailoverStatus": null,
"ClusterMode": null,
"LogDeliveryConfigurations": null,
"PrimaryClusterId": null,
"Resharding": null,
Expand Down
1 change: 1 addition & 0 deletions pkg/service/rds/testdata/describedbclusters-expect.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
"HostedZoneId": "Z100000000001W",
"HttpEndpointEnabled": false,
"IAMDatabaseAuthenticationEnabled": false,
"IOOptimizedNextAllowedModificationTime": null,
"Iops": null,
"KmsKeyId": "arn:aws:kms:us-west-2:1234567890:key/0000000b-a3d5-4588-0000-000000000002",
"LatestRestorableTime": "2021-06-01T17:43:18.835Z",
Expand Down
2 changes: 2 additions & 0 deletions pkg/service/rds/testdata/describedbinstances-expect.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@
"DBInstanceClass": null,
"DBInstanceIdentifier": null,
"DBSubnetGroupName": null,
"Engine": null,
"EngineVersion": null,
"IAMDatabaseAuthenticationEnabled": null,
"Iops": null,
Expand All @@ -156,6 +157,7 @@
"PubliclyAccessible": false,
"ReadReplicaDBClusterIdentifiers": null,
"ReadReplicaDBInstanceIdentifiers": [],
"ReadReplicaSourceDBClusterIdentifier": null,
"ReadReplicaSourceDBInstanceIdentifier": null,
"ReplicaMode": null,
"ResumeFullAutomationModeTime": null,
Expand Down
3 changes: 3 additions & 0 deletions pkg/service/redshift/testdata/describeclusters-expect.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@
"ClusterStatus": "available",
"ClusterSubnetGroupName": "default",
"ClusterVersion": "1.0",
"CustomDomainCertificateArn": null,
"CustomDomainCertificateExpiryDate": null,
"CustomDomainName": null,
"DBName": "dev",
"DataTransferProgress": null,
"DefaultIamRoleArn": null,
Expand Down
64 changes: 46 additions & 18 deletions vendor/github.com/aws/aws-sdk-go/aws/config.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions vendor/github.com/aws/aws-sdk-go/aws/ec2metadata/service.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit a91f962

Please sign in to comment.